From 65e2b80628a669006fe6f5c5659ba8ca3d461600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 6 Aug 2025 16:37:01 +0200 Subject: [PATCH 01/19] generate new openapi --- .generation/config.ini | 4 +- .generation/input/openapi.json | 257 ++++++++---------- python/.openapi-generator/FILES | 36 ++- python/README.md | 16 +- python/geoengine_openapi_client/__init__.py | 14 +- .../api/workflows_api.py | 18 -- python/geoengine_openapi_client/api_client.py | 2 +- .../geoengine_openapi_client/configuration.py | 4 +- .../models/__init__.py | 12 +- .../models/{stac_band.py => geo_transform.py} | 36 ++- ...y_rectangle.py => grid_bounding_box2_d.py} | 39 ++- .../models/{stac_zone.py => grid_idx2_d.py} | 21 +- .../models/raster_dataset_from_workflow.py | 6 +- .../models/raster_result_descriptor.py | 27 +- ...y => raster_to_dataset_query_rectangle.py} | 14 +- ...ntinel_s2_l2_a_cogs_provider_definition.py | 24 +- ...ectangle.py => spatial_grid_definition.py} | 40 ++- .../models/spatial_grid_descriptor.py | 95 +++++++ .../models/spatial_grid_descriptor_state.py | 38 +++ .../models/typed_raster_result_descriptor.py | 27 +- python/pyproject.toml | 2 +- python/setup.py | 2 +- python/test/test_gdal_meta_data_list.py | 52 ++-- python/test/test_gdal_meta_data_regular.py | 52 ++-- python/test/test_gdal_meta_data_static.py | 52 ++-- python/test/test_gdal_metadata_net_cdf_cf.py | 52 ++-- python/test/test_geo_transform.py | 61 +++++ python/test/test_grid_bounding_box2_d.py | 63 +++++ ...{test_stac_zone.py => test_grid_idx2_d.py} | 30 +- python/test/test_meta_data_definition.py | 52 ++-- python/test/test_plot_query_rectangle.py | 77 ------ .../test/test_raster_dataset_from_workflow.py | 10 +- python/test/test_raster_result_descriptor.py | 42 ++- ...test_raster_to_dataset_query_rectangle.py} | 28 +- ...ntinel_s2_l2_a_cogs_provider_definition.py | 24 +- python/test/test_spatial_grid_definition.py | 77 ++++++ python/test/test_spatial_grid_descriptor.py | 81 ++++++ .../test_spatial_grid_descriptor_state.py | 34 +++ python/test/test_stac_band.py | 56 ---- .../test_typed_data_provider_definition.py | 22 -- python/test/test_typed_result_descriptor.py | 47 +++- python/test/test_vector_query_rectangle.py | 77 ------ typescript/README.md | 4 +- typescript/dist/apis/WorkflowsApi.d.ts | 3 +- typescript/dist/apis/WorkflowsApi.js | 6 - typescript/dist/esm/apis/WorkflowsApi.d.ts | 3 +- typescript/dist/esm/apis/WorkflowsApi.js | 6 - typescript/dist/esm/models/GeoTransform.d.ts | 45 +++ typescript/dist/esm/models/GeoTransform.js | 52 ++++ .../dist/esm/models/GridBoundingBox2D.d.ts | 39 +++ .../dist/esm/models/GridBoundingBox2D.js | 48 ++++ typescript/dist/esm/models/GridIdx2D.d.ts | 38 +++ typescript/dist/esm/models/GridIdx2D.js | 47 ++++ .../dist/esm/models/PlotQueryRectangle.d.ts | 47 ---- .../dist/esm/models/PlotQueryRectangle.js | 54 ---- .../esm/models/RasterDatasetFromWorkflow.d.ts | 6 +- .../esm/models/RasterDatasetFromWorkflow.js | 6 +- .../dist/esm/models/RasterQueryRectangle.d.ts | 47 ---- .../esm/models/RasterResultDescriptor.d.ts | 13 +- .../dist/esm/models/RasterResultDescriptor.js | 11 +- .../models/RasterToDatasetQueryRectangle.d.ts | 40 +++ ...le.js => RasterToDatasetQueryRectangle.js} | 21 +- .../SentinelS2L2ACogsProviderDefinition.d.ts | 14 - .../SentinelS2L2ACogsProviderDefinition.js | 10 - .../esm/models/SpatialGridDefinition.d.ts | 40 +++ .../dist/esm/models/SpatialGridDefinition.js | 49 ++++ .../esm/models/SpatialGridDescriptor.d.ts | 40 +++ .../dist/esm/models/SpatialGridDescriptor.js | 49 ++++ .../models/SpatialGridDescriptorState.d.ts | 25 ++ .../esm/models/SpatialGridDescriptorState.js | 43 +++ typescript/dist/esm/models/StacBand.d.ts | 45 --- typescript/dist/esm/models/StacBand.js | 50 ---- typescript/dist/esm/models/StacZone.d.ts | 38 --- typescript/dist/esm/models/StacZone.js | 47 ---- .../dist/esm/models/VectorQueryRectangle.d.ts | 47 ---- .../dist/esm/models/VectorQueryRectangle.js | 54 ---- typescript/dist/esm/models/index.d.ts | 12 +- typescript/dist/esm/models/index.js | 12 +- typescript/dist/esm/runtime.js | 2 +- typescript/dist/models/GeoTransform.d.ts | 45 +++ typescript/dist/models/GeoTransform.js | 59 ++++ typescript/dist/models/GridBoundingBox2D.d.ts | 39 +++ typescript/dist/models/GridBoundingBox2D.js | 55 ++++ typescript/dist/models/GridIdx2D.d.ts | 38 +++ typescript/dist/models/GridIdx2D.js | 54 ++++ .../dist/models/PlotQueryRectangle.d.ts | 47 ---- typescript/dist/models/PlotQueryRectangle.js | 61 ----- .../models/RasterDatasetFromWorkflow.d.ts | 6 +- .../dist/models/RasterDatasetFromWorkflow.js | 6 +- .../dist/models/RasterQueryRectangle.d.ts | 47 ---- .../dist/models/RasterResultDescriptor.d.ts | 13 +- .../dist/models/RasterResultDescriptor.js | 11 +- .../models/RasterToDatasetQueryRectangle.d.ts | 40 +++ ...le.js => RasterToDatasetQueryRectangle.js} | 31 +-- .../SentinelS2L2ACogsProviderDefinition.d.ts | 14 - .../SentinelS2L2ACogsProviderDefinition.js | 10 - .../dist/models/SpatialGridDefinition.d.ts | 40 +++ .../dist/models/SpatialGridDefinition.js | 56 ++++ .../dist/models/SpatialGridDescriptor.d.ts | 40 +++ .../dist/models/SpatialGridDescriptor.js | 56 ++++ .../models/SpatialGridDescriptorState.d.ts | 25 ++ .../dist/models/SpatialGridDescriptorState.js | 51 ++++ typescript/dist/models/StacBand.d.ts | 45 --- typescript/dist/models/StacBand.js | 57 ---- typescript/dist/models/StacZone.d.ts | 38 --- typescript/dist/models/StacZone.js | 54 ---- .../dist/models/VectorQueryRectangle.d.ts | 47 ---- .../dist/models/VectorQueryRectangle.js | 61 ----- typescript/dist/models/index.d.ts | 12 +- typescript/dist/models/index.js | 12 +- typescript/dist/runtime.js | 2 +- typescript/package-lock.json | 4 +- typescript/package.json | 2 +- typescript/src/apis/WorkflowsApi.ts | 15 - typescript/src/models/GeoTransform.ts | 92 +++++++ typescript/src/models/GridBoundingBox2D.ts | 83 ++++++ typescript/src/models/GridIdx2D.ts | 75 +++++ typescript/src/models/PlotQueryRectangle.ts | 106 -------- .../src/models/RasterDatasetFromWorkflow.ts | 20 +- .../src/models/RasterResultDescriptor.ts | 38 +-- ...le.ts => RasterToDatasetQueryRectangle.ts} | 40 +-- .../SentinelS2L2ACogsProviderDefinition.ts | 32 --- .../src/models/SpatialGridDefinition.ts | 90 ++++++ .../src/models/SpatialGridDescriptor.ts | 92 +++++++ .../src/models/SpatialGridDescriptorState.ts | 53 ++++ typescript/src/models/StacBand.ts | 93 ------- typescript/src/models/StacZone.ts | 75 ----- .../src/models/TypedRasterResultDescriptor.ts | 21 +- typescript/src/models/VectorQueryRectangle.ts | 106 -------- typescript/src/models/index.ts | 12 +- typescript/src/runtime.ts | 2 +- 131 files changed, 2724 insertions(+), 2335 deletions(-) rename python/geoengine_openapi_client/models/{stac_band.py => geo_transform.py} (67%) rename python/geoengine_openapi_client/models/{vector_query_rectangle.py => grid_bounding_box2_d.py} (59%) rename python/geoengine_openapi_client/models/{stac_zone.py => grid_idx2_d.py} (82%) rename python/geoengine_openapi_client/models/{raster_query_rectangle.py => raster_to_dataset_query_rectangle.py} (80%) rename python/geoengine_openapi_client/models/{plot_query_rectangle.py => spatial_grid_definition.py} (59%) create mode 100644 python/geoengine_openapi_client/models/spatial_grid_descriptor.py create mode 100644 python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py create mode 100644 python/test/test_geo_transform.py create mode 100644 python/test/test_grid_bounding_box2_d.py rename python/test/{test_stac_zone.py => test_grid_idx2_d.py} (62%) delete mode 100644 python/test/test_plot_query_rectangle.py rename python/test/{test_raster_query_rectangle.py => test_raster_to_dataset_query_rectangle.py} (70%) create mode 100644 python/test/test_spatial_grid_definition.py create mode 100644 python/test/test_spatial_grid_descriptor.py create mode 100644 python/test/test_spatial_grid_descriptor_state.py delete mode 100644 python/test/test_stac_band.py delete mode 100644 python/test/test_vector_query_rectangle.py create mode 100644 typescript/dist/esm/models/GeoTransform.d.ts create mode 100644 typescript/dist/esm/models/GeoTransform.js create mode 100644 typescript/dist/esm/models/GridBoundingBox2D.d.ts create mode 100644 typescript/dist/esm/models/GridBoundingBox2D.js create mode 100644 typescript/dist/esm/models/GridIdx2D.d.ts create mode 100644 typescript/dist/esm/models/GridIdx2D.js delete mode 100644 typescript/dist/esm/models/PlotQueryRectangle.d.ts delete mode 100644 typescript/dist/esm/models/PlotQueryRectangle.js delete mode 100644 typescript/dist/esm/models/RasterQueryRectangle.d.ts create mode 100644 typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts rename typescript/dist/esm/models/{RasterQueryRectangle.js => RasterToDatasetQueryRectangle.js} (58%) create mode 100644 typescript/dist/esm/models/SpatialGridDefinition.d.ts create mode 100644 typescript/dist/esm/models/SpatialGridDefinition.js create mode 100644 typescript/dist/esm/models/SpatialGridDescriptor.d.ts create mode 100644 typescript/dist/esm/models/SpatialGridDescriptor.js create mode 100644 typescript/dist/esm/models/SpatialGridDescriptorState.d.ts create mode 100644 typescript/dist/esm/models/SpatialGridDescriptorState.js delete mode 100644 typescript/dist/esm/models/StacBand.d.ts delete mode 100644 typescript/dist/esm/models/StacBand.js delete mode 100644 typescript/dist/esm/models/StacZone.d.ts delete mode 100644 typescript/dist/esm/models/StacZone.js delete mode 100644 typescript/dist/esm/models/VectorQueryRectangle.d.ts delete mode 100644 typescript/dist/esm/models/VectorQueryRectangle.js create mode 100644 typescript/dist/models/GeoTransform.d.ts create mode 100644 typescript/dist/models/GeoTransform.js create mode 100644 typescript/dist/models/GridBoundingBox2D.d.ts create mode 100644 typescript/dist/models/GridBoundingBox2D.js create mode 100644 typescript/dist/models/GridIdx2D.d.ts create mode 100644 typescript/dist/models/GridIdx2D.js delete mode 100644 typescript/dist/models/PlotQueryRectangle.d.ts delete mode 100644 typescript/dist/models/PlotQueryRectangle.js delete mode 100644 typescript/dist/models/RasterQueryRectangle.d.ts create mode 100644 typescript/dist/models/RasterToDatasetQueryRectangle.d.ts rename typescript/dist/models/{RasterQueryRectangle.js => RasterToDatasetQueryRectangle.js} (52%) create mode 100644 typescript/dist/models/SpatialGridDefinition.d.ts create mode 100644 typescript/dist/models/SpatialGridDefinition.js create mode 100644 typescript/dist/models/SpatialGridDescriptor.d.ts create mode 100644 typescript/dist/models/SpatialGridDescriptor.js create mode 100644 typescript/dist/models/SpatialGridDescriptorState.d.ts create mode 100644 typescript/dist/models/SpatialGridDescriptorState.js delete mode 100644 typescript/dist/models/StacBand.d.ts delete mode 100644 typescript/dist/models/StacBand.js delete mode 100644 typescript/dist/models/StacZone.d.ts delete mode 100644 typescript/dist/models/StacZone.js delete mode 100644 typescript/dist/models/VectorQueryRectangle.d.ts delete mode 100644 typescript/dist/models/VectorQueryRectangle.js create mode 100644 typescript/src/models/GeoTransform.ts create mode 100644 typescript/src/models/GridBoundingBox2D.ts create mode 100644 typescript/src/models/GridIdx2D.ts delete mode 100644 typescript/src/models/PlotQueryRectangle.ts rename typescript/src/models/{RasterQueryRectangle.ts => RasterToDatasetQueryRectangle.ts} (55%) create mode 100644 typescript/src/models/SpatialGridDefinition.ts create mode 100644 typescript/src/models/SpatialGridDescriptor.ts create mode 100644 typescript/src/models/SpatialGridDescriptorState.ts delete mode 100644 typescript/src/models/StacBand.ts delete mode 100644 typescript/src/models/StacZone.ts delete mode 100644 typescript/src/models/VectorQueryRectangle.ts diff --git a/.generation/config.ini b/.generation/config.ini index 8569d0a3..db9b7696 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,9 +1,9 @@ [input] -backendCommit = a67f76af99b5b579fa0823bfa5908fae0049cb22 +backendCommit = db8685e5eea69f4de8563fffcddb3f34b22136ce [general] githubUrl = https://github.com/geo-engine/openapi-client -version = 0.0.27 +version = 0.0.28 [python] name = geoengine_openapi_client diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index 66a4d334..f0eb24a6 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -11,7 +11,7 @@ "name": "Apache-2.0", "url": "https://github.com/geo-engine/geoengine/blob/main/LICENSE" }, - "version": "0.8.0" + "version": "0.9.0" }, "servers": [ { @@ -5438,14 +5438,6 @@ "type": "string" } }, - { - "name": "spatialResolution", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/SpatialResolution" - } - }, { "name": "attributes", "in": "query", @@ -7107,6 +7099,27 @@ } } }, + "GeoTransform": { + "type": "object", + "required": [ + "originCoordinate", + "xPixelSize", + "yPixelSize" + ], + "properties": { + "originCoordinate": { + "$ref": "#/components/schemas/Coordinate2D" + }, + "xPixelSize": { + "type": "number", + "format": "double" + }, + "yPixelSize": { + "type": "number", + "format": "double" + } + } + }, "GetCapabilitiesFormat": { "type": "string", "enum": [ @@ -7248,6 +7261,36 @@ } } }, + "GridBoundingBox2D": { + "type": "object", + "required": [ + "topLeftIdx", + "bottomRightIdx" + ], + "properties": { + "bottomRightIdx": { + "$ref": "#/components/schemas/GridIdx2D" + }, + "topLeftIdx": { + "$ref": "#/components/schemas/GridIdx2D" + } + } + }, + "GridIdx2D": { + "type": "object", + "required": [ + "yIdx", + "xIdx" + ], + "properties": { + "xIdx": { + "type": "integer" + }, + "yIdx": { + "type": "integer" + } + } + }, "InternalDataId": { "type": "object", "required": [ @@ -8712,26 +8755,6 @@ "ImagePng" ] }, - "PlotQueryRectangle": { - "type": "object", - "description": "A spatio-temporal rectangle with a specified resolution", - "required": [ - "spatialBounds", - "timeInterval", - "spatialResolution" - ], - "properties": { - "spatialBounds": { - "$ref": "#/components/schemas/BoundingBox2D" - }, - "spatialResolution": { - "$ref": "#/components/schemas/SpatialResolution" - }, - "timeInterval": { - "$ref": "#/components/schemas/TimeInterval" - } - } - }, "PlotResultDescriptor": { "type": "object", "description": "A `ResultDescriptor` for plot queries", @@ -9218,7 +9241,7 @@ ] }, "query": { - "$ref": "#/components/schemas/RasterQueryRectangle" + "$ref": "#/components/schemas/RasterToDatasetQueryRectangle" } }, "example": { @@ -9239,10 +9262,6 @@ "timeInterval": { "start": 1388534400000, "end": 1388534401000 - }, - "spatialResolution": { - "x": 0.1, - "y": 0.1 } } } @@ -9287,60 +9306,24 @@ } } }, - "RasterQueryRectangle": { - "type": "object", - "description": "A spatio-temporal rectangle with a specified resolution", - "required": [ - "spatialBounds", - "timeInterval", - "spatialResolution" - ], - "properties": { - "spatialBounds": { - "$ref": "#/components/schemas/SpatialPartition2D" - }, - "spatialResolution": { - "$ref": "#/components/schemas/SpatialResolution" - }, - "timeInterval": { - "$ref": "#/components/schemas/TimeInterval" - } - } - }, "RasterResultDescriptor": { "type": "object", "description": "A `ResultDescriptor` for raster queries", "required": [ "dataType", "spatialReference", + "spatialGrid", "bands" ], "properties": { "bands": { "$ref": "#/components/schemas/RasterBandDescriptors" }, - "bbox": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SpatialPartition2D" - } - ] - }, "dataType": { "$ref": "#/components/schemas/RasterDataType" }, - "resolution": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SpatialResolution" - } - ] + "spatialGrid": { + "$ref": "#/components/schemas/SpatialGridDescriptor" }, "spatialReference": { "type": "string" @@ -9387,6 +9370,22 @@ } } }, + "RasterToDatasetQueryRectangle": { + "type": "object", + "description": "A spatio-temporal rectangle with a specified resolution", + "required": [ + "spatialBounds", + "timeInterval" + ], + "properties": { + "spatialBounds": { + "$ref": "#/components/schemas/SpatialPartition2D" + }, + "timeInterval": { + "$ref": "#/components/schemas/TimeInterval" + } + } + }, "Resource": { "oneOf": [ { @@ -9535,20 +9534,12 @@ "name", "id", "description", - "apiUrl", - "bands", - "zones" + "apiUrl" ], "properties": { "apiUrl": { "type": "string" }, - "bands": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StacBand" - } - }, "cacheTtl": { "$ref": "#/components/schemas/CacheTtlSeconds" }, @@ -9583,12 +9574,6 @@ "enum": [ "SentinelS2L2ACogs" ] - }, - "zones": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StacZone" - } } } }, @@ -9643,6 +9628,43 @@ } } }, + "SpatialGridDefinition": { + "type": "object", + "required": [ + "geoTransform", + "gridBounds" + ], + "properties": { + "geoTransform": { + "$ref": "#/components/schemas/GeoTransform" + }, + "gridBounds": { + "$ref": "#/components/schemas/GridBoundingBox2D" + } + } + }, + "SpatialGridDescriptor": { + "type": "object", + "required": [ + "spatialGrid", + "descriptor" + ], + "properties": { + "descriptor": { + "$ref": "#/components/schemas/SpatialGridDescriptorState" + }, + "spatialGrid": { + "$ref": "#/components/schemas/SpatialGridDefinition" + } + } + }, + "SpatialGridDescriptorState": { + "type": "string", + "enum": [ + "source", + "derived" + ] + }, "SpatialPartition2D": { "type": "object", "description": "A partition of space that include the upper left but excludes the lower right coordinate", @@ -9754,28 +9776,6 @@ } } }, - "StacBand": { - "type": "object", - "required": [ - "name", - "dataType" - ], - "properties": { - "dataType": { - "$ref": "#/components/schemas/RasterDataType" - }, - "name": { - "type": "string" - }, - "noDataValue": { - "type": [ - "number", - "null" - ], - "format": "double" - } - } - }, "StacQueryBuffer": { "type": "object", "description": "A struct that represents buffers to apply to stac requests", @@ -9794,23 +9794,6 @@ } } }, - "StacZone": { - "type": "object", - "required": [ - "name", - "epsg" - ], - "properties": { - "epsg": { - "type": "integer", - "format": "int32", - "minimum": 0 - }, - "name": { - "type": "string" - } - } - }, "StaticColor": { "type": "object", "required": [ @@ -10879,26 +10862,6 @@ "MultiPolygon" ] }, - "VectorQueryRectangle": { - "type": "object", - "description": "A spatio-temporal rectangle with a specified resolution", - "required": [ - "spatialBounds", - "timeInterval", - "spatialResolution" - ], - "properties": { - "spatialBounds": { - "$ref": "#/components/schemas/BoundingBox2D" - }, - "spatialResolution": { - "$ref": "#/components/schemas/SpatialResolution" - }, - "timeInterval": { - "$ref": "#/components/schemas/TimeInterval" - } - } - }, "VectorResultDescriptor": { "type": "object", "required": [ diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 53d95e6e..5bc5ebc5 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -67,6 +67,7 @@ docs/GdalMetadataNetCdfCf.md docs/GdalSourceTimePlaceholder.md docs/GeneralApi.md docs/GeoJson.md +docs/GeoTransform.md docs/GetCapabilitiesFormat.md docs/GetCapabilitiesRequest.md docs/GetCoverageFormat.md @@ -78,6 +79,8 @@ docs/GetMapFormat.md docs/GetMapRequest.md docs/GfbioAbcdDataProviderDefinition.md docs/GfbioCollectionsDataProviderDefinition.md +docs/GridBoundingBox2D.md +docs/GridIdx2D.md docs/IdResponse.md docs/InternalDataId.md docs/Layer.md @@ -144,7 +147,6 @@ docs/PermissionRequest.md docs/PermissionsApi.md docs/Plot.md docs/PlotOutputFormat.md -docs/PlotQueryRectangle.md docs/PlotResultDescriptor.md docs/PlotsApi.md docs/PointSymbology.md @@ -171,10 +173,10 @@ docs/RasterDatasetFromWorkflow.md docs/RasterDatasetFromWorkflowResult.md docs/RasterPropertiesEntryType.md docs/RasterPropertiesKey.md -docs/RasterQueryRectangle.md docs/RasterResultDescriptor.md docs/RasterStreamWebsocketResultType.md docs/RasterSymbology.md +docs/RasterToDatasetQueryRectangle.md docs/Resource.md docs/Role.md docs/RoleDescription.md @@ -186,15 +188,16 @@ docs/SentinelS2L2ACogsProviderDefinition.md docs/ServerInfo.md docs/SessionApi.md docs/SingleBandRasterColorizer.md +docs/SpatialGridDefinition.md +docs/SpatialGridDescriptor.md +docs/SpatialGridDescriptorState.md docs/SpatialPartition2D.md docs/SpatialReferenceAuthority.md docs/SpatialReferenceSpecification.md docs/SpatialReferencesApi.md docs/SpatialResolution.md docs/StacApiRetries.md -docs/StacBand.md docs/StacQueryBuffer.md -docs/StacZone.md docs/StaticColor.md docs/StaticNumber.md docs/StrokeParam.md @@ -247,7 +250,6 @@ docs/UserSession.md docs/VecUpdate.md docs/VectorColumnInfo.md docs/VectorDataType.md -docs/VectorQueryRectangle.md docs/VectorResultDescriptor.md docs/Volume.md docs/VolumeFileLayersResponse.md @@ -347,6 +349,7 @@ geoengine_openapi_client/models/gdal_metadata_mapping.py geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py geoengine_openapi_client/models/gdal_source_time_placeholder.py geoengine_openapi_client/models/geo_json.py +geoengine_openapi_client/models/geo_transform.py geoengine_openapi_client/models/get_capabilities_format.py geoengine_openapi_client/models/get_capabilities_request.py geoengine_openapi_client/models/get_coverage_format.py @@ -358,6 +361,8 @@ geoengine_openapi_client/models/get_map_format.py geoengine_openapi_client/models/get_map_request.py geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py +geoengine_openapi_client/models/grid_bounding_box2_d.py +geoengine_openapi_client/models/grid_idx2_d.py geoengine_openapi_client/models/id_response.py geoengine_openapi_client/models/internal_data_id.py geoengine_openapi_client/models/layer.py @@ -418,7 +423,6 @@ geoengine_openapi_client/models/permission_listing.py geoengine_openapi_client/models/permission_request.py geoengine_openapi_client/models/plot.py geoengine_openapi_client/models/plot_output_format.py -geoengine_openapi_client/models/plot_query_rectangle.py geoengine_openapi_client/models/plot_result_descriptor.py geoengine_openapi_client/models/point_symbology.py geoengine_openapi_client/models/polygon_symbology.py @@ -443,10 +447,10 @@ geoengine_openapi_client/models/raster_dataset_from_workflow.py geoengine_openapi_client/models/raster_dataset_from_workflow_result.py geoengine_openapi_client/models/raster_properties_entry_type.py geoengine_openapi_client/models/raster_properties_key.py -geoengine_openapi_client/models/raster_query_rectangle.py geoengine_openapi_client/models/raster_result_descriptor.py geoengine_openapi_client/models/raster_stream_websocket_result_type.py geoengine_openapi_client/models/raster_symbology.py +geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py geoengine_openapi_client/models/resource.py geoengine_openapi_client/models/role.py geoengine_openapi_client/models/role_description.py @@ -456,15 +460,16 @@ geoengine_openapi_client/models/search_types.py geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py geoengine_openapi_client/models/server_info.py geoengine_openapi_client/models/single_band_raster_colorizer.py +geoengine_openapi_client/models/spatial_grid_definition.py +geoengine_openapi_client/models/spatial_grid_descriptor.py +geoengine_openapi_client/models/spatial_grid_descriptor_state.py geoengine_openapi_client/models/spatial_partition2_d.py geoengine_openapi_client/models/spatial_reference_authority.py geoengine_openapi_client/models/spatial_reference_specification.py geoengine_openapi_client/models/spatial_resolution.py geoengine_openapi_client/models/st_rectangle.py geoengine_openapi_client/models/stac_api_retries.py -geoengine_openapi_client/models/stac_band.py geoengine_openapi_client/models/stac_query_buffer.py -geoengine_openapi_client/models/stac_zone.py geoengine_openapi_client/models/static_color.py geoengine_openapi_client/models/static_number.py geoengine_openapi_client/models/stroke_param.py @@ -514,7 +519,6 @@ geoengine_openapi_client/models/user_session.py geoengine_openapi_client/models/vec_update.py geoengine_openapi_client/models/vector_column_info.py geoengine_openapi_client/models/vector_data_type.py -geoengine_openapi_client/models/vector_query_rectangle.py geoengine_openapi_client/models/vector_result_descriptor.py geoengine_openapi_client/models/volume.py geoengine_openapi_client/models/volume_file_layers_response.py @@ -601,6 +605,7 @@ test/test_gdal_metadata_net_cdf_cf.py test/test_gdal_source_time_placeholder.py test/test_general_api.py test/test_geo_json.py +test/test_geo_transform.py test/test_get_capabilities_format.py test/test_get_capabilities_request.py test/test_get_coverage_format.py @@ -612,6 +617,8 @@ test/test_get_map_format.py test/test_get_map_request.py test/test_gfbio_abcd_data_provider_definition.py test/test_gfbio_collections_data_provider_definition.py +test/test_grid_bounding_box2_d.py +test/test_grid_idx2_d.py test/test_id_response.py test/test_internal_data_id.py test/test_layer.py @@ -678,7 +685,6 @@ test/test_permission_request.py test/test_permissions_api.py test/test_plot.py test/test_plot_output_format.py -test/test_plot_query_rectangle.py test/test_plot_result_descriptor.py test/test_plots_api.py test/test_point_symbology.py @@ -705,10 +711,10 @@ test/test_raster_dataset_from_workflow.py test/test_raster_dataset_from_workflow_result.py test/test_raster_properties_entry_type.py test/test_raster_properties_key.py -test/test_raster_query_rectangle.py test/test_raster_result_descriptor.py test/test_raster_stream_websocket_result_type.py test/test_raster_symbology.py +test/test_raster_to_dataset_query_rectangle.py test/test_resource.py test/test_role.py test/test_role_description.py @@ -719,6 +725,9 @@ test/test_sentinel_s2_l2_a_cogs_provider_definition.py test/test_server_info.py test/test_session_api.py test/test_single_band_raster_colorizer.py +test/test_spatial_grid_definition.py +test/test_spatial_grid_descriptor.py +test/test_spatial_grid_descriptor_state.py test/test_spatial_partition2_d.py test/test_spatial_reference_authority.py test/test_spatial_reference_specification.py @@ -726,9 +735,7 @@ test/test_spatial_references_api.py test/test_spatial_resolution.py test/test_st_rectangle.py test/test_stac_api_retries.py -test/test_stac_band.py test/test_stac_query_buffer.py -test/test_stac_zone.py test/test_static_color.py test/test_static_number.py test/test_stroke_param.py @@ -781,7 +788,6 @@ test/test_user_session.py test/test_vec_update.py test/test_vector_column_info.py test/test_vector_data_type.py -test/test_vector_query_rectangle.py test/test_vector_result_descriptor.py test/test_volume.py test/test_volume_file_layers_response.py diff --git a/python/README.md b/python/README.md index 86050d33..59d6154a 100644 --- a/python/README.md +++ b/python/README.md @@ -3,8 +3,8 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.8.0 -- Package version: 0.0.27 +- API version: 0.9.0 +- Package version: 0.0.28 - Generator version: 7.12.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -256,6 +256,7 @@ Class | Method | HTTP request | Description - [GdalMetadataNetCdfCf](docs/GdalMetadataNetCdfCf.md) - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) + - [GeoTransform](docs/GeoTransform.md) - [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) - [GetCapabilitiesRequest](docs/GetCapabilitiesRequest.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) @@ -267,6 +268,8 @@ Class | Method | HTTP request | Description - [GetMapRequest](docs/GetMapRequest.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) + - [GridBoundingBox2D](docs/GridBoundingBox2D.md) + - [GridIdx2D](docs/GridIdx2D.md) - [IdResponse](docs/IdResponse.md) - [InternalDataId](docs/InternalDataId.md) - [Layer](docs/Layer.md) @@ -327,7 +330,6 @@ Class | Method | HTTP request | Description - [PermissionRequest](docs/PermissionRequest.md) - [Plot](docs/Plot.md) - [PlotOutputFormat](docs/PlotOutputFormat.md) - - [PlotQueryRectangle](docs/PlotQueryRectangle.md) - [PlotResultDescriptor](docs/PlotResultDescriptor.md) - [PointSymbology](docs/PointSymbology.md) - [PolygonSymbology](docs/PolygonSymbology.md) @@ -352,10 +354,10 @@ Class | Method | HTTP request | Description - [RasterDatasetFromWorkflowResult](docs/RasterDatasetFromWorkflowResult.md) - [RasterPropertiesEntryType](docs/RasterPropertiesEntryType.md) - [RasterPropertiesKey](docs/RasterPropertiesKey.md) - - [RasterQueryRectangle](docs/RasterQueryRectangle.md) - [RasterResultDescriptor](docs/RasterResultDescriptor.md) - [RasterStreamWebsocketResultType](docs/RasterStreamWebsocketResultType.md) - [RasterSymbology](docs/RasterSymbology.md) + - [RasterToDatasetQueryRectangle](docs/RasterToDatasetQueryRectangle.md) - [Resource](docs/Resource.md) - [Role](docs/Role.md) - [RoleDescription](docs/RoleDescription.md) @@ -366,14 +368,15 @@ Class | Method | HTTP request | Description - [SentinelS2L2ACogsProviderDefinition](docs/SentinelS2L2ACogsProviderDefinition.md) - [ServerInfo](docs/ServerInfo.md) - [SingleBandRasterColorizer](docs/SingleBandRasterColorizer.md) + - [SpatialGridDefinition](docs/SpatialGridDefinition.md) + - [SpatialGridDescriptor](docs/SpatialGridDescriptor.md) + - [SpatialGridDescriptorState](docs/SpatialGridDescriptorState.md) - [SpatialPartition2D](docs/SpatialPartition2D.md) - [SpatialReferenceAuthority](docs/SpatialReferenceAuthority.md) - [SpatialReferenceSpecification](docs/SpatialReferenceSpecification.md) - [SpatialResolution](docs/SpatialResolution.md) - [StacApiRetries](docs/StacApiRetries.md) - - [StacBand](docs/StacBand.md) - [StacQueryBuffer](docs/StacQueryBuffer.md) - - [StacZone](docs/StacZone.md) - [StaticColor](docs/StaticColor.md) - [StaticNumber](docs/StaticNumber.md) - [StrokeParam](docs/StrokeParam.md) @@ -423,7 +426,6 @@ Class | Method | HTTP request | Description - [VecUpdate](docs/VecUpdate.md) - [VectorColumnInfo](docs/VectorColumnInfo.md) - [VectorDataType](docs/VectorDataType.md) - - [VectorQueryRectangle](docs/VectorQueryRectangle.md) - [VectorResultDescriptor](docs/VectorResultDescriptor.md) - [Volume](docs/Volume.md) - [VolumeFileLayersResponse](docs/VolumeFileLayersResponse.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 21c06c7e..1ff64015 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.0.27" +__version__ = "0.0.28" # import apis into sdk package from geoengine_openapi_client.api.datasets_api import DatasetsApi @@ -109,6 +109,7 @@ from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson +from geoengine_openapi_client.models.geo_transform import GeoTransform from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat @@ -120,6 +121,8 @@ from geoengine_openapi_client.models.get_map_request import GetMapRequest from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D from geoengine_openapi_client.models.id_response import IdResponse from geoengine_openapi_client.models.internal_data_id import InternalDataId from geoengine_openapi_client.models.layer import Layer @@ -180,7 +183,6 @@ from geoengine_openapi_client.models.permission_request import PermissionRequest from geoengine_openapi_client.models.plot import Plot from geoengine_openapi_client.models.plot_output_format import PlotOutputFormat -from geoengine_openapi_client.models.plot_query_rectangle import PlotQueryRectangle from geoengine_openapi_client.models.plot_result_descriptor import PlotResultDescriptor from geoengine_openapi_client.models.point_symbology import PointSymbology from geoengine_openapi_client.models.polygon_symbology import PolygonSymbology @@ -205,10 +207,10 @@ from geoengine_openapi_client.models.raster_dataset_from_workflow_result import RasterDatasetFromWorkflowResult from geoengine_openapi_client.models.raster_properties_entry_type import RasterPropertiesEntryType from geoengine_openapi_client.models.raster_properties_key import RasterPropertiesKey -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.raster_symbology import RasterSymbology +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle from geoengine_openapi_client.models.resource import Resource from geoengine_openapi_client.models.role import Role from geoengine_openapi_client.models.role_description import RoleDescription @@ -219,14 +221,15 @@ from geoengine_openapi_client.models.sentinel_s2_l2_a_cogs_provider_definition import SentinelS2L2ACogsProviderDefinition from geoengine_openapi_client.models.server_info import ServerInfo from geoengine_openapi_client.models.single_band_raster_colorizer import SingleBandRasterColorizer +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D from geoengine_openapi_client.models.spatial_reference_authority import SpatialReferenceAuthority from geoengine_openapi_client.models.spatial_reference_specification import SpatialReferenceSpecification from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.stac_api_retries import StacApiRetries -from geoengine_openapi_client.models.stac_band import StacBand from geoengine_openapi_client.models.stac_query_buffer import StacQueryBuffer -from geoengine_openapi_client.models.stac_zone import StacZone from geoengine_openapi_client.models.static_color import StaticColor from geoengine_openapi_client.models.static_number import StaticNumber from geoengine_openapi_client.models.stroke_param import StrokeParam @@ -276,7 +279,6 @@ from geoengine_openapi_client.models.vec_update import VecUpdate from geoengine_openapi_client.models.vector_column_info import VectorColumnInfo from geoengine_openapi_client.models.vector_data_type import VectorDataType -from geoengine_openapi_client.models.vector_query_rectangle import VectorQueryRectangle from geoengine_openapi_client.models.vector_result_descriptor import VectorResultDescriptor from geoengine_openapi_client.models.volume import Volume from geoengine_openapi_client.models.volume_file_layers_response import VolumeFileLayersResponse diff --git a/python/geoengine_openapi_client/api/workflows_api.py b/python/geoengine_openapi_client/api/workflows_api.py index d2f5dc5f..a02a5783 100644 --- a/python/geoengine_openapi_client/api/workflows_api.py +++ b/python/geoengine_openapi_client/api/workflows_api.py @@ -25,7 +25,6 @@ from geoengine_openapi_client.models.raster_dataset_from_workflow import RasterDatasetFromWorkflow from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.task_response import TaskResponse from geoengine_openapi_client.models.typed_result_descriptor import TypedResultDescriptor from geoengine_openapi_client.models.workflow import Workflow @@ -1372,7 +1371,6 @@ def raster_stream_websocket( id: Annotated[StrictStr, Field(description="Workflow id")], spatial_bounds: SpatialPartition2D, time_interval: StrictStr, - spatial_resolution: SpatialResolution, attributes: StrictStr, result_type: RasterStreamWebsocketResultType, _request_timeout: Union[ @@ -1397,8 +1395,6 @@ def raster_stream_websocket( :type spatial_bounds: SpatialPartition2D :param time_interval: (required) :type time_interval: str - :param spatial_resolution: (required) - :type spatial_resolution: SpatialResolution :param attributes: (required) :type attributes: str :param result_type: (required) @@ -1429,7 +1425,6 @@ def raster_stream_websocket( id=id, spatial_bounds=spatial_bounds, time_interval=time_interval, - spatial_resolution=spatial_resolution, attributes=attributes, result_type=result_type, _request_auth=_request_auth, @@ -1458,7 +1453,6 @@ def raster_stream_websocket_with_http_info( id: Annotated[StrictStr, Field(description="Workflow id")], spatial_bounds: SpatialPartition2D, time_interval: StrictStr, - spatial_resolution: SpatialResolution, attributes: StrictStr, result_type: RasterStreamWebsocketResultType, _request_timeout: Union[ @@ -1483,8 +1477,6 @@ def raster_stream_websocket_with_http_info( :type spatial_bounds: SpatialPartition2D :param time_interval: (required) :type time_interval: str - :param spatial_resolution: (required) - :type spatial_resolution: SpatialResolution :param attributes: (required) :type attributes: str :param result_type: (required) @@ -1515,7 +1507,6 @@ def raster_stream_websocket_with_http_info( id=id, spatial_bounds=spatial_bounds, time_interval=time_interval, - spatial_resolution=spatial_resolution, attributes=attributes, result_type=result_type, _request_auth=_request_auth, @@ -1544,7 +1535,6 @@ def raster_stream_websocket_without_preload_content( id: Annotated[StrictStr, Field(description="Workflow id")], spatial_bounds: SpatialPartition2D, time_interval: StrictStr, - spatial_resolution: SpatialResolution, attributes: StrictStr, result_type: RasterStreamWebsocketResultType, _request_timeout: Union[ @@ -1569,8 +1559,6 @@ def raster_stream_websocket_without_preload_content( :type spatial_bounds: SpatialPartition2D :param time_interval: (required) :type time_interval: str - :param spatial_resolution: (required) - :type spatial_resolution: SpatialResolution :param attributes: (required) :type attributes: str :param result_type: (required) @@ -1601,7 +1589,6 @@ def raster_stream_websocket_without_preload_content( id=id, spatial_bounds=spatial_bounds, time_interval=time_interval, - spatial_resolution=spatial_resolution, attributes=attributes, result_type=result_type, _request_auth=_request_auth, @@ -1625,7 +1612,6 @@ def _raster_stream_websocket_serialize( id, spatial_bounds, time_interval, - spatial_resolution, attributes, result_type, _request_auth, @@ -1660,10 +1646,6 @@ def _raster_stream_websocket_serialize( _query_params.append(('timeInterval', time_interval)) - if spatial_resolution is not None: - - _query_params.append(('spatialResolution', spatial_resolution)) - if attributes is not None: _query_params.append(('attributes', attributes)) diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index 6f6c8828..e7b27391 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -91,7 +91,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'geoengine/openapi-client/python/0.0.27' + self.user_agent = 'geoengine/openapi-client/python/0.0.28' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index 455fd5b2..60529be4 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -511,8 +511,8 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.8.0\n"\ - "SDK Package Version: 0.0.27".\ + "Version of the API: 0.9.0\n"\ + "SDK Package Version: 0.0.28".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index e9c96c16..125280d7 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -77,6 +77,7 @@ from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson +from geoengine_openapi_client.models.geo_transform import GeoTransform from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat @@ -88,6 +89,8 @@ from geoengine_openapi_client.models.get_map_request import GetMapRequest from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D from geoengine_openapi_client.models.id_response import IdResponse from geoengine_openapi_client.models.internal_data_id import InternalDataId from geoengine_openapi_client.models.layer import Layer @@ -148,7 +151,6 @@ from geoengine_openapi_client.models.permission_request import PermissionRequest from geoengine_openapi_client.models.plot import Plot from geoengine_openapi_client.models.plot_output_format import PlotOutputFormat -from geoengine_openapi_client.models.plot_query_rectangle import PlotQueryRectangle from geoengine_openapi_client.models.plot_result_descriptor import PlotResultDescriptor from geoengine_openapi_client.models.point_symbology import PointSymbology from geoengine_openapi_client.models.polygon_symbology import PolygonSymbology @@ -173,10 +175,10 @@ from geoengine_openapi_client.models.raster_dataset_from_workflow_result import RasterDatasetFromWorkflowResult from geoengine_openapi_client.models.raster_properties_entry_type import RasterPropertiesEntryType from geoengine_openapi_client.models.raster_properties_key import RasterPropertiesKey -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.raster_symbology import RasterSymbology +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle from geoengine_openapi_client.models.resource import Resource from geoengine_openapi_client.models.role import Role from geoengine_openapi_client.models.role_description import RoleDescription @@ -187,14 +189,15 @@ from geoengine_openapi_client.models.sentinel_s2_l2_a_cogs_provider_definition import SentinelS2L2ACogsProviderDefinition from geoengine_openapi_client.models.server_info import ServerInfo from geoengine_openapi_client.models.single_band_raster_colorizer import SingleBandRasterColorizer +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D from geoengine_openapi_client.models.spatial_reference_authority import SpatialReferenceAuthority from geoengine_openapi_client.models.spatial_reference_specification import SpatialReferenceSpecification from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.stac_api_retries import StacApiRetries -from geoengine_openapi_client.models.stac_band import StacBand from geoengine_openapi_client.models.stac_query_buffer import StacQueryBuffer -from geoengine_openapi_client.models.stac_zone import StacZone from geoengine_openapi_client.models.static_color import StaticColor from geoengine_openapi_client.models.static_number import StaticNumber from geoengine_openapi_client.models.stroke_param import StrokeParam @@ -244,7 +247,6 @@ from geoengine_openapi_client.models.vec_update import VecUpdate from geoengine_openapi_client.models.vector_column_info import VectorColumnInfo from geoengine_openapi_client.models.vector_data_type import VectorDataType -from geoengine_openapi_client.models.vector_query_rectangle import VectorQueryRectangle from geoengine_openapi_client.models.vector_result_descriptor import VectorResultDescriptor from geoengine_openapi_client.models.volume import Volume from geoengine_openapi_client.models.volume_file_layers_response import VolumeFileLayersResponse diff --git a/python/geoengine_openapi_client/models/stac_band.py b/python/geoengine_openapi_client/models/geo_transform.py similarity index 67% rename from python/geoengine_openapi_client/models/stac_band.py rename to python/geoengine_openapi_client/models/geo_transform.py index 308d3117..47d0286d 100644 --- a/python/geoengine_openapi_client/models/stac_band.py +++ b/python/geoengine_openapi_client/models/geo_transform.py @@ -18,20 +18,20 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr -from typing import Any, ClassVar, Dict, List, Optional, Union -from geoengine_openapi_client.models.raster_data_type import RasterDataType +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Union +from geoengine_openapi_client.models.coordinate2_d import Coordinate2D from typing import Optional, Set from typing_extensions import Self -class StacBand(BaseModel): +class GeoTransform(BaseModel): """ - StacBand + GeoTransform """ # noqa: E501 - data_type: RasterDataType = Field(alias="dataType") - name: StrictStr - no_data_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="noDataValue") - __properties: ClassVar[List[str]] = ["dataType", "name", "noDataValue"] + origin_coordinate: Coordinate2D = Field(alias="originCoordinate") + x_pixel_size: Union[StrictFloat, StrictInt] = Field(alias="xPixelSize") + y_pixel_size: Union[StrictFloat, StrictInt] = Field(alias="yPixelSize") + __properties: ClassVar[List[str]] = ["originCoordinate", "xPixelSize", "yPixelSize"] model_config = ConfigDict( populate_by_name=True, @@ -51,7 +51,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of StacBand from a JSON string""" + """Create an instance of GeoTransform from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -72,16 +72,14 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # set to None if no_data_value (nullable) is None - # and model_fields_set contains the field - if self.no_data_value is None and "no_data_value" in self.model_fields_set: - _dict['noDataValue'] = None - + # override the default output from pydantic by calling `to_dict()` of origin_coordinate + if self.origin_coordinate: + _dict['originCoordinate'] = self.origin_coordinate.to_dict() return _dict @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of StacBand from a dict""" + """Create an instance of GeoTransform from a dict""" if obj is None: return None @@ -89,9 +87,9 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "dataType": obj.get("dataType"), - "name": obj.get("name"), - "noDataValue": obj.get("noDataValue") + "originCoordinate": Coordinate2D.from_dict(obj["originCoordinate"]) if obj.get("originCoordinate") is not None else None, + "xPixelSize": obj.get("xPixelSize"), + "yPixelSize": obj.get("yPixelSize") }) return _obj diff --git a/python/geoengine_openapi_client/models/vector_query_rectangle.py b/python/geoengine_openapi_client/models/grid_bounding_box2_d.py similarity index 59% rename from python/geoengine_openapi_client/models/vector_query_rectangle.py rename to python/geoengine_openapi_client/models/grid_bounding_box2_d.py index e1887eb5..8bc2c4f8 100644 --- a/python/geoengine_openapi_client/models/vector_query_rectangle.py +++ b/python/geoengine_openapi_client/models/grid_bounding_box2_d.py @@ -20,20 +20,17 @@ from pydantic import BaseModel, ConfigDict, Field from typing import Any, ClassVar, Dict, List -from geoengine_openapi_client.models.bounding_box2_d import BoundingBox2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D from typing import Optional, Set from typing_extensions import Self -class VectorQueryRectangle(BaseModel): +class GridBoundingBox2D(BaseModel): """ - A spatio-temporal rectangle with a specified resolution + GridBoundingBox2D """ # noqa: E501 - spatial_bounds: BoundingBox2D = Field(alias="spatialBounds") - spatial_resolution: SpatialResolution = Field(alias="spatialResolution") - time_interval: TimeInterval = Field(alias="timeInterval") - __properties: ClassVar[List[str]] = ["spatialBounds", "spatialResolution", "timeInterval"] + bottom_right_idx: GridIdx2D = Field(alias="bottomRightIdx") + top_left_idx: GridIdx2D = Field(alias="topLeftIdx") + __properties: ClassVar[List[str]] = ["bottomRightIdx", "topLeftIdx"] model_config = ConfigDict( populate_by_name=True, @@ -53,7 +50,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of VectorQueryRectangle from a JSON string""" + """Create an instance of GridBoundingBox2D from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -74,20 +71,17 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # override the default output from pydantic by calling `to_dict()` of spatial_bounds - if self.spatial_bounds: - _dict['spatialBounds'] = self.spatial_bounds.to_dict() - # override the default output from pydantic by calling `to_dict()` of spatial_resolution - if self.spatial_resolution: - _dict['spatialResolution'] = self.spatial_resolution.to_dict() - # override the default output from pydantic by calling `to_dict()` of time_interval - if self.time_interval: - _dict['timeInterval'] = self.time_interval.to_dict() + # override the default output from pydantic by calling `to_dict()` of bottom_right_idx + if self.bottom_right_idx: + _dict['bottomRightIdx'] = self.bottom_right_idx.to_dict() + # override the default output from pydantic by calling `to_dict()` of top_left_idx + if self.top_left_idx: + _dict['topLeftIdx'] = self.top_left_idx.to_dict() return _dict @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of VectorQueryRectangle from a dict""" + """Create an instance of GridBoundingBox2D from a dict""" if obj is None: return None @@ -95,9 +89,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "spatialBounds": BoundingBox2D.from_dict(obj["spatialBounds"]) if obj.get("spatialBounds") is not None else None, - "spatialResolution": SpatialResolution.from_dict(obj["spatialResolution"]) if obj.get("spatialResolution") is not None else None, - "timeInterval": TimeInterval.from_dict(obj["timeInterval"]) if obj.get("timeInterval") is not None else None + "bottomRightIdx": GridIdx2D.from_dict(obj["bottomRightIdx"]) if obj.get("bottomRightIdx") is not None else None, + "topLeftIdx": GridIdx2D.from_dict(obj["topLeftIdx"]) if obj.get("topLeftIdx") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/stac_zone.py b/python/geoengine_openapi_client/models/grid_idx2_d.py similarity index 82% rename from python/geoengine_openapi_client/models/stac_zone.py rename to python/geoengine_openapi_client/models/grid_idx2_d.py index dedc9bb4..a78dbee4 100644 --- a/python/geoengine_openapi_client/models/stac_zone.py +++ b/python/geoengine_openapi_client/models/grid_idx2_d.py @@ -18,19 +18,18 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictInt from typing import Any, ClassVar, Dict, List -from typing_extensions import Annotated from typing import Optional, Set from typing_extensions import Self -class StacZone(BaseModel): +class GridIdx2D(BaseModel): """ - StacZone + GridIdx2D """ # noqa: E501 - epsg: Annotated[int, Field(strict=True, ge=0)] - name: StrictStr - __properties: ClassVar[List[str]] = ["epsg", "name"] + x_idx: StrictInt = Field(alias="xIdx") + y_idx: StrictInt = Field(alias="yIdx") + __properties: ClassVar[List[str]] = ["xIdx", "yIdx"] model_config = ConfigDict( populate_by_name=True, @@ -50,7 +49,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of StacZone from a JSON string""" + """Create an instance of GridIdx2D from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -75,7 +74,7 @@ def to_dict(self) -> Dict[str, Any]: @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of StacZone from a dict""" + """Create an instance of GridIdx2D from a dict""" if obj is None: return None @@ -83,8 +82,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "epsg": obj.get("epsg"), - "name": obj.get("name") + "xIdx": obj.get("xIdx"), + "yIdx": obj.get("yIdx") }) return _obj diff --git a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py index 383a4807..16d4ea77 100644 --- a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py +++ b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py @@ -20,7 +20,7 @@ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr from typing import Any, ClassVar, Dict, List, Optional -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle from typing import Optional, Set from typing_extensions import Self @@ -32,7 +32,7 @@ class RasterDatasetFromWorkflow(BaseModel): description: Optional[StrictStr] = None display_name: StrictStr = Field(alias="displayName") name: Optional[StrictStr] = None - query: RasterQueryRectangle + query: RasterToDatasetQueryRectangle __properties: ClassVar[List[str]] = ["asCog", "description", "displayName", "name", "query"] model_config = ConfigDict( @@ -98,7 +98,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "description": obj.get("description"), "displayName": obj.get("displayName"), "name": obj.get("name"), - "query": RasterQueryRectangle.from_dict(obj["query"]) if obj.get("query") is not None else None + "query": RasterToDatasetQueryRectangle.from_dict(obj["query"]) if obj.get("query") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index 76ac7e4e..908c02d2 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -22,8 +22,7 @@ from typing import Any, ClassVar, Dict, List, Optional from geoengine_openapi_client.models.raster_band_descriptor import RasterBandDescriptor from geoengine_openapi_client.models.raster_data_type import RasterDataType -from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor from geoengine_openapi_client.models.time_interval import TimeInterval from typing import Optional, Set from typing_extensions import Self @@ -33,12 +32,11 @@ class RasterResultDescriptor(BaseModel): A `ResultDescriptor` for raster queries """ # noqa: E501 bands: List[RasterBandDescriptor] - bbox: Optional[SpatialPartition2D] = None data_type: RasterDataType = Field(alias="dataType") - resolution: Optional[SpatialResolution] = None + spatial_grid: SpatialGridDescriptor = Field(alias="spatialGrid") spatial_reference: StrictStr = Field(alias="spatialReference") time: Optional[TimeInterval] = None - __properties: ClassVar[List[str]] = ["bands", "bbox", "dataType", "resolution", "spatialReference", "time"] + __properties: ClassVar[List[str]] = ["bands", "dataType", "spatialGrid", "spatialReference", "time"] model_config = ConfigDict( populate_by_name=True, @@ -86,25 +84,12 @@ def to_dict(self) -> Dict[str, Any]: if _item_bands: _items.append(_item_bands.to_dict()) _dict['bands'] = _items - # override the default output from pydantic by calling `to_dict()` of bbox - if self.bbox: - _dict['bbox'] = self.bbox.to_dict() - # override the default output from pydantic by calling `to_dict()` of resolution - if self.resolution: - _dict['resolution'] = self.resolution.to_dict() + # override the default output from pydantic by calling `to_dict()` of spatial_grid + if self.spatial_grid: + _dict['spatialGrid'] = self.spatial_grid.to_dict() # override the default output from pydantic by calling `to_dict()` of time if self.time: _dict['time'] = self.time.to_dict() - # set to None if bbox (nullable) is None - # and model_fields_set contains the field - if self.bbox is None and "bbox" in self.model_fields_set: - _dict['bbox'] = None - - # set to None if resolution (nullable) is None - # and model_fields_set contains the field - if self.resolution is None and "resolution" in self.model_fields_set: - _dict['resolution'] = None - # set to None if time (nullable) is None # and model_fields_set contains the field if self.time is None and "time" in self.model_fields_set: diff --git a/python/geoengine_openapi_client/models/raster_query_rectangle.py b/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py similarity index 80% rename from python/geoengine_openapi_client/models/raster_query_rectangle.py rename to python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py index 54b23f83..990d1bf1 100644 --- a/python/geoengine_openapi_client/models/raster_query_rectangle.py +++ b/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py @@ -21,19 +21,17 @@ from pydantic import BaseModel, ConfigDict, Field from typing import Any, ClassVar, Dict, List from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.time_interval import TimeInterval from typing import Optional, Set from typing_extensions import Self -class RasterQueryRectangle(BaseModel): +class RasterToDatasetQueryRectangle(BaseModel): """ A spatio-temporal rectangle with a specified resolution """ # noqa: E501 spatial_bounds: SpatialPartition2D = Field(alias="spatialBounds") - spatial_resolution: SpatialResolution = Field(alias="spatialResolution") time_interval: TimeInterval = Field(alias="timeInterval") - __properties: ClassVar[List[str]] = ["spatialBounds", "spatialResolution", "timeInterval"] + __properties: ClassVar[List[str]] = ["spatialBounds", "timeInterval"] model_config = ConfigDict( populate_by_name=True, @@ -53,7 +51,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of RasterQueryRectangle from a JSON string""" + """Create an instance of RasterToDatasetQueryRectangle from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -77,9 +75,6 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of spatial_bounds if self.spatial_bounds: _dict['spatialBounds'] = self.spatial_bounds.to_dict() - # override the default output from pydantic by calling `to_dict()` of spatial_resolution - if self.spatial_resolution: - _dict['spatialResolution'] = self.spatial_resolution.to_dict() # override the default output from pydantic by calling `to_dict()` of time_interval if self.time_interval: _dict['timeInterval'] = self.time_interval.to_dict() @@ -87,7 +82,7 @@ def to_dict(self) -> Dict[str, Any]: @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of RasterQueryRectangle from a dict""" + """Create an instance of RasterToDatasetQueryRectangle from a dict""" if obj is None: return None @@ -96,7 +91,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "spatialBounds": SpatialPartition2D.from_dict(obj["spatialBounds"]) if obj.get("spatialBounds") is not None else None, - "spatialResolution": SpatialResolution.from_dict(obj["spatialResolution"]) if obj.get("spatialResolution") is not None else None, "timeInterval": TimeInterval.from_dict(obj["timeInterval"]) if obj.get("timeInterval") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py b/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py index 14a670a2..c2503210 100644 --- a/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py +++ b/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py @@ -22,9 +22,7 @@ from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from geoengine_openapi_client.models.stac_api_retries import StacApiRetries -from geoengine_openapi_client.models.stac_band import StacBand from geoengine_openapi_client.models.stac_query_buffer import StacQueryBuffer -from geoengine_openapi_client.models.stac_zone import StacZone from typing import Optional, Set from typing_extensions import Self @@ -33,7 +31,6 @@ class SentinelS2L2ACogsProviderDefinition(BaseModel): SentinelS2L2ACogsProviderDefinition """ # noqa: E501 api_url: StrictStr = Field(alias="apiUrl") - bands: List[StacBand] cache_ttl: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(default=None, alias="cacheTtl") description: StrictStr gdal_retries: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(default=None, alias="gdalRetries") @@ -43,8 +40,7 @@ class SentinelS2L2ACogsProviderDefinition(BaseModel): query_buffer: Optional[StacQueryBuffer] = Field(default=None, alias="queryBuffer") stac_api_retries: Optional[StacApiRetries] = Field(default=None, alias="stacApiRetries") type: StrictStr - zones: List[StacZone] - __properties: ClassVar[List[str]] = ["apiUrl", "bands", "cacheTtl", "description", "gdalRetries", "id", "name", "priority", "queryBuffer", "stacApiRetries", "type", "zones"] + __properties: ClassVar[List[str]] = ["apiUrl", "cacheTtl", "description", "gdalRetries", "id", "name", "priority", "queryBuffer", "stacApiRetries", "type"] @field_validator('type') def type_validate_enum(cls, value): @@ -92,26 +88,12 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # override the default output from pydantic by calling `to_dict()` of each item in bands (list) - _items = [] - if self.bands: - for _item_bands in self.bands: - if _item_bands: - _items.append(_item_bands.to_dict()) - _dict['bands'] = _items # override the default output from pydantic by calling `to_dict()` of query_buffer if self.query_buffer: _dict['queryBuffer'] = self.query_buffer.to_dict() # override the default output from pydantic by calling `to_dict()` of stac_api_retries if self.stac_api_retries: _dict['stacApiRetries'] = self.stac_api_retries.to_dict() - # override the default output from pydantic by calling `to_dict()` of each item in zones (list) - _items = [] - if self.zones: - for _item_zones in self.zones: - if _item_zones: - _items.append(_item_zones.to_dict()) - _dict['zones'] = _items # set to None if priority (nullable) is None # and model_fields_set contains the field if self.priority is None and "priority" in self.model_fields_set: @@ -130,7 +112,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "apiUrl": obj.get("apiUrl"), - "bands": [StacBand.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, "cacheTtl": obj.get("cacheTtl"), "description": obj.get("description"), "gdalRetries": obj.get("gdalRetries"), @@ -139,8 +120,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "priority": obj.get("priority"), "queryBuffer": StacQueryBuffer.from_dict(obj["queryBuffer"]) if obj.get("queryBuffer") is not None else None, "stacApiRetries": StacApiRetries.from_dict(obj["stacApiRetries"]) if obj.get("stacApiRetries") is not None else None, - "type": obj.get("type"), - "zones": [StacZone.from_dict(_item) for _item in obj["zones"]] if obj.get("zones") is not None else None + "type": obj.get("type") }) return _obj diff --git a/python/geoengine_openapi_client/models/plot_query_rectangle.py b/python/geoengine_openapi_client/models/spatial_grid_definition.py similarity index 59% rename from python/geoengine_openapi_client/models/plot_query_rectangle.py rename to python/geoengine_openapi_client/models/spatial_grid_definition.py index ff6626cd..1cd9f727 100644 --- a/python/geoengine_openapi_client/models/plot_query_rectangle.py +++ b/python/geoengine_openapi_client/models/spatial_grid_definition.py @@ -20,20 +20,18 @@ from pydantic import BaseModel, ConfigDict, Field from typing import Any, ClassVar, Dict, List -from geoengine_openapi_client.models.bounding_box2_d import BoundingBox2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.geo_transform import GeoTransform +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D from typing import Optional, Set from typing_extensions import Self -class PlotQueryRectangle(BaseModel): +class SpatialGridDefinition(BaseModel): """ - A spatio-temporal rectangle with a specified resolution + SpatialGridDefinition """ # noqa: E501 - spatial_bounds: BoundingBox2D = Field(alias="spatialBounds") - spatial_resolution: SpatialResolution = Field(alias="spatialResolution") - time_interval: TimeInterval = Field(alias="timeInterval") - __properties: ClassVar[List[str]] = ["spatialBounds", "spatialResolution", "timeInterval"] + geo_transform: GeoTransform = Field(alias="geoTransform") + grid_bounds: GridBoundingBox2D = Field(alias="gridBounds") + __properties: ClassVar[List[str]] = ["geoTransform", "gridBounds"] model_config = ConfigDict( populate_by_name=True, @@ -53,7 +51,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of PlotQueryRectangle from a JSON string""" + """Create an instance of SpatialGridDefinition from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -74,20 +72,17 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # override the default output from pydantic by calling `to_dict()` of spatial_bounds - if self.spatial_bounds: - _dict['spatialBounds'] = self.spatial_bounds.to_dict() - # override the default output from pydantic by calling `to_dict()` of spatial_resolution - if self.spatial_resolution: - _dict['spatialResolution'] = self.spatial_resolution.to_dict() - # override the default output from pydantic by calling `to_dict()` of time_interval - if self.time_interval: - _dict['timeInterval'] = self.time_interval.to_dict() + # override the default output from pydantic by calling `to_dict()` of geo_transform + if self.geo_transform: + _dict['geoTransform'] = self.geo_transform.to_dict() + # override the default output from pydantic by calling `to_dict()` of grid_bounds + if self.grid_bounds: + _dict['gridBounds'] = self.grid_bounds.to_dict() return _dict @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of PlotQueryRectangle from a dict""" + """Create an instance of SpatialGridDefinition from a dict""" if obj is None: return None @@ -95,9 +90,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "spatialBounds": BoundingBox2D.from_dict(obj["spatialBounds"]) if obj.get("spatialBounds") is not None else None, - "spatialResolution": SpatialResolution.from_dict(obj["spatialResolution"]) if obj.get("spatialResolution") is not None else None, - "timeInterval": TimeInterval.from_dict(obj["timeInterval"]) if obj.get("timeInterval") is not None else None + "geoTransform": GeoTransform.from_dict(obj["geoTransform"]) if obj.get("geoTransform") is not None else None, + "gridBounds": GridBoundingBox2D.from_dict(obj["gridBounds"]) if obj.get("gridBounds") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/spatial_grid_descriptor.py b/python/geoengine_openapi_client/models/spatial_grid_descriptor.py new file mode 100644 index 00000000..b92e7fa0 --- /dev/null +++ b/python/geoengine_openapi_client/models/spatial_grid_descriptor.py @@ -0,0 +1,95 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState +from typing import Optional, Set +from typing_extensions import Self + +class SpatialGridDescriptor(BaseModel): + """ + SpatialGridDescriptor + """ # noqa: E501 + descriptor: SpatialGridDescriptorState + spatial_grid: SpatialGridDefinition = Field(alias="spatialGrid") + __properties: ClassVar[List[str]] = ["descriptor", "spatialGrid"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of SpatialGridDescriptor from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of spatial_grid + if self.spatial_grid: + _dict['spatialGrid'] = self.spatial_grid.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of SpatialGridDescriptor from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "descriptor": obj.get("descriptor"), + "spatialGrid": SpatialGridDefinition.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py b/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py new file mode 100644 index 00000000..2d71be0f --- /dev/null +++ b/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py @@ -0,0 +1,38 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import json +from enum import Enum +from typing_extensions import Self + + +class SpatialGridDescriptorState(str, Enum): + """ + SpatialGridDescriptorState + """ + + """ + allowed enum values + """ + SOURCE = 'source' + DERIVED = 'derived' + + @classmethod + def from_json(cls, json_str: str) -> Self: + """Create an instance of SpatialGridDescriptorState from a JSON string""" + return cls(json.loads(json_str)) + + diff --git a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py index d32c049e..73a5124a 100644 --- a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py @@ -23,8 +23,7 @@ from geoengine_openapi_client.models.raster_band_descriptor import RasterBandDescriptor from geoengine_openapi_client.models.raster_data_type import RasterDataType from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor -from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor from geoengine_openapi_client.models.time_interval import TimeInterval from typing import Optional, Set from typing_extensions import Self @@ -34,7 +33,7 @@ class TypedRasterResultDescriptor(RasterResultDescriptor): TypedRasterResultDescriptor """ # noqa: E501 type: StrictStr - __properties: ClassVar[List[str]] = ["bands", "bbox", "dataType", "resolution", "spatialReference", "time", "type"] + __properties: ClassVar[List[str]] = ["bands", "dataType", "spatialGrid", "spatialReference", "time", "type"] @field_validator('type') def type_validate_enum(cls, value): @@ -89,25 +88,12 @@ def to_dict(self) -> Dict[str, Any]: if _item_bands: _items.append(_item_bands.to_dict()) _dict['bands'] = _items - # override the default output from pydantic by calling `to_dict()` of bbox - if self.bbox: - _dict['bbox'] = self.bbox.to_dict() - # override the default output from pydantic by calling `to_dict()` of resolution - if self.resolution: - _dict['resolution'] = self.resolution.to_dict() + # override the default output from pydantic by calling `to_dict()` of spatial_grid + if self.spatial_grid: + _dict['spatialGrid'] = self.spatial_grid.to_dict() # override the default output from pydantic by calling `to_dict()` of time if self.time: _dict['time'] = self.time.to_dict() - # set to None if bbox (nullable) is None - # and model_fields_set contains the field - if self.bbox is None and "bbox" in self.model_fields_set: - _dict['bbox'] = None - - # set to None if resolution (nullable) is None - # and model_fields_set contains the field - if self.resolution is None and "resolution" in self.model_fields_set: - _dict['resolution'] = None - # set to None if time (nullable) is None # and model_fields_set contains the field if self.time is None and "time" in self.model_fields_set: @@ -126,9 +112,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "bands": [RasterBandDescriptor.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, - "bbox": SpatialPartition2D.from_dict(obj["bbox"]) if obj.get("bbox") is not None else None, "dataType": obj.get("dataType"), - "resolution": SpatialResolution.from_dict(obj["resolution"]) if obj.get("resolution") is not None else None, + "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "spatialReference": obj.get("spatialReference"), "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, "type": obj.get("type") diff --git a/python/pyproject.toml b/python/pyproject.toml index e3847c4c..503e0ea9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geoengine_openapi_client" -version = "0.0.27" +version = "0.0.28" description = "Geo Engine API" authors = ["Geo Engine Developers "] license = "Apache-2.0" diff --git a/python/setup.py b/python/setup.py index a1f3cd1e..14df219e 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "geoengine-openapi-client" -VERSION = "0.0.27" +VERSION = "0.0.28" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0", diff --git a/python/test/test_gdal_meta_data_list.py b/python/test/test_gdal_meta_data_list.py index 42d3515f..2cedb9c2 100644 --- a/python/test/test_gdal_meta_data_list.py +++ b/python/test/test_gdal_meta_data_list.py @@ -81,17 +81,23 @@ def make_instance(self, include_optional) -> GdalMetaDataList: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, @@ -145,17 +151,23 @@ def make_instance(self, include_optional) -> GdalMetaDataList: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_gdal_meta_data_regular.py b/python/test/test_gdal_meta_data_regular.py index 1e5b317a..e22feaf6 100644 --- a/python/test/test_gdal_meta_data_regular.py +++ b/python/test/test_gdal_meta_data_regular.py @@ -78,17 +78,23 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, @@ -146,17 +152,23 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_gdal_meta_data_static.py b/python/test/test_gdal_meta_data_static.py index 668af720..4b1f777a 100644 --- a/python/test/test_gdal_meta_data_static.py +++ b/python/test/test_gdal_meta_data_static.py @@ -75,17 +75,23 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, @@ -135,17 +141,23 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_gdal_metadata_net_cdf_cf.py b/python/test/test_gdal_metadata_net_cdf_cf.py index 287e51ad..d9e13f41 100644 --- a/python/test/test_gdal_metadata_net_cdf_cf.py +++ b/python/test/test_gdal_metadata_net_cdf_cf.py @@ -77,17 +77,23 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, @@ -140,17 +146,23 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_geo_transform.py b/python/test/test_geo_transform.py new file mode 100644 index 00000000..877e4e97 --- /dev/null +++ b/python/test/test_geo_transform.py @@ -0,0 +1,61 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.geo_transform import GeoTransform + +class TestGeoTransform(unittest.TestCase): + """GeoTransform unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> GeoTransform: + """Test GeoTransform + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `GeoTransform` + """ + model = GeoTransform() + if include_optional: + return GeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337 + ) + else: + return GeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, + ) + """ + + def testGeoTransform(self): + """Test GeoTransform""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_grid_bounding_box2_d.py b/python/test/test_grid_bounding_box2_d.py new file mode 100644 index 00000000..1acbdda8 --- /dev/null +++ b/python/test/test_grid_bounding_box2_d.py @@ -0,0 +1,63 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D + +class TestGridBoundingBox2D(unittest.TestCase): + """GridBoundingBox2D unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> GridBoundingBox2D: + """Test GridBoundingBox2D + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `GridBoundingBox2D` + """ + model = GridBoundingBox2D() + if include_optional: + return GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ) + ) + else: + return GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + ) + """ + + def testGridBoundingBox2D(self): + """Test GridBoundingBox2D""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_stac_zone.py b/python/test/test_grid_idx2_d.py similarity index 62% rename from python/test/test_stac_zone.py rename to python/test/test_grid_idx2_d.py index 1a6c7a37..d8870686 100644 --- a/python/test/test_stac_zone.py +++ b/python/test/test_grid_idx2_d.py @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.stac_zone import StacZone +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D -class TestStacZone(unittest.TestCase): - """StacZone unit test stubs""" +class TestGridIdx2D(unittest.TestCase): + """GridIdx2D unit test stubs""" def setUp(self): pass @@ -26,28 +26,28 @@ def setUp(self): def tearDown(self): pass - def make_instance(self, include_optional) -> StacZone: - """Test StacZone + def make_instance(self, include_optional) -> GridIdx2D: + """Test GridIdx2D include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ - # uncomment below to create an instance of `StacZone` + # uncomment below to create an instance of `GridIdx2D` """ - model = StacZone() + model = GridIdx2D() if include_optional: - return StacZone( - epsg = 0, - name = '' + return GridIdx2D( + x_idx = 56, + y_idx = 56 ) else: - return StacZone( - epsg = 0, - name = '', + return GridIdx2D( + x_idx = 56, + y_idx = 56, ) """ - def testStacZone(self): - """Test StacZone""" + def testGridIdx2D(self): + """Test GridIdx2D""" # inst_req_only = self.make_instance(include_optional=False) # inst_req_and_optional = self.make_instance(include_optional=True) diff --git a/python/test/test_meta_data_definition.py b/python/test/test_meta_data_definition.py index 6f66d120..d13f5d76 100644 --- a/python/test/test_meta_data_definition.py +++ b/python/test/test_meta_data_definition.py @@ -76,17 +76,23 @@ def make_instance(self, include_optional) -> MetaDataDefinition: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, @@ -160,17 +166,23 @@ def make_instance(self, include_optional) -> MetaDataDefinition: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_plot_query_rectangle.py b/python/test/test_plot_query_rectangle.py deleted file mode 100644 index a29de7ce..00000000 --- a/python/test/test_plot_query_rectangle.py +++ /dev/null @@ -1,77 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.8.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.plot_query_rectangle import PlotQueryRectangle - -class TestPlotQueryRectangle(unittest.TestCase): - """PlotQueryRectangle unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def make_instance(self, include_optional) -> PlotQueryRectangle: - """Test PlotQueryRectangle - include_optional is a boolean, when False only required - params are included, when True both required and - optional params are included """ - # uncomment below to create an instance of `PlotQueryRectangle` - """ - model = PlotQueryRectangle() - if include_optional: - return PlotQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ) - ) - else: - return PlotQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), - ) - """ - - def testPlotQueryRectangle(self): - """Test PlotQueryRectangle""" - # inst_req_only = self.make_instance(include_optional=False) - # inst_req_and_optional = self.make_instance(include_optional=True) - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_raster_dataset_from_workflow.py b/python/test/test_raster_dataset_from_workflow.py index 63635691..1671838a 100644 --- a/python/test/test_raster_dataset_from_workflow.py +++ b/python/test/test_raster_dataset_from_workflow.py @@ -40,7 +40,7 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: description = '', display_name = '', name = '', - query = geoengine_openapi_client.models.raster_query_rectangle.RasterQueryRectangle( + query = geoengine_openapi_client.models.raster_to_dataset_query_rectangle.RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -48,9 +48,6 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), ) @@ -58,7 +55,7 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: else: return RasterDatasetFromWorkflow( display_name = '', - query = geoengine_openapi_client.models.raster_query_rectangle.RasterQueryRectangle( + query = geoengine_openapi_client.models.raster_to_dataset_query_rectangle.RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -66,9 +63,6 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), ), diff --git a/python/test/test_raster_result_descriptor.py b/python/test/test_raster_result_descriptor.py index 8ce8ad2e..ded0d8d4 100644 --- a/python/test/test_raster_result_descriptor.py +++ b/python/test/test_raster_result_descriptor.py @@ -41,17 +41,23 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, @@ -65,6 +71,22 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: name = '', ) ], data_type = 'U8', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', ) """ diff --git a/python/test/test_raster_query_rectangle.py b/python/test/test_raster_to_dataset_query_rectangle.py similarity index 70% rename from python/test/test_raster_query_rectangle.py rename to python/test/test_raster_to_dataset_query_rectangle.py index bbcf57bd..507ce136 100644 --- a/python/test/test_raster_query_rectangle.py +++ b/python/test/test_raster_to_dataset_query_rectangle.py @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle -class TestRasterQueryRectangle(unittest.TestCase): - """RasterQueryRectangle unit test stubs""" +class TestRasterToDatasetQueryRectangle(unittest.TestCase): + """RasterToDatasetQueryRectangle unit test stubs""" def setUp(self): pass @@ -26,16 +26,16 @@ def setUp(self): def tearDown(self): pass - def make_instance(self, include_optional) -> RasterQueryRectangle: - """Test RasterQueryRectangle + def make_instance(self, include_optional) -> RasterToDatasetQueryRectangle: + """Test RasterToDatasetQueryRectangle include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ - # uncomment below to create an instance of `RasterQueryRectangle` + # uncomment below to create an instance of `RasterToDatasetQueryRectangle` """ - model = RasterQueryRectangle() + model = RasterToDatasetQueryRectangle() if include_optional: - return RasterQueryRectangle( + return RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -43,15 +43,12 @@ def make_instance(self, include_optional) -> RasterQueryRectangle: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ) ) else: - return RasterQueryRectangle( + return RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -59,17 +56,14 @@ def make_instance(self, include_optional) -> RasterQueryRectangle: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), ) """ - def testRasterQueryRectangle(self): - """Test RasterQueryRectangle""" + def testRasterToDatasetQueryRectangle(self): + """Test RasterToDatasetQueryRectangle""" # inst_req_only = self.make_instance(include_optional=False) # inst_req_and_optional = self.make_instance(include_optional=True) diff --git a/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py b/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py index 93f8b6eb..6f78321d 100644 --- a/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py +++ b/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py @@ -37,12 +37,6 @@ def make_instance(self, include_optional) -> SentinelS2L2ACogsProviderDefinition if include_optional: return SentinelS2L2ACogsProviderDefinition( api_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], cache_ttl = 0, description = '', gdal_retries = 0, @@ -56,31 +50,15 @@ def make_instance(self, include_optional) -> SentinelS2L2ACogsProviderDefinition exponential_backoff_factor = 1.337, initial_delay_ms = 0, number_of_retries = 0, ), - type = 'SentinelS2L2ACogs', - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ] + type = 'SentinelS2L2ACogs' ) else: return SentinelS2L2ACogsProviderDefinition( api_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], description = '', id = '', name = '', type = 'SentinelS2L2ACogs', - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ], ) """ diff --git a/python/test/test_spatial_grid_definition.py b/python/test/test_spatial_grid_definition.py new file mode 100644 index 00000000..8cf83da0 --- /dev/null +++ b/python/test/test_spatial_grid_definition.py @@ -0,0 +1,77 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition + +class TestSpatialGridDefinition(unittest.TestCase): + """SpatialGridDefinition unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SpatialGridDefinition: + """Test SpatialGridDefinition + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SpatialGridDefinition` + """ + model = SpatialGridDefinition() + if include_optional: + return SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ) + ) + else: + return SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), + ) + """ + + def testSpatialGridDefinition(self): + """Test SpatialGridDefinition""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_spatial_grid_descriptor.py b/python/test/test_spatial_grid_descriptor.py new file mode 100644 index 00000000..adec81f6 --- /dev/null +++ b/python/test/test_spatial_grid_descriptor.py @@ -0,0 +1,81 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor + +class TestSpatialGridDescriptor(unittest.TestCase): + """SpatialGridDescriptor unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SpatialGridDescriptor: + """Test SpatialGridDescriptor + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SpatialGridDescriptor` + """ + model = SpatialGridDescriptor() + if include_optional: + return SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ) + ) + else: + return SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), + ) + """ + + def testSpatialGridDescriptor(self): + """Test SpatialGridDescriptor""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_spatial_grid_descriptor_state.py b/python/test/test_spatial_grid_descriptor_state.py new file mode 100644 index 00000000..c173c33f --- /dev/null +++ b/python/test/test_spatial_grid_descriptor_state.py @@ -0,0 +1,34 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.8.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState + +class TestSpatialGridDescriptorState(unittest.TestCase): + """SpatialGridDescriptorState unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testSpatialGridDescriptorState(self): + """Test SpatialGridDescriptorState""" + # inst = SpatialGridDescriptorState() + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_stac_band.py b/python/test/test_stac_band.py deleted file mode 100644 index e08eca33..00000000 --- a/python/test/test_stac_band.py +++ /dev/null @@ -1,56 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.8.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.stac_band import StacBand - -class TestStacBand(unittest.TestCase): - """StacBand unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def make_instance(self, include_optional) -> StacBand: - """Test StacBand - include_optional is a boolean, when False only required - params are included, when True both required and - optional params are included """ - # uncomment below to create an instance of `StacBand` - """ - model = StacBand() - if include_optional: - return StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337 - ) - else: - return StacBand( - data_type = 'U8', - name = '', - ) - """ - - def testStacBand(self): - """Test StacBand""" - # inst_req_only = self.make_instance(include_optional=False) - # inst_req_and_optional = self.make_instance(include_optional=True) - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_typed_data_provider_definition.py b/python/test/test_typed_data_provider_definition.py index df7013a8..806edad8 100644 --- a/python/test/test_typed_data_provider_definition.py +++ b/python/test/test_typed_data_provider_definition.py @@ -100,12 +100,6 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: collection_api_auth_token = '', collection_api_url = '', pangaea_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], gdal_retries = 0, query_buffer = geoengine_openapi_client.models.stac_query_buffer.StacQueryBuffer( end_seconds = 56, @@ -114,11 +108,6 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: exponential_backoff_factor = 1.337, initial_delay_ms = 0, number_of_retries = 0, ), - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ], api_key = '' ) else: @@ -173,17 +162,6 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: collection_api_auth_token = '', collection_api_url = '', pangaea_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ], ) """ diff --git a/python/test/test_typed_result_descriptor.py b/python/test/test_typed_result_descriptor.py index 2ac0d37e..70982f3c 100644 --- a/python/test/test_typed_result_descriptor.py +++ b/python/test/test_typed_result_descriptor.py @@ -41,6 +41,28 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: measurement = null, name = '', ) ], + data_type = 'Data', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), + spatial_reference = '', + time = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + type = 'raster', bbox = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -48,15 +70,6 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - data_type = 'Data', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), - type = 'raster', columns = { 'key' : geoengine_openapi_client.models.vector_column_info.VectorColumnInfo( data_type = 'category', @@ -71,6 +84,22 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: name = '', ) ], data_type = 'Data', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', type = 'raster', columns = { diff --git a/python/test/test_vector_query_rectangle.py b/python/test/test_vector_query_rectangle.py deleted file mode 100644 index ab67ac7a..00000000 --- a/python/test/test_vector_query_rectangle.py +++ /dev/null @@ -1,77 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.8.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.vector_query_rectangle import VectorQueryRectangle - -class TestVectorQueryRectangle(unittest.TestCase): - """VectorQueryRectangle unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def make_instance(self, include_optional) -> VectorQueryRectangle: - """Test VectorQueryRectangle - include_optional is a boolean, when False only required - params are included, when True both required and - optional params are included """ - # uncomment below to create an instance of `VectorQueryRectangle` - """ - model = VectorQueryRectangle() - if include_optional: - return VectorQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ) - ) - else: - return VectorQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), - ) - """ - - def testVectorQueryRectangle(self): - """Test VectorQueryRectangle""" - # inst_req_only = self.make_instance(include_optional=False) - # inst_req_and_optional = self.make_instance(include_optional=True) - -if __name__ == '__main__': - unittest.main() diff --git a/typescript/README.md b/typescript/README.md index 36941a22..050b21f4 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -1,4 +1,4 @@ -## @geoengine/openapi-client@0.0.27 +## @geoengine/openapi-client@0.0.28 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @geoengine/openapi-client@0.0.27 --save +npm install @geoengine/openapi-client@0.0.28 --save ``` _unPublished (not recommended):_ diff --git a/typescript/dist/apis/WorkflowsApi.d.ts b/typescript/dist/apis/WorkflowsApi.d.ts index a8919c2c..ba499340 100644 --- a/typescript/dist/apis/WorkflowsApi.d.ts +++ b/typescript/dist/apis/WorkflowsApi.d.ts @@ -10,7 +10,7 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, SpatialResolution, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; +import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; export interface DatasetFromWorkflowHandlerRequest { id: string; rasterDatasetFromWorkflow: RasterDatasetFromWorkflow; @@ -31,7 +31,6 @@ export interface RasterStreamWebsocketRequest { id: string; spatialBounds: SpatialPartition2D; timeInterval: string; - spatialResolution: SpatialResolution; attributes: string; resultType: RasterStreamWebsocketResultType; } diff --git a/typescript/dist/apis/WorkflowsApi.js b/typescript/dist/apis/WorkflowsApi.js index c2c533b8..07444409 100644 --- a/typescript/dist/apis/WorkflowsApi.js +++ b/typescript/dist/apis/WorkflowsApi.js @@ -223,9 +223,6 @@ class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] == null) { throw new runtime.RequiredError('timeInterval', 'Required parameter "timeInterval" was null or undefined when calling rasterStreamWebsocket().'); } - if (requestParameters['spatialResolution'] == null) { - throw new runtime.RequiredError('spatialResolution', 'Required parameter "spatialResolution" was null or undefined when calling rasterStreamWebsocket().'); - } if (requestParameters['attributes'] == null) { throw new runtime.RequiredError('attributes', 'Required parameter "attributes" was null or undefined when calling rasterStreamWebsocket().'); } @@ -239,9 +236,6 @@ class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] != null) { queryParameters['timeInterval'] = requestParameters['timeInterval']; } - if (requestParameters['spatialResolution'] != null) { - queryParameters['spatialResolution'] = requestParameters['spatialResolution']; - } if (requestParameters['attributes'] != null) { queryParameters['attributes'] = requestParameters['attributes']; } diff --git a/typescript/dist/esm/apis/WorkflowsApi.d.ts b/typescript/dist/esm/apis/WorkflowsApi.d.ts index a8919c2c..ba499340 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.d.ts +++ b/typescript/dist/esm/apis/WorkflowsApi.d.ts @@ -10,7 +10,7 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, SpatialResolution, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; +import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; export interface DatasetFromWorkflowHandlerRequest { id: string; rasterDatasetFromWorkflow: RasterDatasetFromWorkflow; @@ -31,7 +31,6 @@ export interface RasterStreamWebsocketRequest { id: string; spatialBounds: SpatialPartition2D; timeInterval: string; - spatialResolution: SpatialResolution; attributes: string; resultType: RasterStreamWebsocketResultType; } diff --git a/typescript/dist/esm/apis/WorkflowsApi.js b/typescript/dist/esm/apis/WorkflowsApi.js index c53025f6..c40a0f40 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.js +++ b/typescript/dist/esm/apis/WorkflowsApi.js @@ -220,9 +220,6 @@ export class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] == null) { throw new runtime.RequiredError('timeInterval', 'Required parameter "timeInterval" was null or undefined when calling rasterStreamWebsocket().'); } - if (requestParameters['spatialResolution'] == null) { - throw new runtime.RequiredError('spatialResolution', 'Required parameter "spatialResolution" was null or undefined when calling rasterStreamWebsocket().'); - } if (requestParameters['attributes'] == null) { throw new runtime.RequiredError('attributes', 'Required parameter "attributes" was null or undefined when calling rasterStreamWebsocket().'); } @@ -236,9 +233,6 @@ export class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] != null) { queryParameters['timeInterval'] = requestParameters['timeInterval']; } - if (requestParameters['spatialResolution'] != null) { - queryParameters['spatialResolution'] = requestParameters['spatialResolution']; - } if (requestParameters['attributes'] != null) { queryParameters['attributes'] = requestParameters['attributes']; } diff --git a/typescript/dist/esm/models/GeoTransform.d.ts b/typescript/dist/esm/models/GeoTransform.d.ts new file mode 100644 index 00000000..1fd8c3ba --- /dev/null +++ b/typescript/dist/esm/models/GeoTransform.d.ts @@ -0,0 +1,45 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { Coordinate2D } from './Coordinate2D'; +/** + * + * @export + * @interface GeoTransform + */ +export interface GeoTransform { + /** + * + * @type {Coordinate2D} + * @memberof GeoTransform + */ + originCoordinate: Coordinate2D; + /** + * + * @type {number} + * @memberof GeoTransform + */ + xPixelSize: number; + /** + * + * @type {number} + * @memberof GeoTransform + */ + yPixelSize: number; +} +/** + * Check if a given object implements the GeoTransform interface. + */ +export declare function instanceOfGeoTransform(value: object): value is GeoTransform; +export declare function GeoTransformFromJSON(json: any): GeoTransform; +export declare function GeoTransformFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoTransform; +export declare function GeoTransformToJSON(json: any): GeoTransform; +export declare function GeoTransformToJSONTyped(value?: GeoTransform | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GeoTransform.js b/typescript/dist/esm/models/GeoTransform.js new file mode 100644 index 00000000..91d3d032 --- /dev/null +++ b/typescript/dist/esm/models/GeoTransform.js @@ -0,0 +1,52 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { Coordinate2DFromJSON, Coordinate2DToJSON, } from './Coordinate2D'; +/** + * Check if a given object implements the GeoTransform interface. + */ +export function instanceOfGeoTransform(value) { + if (!('originCoordinate' in value) || value['originCoordinate'] === undefined) + return false; + if (!('xPixelSize' in value) || value['xPixelSize'] === undefined) + return false; + if (!('yPixelSize' in value) || value['yPixelSize'] === undefined) + return false; + return true; +} +export function GeoTransformFromJSON(json) { + return GeoTransformFromJSONTyped(json, false); +} +export function GeoTransformFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'originCoordinate': Coordinate2DFromJSON(json['originCoordinate']), + 'xPixelSize': json['xPixelSize'], + 'yPixelSize': json['yPixelSize'], + }; +} +export function GeoTransformToJSON(json) { + return GeoTransformToJSONTyped(json, false); +} +export function GeoTransformToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'originCoordinate': Coordinate2DToJSON(value['originCoordinate']), + 'xPixelSize': value['xPixelSize'], + 'yPixelSize': value['yPixelSize'], + }; +} diff --git a/typescript/dist/esm/models/GridBoundingBox2D.d.ts b/typescript/dist/esm/models/GridBoundingBox2D.d.ts new file mode 100644 index 00000000..7203d881 --- /dev/null +++ b/typescript/dist/esm/models/GridBoundingBox2D.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridIdx2D } from './GridIdx2D'; +/** + * + * @export + * @interface GridBoundingBox2D + */ +export interface GridBoundingBox2D { + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + bottomRightIdx: GridIdx2D; + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + topLeftIdx: GridIdx2D; +} +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export declare function instanceOfGridBoundingBox2D(value: object): value is GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSONTyped(value?: GridBoundingBox2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GridBoundingBox2D.js b/typescript/dist/esm/models/GridBoundingBox2D.js new file mode 100644 index 00000000..8385efec --- /dev/null +++ b/typescript/dist/esm/models/GridBoundingBox2D.js @@ -0,0 +1,48 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { GridIdx2DFromJSON, GridIdx2DToJSON, } from './GridIdx2D'; +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export function instanceOfGridBoundingBox2D(value) { + if (!('bottomRightIdx' in value) || value['bottomRightIdx'] === undefined) + return false; + if (!('topLeftIdx' in value) || value['topLeftIdx'] === undefined) + return false; + return true; +} +export function GridBoundingBox2DFromJSON(json) { + return GridBoundingBox2DFromJSONTyped(json, false); +} +export function GridBoundingBox2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bottomRightIdx': GridIdx2DFromJSON(json['bottomRightIdx']), + 'topLeftIdx': GridIdx2DFromJSON(json['topLeftIdx']), + }; +} +export function GridBoundingBox2DToJSON(json) { + return GridBoundingBox2DToJSONTyped(json, false); +} +export function GridBoundingBox2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bottomRightIdx': GridIdx2DToJSON(value['bottomRightIdx']), + 'topLeftIdx': GridIdx2DToJSON(value['topLeftIdx']), + }; +} diff --git a/typescript/dist/esm/models/GridIdx2D.d.ts b/typescript/dist/esm/models/GridIdx2D.d.ts new file mode 100644 index 00000000..1a265133 --- /dev/null +++ b/typescript/dist/esm/models/GridIdx2D.d.ts @@ -0,0 +1,38 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + * @interface GridIdx2D + */ +export interface GridIdx2D { + /** + * + * @type {number} + * @memberof GridIdx2D + */ + xIdx: number; + /** + * + * @type {number} + * @memberof GridIdx2D + */ + yIdx: number; +} +/** + * Check if a given object implements the GridIdx2D interface. + */ +export declare function instanceOfGridIdx2D(value: object): value is GridIdx2D; +export declare function GridIdx2DFromJSON(json: any): GridIdx2D; +export declare function GridIdx2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridIdx2D; +export declare function GridIdx2DToJSON(json: any): GridIdx2D; +export declare function GridIdx2DToJSONTyped(value?: GridIdx2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GridIdx2D.js b/typescript/dist/esm/models/GridIdx2D.js new file mode 100644 index 00000000..b6bf3899 --- /dev/null +++ b/typescript/dist/esm/models/GridIdx2D.js @@ -0,0 +1,47 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * Check if a given object implements the GridIdx2D interface. + */ +export function instanceOfGridIdx2D(value) { + if (!('xIdx' in value) || value['xIdx'] === undefined) + return false; + if (!('yIdx' in value) || value['yIdx'] === undefined) + return false; + return true; +} +export function GridIdx2DFromJSON(json) { + return GridIdx2DFromJSONTyped(json, false); +} +export function GridIdx2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'xIdx': json['xIdx'], + 'yIdx': json['yIdx'], + }; +} +export function GridIdx2DToJSON(json) { + return GridIdx2DToJSONTyped(json, false); +} +export function GridIdx2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'xIdx': value['xIdx'], + 'yIdx': value['yIdx'], + }; +} diff --git a/typescript/dist/esm/models/PlotQueryRectangle.d.ts b/typescript/dist/esm/models/PlotQueryRectangle.d.ts deleted file mode 100644 index a704eb37..00000000 --- a/typescript/dist/esm/models/PlotQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface PlotQueryRectangle - */ -export interface PlotQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof PlotQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof PlotQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof PlotQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export declare function instanceOfPlotQueryRectangle(value: object): value is PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSONTyped(value?: PlotQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/PlotQueryRectangle.js b/typescript/dist/esm/models/PlotQueryRectangle.js deleted file mode 100644 index 00e7bab4..00000000 --- a/typescript/dist/esm/models/PlotQueryRectangle.js +++ /dev/null @@ -1,54 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; -import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; -import { BoundingBox2DFromJSON, BoundingBox2DToJSON, } from './BoundingBox2D'; -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export function instanceOfPlotQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -export function PlotQueryRectangleFromJSON(json) { - return PlotQueryRectangleFromJSONTyped(json, false); -} -export function PlotQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} -export function PlotQueryRectangleToJSON(json) { - return PlotQueryRectangleToJSONTyped(json, false); -} -export function PlotQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts index 42b64948..8ec5d61b 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts @@ -9,7 +9,7 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import type { RasterQueryRectangle } from './RasterQueryRectangle'; +import type { RasterToDatasetQueryRectangle } from './RasterToDatasetQueryRectangle'; /** * parameter for the dataset from workflow handler (body) * @export @@ -42,10 +42,10 @@ export interface RasterDatasetFromWorkflow { name?: string; /** * - * @type {RasterQueryRectangle} + * @type {RasterToDatasetQueryRectangle} * @memberof RasterDatasetFromWorkflow */ - query: RasterQueryRectangle; + query: RasterToDatasetQueryRectangle; } /** * Check if a given object implements the RasterDatasetFromWorkflow interface. diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js index 8a8366ca..71cde946 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js @@ -11,7 +11,7 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import { RasterQueryRectangleFromJSON, RasterQueryRectangleToJSON, } from './RasterQueryRectangle'; +import { RasterToDatasetQueryRectangleFromJSON, RasterToDatasetQueryRectangleToJSON, } from './RasterToDatasetQueryRectangle'; /** * Check if a given object implements the RasterDatasetFromWorkflow interface. */ @@ -34,7 +34,7 @@ export function RasterDatasetFromWorkflowFromJSONTyped(json, ignoreDiscriminator 'description': json['description'] == null ? undefined : json['description'], 'displayName': json['displayName'], 'name': json['name'] == null ? undefined : json['name'], - 'query': RasterQueryRectangleFromJSON(json['query']), + 'query': RasterToDatasetQueryRectangleFromJSON(json['query']), }; } export function RasterDatasetFromWorkflowToJSON(json) { @@ -49,6 +49,6 @@ export function RasterDatasetFromWorkflowToJSONTyped(value, ignoreDiscriminator 'description': value['description'], 'displayName': value['displayName'], 'name': value['name'], - 'query': RasterQueryRectangleToJSON(value['query']), + 'query': RasterToDatasetQueryRectangleToJSON(value['query']), }; } diff --git a/typescript/dist/esm/models/RasterQueryRectangle.d.ts b/typescript/dist/esm/models/RasterQueryRectangle.d.ts deleted file mode 100644 index 03d13584..00000000 --- a/typescript/dist/esm/models/RasterQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface RasterQueryRectangle - */ -export interface RasterQueryRectangle { - /** - * - * @type {SpatialPartition2D} - * @memberof RasterQueryRectangle - */ - spatialBounds: SpatialPartition2D; - /** - * - * @type {SpatialResolution} - * @memberof RasterQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof RasterQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the RasterQueryRectangle interface. - */ -export declare function instanceOfRasterQueryRectangle(value: object): value is RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/RasterResultDescriptor.d.ts b/typescript/dist/esm/models/RasterResultDescriptor.d.ts index d8decd8a..fb9ec1e9 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterResultDescriptor.d.ts @@ -9,11 +9,10 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import type { SpatialResolution } from './SpatialResolution'; import type { TimeInterval } from './TimeInterval'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; /** * A `ResultDescriptor` for raster queries * @export @@ -26,12 +25,6 @@ export interface RasterResultDescriptor { * @memberof RasterResultDescriptor */ bands: Array; - /** - * - * @type {SpatialPartition2D} - * @memberof RasterResultDescriptor - */ - bbox?: SpatialPartition2D | null; /** * * @type {RasterDataType} @@ -40,10 +33,10 @@ export interface RasterResultDescriptor { dataType: RasterDataType; /** * - * @type {SpatialResolution} + * @type {SpatialGridDescriptor} * @memberof RasterResultDescriptor */ - resolution?: SpatialResolution | null; + spatialGrid: SpatialGridDescriptor; /** * * @type {string} diff --git a/typescript/dist/esm/models/RasterResultDescriptor.js b/typescript/dist/esm/models/RasterResultDescriptor.js index 4a061bc3..1d5e7822 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.js +++ b/typescript/dist/esm/models/RasterResultDescriptor.js @@ -11,11 +11,10 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; import { RasterBandDescriptorFromJSON, RasterBandDescriptorToJSON, } from './RasterBandDescriptor'; +import { SpatialGridDescriptorFromJSON, SpatialGridDescriptorToJSON, } from './SpatialGridDescriptor'; import { RasterDataTypeFromJSON, RasterDataTypeToJSON, } from './RasterDataType'; -import { SpatialPartition2DFromJSON, SpatialPartition2DToJSON, } from './SpatialPartition2D'; /** * Check if a given object implements the RasterResultDescriptor interface. */ @@ -24,6 +23,8 @@ export function instanceOfRasterResultDescriptor(value) { return false; if (!('dataType' in value) || value['dataType'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; return true; @@ -37,9 +38,8 @@ export function RasterResultDescriptorFromJSONTyped(json, ignoreDiscriminator) { } return { 'bands': (json['bands'].map(RasterBandDescriptorFromJSON)), - 'bbox': json['bbox'] == null ? undefined : SpatialPartition2DFromJSON(json['bbox']), 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'resolution': json['resolution'] == null ? undefined : SpatialResolutionFromJSON(json['resolution']), + 'spatialGrid': SpatialGridDescriptorFromJSON(json['spatialGrid']), 'spatialReference': json['spatialReference'], 'time': json['time'] == null ? undefined : TimeIntervalFromJSON(json['time']), }; @@ -53,9 +53,8 @@ export function RasterResultDescriptorToJSONTyped(value, ignoreDiscriminator = f } return { 'bands': (value['bands'].map(RasterBandDescriptorToJSON)), - 'bbox': SpatialPartition2DToJSON(value['bbox']), 'dataType': RasterDataTypeToJSON(value['dataType']), - 'resolution': SpatialResolutionToJSON(value['resolution']), + 'spatialGrid': SpatialGridDescriptorToJSON(value['spatialGrid']), 'spatialReference': value['spatialReference'], 'time': TimeIntervalToJSON(value['time']), }; diff --git a/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts new file mode 100644 index 00000000..a85743ab --- /dev/null +++ b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +/** + * A spatio-temporal rectangle with a specified resolution + * @export + * @interface RasterToDatasetQueryRectangle + */ +export interface RasterToDatasetQueryRectangle { + /** + * + * @type {SpatialPartition2D} + * @memberof RasterToDatasetQueryRectangle + */ + spatialBounds: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof RasterToDatasetQueryRectangle + */ + timeInterval: TimeInterval; +} +/** + * Check if a given object implements the RasterToDatasetQueryRectangle interface. + */ +export declare function instanceOfRasterToDatasetQueryRectangle(value: object): value is RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSONTyped(value?: RasterToDatasetQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/RasterQueryRectangle.js b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js similarity index 58% rename from typescript/dist/esm/models/RasterQueryRectangle.js rename to typescript/dist/esm/models/RasterToDatasetQueryRectangle.js index 98807fb0..95aab4fe 100644 --- a/typescript/dist/esm/models/RasterQueryRectangle.js +++ b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js @@ -11,44 +11,39 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; import { SpatialPartition2DFromJSON, SpatialPartition2DToJSON, } from './SpatialPartition2D'; /** - * Check if a given object implements the RasterQueryRectangle interface. + * Check if a given object implements the RasterToDatasetQueryRectangle interface. */ -export function instanceOfRasterQueryRectangle(value) { +export function instanceOfRasterToDatasetQueryRectangle(value) { if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; return true; } -export function RasterQueryRectangleFromJSON(json) { - return RasterQueryRectangleFromJSONTyped(json, false); +export function RasterToDatasetQueryRectangleFromJSON(json) { + return RasterToDatasetQueryRectangleFromJSONTyped(json, false); } -export function RasterQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { +export function RasterToDatasetQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { if (json == null) { return json; } return { 'spatialBounds': SpatialPartition2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), }; } -export function RasterQueryRectangleToJSON(json) { - return RasterQueryRectangleToJSONTyped(json, false); +export function RasterToDatasetQueryRectangleToJSON(json) { + return RasterToDatasetQueryRectangleToJSONTyped(json, false); } -export function RasterQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { +export function RasterToDatasetQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { if (value == null) { return value; } return { 'spatialBounds': SpatialPartition2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), 'timeInterval': TimeIntervalToJSON(value['timeInterval']), }; } diff --git a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts index 9ccededb..22bf3c49 100644 --- a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts +++ b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts @@ -10,9 +10,7 @@ * Do not edit the class manually. */ import type { StacApiRetries } from './StacApiRetries'; -import type { StacBand } from './StacBand'; import type { StacQueryBuffer } from './StacQueryBuffer'; -import type { StacZone } from './StacZone'; /** * * @export @@ -25,12 +23,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ apiUrl: string; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - bands: Array; /** * * @type {number} @@ -85,12 +77,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ type: SentinelS2L2ACogsProviderDefinitionTypeEnum; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - zones: Array; } /** * @export diff --git a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js index 674ec6d5..4a8009bc 100644 --- a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js +++ b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js @@ -12,9 +12,7 @@ * Do not edit the class manually. */ import { StacApiRetriesFromJSON, StacApiRetriesToJSON, } from './StacApiRetries'; -import { StacBandFromJSON, StacBandToJSON, } from './StacBand'; import { StacQueryBufferFromJSON, StacQueryBufferToJSON, } from './StacQueryBuffer'; -import { StacZoneFromJSON, StacZoneToJSON, } from './StacZone'; /** * @export */ @@ -27,8 +25,6 @@ export const SentinelS2L2ACogsProviderDefinitionTypeEnum = { export function instanceOfSentinelS2L2ACogsProviderDefinition(value) { if (!('apiUrl' in value) || value['apiUrl'] === undefined) return false; - if (!('bands' in value) || value['bands'] === undefined) - return false; if (!('description' in value) || value['description'] === undefined) return false; if (!('id' in value) || value['id'] === undefined) @@ -37,8 +33,6 @@ export function instanceOfSentinelS2L2ACogsProviderDefinition(value) { return false; if (!('type' in value) || value['type'] === undefined) return false; - if (!('zones' in value) || value['zones'] === undefined) - return false; return true; } export function SentinelS2L2ACogsProviderDefinitionFromJSON(json) { @@ -50,7 +44,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDis } return { 'apiUrl': json['apiUrl'], - 'bands': (json['bands'].map(StacBandFromJSON)), 'cacheTtl': json['cacheTtl'] == null ? undefined : json['cacheTtl'], 'description': json['description'], 'gdalRetries': json['gdalRetries'] == null ? undefined : json['gdalRetries'], @@ -60,7 +53,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDis 'queryBuffer': json['queryBuffer'] == null ? undefined : StacQueryBufferFromJSON(json['queryBuffer']), 'stacApiRetries': json['stacApiRetries'] == null ? undefined : StacApiRetriesFromJSON(json['stacApiRetries']), 'type': json['type'], - 'zones': (json['zones'].map(StacZoneFromJSON)), }; } export function SentinelS2L2ACogsProviderDefinitionToJSON(json) { @@ -72,7 +64,6 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDisc } return { 'apiUrl': value['apiUrl'], - 'bands': (value['bands'].map(StacBandToJSON)), 'cacheTtl': value['cacheTtl'], 'description': value['description'], 'gdalRetries': value['gdalRetries'], @@ -82,6 +73,5 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDisc 'queryBuffer': StacQueryBufferToJSON(value['queryBuffer']), 'stacApiRetries': StacApiRetriesToJSON(value['stacApiRetries']), 'type': value['type'], - 'zones': (value['zones'].map(StacZoneToJSON)), }; } diff --git a/typescript/dist/esm/models/SpatialGridDefinition.d.ts b/typescript/dist/esm/models/SpatialGridDefinition.d.ts new file mode 100644 index 00000000..aeb8cd0b --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDefinition.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridBoundingBox2D } from './GridBoundingBox2D'; +import type { GeoTransform } from './GeoTransform'; +/** + * + * @export + * @interface SpatialGridDefinition + */ +export interface SpatialGridDefinition { + /** + * + * @type {GeoTransform} + * @memberof SpatialGridDefinition + */ + geoTransform: GeoTransform; + /** + * + * @type {GridBoundingBox2D} + * @memberof SpatialGridDefinition + */ + gridBounds: GridBoundingBox2D; +} +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export declare function instanceOfSpatialGridDefinition(value: object): value is SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSONTyped(value?: SpatialGridDefinition | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/SpatialGridDefinition.js b/typescript/dist/esm/models/SpatialGridDefinition.js new file mode 100644 index 00000000..5d40c46d --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDefinition.js @@ -0,0 +1,49 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { GridBoundingBox2DFromJSON, GridBoundingBox2DToJSON, } from './GridBoundingBox2D'; +import { GeoTransformFromJSON, GeoTransformToJSON, } from './GeoTransform'; +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export function instanceOfSpatialGridDefinition(value) { + if (!('geoTransform' in value) || value['geoTransform'] === undefined) + return false; + if (!('gridBounds' in value) || value['gridBounds'] === undefined) + return false; + return true; +} +export function SpatialGridDefinitionFromJSON(json) { + return SpatialGridDefinitionFromJSONTyped(json, false); +} +export function SpatialGridDefinitionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'geoTransform': GeoTransformFromJSON(json['geoTransform']), + 'gridBounds': GridBoundingBox2DFromJSON(json['gridBounds']), + }; +} +export function SpatialGridDefinitionToJSON(json) { + return SpatialGridDefinitionToJSONTyped(json, false); +} +export function SpatialGridDefinitionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'geoTransform': GeoTransformToJSON(value['geoTransform']), + 'gridBounds': GridBoundingBox2DToJSON(value['gridBounds']), + }; +} diff --git a/typescript/dist/esm/models/SpatialGridDescriptor.d.ts b/typescript/dist/esm/models/SpatialGridDescriptor.d.ts new file mode 100644 index 00000000..8af1744e --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { SpatialGridDefinition } from './SpatialGridDefinition'; +import type { SpatialGridDescriptorState } from './SpatialGridDescriptorState'; +/** + * + * @export + * @interface SpatialGridDescriptor + */ +export interface SpatialGridDescriptor { + /** + * + * @type {SpatialGridDescriptorState} + * @memberof SpatialGridDescriptor + */ + descriptor: SpatialGridDescriptorState; + /** + * + * @type {SpatialGridDefinition} + * @memberof SpatialGridDescriptor + */ + spatialGrid: SpatialGridDefinition; +} +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export declare function instanceOfSpatialGridDescriptor(value: object): value is SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSONTyped(value?: SpatialGridDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/SpatialGridDescriptor.js b/typescript/dist/esm/models/SpatialGridDescriptor.js new file mode 100644 index 00000000..235c12c4 --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptor.js @@ -0,0 +1,49 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { SpatialGridDefinitionFromJSON, SpatialGridDefinitionToJSON, } from './SpatialGridDefinition'; +import { SpatialGridDescriptorStateFromJSON, SpatialGridDescriptorStateToJSON, } from './SpatialGridDescriptorState'; +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export function instanceOfSpatialGridDescriptor(value) { + if (!('descriptor' in value) || value['descriptor'] === undefined) + return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; + return true; +} +export function SpatialGridDescriptorFromJSON(json) { + return SpatialGridDescriptorFromJSONTyped(json, false); +} +export function SpatialGridDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'descriptor': SpatialGridDescriptorStateFromJSON(json['descriptor']), + 'spatialGrid': SpatialGridDefinitionFromJSON(json['spatialGrid']), + }; +} +export function SpatialGridDescriptorToJSON(json) { + return SpatialGridDescriptorToJSONTyped(json, false); +} +export function SpatialGridDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'descriptor': SpatialGridDescriptorStateToJSON(value['descriptor']), + 'spatialGrid': SpatialGridDefinitionToJSON(value['spatialGrid']), + }; +} diff --git a/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts b/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts new file mode 100644 index 00000000..c1fd411e --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const SpatialGridDescriptorState: { + readonly Source: "source"; + readonly Derived: "derived"; +}; +export type SpatialGridDescriptorState = typeof SpatialGridDescriptorState[keyof typeof SpatialGridDescriptorState]; +export declare function instanceOfSpatialGridDescriptorState(value: any): boolean; +export declare function SpatialGridDescriptorStateFromJSON(json: any): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateToJSON(value?: SpatialGridDescriptorState | null): any; +export declare function SpatialGridDescriptorStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; diff --git a/typescript/dist/esm/models/SpatialGridDescriptorState.js b/typescript/dist/esm/models/SpatialGridDescriptorState.js new file mode 100644 index 00000000..b7d27aa5 --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptorState.js @@ -0,0 +1,43 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export const SpatialGridDescriptorState = { + Source: 'source', + Derived: 'derived' +}; +export function instanceOfSpatialGridDescriptorState(value) { + for (const key in SpatialGridDescriptorState) { + if (Object.prototype.hasOwnProperty.call(SpatialGridDescriptorState, key)) { + if (SpatialGridDescriptorState[key] === value) { + return true; + } + } + } + return false; +} +export function SpatialGridDescriptorStateFromJSON(json) { + return SpatialGridDescriptorStateFromJSONTyped(json, false); +} +export function SpatialGridDescriptorStateFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +export function SpatialGridDescriptorStateToJSON(value) { + return value; +} +export function SpatialGridDescriptorStateToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/esm/models/StacBand.d.ts b/typescript/dist/esm/models/StacBand.d.ts deleted file mode 100644 index e2713c0b..00000000 --- a/typescript/dist/esm/models/StacBand.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { RasterDataType } from './RasterDataType'; -/** - * - * @export - * @interface StacBand - */ -export interface StacBand { - /** - * - * @type {RasterDataType} - * @memberof StacBand - */ - dataType: RasterDataType; - /** - * - * @type {string} - * @memberof StacBand - */ - name: string; - /** - * - * @type {number} - * @memberof StacBand - */ - noDataValue?: number | null; -} -/** - * Check if a given object implements the StacBand interface. - */ -export declare function instanceOfStacBand(value: object): value is StacBand; -export declare function StacBandFromJSON(json: any): StacBand; -export declare function StacBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacBand; -export declare function StacBandToJSON(json: any): StacBand; -export declare function StacBandToJSONTyped(value?: StacBand | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/StacBand.js b/typescript/dist/esm/models/StacBand.js deleted file mode 100644 index 0afbb56c..00000000 --- a/typescript/dist/esm/models/StacBand.js +++ /dev/null @@ -1,50 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import { RasterDataTypeFromJSON, RasterDataTypeToJSON, } from './RasterDataType'; -/** - * Check if a given object implements the StacBand interface. - */ -export function instanceOfStacBand(value) { - if (!('dataType' in value) || value['dataType'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -export function StacBandFromJSON(json) { - return StacBandFromJSONTyped(json, false); -} -export function StacBandFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'name': json['name'], - 'noDataValue': json['noDataValue'] == null ? undefined : json['noDataValue'], - }; -} -export function StacBandToJSON(json) { - return StacBandToJSONTyped(json, false); -} -export function StacBandToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'dataType': RasterDataTypeToJSON(value['dataType']), - 'name': value['name'], - 'noDataValue': value['noDataValue'], - }; -} diff --git a/typescript/dist/esm/models/StacZone.d.ts b/typescript/dist/esm/models/StacZone.d.ts deleted file mode 100644 index 4c24819c..00000000 --- a/typescript/dist/esm/models/StacZone.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - * @interface StacZone - */ -export interface StacZone { - /** - * - * @type {number} - * @memberof StacZone - */ - epsg: number; - /** - * - * @type {string} - * @memberof StacZone - */ - name: string; -} -/** - * Check if a given object implements the StacZone interface. - */ -export declare function instanceOfStacZone(value: object): value is StacZone; -export declare function StacZoneFromJSON(json: any): StacZone; -export declare function StacZoneFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacZone; -export declare function StacZoneToJSON(json: any): StacZone; -export declare function StacZoneToJSONTyped(value?: StacZone | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/StacZone.js b/typescript/dist/esm/models/StacZone.js deleted file mode 100644 index 5f20c463..00000000 --- a/typescript/dist/esm/models/StacZone.js +++ /dev/null @@ -1,47 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * Check if a given object implements the StacZone interface. - */ -export function instanceOfStacZone(value) { - if (!('epsg' in value) || value['epsg'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -export function StacZoneFromJSON(json) { - return StacZoneFromJSONTyped(json, false); -} -export function StacZoneFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'epsg': json['epsg'], - 'name': json['name'], - }; -} -export function StacZoneToJSON(json) { - return StacZoneToJSONTyped(json, false); -} -export function StacZoneToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'epsg': value['epsg'], - 'name': value['name'], - }; -} diff --git a/typescript/dist/esm/models/VectorQueryRectangle.d.ts b/typescript/dist/esm/models/VectorQueryRectangle.d.ts deleted file mode 100644 index 6b878b63..00000000 --- a/typescript/dist/esm/models/VectorQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface VectorQueryRectangle - */ -export interface VectorQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof VectorQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof VectorQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof VectorQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export declare function instanceOfVectorQueryRectangle(value: object): value is VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSONTyped(value?: VectorQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/VectorQueryRectangle.js b/typescript/dist/esm/models/VectorQueryRectangle.js deleted file mode 100644 index 9ff2114b..00000000 --- a/typescript/dist/esm/models/VectorQueryRectangle.js +++ /dev/null @@ -1,54 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; -import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; -import { BoundingBox2DFromJSON, BoundingBox2DToJSON, } from './BoundingBox2D'; -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export function instanceOfVectorQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -export function VectorQueryRectangleFromJSON(json) { - return VectorQueryRectangleFromJSONTyped(json, false); -} -export function VectorQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} -export function VectorQueryRectangleToJSON(json) { - return VectorQueryRectangleToJSONTyped(json, false); -} -export function VectorQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index 75b183db..03919a10 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -60,6 +60,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -71,6 +72,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -131,7 +134,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -156,10 +158,10 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -170,14 +172,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -227,7 +230,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index f18cf8c2..7a72516a 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -62,6 +62,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -73,6 +74,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -133,7 +136,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -158,10 +160,10 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -172,14 +174,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -229,7 +232,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index 1fa177b5..06a287af 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -69,7 +69,7 @@ export class Configuration { } export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.27' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.28' } }); /** diff --git a/typescript/dist/models/GeoTransform.d.ts b/typescript/dist/models/GeoTransform.d.ts new file mode 100644 index 00000000..1fd8c3ba --- /dev/null +++ b/typescript/dist/models/GeoTransform.d.ts @@ -0,0 +1,45 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { Coordinate2D } from './Coordinate2D'; +/** + * + * @export + * @interface GeoTransform + */ +export interface GeoTransform { + /** + * + * @type {Coordinate2D} + * @memberof GeoTransform + */ + originCoordinate: Coordinate2D; + /** + * + * @type {number} + * @memberof GeoTransform + */ + xPixelSize: number; + /** + * + * @type {number} + * @memberof GeoTransform + */ + yPixelSize: number; +} +/** + * Check if a given object implements the GeoTransform interface. + */ +export declare function instanceOfGeoTransform(value: object): value is GeoTransform; +export declare function GeoTransformFromJSON(json: any): GeoTransform; +export declare function GeoTransformFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoTransform; +export declare function GeoTransformToJSON(json: any): GeoTransform; +export declare function GeoTransformToJSONTyped(value?: GeoTransform | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GeoTransform.js b/typescript/dist/models/GeoTransform.js new file mode 100644 index 00000000..3cf85845 --- /dev/null +++ b/typescript/dist/models/GeoTransform.js @@ -0,0 +1,59 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfGeoTransform = instanceOfGeoTransform; +exports.GeoTransformFromJSON = GeoTransformFromJSON; +exports.GeoTransformFromJSONTyped = GeoTransformFromJSONTyped; +exports.GeoTransformToJSON = GeoTransformToJSON; +exports.GeoTransformToJSONTyped = GeoTransformToJSONTyped; +const Coordinate2D_1 = require("./Coordinate2D"); +/** + * Check if a given object implements the GeoTransform interface. + */ +function instanceOfGeoTransform(value) { + if (!('originCoordinate' in value) || value['originCoordinate'] === undefined) + return false; + if (!('xPixelSize' in value) || value['xPixelSize'] === undefined) + return false; + if (!('yPixelSize' in value) || value['yPixelSize'] === undefined) + return false; + return true; +} +function GeoTransformFromJSON(json) { + return GeoTransformFromJSONTyped(json, false); +} +function GeoTransformFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'originCoordinate': (0, Coordinate2D_1.Coordinate2DFromJSON)(json['originCoordinate']), + 'xPixelSize': json['xPixelSize'], + 'yPixelSize': json['yPixelSize'], + }; +} +function GeoTransformToJSON(json) { + return GeoTransformToJSONTyped(json, false); +} +function GeoTransformToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'originCoordinate': (0, Coordinate2D_1.Coordinate2DToJSON)(value['originCoordinate']), + 'xPixelSize': value['xPixelSize'], + 'yPixelSize': value['yPixelSize'], + }; +} diff --git a/typescript/dist/models/GridBoundingBox2D.d.ts b/typescript/dist/models/GridBoundingBox2D.d.ts new file mode 100644 index 00000000..7203d881 --- /dev/null +++ b/typescript/dist/models/GridBoundingBox2D.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridIdx2D } from './GridIdx2D'; +/** + * + * @export + * @interface GridBoundingBox2D + */ +export interface GridBoundingBox2D { + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + bottomRightIdx: GridIdx2D; + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + topLeftIdx: GridIdx2D; +} +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export declare function instanceOfGridBoundingBox2D(value: object): value is GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSONTyped(value?: GridBoundingBox2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GridBoundingBox2D.js b/typescript/dist/models/GridBoundingBox2D.js new file mode 100644 index 00000000..7ff23465 --- /dev/null +++ b/typescript/dist/models/GridBoundingBox2D.js @@ -0,0 +1,55 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfGridBoundingBox2D = instanceOfGridBoundingBox2D; +exports.GridBoundingBox2DFromJSON = GridBoundingBox2DFromJSON; +exports.GridBoundingBox2DFromJSONTyped = GridBoundingBox2DFromJSONTyped; +exports.GridBoundingBox2DToJSON = GridBoundingBox2DToJSON; +exports.GridBoundingBox2DToJSONTyped = GridBoundingBox2DToJSONTyped; +const GridIdx2D_1 = require("./GridIdx2D"); +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +function instanceOfGridBoundingBox2D(value) { + if (!('bottomRightIdx' in value) || value['bottomRightIdx'] === undefined) + return false; + if (!('topLeftIdx' in value) || value['topLeftIdx'] === undefined) + return false; + return true; +} +function GridBoundingBox2DFromJSON(json) { + return GridBoundingBox2DFromJSONTyped(json, false); +} +function GridBoundingBox2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bottomRightIdx': (0, GridIdx2D_1.GridIdx2DFromJSON)(json['bottomRightIdx']), + 'topLeftIdx': (0, GridIdx2D_1.GridIdx2DFromJSON)(json['topLeftIdx']), + }; +} +function GridBoundingBox2DToJSON(json) { + return GridBoundingBox2DToJSONTyped(json, false); +} +function GridBoundingBox2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bottomRightIdx': (0, GridIdx2D_1.GridIdx2DToJSON)(value['bottomRightIdx']), + 'topLeftIdx': (0, GridIdx2D_1.GridIdx2DToJSON)(value['topLeftIdx']), + }; +} diff --git a/typescript/dist/models/GridIdx2D.d.ts b/typescript/dist/models/GridIdx2D.d.ts new file mode 100644 index 00000000..1a265133 --- /dev/null +++ b/typescript/dist/models/GridIdx2D.d.ts @@ -0,0 +1,38 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + * @interface GridIdx2D + */ +export interface GridIdx2D { + /** + * + * @type {number} + * @memberof GridIdx2D + */ + xIdx: number; + /** + * + * @type {number} + * @memberof GridIdx2D + */ + yIdx: number; +} +/** + * Check if a given object implements the GridIdx2D interface. + */ +export declare function instanceOfGridIdx2D(value: object): value is GridIdx2D; +export declare function GridIdx2DFromJSON(json: any): GridIdx2D; +export declare function GridIdx2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridIdx2D; +export declare function GridIdx2DToJSON(json: any): GridIdx2D; +export declare function GridIdx2DToJSONTyped(value?: GridIdx2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GridIdx2D.js b/typescript/dist/models/GridIdx2D.js new file mode 100644 index 00000000..9e514f0b --- /dev/null +++ b/typescript/dist/models/GridIdx2D.js @@ -0,0 +1,54 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfGridIdx2D = instanceOfGridIdx2D; +exports.GridIdx2DFromJSON = GridIdx2DFromJSON; +exports.GridIdx2DFromJSONTyped = GridIdx2DFromJSONTyped; +exports.GridIdx2DToJSON = GridIdx2DToJSON; +exports.GridIdx2DToJSONTyped = GridIdx2DToJSONTyped; +/** + * Check if a given object implements the GridIdx2D interface. + */ +function instanceOfGridIdx2D(value) { + if (!('xIdx' in value) || value['xIdx'] === undefined) + return false; + if (!('yIdx' in value) || value['yIdx'] === undefined) + return false; + return true; +} +function GridIdx2DFromJSON(json) { + return GridIdx2DFromJSONTyped(json, false); +} +function GridIdx2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'xIdx': json['xIdx'], + 'yIdx': json['yIdx'], + }; +} +function GridIdx2DToJSON(json) { + return GridIdx2DToJSONTyped(json, false); +} +function GridIdx2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'xIdx': value['xIdx'], + 'yIdx': value['yIdx'], + }; +} diff --git a/typescript/dist/models/PlotQueryRectangle.d.ts b/typescript/dist/models/PlotQueryRectangle.d.ts deleted file mode 100644 index a704eb37..00000000 --- a/typescript/dist/models/PlotQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface PlotQueryRectangle - */ -export interface PlotQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof PlotQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof PlotQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof PlotQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export declare function instanceOfPlotQueryRectangle(value: object): value is PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSONTyped(value?: PlotQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/PlotQueryRectangle.js b/typescript/dist/models/PlotQueryRectangle.js deleted file mode 100644 index d8b1cc40..00000000 --- a/typescript/dist/models/PlotQueryRectangle.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfPlotQueryRectangle = instanceOfPlotQueryRectangle; -exports.PlotQueryRectangleFromJSON = PlotQueryRectangleFromJSON; -exports.PlotQueryRectangleFromJSONTyped = PlotQueryRectangleFromJSONTyped; -exports.PlotQueryRectangleToJSON = PlotQueryRectangleToJSON; -exports.PlotQueryRectangleToJSONTyped = PlotQueryRectangleToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); -const TimeInterval_1 = require("./TimeInterval"); -const BoundingBox2D_1 = require("./BoundingBox2D"); -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -function instanceOfPlotQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -function PlotQueryRectangleFromJSON(json) { - return PlotQueryRectangleFromJSONTyped(json, false); -} -function PlotQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DFromJSON)(json['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalFromJSON)(json['timeInterval']), - }; -} -function PlotQueryRectangleToJSON(json) { - return PlotQueryRectangleToJSONTyped(json, false); -} -function PlotQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DToJSON)(value['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalToJSON)(value['timeInterval']), - }; -} diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts index 42b64948..8ec5d61b 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts @@ -9,7 +9,7 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import type { RasterQueryRectangle } from './RasterQueryRectangle'; +import type { RasterToDatasetQueryRectangle } from './RasterToDatasetQueryRectangle'; /** * parameter for the dataset from workflow handler (body) * @export @@ -42,10 +42,10 @@ export interface RasterDatasetFromWorkflow { name?: string; /** * - * @type {RasterQueryRectangle} + * @type {RasterToDatasetQueryRectangle} * @memberof RasterDatasetFromWorkflow */ - query: RasterQueryRectangle; + query: RasterToDatasetQueryRectangle; } /** * Check if a given object implements the RasterDatasetFromWorkflow interface. diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.js b/typescript/dist/models/RasterDatasetFromWorkflow.js index 3405d194..6203879d 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/models/RasterDatasetFromWorkflow.js @@ -18,7 +18,7 @@ exports.RasterDatasetFromWorkflowFromJSON = RasterDatasetFromWorkflowFromJSON; exports.RasterDatasetFromWorkflowFromJSONTyped = RasterDatasetFromWorkflowFromJSONTyped; exports.RasterDatasetFromWorkflowToJSON = RasterDatasetFromWorkflowToJSON; exports.RasterDatasetFromWorkflowToJSONTyped = RasterDatasetFromWorkflowToJSONTyped; -const RasterQueryRectangle_1 = require("./RasterQueryRectangle"); +const RasterToDatasetQueryRectangle_1 = require("./RasterToDatasetQueryRectangle"); /** * Check if a given object implements the RasterDatasetFromWorkflow interface. */ @@ -41,7 +41,7 @@ function RasterDatasetFromWorkflowFromJSONTyped(json, ignoreDiscriminator) { 'description': json['description'] == null ? undefined : json['description'], 'displayName': json['displayName'], 'name': json['name'] == null ? undefined : json['name'], - 'query': (0, RasterQueryRectangle_1.RasterQueryRectangleFromJSON)(json['query']), + 'query': (0, RasterToDatasetQueryRectangle_1.RasterToDatasetQueryRectangleFromJSON)(json['query']), }; } function RasterDatasetFromWorkflowToJSON(json) { @@ -56,6 +56,6 @@ function RasterDatasetFromWorkflowToJSONTyped(value, ignoreDiscriminator = false 'description': value['description'], 'displayName': value['displayName'], 'name': value['name'], - 'query': (0, RasterQueryRectangle_1.RasterQueryRectangleToJSON)(value['query']), + 'query': (0, RasterToDatasetQueryRectangle_1.RasterToDatasetQueryRectangleToJSON)(value['query']), }; } diff --git a/typescript/dist/models/RasterQueryRectangle.d.ts b/typescript/dist/models/RasterQueryRectangle.d.ts deleted file mode 100644 index 03d13584..00000000 --- a/typescript/dist/models/RasterQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface RasterQueryRectangle - */ -export interface RasterQueryRectangle { - /** - * - * @type {SpatialPartition2D} - * @memberof RasterQueryRectangle - */ - spatialBounds: SpatialPartition2D; - /** - * - * @type {SpatialResolution} - * @memberof RasterQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof RasterQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the RasterQueryRectangle interface. - */ -export declare function instanceOfRasterQueryRectangle(value: object): value is RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/RasterResultDescriptor.d.ts b/typescript/dist/models/RasterResultDescriptor.d.ts index d8decd8a..fb9ec1e9 100644 --- a/typescript/dist/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/models/RasterResultDescriptor.d.ts @@ -9,11 +9,10 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import type { SpatialResolution } from './SpatialResolution'; import type { TimeInterval } from './TimeInterval'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; /** * A `ResultDescriptor` for raster queries * @export @@ -26,12 +25,6 @@ export interface RasterResultDescriptor { * @memberof RasterResultDescriptor */ bands: Array; - /** - * - * @type {SpatialPartition2D} - * @memberof RasterResultDescriptor - */ - bbox?: SpatialPartition2D | null; /** * * @type {RasterDataType} @@ -40,10 +33,10 @@ export interface RasterResultDescriptor { dataType: RasterDataType; /** * - * @type {SpatialResolution} + * @type {SpatialGridDescriptor} * @memberof RasterResultDescriptor */ - resolution?: SpatialResolution | null; + spatialGrid: SpatialGridDescriptor; /** * * @type {string} diff --git a/typescript/dist/models/RasterResultDescriptor.js b/typescript/dist/models/RasterResultDescriptor.js index 78f8cc7f..95128ed8 100644 --- a/typescript/dist/models/RasterResultDescriptor.js +++ b/typescript/dist/models/RasterResultDescriptor.js @@ -18,11 +18,10 @@ exports.RasterResultDescriptorFromJSON = RasterResultDescriptorFromJSON; exports.RasterResultDescriptorFromJSONTyped = RasterResultDescriptorFromJSONTyped; exports.RasterResultDescriptorToJSON = RasterResultDescriptorToJSON; exports.RasterResultDescriptorToJSONTyped = RasterResultDescriptorToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); const TimeInterval_1 = require("./TimeInterval"); const RasterBandDescriptor_1 = require("./RasterBandDescriptor"); +const SpatialGridDescriptor_1 = require("./SpatialGridDescriptor"); const RasterDataType_1 = require("./RasterDataType"); -const SpatialPartition2D_1 = require("./SpatialPartition2D"); /** * Check if a given object implements the RasterResultDescriptor interface. */ @@ -31,6 +30,8 @@ function instanceOfRasterResultDescriptor(value) { return false; if (!('dataType' in value) || value['dataType'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; return true; @@ -44,9 +45,8 @@ function RasterResultDescriptorFromJSONTyped(json, ignoreDiscriminator) { } return { 'bands': (json['bands'].map(RasterBandDescriptor_1.RasterBandDescriptorFromJSON)), - 'bbox': json['bbox'] == null ? undefined : (0, SpatialPartition2D_1.SpatialPartition2DFromJSON)(json['bbox']), 'dataType': (0, RasterDataType_1.RasterDataTypeFromJSON)(json['dataType']), - 'resolution': json['resolution'] == null ? undefined : (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['resolution']), + 'spatialGrid': (0, SpatialGridDescriptor_1.SpatialGridDescriptorFromJSON)(json['spatialGrid']), 'spatialReference': json['spatialReference'], 'time': json['time'] == null ? undefined : (0, TimeInterval_1.TimeIntervalFromJSON)(json['time']), }; @@ -60,9 +60,8 @@ function RasterResultDescriptorToJSONTyped(value, ignoreDiscriminator = false) { } return { 'bands': (value['bands'].map(RasterBandDescriptor_1.RasterBandDescriptorToJSON)), - 'bbox': (0, SpatialPartition2D_1.SpatialPartition2DToJSON)(value['bbox']), 'dataType': (0, RasterDataType_1.RasterDataTypeToJSON)(value['dataType']), - 'resolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['resolution']), + 'spatialGrid': (0, SpatialGridDescriptor_1.SpatialGridDescriptorToJSON)(value['spatialGrid']), 'spatialReference': value['spatialReference'], 'time': (0, TimeInterval_1.TimeIntervalToJSON)(value['time']), }; diff --git a/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts b/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts new file mode 100644 index 00000000..a85743ab --- /dev/null +++ b/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +/** + * A spatio-temporal rectangle with a specified resolution + * @export + * @interface RasterToDatasetQueryRectangle + */ +export interface RasterToDatasetQueryRectangle { + /** + * + * @type {SpatialPartition2D} + * @memberof RasterToDatasetQueryRectangle + */ + spatialBounds: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof RasterToDatasetQueryRectangle + */ + timeInterval: TimeInterval; +} +/** + * Check if a given object implements the RasterToDatasetQueryRectangle interface. + */ +export declare function instanceOfRasterToDatasetQueryRectangle(value: object): value is RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSONTyped(value?: RasterToDatasetQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/RasterQueryRectangle.js b/typescript/dist/models/RasterToDatasetQueryRectangle.js similarity index 52% rename from typescript/dist/models/RasterQueryRectangle.js rename to typescript/dist/models/RasterToDatasetQueryRectangle.js index 42c3c453..8e6c4aca 100644 --- a/typescript/dist/models/RasterQueryRectangle.js +++ b/typescript/dist/models/RasterToDatasetQueryRectangle.js @@ -13,49 +13,44 @@ * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfRasterQueryRectangle = instanceOfRasterQueryRectangle; -exports.RasterQueryRectangleFromJSON = RasterQueryRectangleFromJSON; -exports.RasterQueryRectangleFromJSONTyped = RasterQueryRectangleFromJSONTyped; -exports.RasterQueryRectangleToJSON = RasterQueryRectangleToJSON; -exports.RasterQueryRectangleToJSONTyped = RasterQueryRectangleToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); +exports.instanceOfRasterToDatasetQueryRectangle = instanceOfRasterToDatasetQueryRectangle; +exports.RasterToDatasetQueryRectangleFromJSON = RasterToDatasetQueryRectangleFromJSON; +exports.RasterToDatasetQueryRectangleFromJSONTyped = RasterToDatasetQueryRectangleFromJSONTyped; +exports.RasterToDatasetQueryRectangleToJSON = RasterToDatasetQueryRectangleToJSON; +exports.RasterToDatasetQueryRectangleToJSONTyped = RasterToDatasetQueryRectangleToJSONTyped; const TimeInterval_1 = require("./TimeInterval"); const SpatialPartition2D_1 = require("./SpatialPartition2D"); /** - * Check if a given object implements the RasterQueryRectangle interface. + * Check if a given object implements the RasterToDatasetQueryRectangle interface. */ -function instanceOfRasterQueryRectangle(value) { +function instanceOfRasterToDatasetQueryRectangle(value) { if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; return true; } -function RasterQueryRectangleFromJSON(json) { - return RasterQueryRectangleFromJSONTyped(json, false); +function RasterToDatasetQueryRectangleFromJSON(json) { + return RasterToDatasetQueryRectangleFromJSONTyped(json, false); } -function RasterQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { +function RasterToDatasetQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { if (json == null) { return json; } return { 'spatialBounds': (0, SpatialPartition2D_1.SpatialPartition2DFromJSON)(json['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['spatialResolution']), 'timeInterval': (0, TimeInterval_1.TimeIntervalFromJSON)(json['timeInterval']), }; } -function RasterQueryRectangleToJSON(json) { - return RasterQueryRectangleToJSONTyped(json, false); +function RasterToDatasetQueryRectangleToJSON(json) { + return RasterToDatasetQueryRectangleToJSONTyped(json, false); } -function RasterQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { +function RasterToDatasetQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { if (value == null) { return value; } return { 'spatialBounds': (0, SpatialPartition2D_1.SpatialPartition2DToJSON)(value['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['spatialResolution']), 'timeInterval': (0, TimeInterval_1.TimeIntervalToJSON)(value['timeInterval']), }; } diff --git a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts index 9ccededb..22bf3c49 100644 --- a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts +++ b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts @@ -10,9 +10,7 @@ * Do not edit the class manually. */ import type { StacApiRetries } from './StacApiRetries'; -import type { StacBand } from './StacBand'; import type { StacQueryBuffer } from './StacQueryBuffer'; -import type { StacZone } from './StacZone'; /** * * @export @@ -25,12 +23,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ apiUrl: string; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - bands: Array; /** * * @type {number} @@ -85,12 +77,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ type: SentinelS2L2ACogsProviderDefinitionTypeEnum; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - zones: Array; } /** * @export diff --git a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js index dbf1858a..007fbd66 100644 --- a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js +++ b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js @@ -20,9 +20,7 @@ exports.SentinelS2L2ACogsProviderDefinitionFromJSONTyped = SentinelS2L2ACogsProv exports.SentinelS2L2ACogsProviderDefinitionToJSON = SentinelS2L2ACogsProviderDefinitionToJSON; exports.SentinelS2L2ACogsProviderDefinitionToJSONTyped = SentinelS2L2ACogsProviderDefinitionToJSONTyped; const StacApiRetries_1 = require("./StacApiRetries"); -const StacBand_1 = require("./StacBand"); const StacQueryBuffer_1 = require("./StacQueryBuffer"); -const StacZone_1 = require("./StacZone"); /** * @export */ @@ -35,8 +33,6 @@ exports.SentinelS2L2ACogsProviderDefinitionTypeEnum = { function instanceOfSentinelS2L2ACogsProviderDefinition(value) { if (!('apiUrl' in value) || value['apiUrl'] === undefined) return false; - if (!('bands' in value) || value['bands'] === undefined) - return false; if (!('description' in value) || value['description'] === undefined) return false; if (!('id' in value) || value['id'] === undefined) @@ -45,8 +41,6 @@ function instanceOfSentinelS2L2ACogsProviderDefinition(value) { return false; if (!('type' in value) || value['type'] === undefined) return false; - if (!('zones' in value) || value['zones'] === undefined) - return false; return true; } function SentinelS2L2ACogsProviderDefinitionFromJSON(json) { @@ -58,7 +52,6 @@ function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDiscrimina } return { 'apiUrl': json['apiUrl'], - 'bands': (json['bands'].map(StacBand_1.StacBandFromJSON)), 'cacheTtl': json['cacheTtl'] == null ? undefined : json['cacheTtl'], 'description': json['description'], 'gdalRetries': json['gdalRetries'] == null ? undefined : json['gdalRetries'], @@ -68,7 +61,6 @@ function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDiscrimina 'queryBuffer': json['queryBuffer'] == null ? undefined : (0, StacQueryBuffer_1.StacQueryBufferFromJSON)(json['queryBuffer']), 'stacApiRetries': json['stacApiRetries'] == null ? undefined : (0, StacApiRetries_1.StacApiRetriesFromJSON)(json['stacApiRetries']), 'type': json['type'], - 'zones': (json['zones'].map(StacZone_1.StacZoneFromJSON)), }; } function SentinelS2L2ACogsProviderDefinitionToJSON(json) { @@ -80,7 +72,6 @@ function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDiscriminat } return { 'apiUrl': value['apiUrl'], - 'bands': (value['bands'].map(StacBand_1.StacBandToJSON)), 'cacheTtl': value['cacheTtl'], 'description': value['description'], 'gdalRetries': value['gdalRetries'], @@ -90,6 +81,5 @@ function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDiscriminat 'queryBuffer': (0, StacQueryBuffer_1.StacQueryBufferToJSON)(value['queryBuffer']), 'stacApiRetries': (0, StacApiRetries_1.StacApiRetriesToJSON)(value['stacApiRetries']), 'type': value['type'], - 'zones': (value['zones'].map(StacZone_1.StacZoneToJSON)), }; } diff --git a/typescript/dist/models/SpatialGridDefinition.d.ts b/typescript/dist/models/SpatialGridDefinition.d.ts new file mode 100644 index 00000000..aeb8cd0b --- /dev/null +++ b/typescript/dist/models/SpatialGridDefinition.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridBoundingBox2D } from './GridBoundingBox2D'; +import type { GeoTransform } from './GeoTransform'; +/** + * + * @export + * @interface SpatialGridDefinition + */ +export interface SpatialGridDefinition { + /** + * + * @type {GeoTransform} + * @memberof SpatialGridDefinition + */ + geoTransform: GeoTransform; + /** + * + * @type {GridBoundingBox2D} + * @memberof SpatialGridDefinition + */ + gridBounds: GridBoundingBox2D; +} +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export declare function instanceOfSpatialGridDefinition(value: object): value is SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSONTyped(value?: SpatialGridDefinition | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/SpatialGridDefinition.js b/typescript/dist/models/SpatialGridDefinition.js new file mode 100644 index 00000000..7d9400c7 --- /dev/null +++ b/typescript/dist/models/SpatialGridDefinition.js @@ -0,0 +1,56 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfSpatialGridDefinition = instanceOfSpatialGridDefinition; +exports.SpatialGridDefinitionFromJSON = SpatialGridDefinitionFromJSON; +exports.SpatialGridDefinitionFromJSONTyped = SpatialGridDefinitionFromJSONTyped; +exports.SpatialGridDefinitionToJSON = SpatialGridDefinitionToJSON; +exports.SpatialGridDefinitionToJSONTyped = SpatialGridDefinitionToJSONTyped; +const GridBoundingBox2D_1 = require("./GridBoundingBox2D"); +const GeoTransform_1 = require("./GeoTransform"); +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +function instanceOfSpatialGridDefinition(value) { + if (!('geoTransform' in value) || value['geoTransform'] === undefined) + return false; + if (!('gridBounds' in value) || value['gridBounds'] === undefined) + return false; + return true; +} +function SpatialGridDefinitionFromJSON(json) { + return SpatialGridDefinitionFromJSONTyped(json, false); +} +function SpatialGridDefinitionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'geoTransform': (0, GeoTransform_1.GeoTransformFromJSON)(json['geoTransform']), + 'gridBounds': (0, GridBoundingBox2D_1.GridBoundingBox2DFromJSON)(json['gridBounds']), + }; +} +function SpatialGridDefinitionToJSON(json) { + return SpatialGridDefinitionToJSONTyped(json, false); +} +function SpatialGridDefinitionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'geoTransform': (0, GeoTransform_1.GeoTransformToJSON)(value['geoTransform']), + 'gridBounds': (0, GridBoundingBox2D_1.GridBoundingBox2DToJSON)(value['gridBounds']), + }; +} diff --git a/typescript/dist/models/SpatialGridDescriptor.d.ts b/typescript/dist/models/SpatialGridDescriptor.d.ts new file mode 100644 index 00000000..8af1744e --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { SpatialGridDefinition } from './SpatialGridDefinition'; +import type { SpatialGridDescriptorState } from './SpatialGridDescriptorState'; +/** + * + * @export + * @interface SpatialGridDescriptor + */ +export interface SpatialGridDescriptor { + /** + * + * @type {SpatialGridDescriptorState} + * @memberof SpatialGridDescriptor + */ + descriptor: SpatialGridDescriptorState; + /** + * + * @type {SpatialGridDefinition} + * @memberof SpatialGridDescriptor + */ + spatialGrid: SpatialGridDefinition; +} +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export declare function instanceOfSpatialGridDescriptor(value: object): value is SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSONTyped(value?: SpatialGridDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/SpatialGridDescriptor.js b/typescript/dist/models/SpatialGridDescriptor.js new file mode 100644 index 00000000..c6511d9b --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptor.js @@ -0,0 +1,56 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfSpatialGridDescriptor = instanceOfSpatialGridDescriptor; +exports.SpatialGridDescriptorFromJSON = SpatialGridDescriptorFromJSON; +exports.SpatialGridDescriptorFromJSONTyped = SpatialGridDescriptorFromJSONTyped; +exports.SpatialGridDescriptorToJSON = SpatialGridDescriptorToJSON; +exports.SpatialGridDescriptorToJSONTyped = SpatialGridDescriptorToJSONTyped; +const SpatialGridDefinition_1 = require("./SpatialGridDefinition"); +const SpatialGridDescriptorState_1 = require("./SpatialGridDescriptorState"); +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +function instanceOfSpatialGridDescriptor(value) { + if (!('descriptor' in value) || value['descriptor'] === undefined) + return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; + return true; +} +function SpatialGridDescriptorFromJSON(json) { + return SpatialGridDescriptorFromJSONTyped(json, false); +} +function SpatialGridDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'descriptor': (0, SpatialGridDescriptorState_1.SpatialGridDescriptorStateFromJSON)(json['descriptor']), + 'spatialGrid': (0, SpatialGridDefinition_1.SpatialGridDefinitionFromJSON)(json['spatialGrid']), + }; +} +function SpatialGridDescriptorToJSON(json) { + return SpatialGridDescriptorToJSONTyped(json, false); +} +function SpatialGridDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'descriptor': (0, SpatialGridDescriptorState_1.SpatialGridDescriptorStateToJSON)(value['descriptor']), + 'spatialGrid': (0, SpatialGridDefinition_1.SpatialGridDefinitionToJSON)(value['spatialGrid']), + }; +} diff --git a/typescript/dist/models/SpatialGridDescriptorState.d.ts b/typescript/dist/models/SpatialGridDescriptorState.d.ts new file mode 100644 index 00000000..c1fd411e --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptorState.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const SpatialGridDescriptorState: { + readonly Source: "source"; + readonly Derived: "derived"; +}; +export type SpatialGridDescriptorState = typeof SpatialGridDescriptorState[keyof typeof SpatialGridDescriptorState]; +export declare function instanceOfSpatialGridDescriptorState(value: any): boolean; +export declare function SpatialGridDescriptorStateFromJSON(json: any): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateToJSON(value?: SpatialGridDescriptorState | null): any; +export declare function SpatialGridDescriptorStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; diff --git a/typescript/dist/models/SpatialGridDescriptorState.js b/typescript/dist/models/SpatialGridDescriptorState.js new file mode 100644 index 00000000..e3ebb2f3 --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptorState.js @@ -0,0 +1,51 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SpatialGridDescriptorState = void 0; +exports.instanceOfSpatialGridDescriptorState = instanceOfSpatialGridDescriptorState; +exports.SpatialGridDescriptorStateFromJSON = SpatialGridDescriptorStateFromJSON; +exports.SpatialGridDescriptorStateFromJSONTyped = SpatialGridDescriptorStateFromJSONTyped; +exports.SpatialGridDescriptorStateToJSON = SpatialGridDescriptorStateToJSON; +exports.SpatialGridDescriptorStateToJSONTyped = SpatialGridDescriptorStateToJSONTyped; +/** + * + * @export + */ +exports.SpatialGridDescriptorState = { + Source: 'source', + Derived: 'derived' +}; +function instanceOfSpatialGridDescriptorState(value) { + for (const key in exports.SpatialGridDescriptorState) { + if (Object.prototype.hasOwnProperty.call(exports.SpatialGridDescriptorState, key)) { + if (exports.SpatialGridDescriptorState[key] === value) { + return true; + } + } + } + return false; +} +function SpatialGridDescriptorStateFromJSON(json) { + return SpatialGridDescriptorStateFromJSONTyped(json, false); +} +function SpatialGridDescriptorStateFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +function SpatialGridDescriptorStateToJSON(value) { + return value; +} +function SpatialGridDescriptorStateToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/models/StacBand.d.ts b/typescript/dist/models/StacBand.d.ts deleted file mode 100644 index e2713c0b..00000000 --- a/typescript/dist/models/StacBand.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { RasterDataType } from './RasterDataType'; -/** - * - * @export - * @interface StacBand - */ -export interface StacBand { - /** - * - * @type {RasterDataType} - * @memberof StacBand - */ - dataType: RasterDataType; - /** - * - * @type {string} - * @memberof StacBand - */ - name: string; - /** - * - * @type {number} - * @memberof StacBand - */ - noDataValue?: number | null; -} -/** - * Check if a given object implements the StacBand interface. - */ -export declare function instanceOfStacBand(value: object): value is StacBand; -export declare function StacBandFromJSON(json: any): StacBand; -export declare function StacBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacBand; -export declare function StacBandToJSON(json: any): StacBand; -export declare function StacBandToJSONTyped(value?: StacBand | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/StacBand.js b/typescript/dist/models/StacBand.js deleted file mode 100644 index 4264d146..00000000 --- a/typescript/dist/models/StacBand.js +++ /dev/null @@ -1,57 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfStacBand = instanceOfStacBand; -exports.StacBandFromJSON = StacBandFromJSON; -exports.StacBandFromJSONTyped = StacBandFromJSONTyped; -exports.StacBandToJSON = StacBandToJSON; -exports.StacBandToJSONTyped = StacBandToJSONTyped; -const RasterDataType_1 = require("./RasterDataType"); -/** - * Check if a given object implements the StacBand interface. - */ -function instanceOfStacBand(value) { - if (!('dataType' in value) || value['dataType'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -function StacBandFromJSON(json) { - return StacBandFromJSONTyped(json, false); -} -function StacBandFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'dataType': (0, RasterDataType_1.RasterDataTypeFromJSON)(json['dataType']), - 'name': json['name'], - 'noDataValue': json['noDataValue'] == null ? undefined : json['noDataValue'], - }; -} -function StacBandToJSON(json) { - return StacBandToJSONTyped(json, false); -} -function StacBandToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'dataType': (0, RasterDataType_1.RasterDataTypeToJSON)(value['dataType']), - 'name': value['name'], - 'noDataValue': value['noDataValue'], - }; -} diff --git a/typescript/dist/models/StacZone.d.ts b/typescript/dist/models/StacZone.d.ts deleted file mode 100644 index 4c24819c..00000000 --- a/typescript/dist/models/StacZone.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - * @interface StacZone - */ -export interface StacZone { - /** - * - * @type {number} - * @memberof StacZone - */ - epsg: number; - /** - * - * @type {string} - * @memberof StacZone - */ - name: string; -} -/** - * Check if a given object implements the StacZone interface. - */ -export declare function instanceOfStacZone(value: object): value is StacZone; -export declare function StacZoneFromJSON(json: any): StacZone; -export declare function StacZoneFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacZone; -export declare function StacZoneToJSON(json: any): StacZone; -export declare function StacZoneToJSONTyped(value?: StacZone | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/StacZone.js b/typescript/dist/models/StacZone.js deleted file mode 100644 index 154e0cfb..00000000 --- a/typescript/dist/models/StacZone.js +++ /dev/null @@ -1,54 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfStacZone = instanceOfStacZone; -exports.StacZoneFromJSON = StacZoneFromJSON; -exports.StacZoneFromJSONTyped = StacZoneFromJSONTyped; -exports.StacZoneToJSON = StacZoneToJSON; -exports.StacZoneToJSONTyped = StacZoneToJSONTyped; -/** - * Check if a given object implements the StacZone interface. - */ -function instanceOfStacZone(value) { - if (!('epsg' in value) || value['epsg'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -function StacZoneFromJSON(json) { - return StacZoneFromJSONTyped(json, false); -} -function StacZoneFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'epsg': json['epsg'], - 'name': json['name'], - }; -} -function StacZoneToJSON(json) { - return StacZoneToJSONTyped(json, false); -} -function StacZoneToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'epsg': value['epsg'], - 'name': value['name'], - }; -} diff --git a/typescript/dist/models/VectorQueryRectangle.d.ts b/typescript/dist/models/VectorQueryRectangle.d.ts deleted file mode 100644 index 6b878b63..00000000 --- a/typescript/dist/models/VectorQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface VectorQueryRectangle - */ -export interface VectorQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof VectorQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof VectorQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof VectorQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export declare function instanceOfVectorQueryRectangle(value: object): value is VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSONTyped(value?: VectorQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/VectorQueryRectangle.js b/typescript/dist/models/VectorQueryRectangle.js deleted file mode 100644 index 9d2f700e..00000000 --- a/typescript/dist/models/VectorQueryRectangle.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfVectorQueryRectangle = instanceOfVectorQueryRectangle; -exports.VectorQueryRectangleFromJSON = VectorQueryRectangleFromJSON; -exports.VectorQueryRectangleFromJSONTyped = VectorQueryRectangleFromJSONTyped; -exports.VectorQueryRectangleToJSON = VectorQueryRectangleToJSON; -exports.VectorQueryRectangleToJSONTyped = VectorQueryRectangleToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); -const TimeInterval_1 = require("./TimeInterval"); -const BoundingBox2D_1 = require("./BoundingBox2D"); -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -function instanceOfVectorQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -function VectorQueryRectangleFromJSON(json) { - return VectorQueryRectangleFromJSONTyped(json, false); -} -function VectorQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DFromJSON)(json['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalFromJSON)(json['timeInterval']), - }; -} -function VectorQueryRectangleToJSON(json) { - return VectorQueryRectangleToJSONTyped(json, false); -} -function VectorQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DToJSON)(value['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalToJSON)(value['timeInterval']), - }; -} diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index 75b183db..03919a10 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -60,6 +60,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -71,6 +72,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -131,7 +134,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -156,10 +158,10 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -170,14 +172,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -227,7 +230,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index c81f82bb..585882e6 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -78,6 +78,7 @@ __exportStar(require("./GdalMetadataMapping"), exports); __exportStar(require("./GdalMetadataNetCdfCf"), exports); __exportStar(require("./GdalSourceTimePlaceholder"), exports); __exportStar(require("./GeoJson"), exports); +__exportStar(require("./GeoTransform"), exports); __exportStar(require("./GetCapabilitiesFormat"), exports); __exportStar(require("./GetCapabilitiesRequest"), exports); __exportStar(require("./GetCoverageFormat"), exports); @@ -89,6 +90,8 @@ __exportStar(require("./GetMapFormat"), exports); __exportStar(require("./GetMapRequest"), exports); __exportStar(require("./GfbioAbcdDataProviderDefinition"), exports); __exportStar(require("./GfbioCollectionsDataProviderDefinition"), exports); +__exportStar(require("./GridBoundingBox2D"), exports); +__exportStar(require("./GridIdx2D"), exports); __exportStar(require("./IdResponse"), exports); __exportStar(require("./InternalDataId"), exports); __exportStar(require("./Layer"), exports); @@ -149,7 +152,6 @@ __exportStar(require("./PermissionListing"), exports); __exportStar(require("./PermissionRequest"), exports); __exportStar(require("./Plot"), exports); __exportStar(require("./PlotOutputFormat"), exports); -__exportStar(require("./PlotQueryRectangle"), exports); __exportStar(require("./PlotResultDescriptor"), exports); __exportStar(require("./PointSymbology"), exports); __exportStar(require("./PolygonSymbology"), exports); @@ -174,10 +176,10 @@ __exportStar(require("./RasterDatasetFromWorkflow"), exports); __exportStar(require("./RasterDatasetFromWorkflowResult"), exports); __exportStar(require("./RasterPropertiesEntryType"), exports); __exportStar(require("./RasterPropertiesKey"), exports); -__exportStar(require("./RasterQueryRectangle"), exports); __exportStar(require("./RasterResultDescriptor"), exports); __exportStar(require("./RasterStreamWebsocketResultType"), exports); __exportStar(require("./RasterSymbology"), exports); +__exportStar(require("./RasterToDatasetQueryRectangle"), exports); __exportStar(require("./Resource"), exports); __exportStar(require("./Role"), exports); __exportStar(require("./RoleDescription"), exports); @@ -188,14 +190,15 @@ __exportStar(require("./SearchTypes"), exports); __exportStar(require("./SentinelS2L2ACogsProviderDefinition"), exports); __exportStar(require("./ServerInfo"), exports); __exportStar(require("./SingleBandRasterColorizer"), exports); +__exportStar(require("./SpatialGridDefinition"), exports); +__exportStar(require("./SpatialGridDescriptor"), exports); +__exportStar(require("./SpatialGridDescriptorState"), exports); __exportStar(require("./SpatialPartition2D"), exports); __exportStar(require("./SpatialReferenceAuthority"), exports); __exportStar(require("./SpatialReferenceSpecification"), exports); __exportStar(require("./SpatialResolution"), exports); __exportStar(require("./StacApiRetries"), exports); -__exportStar(require("./StacBand"), exports); __exportStar(require("./StacQueryBuffer"), exports); -__exportStar(require("./StacZone"), exports); __exportStar(require("./StaticColor"), exports); __exportStar(require("./StaticNumber"), exports); __exportStar(require("./StrokeParam"), exports); @@ -245,7 +248,6 @@ __exportStar(require("./UserSession"), exports); __exportStar(require("./VecUpdate"), exports); __exportStar(require("./VectorColumnInfo"), exports); __exportStar(require("./VectorDataType"), exports); -__exportStar(require("./VectorQueryRectangle"), exports); __exportStar(require("./VectorResultDescriptor"), exports); __exportStar(require("./Volume"), exports); __exportStar(require("./VolumeFileLayersResponse"), exports); diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index 726f843a..7ce95fca 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -77,7 +77,7 @@ class Configuration { exports.Configuration = Configuration; exports.DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.27' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.28' } }); /** diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 1efbc0c3..4438862c 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@geoengine/openapi-client", - "version": "0.0.27", + "version": "0.0.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@geoengine/openapi-client", - "version": "0.0.27", + "version": "0.0.28", "devDependencies": { "typescript": "^4.0 || ^5.0" } diff --git a/typescript/package.json b/typescript/package.json index 727fde04..88fd2791 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@geoengine/openapi-client", - "version": "0.0.27", + "version": "0.0.28", "description": "OpenAPI client for @geoengine/openapi-client", "author": "OpenAPI-Generator", "repository": { diff --git a/typescript/src/apis/WorkflowsApi.ts b/typescript/src/apis/WorkflowsApi.ts index beaf9649..f6c2a5f3 100644 --- a/typescript/src/apis/WorkflowsApi.ts +++ b/typescript/src/apis/WorkflowsApi.ts @@ -20,7 +20,6 @@ import type { RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, - SpatialResolution, TaskResponse, TypedResultDescriptor, Workflow, @@ -36,8 +35,6 @@ import { RasterStreamWebsocketResultTypeToJSON, SpatialPartition2DFromJSON, SpatialPartition2DToJSON, - SpatialResolutionFromJSON, - SpatialResolutionToJSON, TaskResponseFromJSON, TaskResponseToJSON, TypedResultDescriptorFromJSON, @@ -71,7 +68,6 @@ export interface RasterStreamWebsocketRequest { id: string; spatialBounds: SpatialPartition2D; timeInterval: string; - spatialResolution: SpatialResolution; attributes: string; resultType: RasterStreamWebsocketResultType; } @@ -325,13 +321,6 @@ export class WorkflowsApi extends runtime.BaseAPI { ); } - if (requestParameters['spatialResolution'] == null) { - throw new runtime.RequiredError( - 'spatialResolution', - 'Required parameter "spatialResolution" was null or undefined when calling rasterStreamWebsocket().' - ); - } - if (requestParameters['attributes'] == null) { throw new runtime.RequiredError( 'attributes', @@ -356,10 +345,6 @@ export class WorkflowsApi extends runtime.BaseAPI { queryParameters['timeInterval'] = requestParameters['timeInterval']; } - if (requestParameters['spatialResolution'] != null) { - queryParameters['spatialResolution'] = requestParameters['spatialResolution']; - } - if (requestParameters['attributes'] != null) { queryParameters['attributes'] = requestParameters['attributes']; } diff --git a/typescript/src/models/GeoTransform.ts b/typescript/src/models/GeoTransform.ts new file mode 100644 index 00000000..dbe05c61 --- /dev/null +++ b/typescript/src/models/GeoTransform.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { Coordinate2D } from './Coordinate2D'; +import { + Coordinate2DFromJSON, + Coordinate2DFromJSONTyped, + Coordinate2DToJSON, + Coordinate2DToJSONTyped, +} from './Coordinate2D'; + +/** + * + * @export + * @interface GeoTransform + */ +export interface GeoTransform { + /** + * + * @type {Coordinate2D} + * @memberof GeoTransform + */ + originCoordinate: Coordinate2D; + /** + * + * @type {number} + * @memberof GeoTransform + */ + xPixelSize: number; + /** + * + * @type {number} + * @memberof GeoTransform + */ + yPixelSize: number; +} + +/** + * Check if a given object implements the GeoTransform interface. + */ +export function instanceOfGeoTransform(value: object): value is GeoTransform { + if (!('originCoordinate' in value) || value['originCoordinate'] === undefined) return false; + if (!('xPixelSize' in value) || value['xPixelSize'] === undefined) return false; + if (!('yPixelSize' in value) || value['yPixelSize'] === undefined) return false; + return true; +} + +export function GeoTransformFromJSON(json: any): GeoTransform { + return GeoTransformFromJSONTyped(json, false); +} + +export function GeoTransformFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoTransform { + if (json == null) { + return json; + } + return { + + 'originCoordinate': Coordinate2DFromJSON(json['originCoordinate']), + 'xPixelSize': json['xPixelSize'], + 'yPixelSize': json['yPixelSize'], + }; +} + +export function GeoTransformToJSON(json: any): GeoTransform { + return GeoTransformToJSONTyped(json, false); +} + +export function GeoTransformToJSONTyped(value?: GeoTransform | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'originCoordinate': Coordinate2DToJSON(value['originCoordinate']), + 'xPixelSize': value['xPixelSize'], + 'yPixelSize': value['yPixelSize'], + }; +} + diff --git a/typescript/src/models/GridBoundingBox2D.ts b/typescript/src/models/GridBoundingBox2D.ts new file mode 100644 index 00000000..5fa6eec4 --- /dev/null +++ b/typescript/src/models/GridBoundingBox2D.ts @@ -0,0 +1,83 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { GridIdx2D } from './GridIdx2D'; +import { + GridIdx2DFromJSON, + GridIdx2DFromJSONTyped, + GridIdx2DToJSON, + GridIdx2DToJSONTyped, +} from './GridIdx2D'; + +/** + * + * @export + * @interface GridBoundingBox2D + */ +export interface GridBoundingBox2D { + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + bottomRightIdx: GridIdx2D; + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + topLeftIdx: GridIdx2D; +} + +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export function instanceOfGridBoundingBox2D(value: object): value is GridBoundingBox2D { + if (!('bottomRightIdx' in value) || value['bottomRightIdx'] === undefined) return false; + if (!('topLeftIdx' in value) || value['topLeftIdx'] === undefined) return false; + return true; +} + +export function GridBoundingBox2DFromJSON(json: any): GridBoundingBox2D { + return GridBoundingBox2DFromJSONTyped(json, false); +} + +export function GridBoundingBox2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridBoundingBox2D { + if (json == null) { + return json; + } + return { + + 'bottomRightIdx': GridIdx2DFromJSON(json['bottomRightIdx']), + 'topLeftIdx': GridIdx2DFromJSON(json['topLeftIdx']), + }; +} + +export function GridBoundingBox2DToJSON(json: any): GridBoundingBox2D { + return GridBoundingBox2DToJSONTyped(json, false); +} + +export function GridBoundingBox2DToJSONTyped(value?: GridBoundingBox2D | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'bottomRightIdx': GridIdx2DToJSON(value['bottomRightIdx']), + 'topLeftIdx': GridIdx2DToJSON(value['topLeftIdx']), + }; +} + diff --git a/typescript/src/models/GridIdx2D.ts b/typescript/src/models/GridIdx2D.ts new file mode 100644 index 00000000..3a8ef319 --- /dev/null +++ b/typescript/src/models/GridIdx2D.ts @@ -0,0 +1,75 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +/** + * + * @export + * @interface GridIdx2D + */ +export interface GridIdx2D { + /** + * + * @type {number} + * @memberof GridIdx2D + */ + xIdx: number; + /** + * + * @type {number} + * @memberof GridIdx2D + */ + yIdx: number; +} + +/** + * Check if a given object implements the GridIdx2D interface. + */ +export function instanceOfGridIdx2D(value: object): value is GridIdx2D { + if (!('xIdx' in value) || value['xIdx'] === undefined) return false; + if (!('yIdx' in value) || value['yIdx'] === undefined) return false; + return true; +} + +export function GridIdx2DFromJSON(json: any): GridIdx2D { + return GridIdx2DFromJSONTyped(json, false); +} + +export function GridIdx2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridIdx2D { + if (json == null) { + return json; + } + return { + + 'xIdx': json['xIdx'], + 'yIdx': json['yIdx'], + }; +} + +export function GridIdx2DToJSON(json: any): GridIdx2D { + return GridIdx2DToJSONTyped(json, false); +} + +export function GridIdx2DToJSONTyped(value?: GridIdx2D | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'xIdx': value['xIdx'], + 'yIdx': value['yIdx'], + }; +} + diff --git a/typescript/src/models/PlotQueryRectangle.ts b/typescript/src/models/PlotQueryRectangle.ts deleted file mode 100644 index 1802eb96..00000000 --- a/typescript/src/models/PlotQueryRectangle.ts +++ /dev/null @@ -1,106 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -import { - BoundingBox2DFromJSON, - BoundingBox2DFromJSONTyped, - BoundingBox2DToJSON, - BoundingBox2DToJSONTyped, -} from './BoundingBox2D'; - -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface PlotQueryRectangle - */ -export interface PlotQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof PlotQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof PlotQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof PlotQueryRectangle - */ - timeInterval: TimeInterval; -} - -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export function instanceOfPlotQueryRectangle(value: object): value is PlotQueryRectangle { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; - return true; -} - -export function PlotQueryRectangleFromJSON(json: any): PlotQueryRectangle { - return PlotQueryRectangleFromJSONTyped(json, false); -} - -export function PlotQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlotQueryRectangle { - if (json == null) { - return json; - } - return { - - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} - -export function PlotQueryRectangleToJSON(json: any): PlotQueryRectangle { - return PlotQueryRectangleToJSONTyped(json, false); -} - -export function PlotQueryRectangleToJSONTyped(value?: PlotQueryRectangle | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} - diff --git a/typescript/src/models/RasterDatasetFromWorkflow.ts b/typescript/src/models/RasterDatasetFromWorkflow.ts index 7476e10c..6ec5eb50 100644 --- a/typescript/src/models/RasterDatasetFromWorkflow.ts +++ b/typescript/src/models/RasterDatasetFromWorkflow.ts @@ -13,13 +13,13 @@ */ import { mapValues } from '../runtime'; -import type { RasterQueryRectangle } from './RasterQueryRectangle'; +import type { RasterToDatasetQueryRectangle } from './RasterToDatasetQueryRectangle'; import { - RasterQueryRectangleFromJSON, - RasterQueryRectangleFromJSONTyped, - RasterQueryRectangleToJSON, - RasterQueryRectangleToJSONTyped, -} from './RasterQueryRectangle'; + RasterToDatasetQueryRectangleFromJSON, + RasterToDatasetQueryRectangleFromJSONTyped, + RasterToDatasetQueryRectangleToJSON, + RasterToDatasetQueryRectangleToJSONTyped, +} from './RasterToDatasetQueryRectangle'; /** * parameter for the dataset from workflow handler (body) @@ -53,10 +53,10 @@ export interface RasterDatasetFromWorkflow { name?: string; /** * - * @type {RasterQueryRectangle} + * @type {RasterToDatasetQueryRectangle} * @memberof RasterDatasetFromWorkflow */ - query: RasterQueryRectangle; + query: RasterToDatasetQueryRectangle; } /** @@ -82,7 +82,7 @@ export function RasterDatasetFromWorkflowFromJSONTyped(json: any, ignoreDiscrimi 'description': json['description'] == null ? undefined : json['description'], 'displayName': json['displayName'], 'name': json['name'] == null ? undefined : json['name'], - 'query': RasterQueryRectangleFromJSON(json['query']), + 'query': RasterToDatasetQueryRectangleFromJSON(json['query']), }; } @@ -101,7 +101,7 @@ export function RasterDatasetFromWorkflowToJSONTyped(value?: RasterDatasetFromWo 'description': value['description'], 'displayName': value['displayName'], 'name': value['name'], - 'query': RasterQueryRectangleToJSON(value['query']), + 'query': RasterToDatasetQueryRectangleToJSON(value['query']), }; } diff --git a/typescript/src/models/RasterResultDescriptor.ts b/typescript/src/models/RasterResultDescriptor.ts index cae54dd2..22005f8d 100644 --- a/typescript/src/models/RasterResultDescriptor.ts +++ b/typescript/src/models/RasterResultDescriptor.ts @@ -13,13 +13,6 @@ */ import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; import type { TimeInterval } from './TimeInterval'; import { TimeIntervalFromJSON, @@ -34,6 +27,13 @@ import { RasterBandDescriptorToJSON, RasterBandDescriptorToJSONTyped, } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; +import { + SpatialGridDescriptorFromJSON, + SpatialGridDescriptorFromJSONTyped, + SpatialGridDescriptorToJSON, + SpatialGridDescriptorToJSONTyped, +} from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; import { RasterDataTypeFromJSON, @@ -41,13 +41,6 @@ import { RasterDataTypeToJSON, RasterDataTypeToJSONTyped, } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -import { - SpatialPartition2DFromJSON, - SpatialPartition2DFromJSONTyped, - SpatialPartition2DToJSON, - SpatialPartition2DToJSONTyped, -} from './SpatialPartition2D'; /** * A `ResultDescriptor` for raster queries @@ -61,12 +54,6 @@ export interface RasterResultDescriptor { * @memberof RasterResultDescriptor */ bands: Array; - /** - * - * @type {SpatialPartition2D} - * @memberof RasterResultDescriptor - */ - bbox?: SpatialPartition2D | null; /** * * @type {RasterDataType} @@ -75,10 +62,10 @@ export interface RasterResultDescriptor { dataType: RasterDataType; /** * - * @type {SpatialResolution} + * @type {SpatialGridDescriptor} * @memberof RasterResultDescriptor */ - resolution?: SpatialResolution | null; + spatialGrid: SpatialGridDescriptor; /** * * @type {string} @@ -101,6 +88,7 @@ export interface RasterResultDescriptor { export function instanceOfRasterResultDescriptor(value: object): value is RasterResultDescriptor { if (!('bands' in value) || value['bands'] === undefined) return false; if (!('dataType' in value) || value['dataType'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; return true; } @@ -116,9 +104,8 @@ export function RasterResultDescriptorFromJSONTyped(json: any, ignoreDiscriminat return { 'bands': ((json['bands'] as Array).map(RasterBandDescriptorFromJSON)), - 'bbox': json['bbox'] == null ? undefined : SpatialPartition2DFromJSON(json['bbox']), 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'resolution': json['resolution'] == null ? undefined : SpatialResolutionFromJSON(json['resolution']), + 'spatialGrid': SpatialGridDescriptorFromJSON(json['spatialGrid']), 'spatialReference': json['spatialReference'], 'time': json['time'] == null ? undefined : TimeIntervalFromJSON(json['time']), }; @@ -136,9 +123,8 @@ export function RasterResultDescriptorToJSONTyped(value?: RasterResultDescriptor return { 'bands': ((value['bands'] as Array).map(RasterBandDescriptorToJSON)), - 'bbox': SpatialPartition2DToJSON(value['bbox']), 'dataType': RasterDataTypeToJSON(value['dataType']), - 'resolution': SpatialResolutionToJSON(value['resolution']), + 'spatialGrid': SpatialGridDescriptorToJSON(value['spatialGrid']), 'spatialReference': value['spatialReference'], 'time': TimeIntervalToJSON(value['time']), }; diff --git a/typescript/src/models/RasterQueryRectangle.ts b/typescript/src/models/RasterToDatasetQueryRectangle.ts similarity index 55% rename from typescript/src/models/RasterQueryRectangle.ts rename to typescript/src/models/RasterToDatasetQueryRectangle.ts index 39728af0..fabbff69 100644 --- a/typescript/src/models/RasterQueryRectangle.ts +++ b/typescript/src/models/RasterToDatasetQueryRectangle.ts @@ -13,13 +13,6 @@ */ import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; import type { TimeInterval } from './TimeInterval'; import { TimeIntervalFromJSON, @@ -38,60 +31,52 @@ import { /** * A spatio-temporal rectangle with a specified resolution * @export - * @interface RasterQueryRectangle + * @interface RasterToDatasetQueryRectangle */ -export interface RasterQueryRectangle { +export interface RasterToDatasetQueryRectangle { /** * * @type {SpatialPartition2D} - * @memberof RasterQueryRectangle + * @memberof RasterToDatasetQueryRectangle */ spatialBounds: SpatialPartition2D; - /** - * - * @type {SpatialResolution} - * @memberof RasterQueryRectangle - */ - spatialResolution: SpatialResolution; /** * * @type {TimeInterval} - * @memberof RasterQueryRectangle + * @memberof RasterToDatasetQueryRectangle */ timeInterval: TimeInterval; } /** - * Check if a given object implements the RasterQueryRectangle interface. + * Check if a given object implements the RasterToDatasetQueryRectangle interface. */ -export function instanceOfRasterQueryRectangle(value: object): value is RasterQueryRectangle { +export function instanceOfRasterToDatasetQueryRectangle(value: object): value is RasterToDatasetQueryRectangle { if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) return false; if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; return true; } -export function RasterQueryRectangleFromJSON(json: any): RasterQueryRectangle { - return RasterQueryRectangleFromJSONTyped(json, false); +export function RasterToDatasetQueryRectangleFromJSON(json: any): RasterToDatasetQueryRectangle { + return RasterToDatasetQueryRectangleFromJSONTyped(json, false); } -export function RasterQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterQueryRectangle { +export function RasterToDatasetQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterToDatasetQueryRectangle { if (json == null) { return json; } return { 'spatialBounds': SpatialPartition2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), }; } -export function RasterQueryRectangleToJSON(json: any): RasterQueryRectangle { - return RasterQueryRectangleToJSONTyped(json, false); +export function RasterToDatasetQueryRectangleToJSON(json: any): RasterToDatasetQueryRectangle { + return RasterToDatasetQueryRectangleToJSONTyped(json, false); } -export function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | null, ignoreDiscriminator: boolean = false): any { +export function RasterToDatasetQueryRectangleToJSONTyped(value?: RasterToDatasetQueryRectangle | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } @@ -99,7 +84,6 @@ export function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | n return { 'spatialBounds': SpatialPartition2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), 'timeInterval': TimeIntervalToJSON(value['timeInterval']), }; } diff --git a/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts b/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts index 0d367cac..000be506 100644 --- a/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts +++ b/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts @@ -20,13 +20,6 @@ import { StacApiRetriesToJSON, StacApiRetriesToJSONTyped, } from './StacApiRetries'; -import type { StacBand } from './StacBand'; -import { - StacBandFromJSON, - StacBandFromJSONTyped, - StacBandToJSON, - StacBandToJSONTyped, -} from './StacBand'; import type { StacQueryBuffer } from './StacQueryBuffer'; import { StacQueryBufferFromJSON, @@ -34,13 +27,6 @@ import { StacQueryBufferToJSON, StacQueryBufferToJSONTyped, } from './StacQueryBuffer'; -import type { StacZone } from './StacZone'; -import { - StacZoneFromJSON, - StacZoneFromJSONTyped, - StacZoneToJSON, - StacZoneToJSONTyped, -} from './StacZone'; /** * @@ -54,12 +40,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ apiUrl: string; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - bands: Array; /** * * @type {number} @@ -114,12 +94,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ type: SentinelS2L2ACogsProviderDefinitionTypeEnum; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - zones: Array; } @@ -137,12 +111,10 @@ export type SentinelS2L2ACogsProviderDefinitionTypeEnum = typeof SentinelS2L2ACo */ export function instanceOfSentinelS2L2ACogsProviderDefinition(value: object): value is SentinelS2L2ACogsProviderDefinition { if (!('apiUrl' in value) || value['apiUrl'] === undefined) return false; - if (!('bands' in value) || value['bands'] === undefined) return false; if (!('description' in value) || value['description'] === undefined) return false; if (!('id' in value) || value['id'] === undefined) return false; if (!('name' in value) || value['name'] === undefined) return false; if (!('type' in value) || value['type'] === undefined) return false; - if (!('zones' in value) || value['zones'] === undefined) return false; return true; } @@ -157,7 +129,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json: any, igno return { 'apiUrl': json['apiUrl'], - 'bands': ((json['bands'] as Array).map(StacBandFromJSON)), 'cacheTtl': json['cacheTtl'] == null ? undefined : json['cacheTtl'], 'description': json['description'], 'gdalRetries': json['gdalRetries'] == null ? undefined : json['gdalRetries'], @@ -167,7 +138,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json: any, igno 'queryBuffer': json['queryBuffer'] == null ? undefined : StacQueryBufferFromJSON(json['queryBuffer']), 'stacApiRetries': json['stacApiRetries'] == null ? undefined : StacApiRetriesFromJSON(json['stacApiRetries']), 'type': json['type'], - 'zones': ((json['zones'] as Array).map(StacZoneFromJSON)), }; } @@ -183,7 +153,6 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value?: SentinelS return { 'apiUrl': value['apiUrl'], - 'bands': ((value['bands'] as Array).map(StacBandToJSON)), 'cacheTtl': value['cacheTtl'], 'description': value['description'], 'gdalRetries': value['gdalRetries'], @@ -193,7 +162,6 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value?: SentinelS 'queryBuffer': StacQueryBufferToJSON(value['queryBuffer']), 'stacApiRetries': StacApiRetriesToJSON(value['stacApiRetries']), 'type': value['type'], - 'zones': ((value['zones'] as Array).map(StacZoneToJSON)), }; } diff --git a/typescript/src/models/SpatialGridDefinition.ts b/typescript/src/models/SpatialGridDefinition.ts new file mode 100644 index 00000000..a2ff9ff3 --- /dev/null +++ b/typescript/src/models/SpatialGridDefinition.ts @@ -0,0 +1,90 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { GridBoundingBox2D } from './GridBoundingBox2D'; +import { + GridBoundingBox2DFromJSON, + GridBoundingBox2DFromJSONTyped, + GridBoundingBox2DToJSON, + GridBoundingBox2DToJSONTyped, +} from './GridBoundingBox2D'; +import type { GeoTransform } from './GeoTransform'; +import { + GeoTransformFromJSON, + GeoTransformFromJSONTyped, + GeoTransformToJSON, + GeoTransformToJSONTyped, +} from './GeoTransform'; + +/** + * + * @export + * @interface SpatialGridDefinition + */ +export interface SpatialGridDefinition { + /** + * + * @type {GeoTransform} + * @memberof SpatialGridDefinition + */ + geoTransform: GeoTransform; + /** + * + * @type {GridBoundingBox2D} + * @memberof SpatialGridDefinition + */ + gridBounds: GridBoundingBox2D; +} + +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export function instanceOfSpatialGridDefinition(value: object): value is SpatialGridDefinition { + if (!('geoTransform' in value) || value['geoTransform'] === undefined) return false; + if (!('gridBounds' in value) || value['gridBounds'] === undefined) return false; + return true; +} + +export function SpatialGridDefinitionFromJSON(json: any): SpatialGridDefinition { + return SpatialGridDefinitionFromJSONTyped(json, false); +} + +export function SpatialGridDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDefinition { + if (json == null) { + return json; + } + return { + + 'geoTransform': GeoTransformFromJSON(json['geoTransform']), + 'gridBounds': GridBoundingBox2DFromJSON(json['gridBounds']), + }; +} + +export function SpatialGridDefinitionToJSON(json: any): SpatialGridDefinition { + return SpatialGridDefinitionToJSONTyped(json, false); +} + +export function SpatialGridDefinitionToJSONTyped(value?: SpatialGridDefinition | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'geoTransform': GeoTransformToJSON(value['geoTransform']), + 'gridBounds': GridBoundingBox2DToJSON(value['gridBounds']), + }; +} + diff --git a/typescript/src/models/SpatialGridDescriptor.ts b/typescript/src/models/SpatialGridDescriptor.ts new file mode 100644 index 00000000..b7de510b --- /dev/null +++ b/typescript/src/models/SpatialGridDescriptor.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { SpatialGridDefinition } from './SpatialGridDefinition'; +import { + SpatialGridDefinitionFromJSON, + SpatialGridDefinitionFromJSONTyped, + SpatialGridDefinitionToJSON, + SpatialGridDefinitionToJSONTyped, +} from './SpatialGridDefinition'; +import type { SpatialGridDescriptorState } from './SpatialGridDescriptorState'; +import { + SpatialGridDescriptorStateFromJSON, + SpatialGridDescriptorStateFromJSONTyped, + SpatialGridDescriptorStateToJSON, + SpatialGridDescriptorStateToJSONTyped, +} from './SpatialGridDescriptorState'; + +/** + * + * @export + * @interface SpatialGridDescriptor + */ +export interface SpatialGridDescriptor { + /** + * + * @type {SpatialGridDescriptorState} + * @memberof SpatialGridDescriptor + */ + descriptor: SpatialGridDescriptorState; + /** + * + * @type {SpatialGridDefinition} + * @memberof SpatialGridDescriptor + */ + spatialGrid: SpatialGridDefinition; +} + + + +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export function instanceOfSpatialGridDescriptor(value: object): value is SpatialGridDescriptor { + if (!('descriptor' in value) || value['descriptor'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) return false; + return true; +} + +export function SpatialGridDescriptorFromJSON(json: any): SpatialGridDescriptor { + return SpatialGridDescriptorFromJSONTyped(json, false); +} + +export function SpatialGridDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptor { + if (json == null) { + return json; + } + return { + + 'descriptor': SpatialGridDescriptorStateFromJSON(json['descriptor']), + 'spatialGrid': SpatialGridDefinitionFromJSON(json['spatialGrid']), + }; +} + +export function SpatialGridDescriptorToJSON(json: any): SpatialGridDescriptor { + return SpatialGridDescriptorToJSONTyped(json, false); +} + +export function SpatialGridDescriptorToJSONTyped(value?: SpatialGridDescriptor | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'descriptor': SpatialGridDescriptorStateToJSON(value['descriptor']), + 'spatialGrid': SpatialGridDefinitionToJSON(value['spatialGrid']), + }; +} + diff --git a/typescript/src/models/SpatialGridDescriptorState.ts b/typescript/src/models/SpatialGridDescriptorState.ts new file mode 100644 index 00000000..4e956e07 --- /dev/null +++ b/typescript/src/models/SpatialGridDescriptorState.ts @@ -0,0 +1,53 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.8.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +/** + * + * @export + */ +export const SpatialGridDescriptorState = { + Source: 'source', + Derived: 'derived' +} as const; +export type SpatialGridDescriptorState = typeof SpatialGridDescriptorState[keyof typeof SpatialGridDescriptorState]; + + +export function instanceOfSpatialGridDescriptorState(value: any): boolean { + for (const key in SpatialGridDescriptorState) { + if (Object.prototype.hasOwnProperty.call(SpatialGridDescriptorState, key)) { + if (SpatialGridDescriptorState[key as keyof typeof SpatialGridDescriptorState] === value) { + return true; + } + } + } + return false; +} + +export function SpatialGridDescriptorStateFromJSON(json: any): SpatialGridDescriptorState { + return SpatialGridDescriptorStateFromJSONTyped(json, false); +} + +export function SpatialGridDescriptorStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState { + return json as SpatialGridDescriptorState; +} + +export function SpatialGridDescriptorStateToJSON(value?: SpatialGridDescriptorState | null): any { + return value as any; +} + +export function SpatialGridDescriptorStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState { + return value as SpatialGridDescriptorState; +} + diff --git a/typescript/src/models/StacBand.ts b/typescript/src/models/StacBand.ts deleted file mode 100644 index 609e95b7..00000000 --- a/typescript/src/models/StacBand.ts +++ /dev/null @@ -1,93 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -import type { RasterDataType } from './RasterDataType'; -import { - RasterDataTypeFromJSON, - RasterDataTypeFromJSONTyped, - RasterDataTypeToJSON, - RasterDataTypeToJSONTyped, -} from './RasterDataType'; - -/** - * - * @export - * @interface StacBand - */ -export interface StacBand { - /** - * - * @type {RasterDataType} - * @memberof StacBand - */ - dataType: RasterDataType; - /** - * - * @type {string} - * @memberof StacBand - */ - name: string; - /** - * - * @type {number} - * @memberof StacBand - */ - noDataValue?: number | null; -} - - - -/** - * Check if a given object implements the StacBand interface. - */ -export function instanceOfStacBand(value: object): value is StacBand { - if (!('dataType' in value) || value['dataType'] === undefined) return false; - if (!('name' in value) || value['name'] === undefined) return false; - return true; -} - -export function StacBandFromJSON(json: any): StacBand { - return StacBandFromJSONTyped(json, false); -} - -export function StacBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacBand { - if (json == null) { - return json; - } - return { - - 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'name': json['name'], - 'noDataValue': json['noDataValue'] == null ? undefined : json['noDataValue'], - }; -} - -export function StacBandToJSON(json: any): StacBand { - return StacBandToJSONTyped(json, false); -} - -export function StacBandToJSONTyped(value?: StacBand | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'dataType': RasterDataTypeToJSON(value['dataType']), - 'name': value['name'], - 'noDataValue': value['noDataValue'], - }; -} - diff --git a/typescript/src/models/StacZone.ts b/typescript/src/models/StacZone.ts deleted file mode 100644 index 4efb8a57..00000000 --- a/typescript/src/models/StacZone.ts +++ /dev/null @@ -1,75 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -/** - * - * @export - * @interface StacZone - */ -export interface StacZone { - /** - * - * @type {number} - * @memberof StacZone - */ - epsg: number; - /** - * - * @type {string} - * @memberof StacZone - */ - name: string; -} - -/** - * Check if a given object implements the StacZone interface. - */ -export function instanceOfStacZone(value: object): value is StacZone { - if (!('epsg' in value) || value['epsg'] === undefined) return false; - if (!('name' in value) || value['name'] === undefined) return false; - return true; -} - -export function StacZoneFromJSON(json: any): StacZone { - return StacZoneFromJSONTyped(json, false); -} - -export function StacZoneFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacZone { - if (json == null) { - return json; - } - return { - - 'epsg': json['epsg'], - 'name': json['name'], - }; -} - -export function StacZoneToJSON(json: any): StacZone { - return StacZoneToJSONTyped(json, false); -} - -export function StacZoneToJSONTyped(value?: StacZone | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'epsg': value['epsg'], - 'name': value['name'], - }; -} - diff --git a/typescript/src/models/TypedRasterResultDescriptor.ts b/typescript/src/models/TypedRasterResultDescriptor.ts index 6d269a93..47e46a8a 100644 --- a/typescript/src/models/TypedRasterResultDescriptor.ts +++ b/typescript/src/models/TypedRasterResultDescriptor.ts @@ -13,13 +13,6 @@ */ import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; import type { TimeInterval } from './TimeInterval'; import { TimeIntervalFromJSON, @@ -41,6 +34,13 @@ import { RasterBandDescriptorToJSON, RasterBandDescriptorToJSONTyped, } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; +import { + SpatialGridDescriptorFromJSON, + SpatialGridDescriptorFromJSONTyped, + SpatialGridDescriptorToJSON, + SpatialGridDescriptorToJSONTyped, +} from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; import { RasterDataTypeFromJSON, @@ -48,13 +48,6 @@ import { RasterDataTypeToJSON, RasterDataTypeToJSONTyped, } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -import { - SpatialPartition2DFromJSON, - SpatialPartition2DFromJSONTyped, - SpatialPartition2DToJSON, - SpatialPartition2DToJSONTyped, -} from './SpatialPartition2D'; /** * diff --git a/typescript/src/models/VectorQueryRectangle.ts b/typescript/src/models/VectorQueryRectangle.ts deleted file mode 100644 index 2f3b7256..00000000 --- a/typescript/src/models/VectorQueryRectangle.ts +++ /dev/null @@ -1,106 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -import { - BoundingBox2DFromJSON, - BoundingBox2DFromJSONTyped, - BoundingBox2DToJSON, - BoundingBox2DToJSONTyped, -} from './BoundingBox2D'; - -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface VectorQueryRectangle - */ -export interface VectorQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof VectorQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof VectorQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof VectorQueryRectangle - */ - timeInterval: TimeInterval; -} - -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export function instanceOfVectorQueryRectangle(value: object): value is VectorQueryRectangle { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; - return true; -} - -export function VectorQueryRectangleFromJSON(json: any): VectorQueryRectangle { - return VectorQueryRectangleFromJSONTyped(json, false); -} - -export function VectorQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): VectorQueryRectangle { - if (json == null) { - return json; - } - return { - - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} - -export function VectorQueryRectangleToJSON(json: any): VectorQueryRectangle { - return VectorQueryRectangleToJSONTyped(json, false); -} - -export function VectorQueryRectangleToJSONTyped(value?: VectorQueryRectangle | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} - diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index f18cf8c2..7a72516a 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -62,6 +62,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -73,6 +74,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -133,7 +136,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -158,10 +160,10 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -172,14 +174,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -229,7 +232,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index fdd2e7db..180daecc 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -86,7 +86,7 @@ export class Configuration { export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.27' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.28' } }); From 012da622d77f5e1ec13aca62a25a1f6e451c2f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 6 Aug 2025 16:37:29 +0200 Subject: [PATCH 02/19] bump version to 0.9.0 --- python/geoengine_openapi_client/__init__.py | 2 +- python/geoengine_openapi_client/api/datasets_api.py | 2 +- python/geoengine_openapi_client/api/general_api.py | 2 +- python/geoengine_openapi_client/api/layers_api.py | 2 +- python/geoengine_openapi_client/api/ml_api.py | 2 +- python/geoengine_openapi_client/api/ogcwcs_api.py | 2 +- python/geoengine_openapi_client/api/ogcwfs_api.py | 2 +- python/geoengine_openapi_client/api/ogcwms_api.py | 2 +- python/geoengine_openapi_client/api/permissions_api.py | 2 +- python/geoengine_openapi_client/api/plots_api.py | 2 +- python/geoengine_openapi_client/api/projects_api.py | 2 +- python/geoengine_openapi_client/api/session_api.py | 2 +- python/geoengine_openapi_client/api/spatial_references_api.py | 2 +- python/geoengine_openapi_client/api/tasks_api.py | 2 +- python/geoengine_openapi_client/api/uploads_api.py | 2 +- python/geoengine_openapi_client/api/user_api.py | 2 +- python/geoengine_openapi_client/api/workflows_api.py | 2 +- python/geoengine_openapi_client/api_client.py | 2 +- python/geoengine_openapi_client/configuration.py | 2 +- python/geoengine_openapi_client/exceptions.py | 2 +- python/geoengine_openapi_client/models/__init__.py | 2 +- python/geoengine_openapi_client/models/add_dataset.py | 2 +- python/geoengine_openapi_client/models/add_layer.py | 2 +- python/geoengine_openapi_client/models/add_layer_collection.py | 2 +- python/geoengine_openapi_client/models/add_role.py | 2 +- .../models/aruna_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/auth_code_request_url.py | 2 +- python/geoengine_openapi_client/models/auth_code_response.py | 2 +- python/geoengine_openapi_client/models/auto_create_dataset.py | 2 +- python/geoengine_openapi_client/models/axis_order.py | 2 +- python/geoengine_openapi_client/models/bounding_box2_d.py | 2 +- python/geoengine_openapi_client/models/breakpoint.py | 2 +- .../models/classification_measurement.py | 2 +- python/geoengine_openapi_client/models/collection_item.py | 2 +- python/geoengine_openapi_client/models/collection_type.py | 2 +- python/geoengine_openapi_client/models/color_param.py | 2 +- python/geoengine_openapi_client/models/colorizer.py | 2 +- python/geoengine_openapi_client/models/computation_quota.py | 2 +- .../geoengine_openapi_client/models/continuous_measurement.py | 2 +- python/geoengine_openapi_client/models/coordinate2_d.py | 2 +- .../models/copernicus_dataspace_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/create_dataset.py | 2 +- python/geoengine_openapi_client/models/create_project.py | 2 +- python/geoengine_openapi_client/models/csv_header.py | 2 +- python/geoengine_openapi_client/models/data_id.py | 2 +- python/geoengine_openapi_client/models/data_path.py | 2 +- python/geoengine_openapi_client/models/data_path_one_of.py | 2 +- python/geoengine_openapi_client/models/data_path_one_of1.py | 2 +- .../geoengine_openapi_client/models/data_provider_resource.py | 2 +- python/geoengine_openapi_client/models/data_usage.py | 2 +- python/geoengine_openapi_client/models/data_usage_summary.py | 2 +- .../models/database_connection_config.py | 2 +- python/geoengine_openapi_client/models/dataset.py | 2 +- python/geoengine_openapi_client/models/dataset_definition.py | 2 +- .../models/dataset_layer_listing_collection.py | 2 +- .../models/dataset_layer_listing_provider_definition.py | 2 +- python/geoengine_openapi_client/models/dataset_listing.py | 2 +- python/geoengine_openapi_client/models/dataset_name_response.py | 2 +- python/geoengine_openapi_client/models/dataset_resource.py | 2 +- python/geoengine_openapi_client/models/derived_color.py | 2 +- python/geoengine_openapi_client/models/derived_number.py | 2 +- .../models/describe_coverage_request.py | 2 +- .../models/ebv_portal_data_provider_definition.py | 2 +- .../models/edr_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/edr_vector_spec.py | 2 +- python/geoengine_openapi_client/models/error_response.py | 2 +- python/geoengine_openapi_client/models/external_data_id.py | 2 +- python/geoengine_openapi_client/models/feature_data_type.py | 2 +- .../geoengine_openapi_client/models/file_not_found_handling.py | 2 +- python/geoengine_openapi_client/models/format_specifics.py | 2 +- .../geoengine_openapi_client/models/format_specifics_one_of.py | 2 +- .../models/format_specifics_one_of_csv.py | 2 +- .../models/gbif_data_provider_definition.py | 2 +- .../models/gdal_dataset_geo_transform.py | 2 +- .../geoengine_openapi_client/models/gdal_dataset_parameters.py | 2 +- .../models/gdal_loading_info_temporal_slice.py | 2 +- python/geoengine_openapi_client/models/gdal_meta_data_list.py | 2 +- .../geoengine_openapi_client/models/gdal_meta_data_regular.py | 2 +- python/geoengine_openapi_client/models/gdal_meta_data_static.py | 2 +- python/geoengine_openapi_client/models/gdal_metadata_mapping.py | 2 +- .../geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py | 2 +- .../models/gdal_source_time_placeholder.py | 2 +- python/geoengine_openapi_client/models/geo_json.py | 2 +- python/geoengine_openapi_client/models/geo_transform.py | 2 +- .../geoengine_openapi_client/models/get_capabilities_format.py | 2 +- .../geoengine_openapi_client/models/get_capabilities_request.py | 2 +- python/geoengine_openapi_client/models/get_coverage_format.py | 2 +- python/geoengine_openapi_client/models/get_coverage_request.py | 2 +- python/geoengine_openapi_client/models/get_feature_request.py | 2 +- .../models/get_legend_graphic_request.py | 2 +- .../geoengine_openapi_client/models/get_map_exception_format.py | 2 +- python/geoengine_openapi_client/models/get_map_format.py | 2 +- python/geoengine_openapi_client/models/get_map_request.py | 2 +- .../models/gfbio_abcd_data_provider_definition.py | 2 +- .../models/gfbio_collections_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/grid_bounding_box2_d.py | 2 +- python/geoengine_openapi_client/models/grid_idx2_d.py | 2 +- python/geoengine_openapi_client/models/id_response.py | 2 +- python/geoengine_openapi_client/models/internal_data_id.py | 2 +- python/geoengine_openapi_client/models/layer.py | 2 +- python/geoengine_openapi_client/models/layer_collection.py | 2 +- .../geoengine_openapi_client/models/layer_collection_listing.py | 2 +- .../models/layer_collection_resource.py | 2 +- python/geoengine_openapi_client/models/layer_listing.py | 2 +- .../geoengine_openapi_client/models/layer_provider_listing.py | 2 +- python/geoengine_openapi_client/models/layer_resource.py | 2 +- python/geoengine_openapi_client/models/layer_visibility.py | 2 +- python/geoengine_openapi_client/models/line_symbology.py | 2 +- python/geoengine_openapi_client/models/linear_gradient.py | 2 +- python/geoengine_openapi_client/models/logarithmic_gradient.py | 2 +- python/geoengine_openapi_client/models/measurement.py | 2 +- python/geoengine_openapi_client/models/meta_data_definition.py | 2 +- python/geoengine_openapi_client/models/meta_data_suggestion.py | 2 +- python/geoengine_openapi_client/models/ml_model.py | 2 +- .../models/ml_model_input_no_data_handling.py | 2 +- .../models/ml_model_input_no_data_handling_variant.py | 2 +- python/geoengine_openapi_client/models/ml_model_metadata.py | 2 +- .../geoengine_openapi_client/models/ml_model_name_response.py | 2 +- .../models/ml_model_output_no_data_handling.py | 2 +- .../models/ml_model_output_no_data_handling_variant.py | 2 +- python/geoengine_openapi_client/models/ml_model_resource.py | 2 +- python/geoengine_openapi_client/models/ml_tensor_shape3_d.py | 2 +- .../models/mock_dataset_data_source_loading_info.py | 2 +- python/geoengine_openapi_client/models/mock_meta_data.py | 2 +- .../models/multi_band_raster_colorizer.py | 2 +- python/geoengine_openapi_client/models/multi_line_string.py | 2 +- python/geoengine_openapi_client/models/multi_point.py | 2 +- python/geoengine_openapi_client/models/multi_polygon.py | 2 +- .../models/net_cdf_cf_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/number_param.py | 2 +- python/geoengine_openapi_client/models/ogr_meta_data.py | 2 +- .../geoengine_openapi_client/models/ogr_source_column_spec.py | 2 +- python/geoengine_openapi_client/models/ogr_source_dataset.py | 2 +- .../models/ogr_source_dataset_time_type.py | 2 +- .../models/ogr_source_dataset_time_type_none.py | 2 +- .../models/ogr_source_dataset_time_type_start.py | 2 +- .../models/ogr_source_dataset_time_type_start_duration.py | 2 +- .../models/ogr_source_dataset_time_type_start_end.py | 2 +- .../geoengine_openapi_client/models/ogr_source_duration_spec.py | 2 +- .../models/ogr_source_duration_spec_infinite.py | 2 +- .../models/ogr_source_duration_spec_value.py | 2 +- .../models/ogr_source_duration_spec_zero.py | 2 +- python/geoengine_openapi_client/models/ogr_source_error_spec.py | 2 +- .../geoengine_openapi_client/models/ogr_source_time_format.py | 2 +- .../models/ogr_source_time_format_auto.py | 2 +- .../models/ogr_source_time_format_custom.py | 2 +- .../models/ogr_source_time_format_unix_time_stamp.py | 2 +- python/geoengine_openapi_client/models/operator_quota.py | 2 +- python/geoengine_openapi_client/models/order_by.py | 2 +- python/geoengine_openapi_client/models/palette_colorizer.py | 2 +- .../models/pangaea_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/permission.py | 2 +- .../geoengine_openapi_client/models/permission_list_options.py | 2 +- python/geoengine_openapi_client/models/permission_listing.py | 2 +- python/geoengine_openapi_client/models/permission_request.py | 2 +- python/geoengine_openapi_client/models/plot.py | 2 +- python/geoengine_openapi_client/models/plot_output_format.py | 2 +- .../geoengine_openapi_client/models/plot_result_descriptor.py | 2 +- python/geoengine_openapi_client/models/point_symbology.py | 2 +- python/geoengine_openapi_client/models/polygon_symbology.py | 2 +- python/geoengine_openapi_client/models/project.py | 2 +- python/geoengine_openapi_client/models/project_layer.py | 2 +- python/geoengine_openapi_client/models/project_listing.py | 2 +- python/geoengine_openapi_client/models/project_resource.py | 2 +- python/geoengine_openapi_client/models/project_update_token.py | 2 +- python/geoengine_openapi_client/models/project_version.py | 2 +- python/geoengine_openapi_client/models/provenance.py | 2 +- python/geoengine_openapi_client/models/provenance_entry.py | 2 +- python/geoengine_openapi_client/models/provenance_output.py | 2 +- python/geoengine_openapi_client/models/provenances.py | 2 +- python/geoengine_openapi_client/models/provider_capabilities.py | 2 +- .../models/provider_layer_collection_id.py | 2 +- python/geoengine_openapi_client/models/provider_layer_id.py | 2 +- python/geoengine_openapi_client/models/quota.py | 2 +- .../geoengine_openapi_client/models/raster_band_descriptor.py | 2 +- python/geoengine_openapi_client/models/raster_colorizer.py | 2 +- python/geoengine_openapi_client/models/raster_data_type.py | 2 +- .../models/raster_dataset_from_workflow.py | 2 +- .../models/raster_dataset_from_workflow_result.py | 2 +- .../models/raster_properties_entry_type.py | 2 +- python/geoengine_openapi_client/models/raster_properties_key.py | 2 +- .../geoengine_openapi_client/models/raster_result_descriptor.py | 2 +- .../models/raster_stream_websocket_result_type.py | 2 +- python/geoengine_openapi_client/models/raster_symbology.py | 2 +- .../models/raster_to_dataset_query_rectangle.py | 2 +- python/geoengine_openapi_client/models/resource.py | 2 +- python/geoengine_openapi_client/models/role.py | 2 +- python/geoengine_openapi_client/models/role_description.py | 2 +- python/geoengine_openapi_client/models/search_capabilities.py | 2 +- python/geoengine_openapi_client/models/search_type.py | 2 +- python/geoengine_openapi_client/models/search_types.py | 2 +- .../models/sentinel_s2_l2_a_cogs_provider_definition.py | 2 +- python/geoengine_openapi_client/models/server_info.py | 2 +- .../models/single_band_raster_colorizer.py | 2 +- .../geoengine_openapi_client/models/spatial_grid_definition.py | 2 +- .../geoengine_openapi_client/models/spatial_grid_descriptor.py | 2 +- .../models/spatial_grid_descriptor_state.py | 2 +- python/geoengine_openapi_client/models/spatial_partition2_d.py | 2 +- .../models/spatial_reference_authority.py | 2 +- .../models/spatial_reference_specification.py | 2 +- python/geoengine_openapi_client/models/spatial_resolution.py | 2 +- python/geoengine_openapi_client/models/st_rectangle.py | 2 +- python/geoengine_openapi_client/models/stac_api_retries.py | 2 +- python/geoengine_openapi_client/models/stac_query_buffer.py | 2 +- python/geoengine_openapi_client/models/static_color.py | 2 +- python/geoengine_openapi_client/models/static_number.py | 2 +- python/geoengine_openapi_client/models/stroke_param.py | 2 +- python/geoengine_openapi_client/models/suggest_meta_data.py | 2 +- python/geoengine_openapi_client/models/symbology.py | 2 +- python/geoengine_openapi_client/models/task_abort_options.py | 2 +- python/geoengine_openapi_client/models/task_filter.py | 2 +- python/geoengine_openapi_client/models/task_list_options.py | 2 +- python/geoengine_openapi_client/models/task_response.py | 2 +- python/geoengine_openapi_client/models/task_status.py | 2 +- python/geoengine_openapi_client/models/task_status_aborted.py | 2 +- python/geoengine_openapi_client/models/task_status_completed.py | 2 +- python/geoengine_openapi_client/models/task_status_failed.py | 2 +- python/geoengine_openapi_client/models/task_status_running.py | 2 +- python/geoengine_openapi_client/models/task_status_with_id.py | 2 +- python/geoengine_openapi_client/models/text_symbology.py | 2 +- python/geoengine_openapi_client/models/time_granularity.py | 2 +- python/geoengine_openapi_client/models/time_interval.py | 2 +- python/geoengine_openapi_client/models/time_reference.py | 2 +- python/geoengine_openapi_client/models/time_step.py | 2 +- .../models/typed_data_provider_definition.py | 2 +- python/geoengine_openapi_client/models/typed_geometry.py | 2 +- python/geoengine_openapi_client/models/typed_geometry_one_of.py | 2 +- .../geoengine_openapi_client/models/typed_geometry_one_of1.py | 2 +- .../geoengine_openapi_client/models/typed_geometry_one_of2.py | 2 +- .../geoengine_openapi_client/models/typed_geometry_one_of3.py | 2 +- python/geoengine_openapi_client/models/typed_operator.py | 2 +- .../geoengine_openapi_client/models/typed_operator_operator.py | 2 +- .../models/typed_plot_result_descriptor.py | 2 +- .../models/typed_raster_result_descriptor.py | 2 +- .../geoengine_openapi_client/models/typed_result_descriptor.py | 2 +- .../models/typed_vector_result_descriptor.py | 2 +- python/geoengine_openapi_client/models/unitless_measurement.py | 2 +- python/geoengine_openapi_client/models/unix_time_stamp_type.py | 2 +- python/geoengine_openapi_client/models/update_dataset.py | 2 +- python/geoengine_openapi_client/models/update_layer.py | 2 +- .../geoengine_openapi_client/models/update_layer_collection.py | 2 +- python/geoengine_openapi_client/models/update_project.py | 2 +- python/geoengine_openapi_client/models/update_quota.py | 2 +- .../models/upload_file_layers_response.py | 2 +- python/geoengine_openapi_client/models/upload_files_response.py | 2 +- .../models/usage_summary_granularity.py | 2 +- python/geoengine_openapi_client/models/user_credentials.py | 2 +- python/geoengine_openapi_client/models/user_info.py | 2 +- python/geoengine_openapi_client/models/user_registration.py | 2 +- python/geoengine_openapi_client/models/user_session.py | 2 +- python/geoengine_openapi_client/models/vec_update.py | 2 +- python/geoengine_openapi_client/models/vector_column_info.py | 2 +- python/geoengine_openapi_client/models/vector_data_type.py | 2 +- .../geoengine_openapi_client/models/vector_result_descriptor.py | 2 +- python/geoengine_openapi_client/models/volume.py | 2 +- .../models/volume_file_layers_response.py | 2 +- python/geoengine_openapi_client/models/wcs_boundingbox.py | 2 +- python/geoengine_openapi_client/models/wcs_service.py | 2 +- python/geoengine_openapi_client/models/wcs_version.py | 2 +- python/geoengine_openapi_client/models/wfs_service.py | 2 +- python/geoengine_openapi_client/models/wfs_version.py | 2 +- .../models/wildlive_data_connector_definition.py | 2 +- python/geoengine_openapi_client/models/wms_service.py | 2 +- python/geoengine_openapi_client/models/wms_version.py | 2 +- python/geoengine_openapi_client/models/workflow.py | 2 +- python/geoengine_openapi_client/models/wrapped_plot_output.py | 2 +- python/geoengine_openapi_client/rest.py | 2 +- python/setup.py | 2 +- python/test/test_add_dataset.py | 2 +- python/test/test_add_layer.py | 2 +- python/test/test_add_layer_collection.py | 2 +- python/test/test_add_role.py | 2 +- python/test/test_aruna_data_provider_definition.py | 2 +- python/test/test_auth_code_request_url.py | 2 +- python/test/test_auth_code_response.py | 2 +- python/test/test_auto_create_dataset.py | 2 +- python/test/test_axis_order.py | 2 +- python/test/test_bounding_box2_d.py | 2 +- python/test/test_breakpoint.py | 2 +- python/test/test_classification_measurement.py | 2 +- python/test/test_collection_item.py | 2 +- python/test/test_collection_type.py | 2 +- python/test/test_color_param.py | 2 +- python/test/test_colorizer.py | 2 +- python/test/test_computation_quota.py | 2 +- python/test/test_continuous_measurement.py | 2 +- python/test/test_coordinate2_d.py | 2 +- .../test/test_copernicus_dataspace_data_provider_definition.py | 2 +- python/test/test_create_dataset.py | 2 +- python/test/test_create_project.py | 2 +- python/test/test_csv_header.py | 2 +- python/test/test_data_id.py | 2 +- python/test/test_data_path.py | 2 +- python/test/test_data_path_one_of.py | 2 +- python/test/test_data_path_one_of1.py | 2 +- python/test/test_data_provider_resource.py | 2 +- python/test/test_data_usage.py | 2 +- python/test/test_data_usage_summary.py | 2 +- python/test/test_database_connection_config.py | 2 +- python/test/test_dataset.py | 2 +- python/test/test_dataset_definition.py | 2 +- python/test/test_dataset_layer_listing_collection.py | 2 +- python/test/test_dataset_layer_listing_provider_definition.py | 2 +- python/test/test_dataset_listing.py | 2 +- python/test/test_dataset_name_response.py | 2 +- python/test/test_dataset_resource.py | 2 +- python/test/test_datasets_api.py | 2 +- python/test/test_derived_color.py | 2 +- python/test/test_derived_number.py | 2 +- python/test/test_describe_coverage_request.py | 2 +- python/test/test_ebv_portal_data_provider_definition.py | 2 +- python/test/test_edr_data_provider_definition.py | 2 +- python/test/test_edr_vector_spec.py | 2 +- python/test/test_error_response.py | 2 +- python/test/test_external_data_id.py | 2 +- python/test/test_feature_data_type.py | 2 +- python/test/test_file_not_found_handling.py | 2 +- python/test/test_format_specifics.py | 2 +- python/test/test_format_specifics_one_of.py | 2 +- python/test/test_format_specifics_one_of_csv.py | 2 +- python/test/test_gbif_data_provider_definition.py | 2 +- python/test/test_gdal_dataset_geo_transform.py | 2 +- python/test/test_gdal_dataset_parameters.py | 2 +- python/test/test_gdal_loading_info_temporal_slice.py | 2 +- python/test/test_gdal_meta_data_list.py | 2 +- python/test/test_gdal_meta_data_regular.py | 2 +- python/test/test_gdal_meta_data_static.py | 2 +- python/test/test_gdal_metadata_mapping.py | 2 +- python/test/test_gdal_metadata_net_cdf_cf.py | 2 +- python/test/test_gdal_source_time_placeholder.py | 2 +- python/test/test_general_api.py | 2 +- python/test/test_geo_json.py | 2 +- python/test/test_geo_transform.py | 2 +- python/test/test_get_capabilities_format.py | 2 +- python/test/test_get_capabilities_request.py | 2 +- python/test/test_get_coverage_format.py | 2 +- python/test/test_get_coverage_request.py | 2 +- python/test/test_get_feature_request.py | 2 +- python/test/test_get_legend_graphic_request.py | 2 +- python/test/test_get_map_exception_format.py | 2 +- python/test/test_get_map_format.py | 2 +- python/test/test_get_map_request.py | 2 +- python/test/test_gfbio_abcd_data_provider_definition.py | 2 +- python/test/test_gfbio_collections_data_provider_definition.py | 2 +- python/test/test_grid_bounding_box2_d.py | 2 +- python/test/test_grid_idx2_d.py | 2 +- python/test/test_id_response.py | 2 +- python/test/test_internal_data_id.py | 2 +- python/test/test_layer.py | 2 +- python/test/test_layer_collection.py | 2 +- python/test/test_layer_collection_listing.py | 2 +- python/test/test_layer_collection_resource.py | 2 +- python/test/test_layer_listing.py | 2 +- python/test/test_layer_provider_listing.py | 2 +- python/test/test_layer_resource.py | 2 +- python/test/test_layer_visibility.py | 2 +- python/test/test_layers_api.py | 2 +- python/test/test_line_symbology.py | 2 +- python/test/test_linear_gradient.py | 2 +- python/test/test_logarithmic_gradient.py | 2 +- python/test/test_measurement.py | 2 +- python/test/test_meta_data_definition.py | 2 +- python/test/test_meta_data_suggestion.py | 2 +- python/test/test_ml_api.py | 2 +- python/test/test_ml_model.py | 2 +- python/test/test_ml_model_input_no_data_handling.py | 2 +- python/test/test_ml_model_input_no_data_handling_variant.py | 2 +- python/test/test_ml_model_metadata.py | 2 +- python/test/test_ml_model_name_response.py | 2 +- python/test/test_ml_model_output_no_data_handling.py | 2 +- python/test/test_ml_model_output_no_data_handling_variant.py | 2 +- python/test/test_ml_model_resource.py | 2 +- python/test/test_ml_tensor_shape3_d.py | 2 +- python/test/test_mock_dataset_data_source_loading_info.py | 2 +- python/test/test_mock_meta_data.py | 2 +- python/test/test_multi_band_raster_colorizer.py | 2 +- python/test/test_multi_line_string.py | 2 +- python/test/test_multi_point.py | 2 +- python/test/test_multi_polygon.py | 2 +- python/test/test_net_cdf_cf_data_provider_definition.py | 2 +- python/test/test_number_param.py | 2 +- python/test/test_ogcwcs_api.py | 2 +- python/test/test_ogcwfs_api.py | 2 +- python/test/test_ogcwms_api.py | 2 +- python/test/test_ogr_meta_data.py | 2 +- python/test/test_ogr_source_column_spec.py | 2 +- python/test/test_ogr_source_dataset.py | 2 +- python/test/test_ogr_source_dataset_time_type.py | 2 +- python/test/test_ogr_source_dataset_time_type_none.py | 2 +- python/test/test_ogr_source_dataset_time_type_start.py | 2 +- python/test/test_ogr_source_dataset_time_type_start_duration.py | 2 +- python/test/test_ogr_source_dataset_time_type_start_end.py | 2 +- python/test/test_ogr_source_duration_spec.py | 2 +- python/test/test_ogr_source_duration_spec_infinite.py | 2 +- python/test/test_ogr_source_duration_spec_value.py | 2 +- python/test/test_ogr_source_duration_spec_zero.py | 2 +- python/test/test_ogr_source_error_spec.py | 2 +- python/test/test_ogr_source_time_format.py | 2 +- python/test/test_ogr_source_time_format_auto.py | 2 +- python/test/test_ogr_source_time_format_custom.py | 2 +- python/test/test_ogr_source_time_format_unix_time_stamp.py | 2 +- python/test/test_operator_quota.py | 2 +- python/test/test_order_by.py | 2 +- python/test/test_palette_colorizer.py | 2 +- python/test/test_pangaea_data_provider_definition.py | 2 +- python/test/test_permission.py | 2 +- python/test/test_permission_list_options.py | 2 +- python/test/test_permission_listing.py | 2 +- python/test/test_permission_request.py | 2 +- python/test/test_permissions_api.py | 2 +- python/test/test_plot.py | 2 +- python/test/test_plot_output_format.py | 2 +- python/test/test_plot_result_descriptor.py | 2 +- python/test/test_plots_api.py | 2 +- python/test/test_point_symbology.py | 2 +- python/test/test_polygon_symbology.py | 2 +- python/test/test_project.py | 2 +- python/test/test_project_layer.py | 2 +- python/test/test_project_listing.py | 2 +- python/test/test_project_resource.py | 2 +- python/test/test_project_update_token.py | 2 +- python/test/test_project_version.py | 2 +- python/test/test_projects_api.py | 2 +- python/test/test_provenance.py | 2 +- python/test/test_provenance_entry.py | 2 +- python/test/test_provenance_output.py | 2 +- python/test/test_provenances.py | 2 +- python/test/test_provider_capabilities.py | 2 +- python/test/test_provider_layer_collection_id.py | 2 +- python/test/test_provider_layer_id.py | 2 +- python/test/test_quota.py | 2 +- python/test/test_raster_band_descriptor.py | 2 +- python/test/test_raster_colorizer.py | 2 +- python/test/test_raster_data_type.py | 2 +- python/test/test_raster_dataset_from_workflow.py | 2 +- python/test/test_raster_dataset_from_workflow_result.py | 2 +- python/test/test_raster_properties_entry_type.py | 2 +- python/test/test_raster_properties_key.py | 2 +- python/test/test_raster_result_descriptor.py | 2 +- python/test/test_raster_stream_websocket_result_type.py | 2 +- python/test/test_raster_symbology.py | 2 +- python/test/test_raster_to_dataset_query_rectangle.py | 2 +- python/test/test_resource.py | 2 +- python/test/test_role.py | 2 +- python/test/test_role_description.py | 2 +- python/test/test_search_capabilities.py | 2 +- python/test/test_search_type.py | 2 +- python/test/test_search_types.py | 2 +- python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py | 2 +- python/test/test_server_info.py | 2 +- python/test/test_session_api.py | 2 +- python/test/test_single_band_raster_colorizer.py | 2 +- python/test/test_spatial_grid_definition.py | 2 +- python/test/test_spatial_grid_descriptor.py | 2 +- python/test/test_spatial_grid_descriptor_state.py | 2 +- python/test/test_spatial_partition2_d.py | 2 +- python/test/test_spatial_reference_authority.py | 2 +- python/test/test_spatial_reference_specification.py | 2 +- python/test/test_spatial_references_api.py | 2 +- python/test/test_spatial_resolution.py | 2 +- python/test/test_st_rectangle.py | 2 +- python/test/test_stac_api_retries.py | 2 +- python/test/test_stac_query_buffer.py | 2 +- python/test/test_static_color.py | 2 +- python/test/test_static_number.py | 2 +- python/test/test_stroke_param.py | 2 +- python/test/test_suggest_meta_data.py | 2 +- python/test/test_symbology.py | 2 +- python/test/test_task_abort_options.py | 2 +- python/test/test_task_filter.py | 2 +- python/test/test_task_list_options.py | 2 +- python/test/test_task_response.py | 2 +- python/test/test_task_status.py | 2 +- python/test/test_task_status_aborted.py | 2 +- python/test/test_task_status_completed.py | 2 +- python/test/test_task_status_failed.py | 2 +- python/test/test_task_status_running.py | 2 +- python/test/test_task_status_with_id.py | 2 +- python/test/test_tasks_api.py | 2 +- python/test/test_text_symbology.py | 2 +- python/test/test_time_granularity.py | 2 +- python/test/test_time_interval.py | 2 +- python/test/test_time_reference.py | 2 +- python/test/test_time_step.py | 2 +- python/test/test_typed_data_provider_definition.py | 2 +- python/test/test_typed_geometry.py | 2 +- python/test/test_typed_geometry_one_of.py | 2 +- python/test/test_typed_geometry_one_of1.py | 2 +- python/test/test_typed_geometry_one_of2.py | 2 +- python/test/test_typed_geometry_one_of3.py | 2 +- python/test/test_typed_operator.py | 2 +- python/test/test_typed_operator_operator.py | 2 +- python/test/test_typed_plot_result_descriptor.py | 2 +- python/test/test_typed_raster_result_descriptor.py | 2 +- python/test/test_typed_result_descriptor.py | 2 +- python/test/test_typed_vector_result_descriptor.py | 2 +- python/test/test_unitless_measurement.py | 2 +- python/test/test_unix_time_stamp_type.py | 2 +- python/test/test_update_dataset.py | 2 +- python/test/test_update_layer.py | 2 +- python/test/test_update_layer_collection.py | 2 +- python/test/test_update_project.py | 2 +- python/test/test_update_quota.py | 2 +- python/test/test_upload_file_layers_response.py | 2 +- python/test/test_upload_files_response.py | 2 +- python/test/test_uploads_api.py | 2 +- python/test/test_usage_summary_granularity.py | 2 +- python/test/test_user_api.py | 2 +- python/test/test_user_credentials.py | 2 +- python/test/test_user_info.py | 2 +- python/test/test_user_registration.py | 2 +- python/test/test_user_session.py | 2 +- python/test/test_vec_update.py | 2 +- python/test/test_vector_column_info.py | 2 +- python/test/test_vector_data_type.py | 2 +- python/test/test_vector_result_descriptor.py | 2 +- python/test/test_volume.py | 2 +- python/test/test_volume_file_layers_response.py | 2 +- python/test/test_wcs_boundingbox.py | 2 +- python/test/test_wcs_service.py | 2 +- python/test/test_wcs_version.py | 2 +- python/test/test_wfs_service.py | 2 +- python/test/test_wfs_version.py | 2 +- python/test/test_wildlive_data_connector_definition.py | 2 +- python/test/test_wms_service.py | 2 +- python/test/test_wms_version.py | 2 +- python/test/test_workflow.py | 2 +- python/test/test_workflows_api.py | 2 +- python/test/test_wrapped_plot_output.py | 2 +- typescript/dist/apis/DatasetsApi.d.ts | 2 +- typescript/dist/apis/DatasetsApi.js | 2 +- typescript/dist/apis/GeneralApi.d.ts | 2 +- typescript/dist/apis/GeneralApi.js | 2 +- typescript/dist/apis/LayersApi.d.ts | 2 +- typescript/dist/apis/LayersApi.js | 2 +- typescript/dist/apis/MLApi.d.ts | 2 +- typescript/dist/apis/MLApi.js | 2 +- typescript/dist/apis/OGCWCSApi.d.ts | 2 +- typescript/dist/apis/OGCWCSApi.js | 2 +- typescript/dist/apis/OGCWFSApi.d.ts | 2 +- typescript/dist/apis/OGCWFSApi.js | 2 +- typescript/dist/apis/OGCWMSApi.d.ts | 2 +- typescript/dist/apis/OGCWMSApi.js | 2 +- typescript/dist/apis/PermissionsApi.d.ts | 2 +- typescript/dist/apis/PermissionsApi.js | 2 +- typescript/dist/apis/PlotsApi.d.ts | 2 +- typescript/dist/apis/PlotsApi.js | 2 +- typescript/dist/apis/ProjectsApi.d.ts | 2 +- typescript/dist/apis/ProjectsApi.js | 2 +- typescript/dist/apis/SessionApi.d.ts | 2 +- typescript/dist/apis/SessionApi.js | 2 +- typescript/dist/apis/SpatialReferencesApi.d.ts | 2 +- typescript/dist/apis/SpatialReferencesApi.js | 2 +- typescript/dist/apis/TasksApi.d.ts | 2 +- typescript/dist/apis/TasksApi.js | 2 +- typescript/dist/apis/UploadsApi.d.ts | 2 +- typescript/dist/apis/UploadsApi.js | 2 +- typescript/dist/apis/UserApi.d.ts | 2 +- typescript/dist/apis/UserApi.js | 2 +- typescript/dist/apis/WorkflowsApi.d.ts | 2 +- typescript/dist/apis/WorkflowsApi.js | 2 +- typescript/dist/esm/apis/DatasetsApi.d.ts | 2 +- typescript/dist/esm/apis/DatasetsApi.js | 2 +- typescript/dist/esm/apis/GeneralApi.d.ts | 2 +- typescript/dist/esm/apis/GeneralApi.js | 2 +- typescript/dist/esm/apis/LayersApi.d.ts | 2 +- typescript/dist/esm/apis/LayersApi.js | 2 +- typescript/dist/esm/apis/MLApi.d.ts | 2 +- typescript/dist/esm/apis/MLApi.js | 2 +- typescript/dist/esm/apis/OGCWCSApi.d.ts | 2 +- typescript/dist/esm/apis/OGCWCSApi.js | 2 +- typescript/dist/esm/apis/OGCWFSApi.d.ts | 2 +- typescript/dist/esm/apis/OGCWFSApi.js | 2 +- typescript/dist/esm/apis/OGCWMSApi.d.ts | 2 +- typescript/dist/esm/apis/OGCWMSApi.js | 2 +- typescript/dist/esm/apis/PermissionsApi.d.ts | 2 +- typescript/dist/esm/apis/PermissionsApi.js | 2 +- typescript/dist/esm/apis/PlotsApi.d.ts | 2 +- typescript/dist/esm/apis/PlotsApi.js | 2 +- typescript/dist/esm/apis/ProjectsApi.d.ts | 2 +- typescript/dist/esm/apis/ProjectsApi.js | 2 +- typescript/dist/esm/apis/SessionApi.d.ts | 2 +- typescript/dist/esm/apis/SessionApi.js | 2 +- typescript/dist/esm/apis/SpatialReferencesApi.d.ts | 2 +- typescript/dist/esm/apis/SpatialReferencesApi.js | 2 +- typescript/dist/esm/apis/TasksApi.d.ts | 2 +- typescript/dist/esm/apis/TasksApi.js | 2 +- typescript/dist/esm/apis/UploadsApi.d.ts | 2 +- typescript/dist/esm/apis/UploadsApi.js | 2 +- typescript/dist/esm/apis/UserApi.d.ts | 2 +- typescript/dist/esm/apis/UserApi.js | 2 +- typescript/dist/esm/apis/WorkflowsApi.d.ts | 2 +- typescript/dist/esm/apis/WorkflowsApi.js | 2 +- typescript/dist/esm/models/AddDataset.d.ts | 2 +- typescript/dist/esm/models/AddDataset.js | 2 +- typescript/dist/esm/models/AddLayer.d.ts | 2 +- typescript/dist/esm/models/AddLayer.js | 2 +- typescript/dist/esm/models/AddLayerCollection.d.ts | 2 +- typescript/dist/esm/models/AddLayerCollection.js | 2 +- typescript/dist/esm/models/AddRole.d.ts | 2 +- typescript/dist/esm/models/AddRole.js | 2 +- typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/ArunaDataProviderDefinition.js | 2 +- typescript/dist/esm/models/AuthCodeRequestURL.d.ts | 2 +- typescript/dist/esm/models/AuthCodeRequestURL.js | 2 +- typescript/dist/esm/models/AuthCodeResponse.d.ts | 2 +- typescript/dist/esm/models/AuthCodeResponse.js | 2 +- typescript/dist/esm/models/AutoCreateDataset.d.ts | 2 +- typescript/dist/esm/models/AutoCreateDataset.js | 2 +- typescript/dist/esm/models/AxisOrder.d.ts | 2 +- typescript/dist/esm/models/AxisOrder.js | 2 +- typescript/dist/esm/models/BoundingBox2D.d.ts | 2 +- typescript/dist/esm/models/BoundingBox2D.js | 2 +- typescript/dist/esm/models/Breakpoint.d.ts | 2 +- typescript/dist/esm/models/Breakpoint.js | 2 +- typescript/dist/esm/models/ClassificationMeasurement.d.ts | 2 +- typescript/dist/esm/models/ClassificationMeasurement.js | 2 +- typescript/dist/esm/models/CollectionItem.d.ts | 2 +- typescript/dist/esm/models/CollectionItem.js | 2 +- typescript/dist/esm/models/CollectionType.d.ts | 2 +- typescript/dist/esm/models/CollectionType.js | 2 +- typescript/dist/esm/models/ColorParam.d.ts | 2 +- typescript/dist/esm/models/ColorParam.js | 2 +- typescript/dist/esm/models/Colorizer.d.ts | 2 +- typescript/dist/esm/models/Colorizer.js | 2 +- typescript/dist/esm/models/ComputationQuota.d.ts | 2 +- typescript/dist/esm/models/ComputationQuota.js | 2 +- typescript/dist/esm/models/ContinuousMeasurement.d.ts | 2 +- typescript/dist/esm/models/ContinuousMeasurement.js | 2 +- typescript/dist/esm/models/Coordinate2D.d.ts | 2 +- typescript/dist/esm/models/Coordinate2D.js | 2 +- .../esm/models/CopernicusDataspaceDataProviderDefinition.d.ts | 2 +- .../esm/models/CopernicusDataspaceDataProviderDefinition.js | 2 +- typescript/dist/esm/models/CreateDataset.d.ts | 2 +- typescript/dist/esm/models/CreateDataset.js | 2 +- typescript/dist/esm/models/CreateProject.d.ts | 2 +- typescript/dist/esm/models/CreateProject.js | 2 +- typescript/dist/esm/models/CsvHeader.d.ts | 2 +- typescript/dist/esm/models/CsvHeader.js | 2 +- typescript/dist/esm/models/DataId.d.ts | 2 +- typescript/dist/esm/models/DataId.js | 2 +- typescript/dist/esm/models/DataPath.d.ts | 2 +- typescript/dist/esm/models/DataPath.js | 2 +- typescript/dist/esm/models/DataPathOneOf.d.ts | 2 +- typescript/dist/esm/models/DataPathOneOf.js | 2 +- typescript/dist/esm/models/DataPathOneOf1.d.ts | 2 +- typescript/dist/esm/models/DataPathOneOf1.js | 2 +- typescript/dist/esm/models/DataProviderResource.d.ts | 2 +- typescript/dist/esm/models/DataProviderResource.js | 2 +- typescript/dist/esm/models/DataUsage.d.ts | 2 +- typescript/dist/esm/models/DataUsage.js | 2 +- typescript/dist/esm/models/DataUsageSummary.d.ts | 2 +- typescript/dist/esm/models/DataUsageSummary.js | 2 +- typescript/dist/esm/models/DatabaseConnectionConfig.d.ts | 2 +- typescript/dist/esm/models/DatabaseConnectionConfig.js | 2 +- typescript/dist/esm/models/Dataset.d.ts | 2 +- typescript/dist/esm/models/Dataset.js | 2 +- typescript/dist/esm/models/DatasetDefinition.d.ts | 2 +- typescript/dist/esm/models/DatasetDefinition.js | 2 +- typescript/dist/esm/models/DatasetLayerListingCollection.d.ts | 2 +- typescript/dist/esm/models/DatasetLayerListingCollection.js | 2 +- .../dist/esm/models/DatasetLayerListingProviderDefinition.d.ts | 2 +- .../dist/esm/models/DatasetLayerListingProviderDefinition.js | 2 +- typescript/dist/esm/models/DatasetListing.d.ts | 2 +- typescript/dist/esm/models/DatasetListing.js | 2 +- typescript/dist/esm/models/DatasetNameResponse.d.ts | 2 +- typescript/dist/esm/models/DatasetNameResponse.js | 2 +- typescript/dist/esm/models/DatasetResource.d.ts | 2 +- typescript/dist/esm/models/DatasetResource.js | 2 +- typescript/dist/esm/models/DerivedColor.d.ts | 2 +- typescript/dist/esm/models/DerivedColor.js | 2 +- typescript/dist/esm/models/DerivedNumber.d.ts | 2 +- typescript/dist/esm/models/DerivedNumber.js | 2 +- typescript/dist/esm/models/DescribeCoverageRequest.d.ts | 2 +- typescript/dist/esm/models/DescribeCoverageRequest.js | 2 +- typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/EbvPortalDataProviderDefinition.js | 2 +- typescript/dist/esm/models/EdrDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/EdrDataProviderDefinition.js | 2 +- typescript/dist/esm/models/EdrVectorSpec.d.ts | 2 +- typescript/dist/esm/models/EdrVectorSpec.js | 2 +- typescript/dist/esm/models/ErrorResponse.d.ts | 2 +- typescript/dist/esm/models/ErrorResponse.js | 2 +- typescript/dist/esm/models/ExternalDataId.d.ts | 2 +- typescript/dist/esm/models/ExternalDataId.js | 2 +- typescript/dist/esm/models/FeatureDataType.d.ts | 2 +- typescript/dist/esm/models/FeatureDataType.js | 2 +- typescript/dist/esm/models/FileNotFoundHandling.d.ts | 2 +- typescript/dist/esm/models/FileNotFoundHandling.js | 2 +- typescript/dist/esm/models/FormatSpecifics.d.ts | 2 +- typescript/dist/esm/models/FormatSpecifics.js | 2 +- typescript/dist/esm/models/FormatSpecificsOneOf.d.ts | 2 +- typescript/dist/esm/models/FormatSpecificsOneOf.js | 2 +- typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts | 2 +- typescript/dist/esm/models/FormatSpecificsOneOfCsv.js | 2 +- typescript/dist/esm/models/GbifDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/GbifDataProviderDefinition.js | 2 +- typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts | 2 +- typescript/dist/esm/models/GdalDatasetGeoTransform.js | 2 +- typescript/dist/esm/models/GdalDatasetParameters.d.ts | 2 +- typescript/dist/esm/models/GdalDatasetParameters.js | 2 +- typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts | 2 +- typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js | 2 +- typescript/dist/esm/models/GdalMetaDataList.d.ts | 2 +- typescript/dist/esm/models/GdalMetaDataList.js | 2 +- typescript/dist/esm/models/GdalMetaDataRegular.d.ts | 2 +- typescript/dist/esm/models/GdalMetaDataRegular.js | 2 +- typescript/dist/esm/models/GdalMetaDataStatic.d.ts | 2 +- typescript/dist/esm/models/GdalMetaDataStatic.js | 2 +- typescript/dist/esm/models/GdalMetadataMapping.d.ts | 2 +- typescript/dist/esm/models/GdalMetadataMapping.js | 2 +- typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts | 2 +- typescript/dist/esm/models/GdalMetadataNetCdfCf.js | 2 +- typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts | 2 +- typescript/dist/esm/models/GdalSourceTimePlaceholder.js | 2 +- typescript/dist/esm/models/GeoJson.d.ts | 2 +- typescript/dist/esm/models/GeoJson.js | 2 +- typescript/dist/esm/models/GeoTransform.d.ts | 2 +- typescript/dist/esm/models/GeoTransform.js | 2 +- typescript/dist/esm/models/GetCapabilitiesFormat.d.ts | 2 +- typescript/dist/esm/models/GetCapabilitiesFormat.js | 2 +- typescript/dist/esm/models/GetCapabilitiesRequest.d.ts | 2 +- typescript/dist/esm/models/GetCapabilitiesRequest.js | 2 +- typescript/dist/esm/models/GetCoverageFormat.d.ts | 2 +- typescript/dist/esm/models/GetCoverageFormat.js | 2 +- typescript/dist/esm/models/GetCoverageRequest.d.ts | 2 +- typescript/dist/esm/models/GetCoverageRequest.js | 2 +- typescript/dist/esm/models/GetFeatureRequest.d.ts | 2 +- typescript/dist/esm/models/GetFeatureRequest.js | 2 +- typescript/dist/esm/models/GetLegendGraphicRequest.d.ts | 2 +- typescript/dist/esm/models/GetLegendGraphicRequest.js | 2 +- typescript/dist/esm/models/GetMapExceptionFormat.d.ts | 2 +- typescript/dist/esm/models/GetMapExceptionFormat.js | 2 +- typescript/dist/esm/models/GetMapFormat.d.ts | 2 +- typescript/dist/esm/models/GetMapFormat.js | 2 +- typescript/dist/esm/models/GetMapRequest.d.ts | 2 +- typescript/dist/esm/models/GetMapRequest.js | 2 +- typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js | 2 +- .../dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts | 2 +- .../dist/esm/models/GfbioCollectionsDataProviderDefinition.js | 2 +- typescript/dist/esm/models/GridBoundingBox2D.d.ts | 2 +- typescript/dist/esm/models/GridBoundingBox2D.js | 2 +- typescript/dist/esm/models/GridIdx2D.d.ts | 2 +- typescript/dist/esm/models/GridIdx2D.js | 2 +- typescript/dist/esm/models/IdResponse.d.ts | 2 +- typescript/dist/esm/models/IdResponse.js | 2 +- typescript/dist/esm/models/InternalDataId.d.ts | 2 +- typescript/dist/esm/models/InternalDataId.js | 2 +- typescript/dist/esm/models/Layer.d.ts | 2 +- typescript/dist/esm/models/Layer.js | 2 +- typescript/dist/esm/models/LayerCollection.d.ts | 2 +- typescript/dist/esm/models/LayerCollection.js | 2 +- typescript/dist/esm/models/LayerCollectionListing.d.ts | 2 +- typescript/dist/esm/models/LayerCollectionListing.js | 2 +- typescript/dist/esm/models/LayerCollectionResource.d.ts | 2 +- typescript/dist/esm/models/LayerCollectionResource.js | 2 +- typescript/dist/esm/models/LayerListing.d.ts | 2 +- typescript/dist/esm/models/LayerListing.js | 2 +- typescript/dist/esm/models/LayerProviderListing.d.ts | 2 +- typescript/dist/esm/models/LayerProviderListing.js | 2 +- typescript/dist/esm/models/LayerResource.d.ts | 2 +- typescript/dist/esm/models/LayerResource.js | 2 +- typescript/dist/esm/models/LayerVisibility.d.ts | 2 +- typescript/dist/esm/models/LayerVisibility.js | 2 +- typescript/dist/esm/models/LineSymbology.d.ts | 2 +- typescript/dist/esm/models/LineSymbology.js | 2 +- typescript/dist/esm/models/LinearGradient.d.ts | 2 +- typescript/dist/esm/models/LinearGradient.js | 2 +- typescript/dist/esm/models/LogarithmicGradient.d.ts | 2 +- typescript/dist/esm/models/LogarithmicGradient.js | 2 +- typescript/dist/esm/models/Measurement.d.ts | 2 +- typescript/dist/esm/models/Measurement.js | 2 +- typescript/dist/esm/models/MetaDataDefinition.d.ts | 2 +- typescript/dist/esm/models/MetaDataDefinition.js | 2 +- typescript/dist/esm/models/MetaDataSuggestion.d.ts | 2 +- typescript/dist/esm/models/MetaDataSuggestion.js | 2 +- typescript/dist/esm/models/MlModel.d.ts | 2 +- typescript/dist/esm/models/MlModel.js | 2 +- typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts | 2 +- typescript/dist/esm/models/MlModelInputNoDataHandling.js | 2 +- .../dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts | 2 +- typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js | 2 +- typescript/dist/esm/models/MlModelMetadata.d.ts | 2 +- typescript/dist/esm/models/MlModelMetadata.js | 2 +- typescript/dist/esm/models/MlModelNameResponse.d.ts | 2 +- typescript/dist/esm/models/MlModelNameResponse.js | 2 +- typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts | 2 +- typescript/dist/esm/models/MlModelOutputNoDataHandling.js | 2 +- .../dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts | 2 +- .../dist/esm/models/MlModelOutputNoDataHandlingVariant.js | 2 +- typescript/dist/esm/models/MlModelResource.d.ts | 2 +- typescript/dist/esm/models/MlModelResource.js | 2 +- typescript/dist/esm/models/MlTensorShape3D.d.ts | 2 +- typescript/dist/esm/models/MlTensorShape3D.js | 2 +- .../dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts | 2 +- typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js | 2 +- typescript/dist/esm/models/MockMetaData.d.ts | 2 +- typescript/dist/esm/models/MockMetaData.js | 2 +- typescript/dist/esm/models/MultiBandRasterColorizer.d.ts | 2 +- typescript/dist/esm/models/MultiBandRasterColorizer.js | 2 +- typescript/dist/esm/models/MultiLineString.d.ts | 2 +- typescript/dist/esm/models/MultiLineString.js | 2 +- typescript/dist/esm/models/MultiPoint.d.ts | 2 +- typescript/dist/esm/models/MultiPoint.js | 2 +- typescript/dist/esm/models/MultiPolygon.d.ts | 2 +- typescript/dist/esm/models/MultiPolygon.js | 2 +- typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js | 2 +- typescript/dist/esm/models/NumberParam.d.ts | 2 +- typescript/dist/esm/models/NumberParam.js | 2 +- typescript/dist/esm/models/OgrMetaData.d.ts | 2 +- typescript/dist/esm/models/OgrMetaData.js | 2 +- typescript/dist/esm/models/OgrSourceColumnSpec.d.ts | 2 +- typescript/dist/esm/models/OgrSourceColumnSpec.js | 2 +- typescript/dist/esm/models/OgrSourceDataset.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDataset.js | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeType.js | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js | 2 +- .../dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts | 2 +- .../dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js | 2 +- .../dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js | 2 +- typescript/dist/esm/models/OgrSourceDurationSpec.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDurationSpec.js | 2 +- typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js | 2 +- typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDurationSpecValue.js | 2 +- typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts | 2 +- typescript/dist/esm/models/OgrSourceDurationSpecZero.js | 2 +- typescript/dist/esm/models/OgrSourceErrorSpec.d.ts | 2 +- typescript/dist/esm/models/OgrSourceErrorSpec.js | 2 +- typescript/dist/esm/models/OgrSourceTimeFormat.d.ts | 2 +- typescript/dist/esm/models/OgrSourceTimeFormat.js | 2 +- typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts | 2 +- typescript/dist/esm/models/OgrSourceTimeFormatAuto.js | 2 +- typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts | 2 +- typescript/dist/esm/models/OgrSourceTimeFormatCustom.js | 2 +- .../dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts | 2 +- typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js | 2 +- typescript/dist/esm/models/OperatorQuota.d.ts | 2 +- typescript/dist/esm/models/OperatorQuota.js | 2 +- typescript/dist/esm/models/OrderBy.d.ts | 2 +- typescript/dist/esm/models/OrderBy.js | 2 +- typescript/dist/esm/models/PaletteColorizer.d.ts | 2 +- typescript/dist/esm/models/PaletteColorizer.js | 2 +- typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/PangaeaDataProviderDefinition.js | 2 +- typescript/dist/esm/models/Permission.d.ts | 2 +- typescript/dist/esm/models/Permission.js | 2 +- typescript/dist/esm/models/PermissionListOptions.d.ts | 2 +- typescript/dist/esm/models/PermissionListOptions.js | 2 +- typescript/dist/esm/models/PermissionListing.d.ts | 2 +- typescript/dist/esm/models/PermissionListing.js | 2 +- typescript/dist/esm/models/PermissionRequest.d.ts | 2 +- typescript/dist/esm/models/PermissionRequest.js | 2 +- typescript/dist/esm/models/Plot.d.ts | 2 +- typescript/dist/esm/models/Plot.js | 2 +- typescript/dist/esm/models/PlotOutputFormat.d.ts | 2 +- typescript/dist/esm/models/PlotOutputFormat.js | 2 +- typescript/dist/esm/models/PlotResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/PlotResultDescriptor.js | 2 +- typescript/dist/esm/models/PointSymbology.d.ts | 2 +- typescript/dist/esm/models/PointSymbology.js | 2 +- typescript/dist/esm/models/PolygonSymbology.d.ts | 2 +- typescript/dist/esm/models/PolygonSymbology.js | 2 +- typescript/dist/esm/models/Project.d.ts | 2 +- typescript/dist/esm/models/Project.js | 2 +- typescript/dist/esm/models/ProjectLayer.d.ts | 2 +- typescript/dist/esm/models/ProjectLayer.js | 2 +- typescript/dist/esm/models/ProjectListing.d.ts | 2 +- typescript/dist/esm/models/ProjectListing.js | 2 +- typescript/dist/esm/models/ProjectResource.d.ts | 2 +- typescript/dist/esm/models/ProjectResource.js | 2 +- typescript/dist/esm/models/ProjectUpdateToken.d.ts | 2 +- typescript/dist/esm/models/ProjectUpdateToken.js | 2 +- typescript/dist/esm/models/ProjectVersion.d.ts | 2 +- typescript/dist/esm/models/ProjectVersion.js | 2 +- typescript/dist/esm/models/Provenance.d.ts | 2 +- typescript/dist/esm/models/Provenance.js | 2 +- typescript/dist/esm/models/ProvenanceEntry.d.ts | 2 +- typescript/dist/esm/models/ProvenanceEntry.js | 2 +- typescript/dist/esm/models/ProvenanceOutput.d.ts | 2 +- typescript/dist/esm/models/ProvenanceOutput.js | 2 +- typescript/dist/esm/models/Provenances.d.ts | 2 +- typescript/dist/esm/models/Provenances.js | 2 +- typescript/dist/esm/models/ProviderCapabilities.d.ts | 2 +- typescript/dist/esm/models/ProviderCapabilities.js | 2 +- typescript/dist/esm/models/ProviderLayerCollectionId.d.ts | 2 +- typescript/dist/esm/models/ProviderLayerCollectionId.js | 2 +- typescript/dist/esm/models/ProviderLayerId.d.ts | 2 +- typescript/dist/esm/models/ProviderLayerId.js | 2 +- typescript/dist/esm/models/Quota.d.ts | 2 +- typescript/dist/esm/models/Quota.js | 2 +- typescript/dist/esm/models/RasterBandDescriptor.d.ts | 2 +- typescript/dist/esm/models/RasterBandDescriptor.js | 2 +- typescript/dist/esm/models/RasterColorizer.d.ts | 2 +- typescript/dist/esm/models/RasterColorizer.js | 2 +- typescript/dist/esm/models/RasterDataType.d.ts | 2 +- typescript/dist/esm/models/RasterDataType.js | 2 +- typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts | 2 +- typescript/dist/esm/models/RasterDatasetFromWorkflow.js | 2 +- typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts | 2 +- typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js | 2 +- typescript/dist/esm/models/RasterPropertiesEntryType.d.ts | 2 +- typescript/dist/esm/models/RasterPropertiesEntryType.js | 2 +- typescript/dist/esm/models/RasterPropertiesKey.d.ts | 2 +- typescript/dist/esm/models/RasterPropertiesKey.js | 2 +- typescript/dist/esm/models/RasterResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/RasterResultDescriptor.js | 2 +- typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts | 2 +- typescript/dist/esm/models/RasterStreamWebsocketResultType.js | 2 +- typescript/dist/esm/models/RasterSymbology.d.ts | 2 +- typescript/dist/esm/models/RasterSymbology.js | 2 +- typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts | 2 +- typescript/dist/esm/models/RasterToDatasetQueryRectangle.js | 2 +- typescript/dist/esm/models/Resource.d.ts | 2 +- typescript/dist/esm/models/Resource.js | 2 +- typescript/dist/esm/models/Role.d.ts | 2 +- typescript/dist/esm/models/Role.js | 2 +- typescript/dist/esm/models/RoleDescription.d.ts | 2 +- typescript/dist/esm/models/RoleDescription.js | 2 +- typescript/dist/esm/models/STRectangle.d.ts | 2 +- typescript/dist/esm/models/STRectangle.js | 2 +- typescript/dist/esm/models/SearchCapabilities.d.ts | 2 +- typescript/dist/esm/models/SearchCapabilities.js | 2 +- typescript/dist/esm/models/SearchType.d.ts | 2 +- typescript/dist/esm/models/SearchType.js | 2 +- typescript/dist/esm/models/SearchTypes.d.ts | 2 +- typescript/dist/esm/models/SearchTypes.js | 2 +- .../dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts | 2 +- .../dist/esm/models/SentinelS2L2ACogsProviderDefinition.js | 2 +- typescript/dist/esm/models/ServerInfo.d.ts | 2 +- typescript/dist/esm/models/ServerInfo.js | 2 +- typescript/dist/esm/models/SingleBandRasterColorizer.d.ts | 2 +- typescript/dist/esm/models/SingleBandRasterColorizer.js | 2 +- typescript/dist/esm/models/SpatialGridDefinition.d.ts | 2 +- typescript/dist/esm/models/SpatialGridDefinition.js | 2 +- typescript/dist/esm/models/SpatialGridDescriptor.d.ts | 2 +- typescript/dist/esm/models/SpatialGridDescriptor.js | 2 +- typescript/dist/esm/models/SpatialGridDescriptorState.d.ts | 2 +- typescript/dist/esm/models/SpatialGridDescriptorState.js | 2 +- typescript/dist/esm/models/SpatialPartition2D.d.ts | 2 +- typescript/dist/esm/models/SpatialPartition2D.js | 2 +- typescript/dist/esm/models/SpatialReferenceAuthority.d.ts | 2 +- typescript/dist/esm/models/SpatialReferenceAuthority.js | 2 +- typescript/dist/esm/models/SpatialReferenceSpecification.d.ts | 2 +- typescript/dist/esm/models/SpatialReferenceSpecification.js | 2 +- typescript/dist/esm/models/SpatialResolution.d.ts | 2 +- typescript/dist/esm/models/SpatialResolution.js | 2 +- typescript/dist/esm/models/StacApiRetries.d.ts | 2 +- typescript/dist/esm/models/StacApiRetries.js | 2 +- typescript/dist/esm/models/StacQueryBuffer.d.ts | 2 +- typescript/dist/esm/models/StacQueryBuffer.js | 2 +- typescript/dist/esm/models/StaticColor.d.ts | 2 +- typescript/dist/esm/models/StaticColor.js | 2 +- typescript/dist/esm/models/StaticNumber.d.ts | 2 +- typescript/dist/esm/models/StaticNumber.js | 2 +- typescript/dist/esm/models/StrokeParam.d.ts | 2 +- typescript/dist/esm/models/StrokeParam.js | 2 +- typescript/dist/esm/models/SuggestMetaData.d.ts | 2 +- typescript/dist/esm/models/SuggestMetaData.js | 2 +- typescript/dist/esm/models/Symbology.d.ts | 2 +- typescript/dist/esm/models/Symbology.js | 2 +- typescript/dist/esm/models/TaskAbortOptions.d.ts | 2 +- typescript/dist/esm/models/TaskAbortOptions.js | 2 +- typescript/dist/esm/models/TaskFilter.d.ts | 2 +- typescript/dist/esm/models/TaskFilter.js | 2 +- typescript/dist/esm/models/TaskListOptions.d.ts | 2 +- typescript/dist/esm/models/TaskListOptions.js | 2 +- typescript/dist/esm/models/TaskResponse.d.ts | 2 +- typescript/dist/esm/models/TaskResponse.js | 2 +- typescript/dist/esm/models/TaskStatus.d.ts | 2 +- typescript/dist/esm/models/TaskStatus.js | 2 +- typescript/dist/esm/models/TaskStatusAborted.d.ts | 2 +- typescript/dist/esm/models/TaskStatusAborted.js | 2 +- typescript/dist/esm/models/TaskStatusCompleted.d.ts | 2 +- typescript/dist/esm/models/TaskStatusCompleted.js | 2 +- typescript/dist/esm/models/TaskStatusFailed.d.ts | 2 +- typescript/dist/esm/models/TaskStatusFailed.js | 2 +- typescript/dist/esm/models/TaskStatusRunning.d.ts | 2 +- typescript/dist/esm/models/TaskStatusRunning.js | 2 +- typescript/dist/esm/models/TaskStatusWithId.d.ts | 2 +- typescript/dist/esm/models/TaskStatusWithId.js | 2 +- typescript/dist/esm/models/TextSymbology.d.ts | 2 +- typescript/dist/esm/models/TextSymbology.js | 2 +- typescript/dist/esm/models/TimeGranularity.d.ts | 2 +- typescript/dist/esm/models/TimeGranularity.js | 2 +- typescript/dist/esm/models/TimeInterval.d.ts | 2 +- typescript/dist/esm/models/TimeInterval.js | 2 +- typescript/dist/esm/models/TimeReference.d.ts | 2 +- typescript/dist/esm/models/TimeReference.js | 2 +- typescript/dist/esm/models/TimeStep.d.ts | 2 +- typescript/dist/esm/models/TimeStep.js | 2 +- typescript/dist/esm/models/TypedDataProviderDefinition.d.ts | 2 +- typescript/dist/esm/models/TypedDataProviderDefinition.js | 2 +- typescript/dist/esm/models/TypedGeometry.d.ts | 2 +- typescript/dist/esm/models/TypedGeometry.js | 2 +- typescript/dist/esm/models/TypedGeometryOneOf.d.ts | 2 +- typescript/dist/esm/models/TypedGeometryOneOf.js | 2 +- typescript/dist/esm/models/TypedGeometryOneOf1.d.ts | 2 +- typescript/dist/esm/models/TypedGeometryOneOf1.js | 2 +- typescript/dist/esm/models/TypedGeometryOneOf2.d.ts | 2 +- typescript/dist/esm/models/TypedGeometryOneOf2.js | 2 +- typescript/dist/esm/models/TypedGeometryOneOf3.d.ts | 2 +- typescript/dist/esm/models/TypedGeometryOneOf3.js | 2 +- typescript/dist/esm/models/TypedOperator.d.ts | 2 +- typescript/dist/esm/models/TypedOperator.js | 2 +- typescript/dist/esm/models/TypedOperatorOperator.d.ts | 2 +- typescript/dist/esm/models/TypedOperatorOperator.js | 2 +- typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/TypedPlotResultDescriptor.js | 2 +- typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/TypedRasterResultDescriptor.js | 2 +- typescript/dist/esm/models/TypedResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/TypedResultDescriptor.js | 2 +- typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/TypedVectorResultDescriptor.js | 2 +- typescript/dist/esm/models/UnitlessMeasurement.d.ts | 2 +- typescript/dist/esm/models/UnitlessMeasurement.js | 2 +- typescript/dist/esm/models/UnixTimeStampType.d.ts | 2 +- typescript/dist/esm/models/UnixTimeStampType.js | 2 +- typescript/dist/esm/models/UpdateDataset.d.ts | 2 +- typescript/dist/esm/models/UpdateDataset.js | 2 +- typescript/dist/esm/models/UpdateLayer.d.ts | 2 +- typescript/dist/esm/models/UpdateLayer.js | 2 +- typescript/dist/esm/models/UpdateLayerCollection.d.ts | 2 +- typescript/dist/esm/models/UpdateLayerCollection.js | 2 +- typescript/dist/esm/models/UpdateProject.d.ts | 2 +- typescript/dist/esm/models/UpdateProject.js | 2 +- typescript/dist/esm/models/UpdateQuota.d.ts | 2 +- typescript/dist/esm/models/UpdateQuota.js | 2 +- typescript/dist/esm/models/UploadFileLayersResponse.d.ts | 2 +- typescript/dist/esm/models/UploadFileLayersResponse.js | 2 +- typescript/dist/esm/models/UploadFilesResponse.d.ts | 2 +- typescript/dist/esm/models/UploadFilesResponse.js | 2 +- typescript/dist/esm/models/UsageSummaryGranularity.d.ts | 2 +- typescript/dist/esm/models/UsageSummaryGranularity.js | 2 +- typescript/dist/esm/models/UserCredentials.d.ts | 2 +- typescript/dist/esm/models/UserCredentials.js | 2 +- typescript/dist/esm/models/UserInfo.d.ts | 2 +- typescript/dist/esm/models/UserInfo.js | 2 +- typescript/dist/esm/models/UserRegistration.d.ts | 2 +- typescript/dist/esm/models/UserRegistration.js | 2 +- typescript/dist/esm/models/UserSession.d.ts | 2 +- typescript/dist/esm/models/UserSession.js | 2 +- typescript/dist/esm/models/VecUpdate.d.ts | 2 +- typescript/dist/esm/models/VecUpdate.js | 2 +- typescript/dist/esm/models/VectorColumnInfo.d.ts | 2 +- typescript/dist/esm/models/VectorColumnInfo.js | 2 +- typescript/dist/esm/models/VectorDataType.d.ts | 2 +- typescript/dist/esm/models/VectorDataType.js | 2 +- typescript/dist/esm/models/VectorResultDescriptor.d.ts | 2 +- typescript/dist/esm/models/VectorResultDescriptor.js | 2 +- typescript/dist/esm/models/Volume.d.ts | 2 +- typescript/dist/esm/models/Volume.js | 2 +- typescript/dist/esm/models/VolumeFileLayersResponse.d.ts | 2 +- typescript/dist/esm/models/VolumeFileLayersResponse.js | 2 +- typescript/dist/esm/models/WcsBoundingbox.d.ts | 2 +- typescript/dist/esm/models/WcsBoundingbox.js | 2 +- typescript/dist/esm/models/WcsService.d.ts | 2 +- typescript/dist/esm/models/WcsService.js | 2 +- typescript/dist/esm/models/WcsVersion.d.ts | 2 +- typescript/dist/esm/models/WcsVersion.js | 2 +- typescript/dist/esm/models/WfsService.d.ts | 2 +- typescript/dist/esm/models/WfsService.js | 2 +- typescript/dist/esm/models/WfsVersion.d.ts | 2 +- typescript/dist/esm/models/WfsVersion.js | 2 +- typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts | 2 +- typescript/dist/esm/models/WildliveDataConnectorDefinition.js | 2 +- typescript/dist/esm/models/WmsService.d.ts | 2 +- typescript/dist/esm/models/WmsService.js | 2 +- typescript/dist/esm/models/WmsVersion.d.ts | 2 +- typescript/dist/esm/models/WmsVersion.js | 2 +- typescript/dist/esm/models/Workflow.d.ts | 2 +- typescript/dist/esm/models/Workflow.js | 2 +- typescript/dist/esm/models/WrappedPlotOutput.d.ts | 2 +- typescript/dist/esm/models/WrappedPlotOutput.js | 2 +- typescript/dist/esm/runtime.d.ts | 2 +- typescript/dist/esm/runtime.js | 2 +- typescript/dist/models/AddDataset.d.ts | 2 +- typescript/dist/models/AddDataset.js | 2 +- typescript/dist/models/AddLayer.d.ts | 2 +- typescript/dist/models/AddLayer.js | 2 +- typescript/dist/models/AddLayerCollection.d.ts | 2 +- typescript/dist/models/AddLayerCollection.js | 2 +- typescript/dist/models/AddRole.d.ts | 2 +- typescript/dist/models/AddRole.js | 2 +- typescript/dist/models/ArunaDataProviderDefinition.d.ts | 2 +- typescript/dist/models/ArunaDataProviderDefinition.js | 2 +- typescript/dist/models/AuthCodeRequestURL.d.ts | 2 +- typescript/dist/models/AuthCodeRequestURL.js | 2 +- typescript/dist/models/AuthCodeResponse.d.ts | 2 +- typescript/dist/models/AuthCodeResponse.js | 2 +- typescript/dist/models/AutoCreateDataset.d.ts | 2 +- typescript/dist/models/AutoCreateDataset.js | 2 +- typescript/dist/models/AxisOrder.d.ts | 2 +- typescript/dist/models/AxisOrder.js | 2 +- typescript/dist/models/BoundingBox2D.d.ts | 2 +- typescript/dist/models/BoundingBox2D.js | 2 +- typescript/dist/models/Breakpoint.d.ts | 2 +- typescript/dist/models/Breakpoint.js | 2 +- typescript/dist/models/ClassificationMeasurement.d.ts | 2 +- typescript/dist/models/ClassificationMeasurement.js | 2 +- typescript/dist/models/CollectionItem.d.ts | 2 +- typescript/dist/models/CollectionItem.js | 2 +- typescript/dist/models/CollectionType.d.ts | 2 +- typescript/dist/models/CollectionType.js | 2 +- typescript/dist/models/ColorParam.d.ts | 2 +- typescript/dist/models/ColorParam.js | 2 +- typescript/dist/models/Colorizer.d.ts | 2 +- typescript/dist/models/Colorizer.js | 2 +- typescript/dist/models/ComputationQuota.d.ts | 2 +- typescript/dist/models/ComputationQuota.js | 2 +- typescript/dist/models/ContinuousMeasurement.d.ts | 2 +- typescript/dist/models/ContinuousMeasurement.js | 2 +- typescript/dist/models/Coordinate2D.d.ts | 2 +- typescript/dist/models/Coordinate2D.js | 2 +- .../dist/models/CopernicusDataspaceDataProviderDefinition.d.ts | 2 +- .../dist/models/CopernicusDataspaceDataProviderDefinition.js | 2 +- typescript/dist/models/CreateDataset.d.ts | 2 +- typescript/dist/models/CreateDataset.js | 2 +- typescript/dist/models/CreateProject.d.ts | 2 +- typescript/dist/models/CreateProject.js | 2 +- typescript/dist/models/CsvHeader.d.ts | 2 +- typescript/dist/models/CsvHeader.js | 2 +- typescript/dist/models/DataId.d.ts | 2 +- typescript/dist/models/DataId.js | 2 +- typescript/dist/models/DataPath.d.ts | 2 +- typescript/dist/models/DataPath.js | 2 +- typescript/dist/models/DataPathOneOf.d.ts | 2 +- typescript/dist/models/DataPathOneOf.js | 2 +- typescript/dist/models/DataPathOneOf1.d.ts | 2 +- typescript/dist/models/DataPathOneOf1.js | 2 +- typescript/dist/models/DataProviderResource.d.ts | 2 +- typescript/dist/models/DataProviderResource.js | 2 +- typescript/dist/models/DataUsage.d.ts | 2 +- typescript/dist/models/DataUsage.js | 2 +- typescript/dist/models/DataUsageSummary.d.ts | 2 +- typescript/dist/models/DataUsageSummary.js | 2 +- typescript/dist/models/DatabaseConnectionConfig.d.ts | 2 +- typescript/dist/models/DatabaseConnectionConfig.js | 2 +- typescript/dist/models/Dataset.d.ts | 2 +- typescript/dist/models/Dataset.js | 2 +- typescript/dist/models/DatasetDefinition.d.ts | 2 +- typescript/dist/models/DatasetDefinition.js | 2 +- typescript/dist/models/DatasetLayerListingCollection.d.ts | 2 +- typescript/dist/models/DatasetLayerListingCollection.js | 2 +- .../dist/models/DatasetLayerListingProviderDefinition.d.ts | 2 +- typescript/dist/models/DatasetLayerListingProviderDefinition.js | 2 +- typescript/dist/models/DatasetListing.d.ts | 2 +- typescript/dist/models/DatasetListing.js | 2 +- typescript/dist/models/DatasetNameResponse.d.ts | 2 +- typescript/dist/models/DatasetNameResponse.js | 2 +- typescript/dist/models/DatasetResource.d.ts | 2 +- typescript/dist/models/DatasetResource.js | 2 +- typescript/dist/models/DerivedColor.d.ts | 2 +- typescript/dist/models/DerivedColor.js | 2 +- typescript/dist/models/DerivedNumber.d.ts | 2 +- typescript/dist/models/DerivedNumber.js | 2 +- typescript/dist/models/DescribeCoverageRequest.d.ts | 2 +- typescript/dist/models/DescribeCoverageRequest.js | 2 +- typescript/dist/models/EbvPortalDataProviderDefinition.d.ts | 2 +- typescript/dist/models/EbvPortalDataProviderDefinition.js | 2 +- typescript/dist/models/EdrDataProviderDefinition.d.ts | 2 +- typescript/dist/models/EdrDataProviderDefinition.js | 2 +- typescript/dist/models/EdrVectorSpec.d.ts | 2 +- typescript/dist/models/EdrVectorSpec.js | 2 +- typescript/dist/models/ErrorResponse.d.ts | 2 +- typescript/dist/models/ErrorResponse.js | 2 +- typescript/dist/models/ExternalDataId.d.ts | 2 +- typescript/dist/models/ExternalDataId.js | 2 +- typescript/dist/models/FeatureDataType.d.ts | 2 +- typescript/dist/models/FeatureDataType.js | 2 +- typescript/dist/models/FileNotFoundHandling.d.ts | 2 +- typescript/dist/models/FileNotFoundHandling.js | 2 +- typescript/dist/models/FormatSpecifics.d.ts | 2 +- typescript/dist/models/FormatSpecifics.js | 2 +- typescript/dist/models/FormatSpecificsOneOf.d.ts | 2 +- typescript/dist/models/FormatSpecificsOneOf.js | 2 +- typescript/dist/models/FormatSpecificsOneOfCsv.d.ts | 2 +- typescript/dist/models/FormatSpecificsOneOfCsv.js | 2 +- typescript/dist/models/GbifDataProviderDefinition.d.ts | 2 +- typescript/dist/models/GbifDataProviderDefinition.js | 2 +- typescript/dist/models/GdalDatasetGeoTransform.d.ts | 2 +- typescript/dist/models/GdalDatasetGeoTransform.js | 2 +- typescript/dist/models/GdalDatasetParameters.d.ts | 2 +- typescript/dist/models/GdalDatasetParameters.js | 2 +- typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts | 2 +- typescript/dist/models/GdalLoadingInfoTemporalSlice.js | 2 +- typescript/dist/models/GdalMetaDataList.d.ts | 2 +- typescript/dist/models/GdalMetaDataList.js | 2 +- typescript/dist/models/GdalMetaDataRegular.d.ts | 2 +- typescript/dist/models/GdalMetaDataRegular.js | 2 +- typescript/dist/models/GdalMetaDataStatic.d.ts | 2 +- typescript/dist/models/GdalMetaDataStatic.js | 2 +- typescript/dist/models/GdalMetadataMapping.d.ts | 2 +- typescript/dist/models/GdalMetadataMapping.js | 2 +- typescript/dist/models/GdalMetadataNetCdfCf.d.ts | 2 +- typescript/dist/models/GdalMetadataNetCdfCf.js | 2 +- typescript/dist/models/GdalSourceTimePlaceholder.d.ts | 2 +- typescript/dist/models/GdalSourceTimePlaceholder.js | 2 +- typescript/dist/models/GeoJson.d.ts | 2 +- typescript/dist/models/GeoJson.js | 2 +- typescript/dist/models/GeoTransform.d.ts | 2 +- typescript/dist/models/GeoTransform.js | 2 +- typescript/dist/models/GetCapabilitiesFormat.d.ts | 2 +- typescript/dist/models/GetCapabilitiesFormat.js | 2 +- typescript/dist/models/GetCapabilitiesRequest.d.ts | 2 +- typescript/dist/models/GetCapabilitiesRequest.js | 2 +- typescript/dist/models/GetCoverageFormat.d.ts | 2 +- typescript/dist/models/GetCoverageFormat.js | 2 +- typescript/dist/models/GetCoverageRequest.d.ts | 2 +- typescript/dist/models/GetCoverageRequest.js | 2 +- typescript/dist/models/GetFeatureRequest.d.ts | 2 +- typescript/dist/models/GetFeatureRequest.js | 2 +- typescript/dist/models/GetLegendGraphicRequest.d.ts | 2 +- typescript/dist/models/GetLegendGraphicRequest.js | 2 +- typescript/dist/models/GetMapExceptionFormat.d.ts | 2 +- typescript/dist/models/GetMapExceptionFormat.js | 2 +- typescript/dist/models/GetMapFormat.d.ts | 2 +- typescript/dist/models/GetMapFormat.js | 2 +- typescript/dist/models/GetMapRequest.d.ts | 2 +- typescript/dist/models/GetMapRequest.js | 2 +- typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts | 2 +- typescript/dist/models/GfbioAbcdDataProviderDefinition.js | 2 +- .../dist/models/GfbioCollectionsDataProviderDefinition.d.ts | 2 +- .../dist/models/GfbioCollectionsDataProviderDefinition.js | 2 +- typescript/dist/models/GridBoundingBox2D.d.ts | 2 +- typescript/dist/models/GridBoundingBox2D.js | 2 +- typescript/dist/models/GridIdx2D.d.ts | 2 +- typescript/dist/models/GridIdx2D.js | 2 +- typescript/dist/models/IdResponse.d.ts | 2 +- typescript/dist/models/IdResponse.js | 2 +- typescript/dist/models/InternalDataId.d.ts | 2 +- typescript/dist/models/InternalDataId.js | 2 +- typescript/dist/models/Layer.d.ts | 2 +- typescript/dist/models/Layer.js | 2 +- typescript/dist/models/LayerCollection.d.ts | 2 +- typescript/dist/models/LayerCollection.js | 2 +- typescript/dist/models/LayerCollectionListing.d.ts | 2 +- typescript/dist/models/LayerCollectionListing.js | 2 +- typescript/dist/models/LayerCollectionResource.d.ts | 2 +- typescript/dist/models/LayerCollectionResource.js | 2 +- typescript/dist/models/LayerListing.d.ts | 2 +- typescript/dist/models/LayerListing.js | 2 +- typescript/dist/models/LayerProviderListing.d.ts | 2 +- typescript/dist/models/LayerProviderListing.js | 2 +- typescript/dist/models/LayerResource.d.ts | 2 +- typescript/dist/models/LayerResource.js | 2 +- typescript/dist/models/LayerVisibility.d.ts | 2 +- typescript/dist/models/LayerVisibility.js | 2 +- typescript/dist/models/LineSymbology.d.ts | 2 +- typescript/dist/models/LineSymbology.js | 2 +- typescript/dist/models/LinearGradient.d.ts | 2 +- typescript/dist/models/LinearGradient.js | 2 +- typescript/dist/models/LogarithmicGradient.d.ts | 2 +- typescript/dist/models/LogarithmicGradient.js | 2 +- typescript/dist/models/Measurement.d.ts | 2 +- typescript/dist/models/Measurement.js | 2 +- typescript/dist/models/MetaDataDefinition.d.ts | 2 +- typescript/dist/models/MetaDataDefinition.js | 2 +- typescript/dist/models/MetaDataSuggestion.d.ts | 2 +- typescript/dist/models/MetaDataSuggestion.js | 2 +- typescript/dist/models/MlModel.d.ts | 2 +- typescript/dist/models/MlModel.js | 2 +- typescript/dist/models/MlModelInputNoDataHandling.d.ts | 2 +- typescript/dist/models/MlModelInputNoDataHandling.js | 2 +- typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts | 2 +- typescript/dist/models/MlModelInputNoDataHandlingVariant.js | 2 +- typescript/dist/models/MlModelMetadata.d.ts | 2 +- typescript/dist/models/MlModelMetadata.js | 2 +- typescript/dist/models/MlModelNameResponse.d.ts | 2 +- typescript/dist/models/MlModelNameResponse.js | 2 +- typescript/dist/models/MlModelOutputNoDataHandling.d.ts | 2 +- typescript/dist/models/MlModelOutputNoDataHandling.js | 2 +- typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts | 2 +- typescript/dist/models/MlModelOutputNoDataHandlingVariant.js | 2 +- typescript/dist/models/MlModelResource.d.ts | 2 +- typescript/dist/models/MlModelResource.js | 2 +- typescript/dist/models/MlTensorShape3D.d.ts | 2 +- typescript/dist/models/MlTensorShape3D.js | 2 +- typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts | 2 +- typescript/dist/models/MockDatasetDataSourceLoadingInfo.js | 2 +- typescript/dist/models/MockMetaData.d.ts | 2 +- typescript/dist/models/MockMetaData.js | 2 +- typescript/dist/models/MultiBandRasterColorizer.d.ts | 2 +- typescript/dist/models/MultiBandRasterColorizer.js | 2 +- typescript/dist/models/MultiLineString.d.ts | 2 +- typescript/dist/models/MultiLineString.js | 2 +- typescript/dist/models/MultiPoint.d.ts | 2 +- typescript/dist/models/MultiPoint.js | 2 +- typescript/dist/models/MultiPolygon.d.ts | 2 +- typescript/dist/models/MultiPolygon.js | 2 +- typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts | 2 +- typescript/dist/models/NetCdfCfDataProviderDefinition.js | 2 +- typescript/dist/models/NumberParam.d.ts | 2 +- typescript/dist/models/NumberParam.js | 2 +- typescript/dist/models/OgrMetaData.d.ts | 2 +- typescript/dist/models/OgrMetaData.js | 2 +- typescript/dist/models/OgrSourceColumnSpec.d.ts | 2 +- typescript/dist/models/OgrSourceColumnSpec.js | 2 +- typescript/dist/models/OgrSourceDataset.d.ts | 2 +- typescript/dist/models/OgrSourceDataset.js | 2 +- typescript/dist/models/OgrSourceDatasetTimeType.d.ts | 2 +- typescript/dist/models/OgrSourceDatasetTimeType.js | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeNone.js | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeStart.js | 2 +- .../dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts | 2 +- typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js | 2 +- typescript/dist/models/OgrSourceDurationSpec.d.ts | 2 +- typescript/dist/models/OgrSourceDurationSpec.js | 2 +- typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts | 2 +- typescript/dist/models/OgrSourceDurationSpecInfinite.js | 2 +- typescript/dist/models/OgrSourceDurationSpecValue.d.ts | 2 +- typescript/dist/models/OgrSourceDurationSpecValue.js | 2 +- typescript/dist/models/OgrSourceDurationSpecZero.d.ts | 2 +- typescript/dist/models/OgrSourceDurationSpecZero.js | 2 +- typescript/dist/models/OgrSourceErrorSpec.d.ts | 2 +- typescript/dist/models/OgrSourceErrorSpec.js | 2 +- typescript/dist/models/OgrSourceTimeFormat.d.ts | 2 +- typescript/dist/models/OgrSourceTimeFormat.js | 2 +- typescript/dist/models/OgrSourceTimeFormatAuto.d.ts | 2 +- typescript/dist/models/OgrSourceTimeFormatAuto.js | 2 +- typescript/dist/models/OgrSourceTimeFormatCustom.d.ts | 2 +- typescript/dist/models/OgrSourceTimeFormatCustom.js | 2 +- typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts | 2 +- typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js | 2 +- typescript/dist/models/OperatorQuota.d.ts | 2 +- typescript/dist/models/OperatorQuota.js | 2 +- typescript/dist/models/OrderBy.d.ts | 2 +- typescript/dist/models/OrderBy.js | 2 +- typescript/dist/models/PaletteColorizer.d.ts | 2 +- typescript/dist/models/PaletteColorizer.js | 2 +- typescript/dist/models/PangaeaDataProviderDefinition.d.ts | 2 +- typescript/dist/models/PangaeaDataProviderDefinition.js | 2 +- typescript/dist/models/Permission.d.ts | 2 +- typescript/dist/models/Permission.js | 2 +- typescript/dist/models/PermissionListOptions.d.ts | 2 +- typescript/dist/models/PermissionListOptions.js | 2 +- typescript/dist/models/PermissionListing.d.ts | 2 +- typescript/dist/models/PermissionListing.js | 2 +- typescript/dist/models/PermissionRequest.d.ts | 2 +- typescript/dist/models/PermissionRequest.js | 2 +- typescript/dist/models/Plot.d.ts | 2 +- typescript/dist/models/Plot.js | 2 +- typescript/dist/models/PlotOutputFormat.d.ts | 2 +- typescript/dist/models/PlotOutputFormat.js | 2 +- typescript/dist/models/PlotResultDescriptor.d.ts | 2 +- typescript/dist/models/PlotResultDescriptor.js | 2 +- typescript/dist/models/PointSymbology.d.ts | 2 +- typescript/dist/models/PointSymbology.js | 2 +- typescript/dist/models/PolygonSymbology.d.ts | 2 +- typescript/dist/models/PolygonSymbology.js | 2 +- typescript/dist/models/Project.d.ts | 2 +- typescript/dist/models/Project.js | 2 +- typescript/dist/models/ProjectLayer.d.ts | 2 +- typescript/dist/models/ProjectLayer.js | 2 +- typescript/dist/models/ProjectListing.d.ts | 2 +- typescript/dist/models/ProjectListing.js | 2 +- typescript/dist/models/ProjectResource.d.ts | 2 +- typescript/dist/models/ProjectResource.js | 2 +- typescript/dist/models/ProjectUpdateToken.d.ts | 2 +- typescript/dist/models/ProjectUpdateToken.js | 2 +- typescript/dist/models/ProjectVersion.d.ts | 2 +- typescript/dist/models/ProjectVersion.js | 2 +- typescript/dist/models/Provenance.d.ts | 2 +- typescript/dist/models/Provenance.js | 2 +- typescript/dist/models/ProvenanceEntry.d.ts | 2 +- typescript/dist/models/ProvenanceEntry.js | 2 +- typescript/dist/models/ProvenanceOutput.d.ts | 2 +- typescript/dist/models/ProvenanceOutput.js | 2 +- typescript/dist/models/Provenances.d.ts | 2 +- typescript/dist/models/Provenances.js | 2 +- typescript/dist/models/ProviderCapabilities.d.ts | 2 +- typescript/dist/models/ProviderCapabilities.js | 2 +- typescript/dist/models/ProviderLayerCollectionId.d.ts | 2 +- typescript/dist/models/ProviderLayerCollectionId.js | 2 +- typescript/dist/models/ProviderLayerId.d.ts | 2 +- typescript/dist/models/ProviderLayerId.js | 2 +- typescript/dist/models/Quota.d.ts | 2 +- typescript/dist/models/Quota.js | 2 +- typescript/dist/models/RasterBandDescriptor.d.ts | 2 +- typescript/dist/models/RasterBandDescriptor.js | 2 +- typescript/dist/models/RasterColorizer.d.ts | 2 +- typescript/dist/models/RasterColorizer.js | 2 +- typescript/dist/models/RasterDataType.d.ts | 2 +- typescript/dist/models/RasterDataType.js | 2 +- typescript/dist/models/RasterDatasetFromWorkflow.d.ts | 2 +- typescript/dist/models/RasterDatasetFromWorkflow.js | 2 +- typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts | 2 +- typescript/dist/models/RasterDatasetFromWorkflowResult.js | 2 +- typescript/dist/models/RasterPropertiesEntryType.d.ts | 2 +- typescript/dist/models/RasterPropertiesEntryType.js | 2 +- typescript/dist/models/RasterPropertiesKey.d.ts | 2 +- typescript/dist/models/RasterPropertiesKey.js | 2 +- typescript/dist/models/RasterResultDescriptor.d.ts | 2 +- typescript/dist/models/RasterResultDescriptor.js | 2 +- typescript/dist/models/RasterStreamWebsocketResultType.d.ts | 2 +- typescript/dist/models/RasterStreamWebsocketResultType.js | 2 +- typescript/dist/models/RasterSymbology.d.ts | 2 +- typescript/dist/models/RasterSymbology.js | 2 +- typescript/dist/models/RasterToDatasetQueryRectangle.d.ts | 2 +- typescript/dist/models/RasterToDatasetQueryRectangle.js | 2 +- typescript/dist/models/Resource.d.ts | 2 +- typescript/dist/models/Resource.js | 2 +- typescript/dist/models/Role.d.ts | 2 +- typescript/dist/models/Role.js | 2 +- typescript/dist/models/RoleDescription.d.ts | 2 +- typescript/dist/models/RoleDescription.js | 2 +- typescript/dist/models/STRectangle.d.ts | 2 +- typescript/dist/models/STRectangle.js | 2 +- typescript/dist/models/SearchCapabilities.d.ts | 2 +- typescript/dist/models/SearchCapabilities.js | 2 +- typescript/dist/models/SearchType.d.ts | 2 +- typescript/dist/models/SearchType.js | 2 +- typescript/dist/models/SearchTypes.d.ts | 2 +- typescript/dist/models/SearchTypes.js | 2 +- typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts | 2 +- typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js | 2 +- typescript/dist/models/ServerInfo.d.ts | 2 +- typescript/dist/models/ServerInfo.js | 2 +- typescript/dist/models/SingleBandRasterColorizer.d.ts | 2 +- typescript/dist/models/SingleBandRasterColorizer.js | 2 +- typescript/dist/models/SpatialGridDefinition.d.ts | 2 +- typescript/dist/models/SpatialGridDefinition.js | 2 +- typescript/dist/models/SpatialGridDescriptor.d.ts | 2 +- typescript/dist/models/SpatialGridDescriptor.js | 2 +- typescript/dist/models/SpatialGridDescriptorState.d.ts | 2 +- typescript/dist/models/SpatialGridDescriptorState.js | 2 +- typescript/dist/models/SpatialPartition2D.d.ts | 2 +- typescript/dist/models/SpatialPartition2D.js | 2 +- typescript/dist/models/SpatialReferenceAuthority.d.ts | 2 +- typescript/dist/models/SpatialReferenceAuthority.js | 2 +- typescript/dist/models/SpatialReferenceSpecification.d.ts | 2 +- typescript/dist/models/SpatialReferenceSpecification.js | 2 +- typescript/dist/models/SpatialResolution.d.ts | 2 +- typescript/dist/models/SpatialResolution.js | 2 +- typescript/dist/models/StacApiRetries.d.ts | 2 +- typescript/dist/models/StacApiRetries.js | 2 +- typescript/dist/models/StacQueryBuffer.d.ts | 2 +- typescript/dist/models/StacQueryBuffer.js | 2 +- typescript/dist/models/StaticColor.d.ts | 2 +- typescript/dist/models/StaticColor.js | 2 +- typescript/dist/models/StaticNumber.d.ts | 2 +- typescript/dist/models/StaticNumber.js | 2 +- typescript/dist/models/StrokeParam.d.ts | 2 +- typescript/dist/models/StrokeParam.js | 2 +- typescript/dist/models/SuggestMetaData.d.ts | 2 +- typescript/dist/models/SuggestMetaData.js | 2 +- typescript/dist/models/Symbology.d.ts | 2 +- typescript/dist/models/Symbology.js | 2 +- typescript/dist/models/TaskAbortOptions.d.ts | 2 +- typescript/dist/models/TaskAbortOptions.js | 2 +- typescript/dist/models/TaskFilter.d.ts | 2 +- typescript/dist/models/TaskFilter.js | 2 +- typescript/dist/models/TaskListOptions.d.ts | 2 +- typescript/dist/models/TaskListOptions.js | 2 +- typescript/dist/models/TaskResponse.d.ts | 2 +- typescript/dist/models/TaskResponse.js | 2 +- typescript/dist/models/TaskStatus.d.ts | 2 +- typescript/dist/models/TaskStatus.js | 2 +- typescript/dist/models/TaskStatusAborted.d.ts | 2 +- typescript/dist/models/TaskStatusAborted.js | 2 +- typescript/dist/models/TaskStatusCompleted.d.ts | 2 +- typescript/dist/models/TaskStatusCompleted.js | 2 +- typescript/dist/models/TaskStatusFailed.d.ts | 2 +- typescript/dist/models/TaskStatusFailed.js | 2 +- typescript/dist/models/TaskStatusRunning.d.ts | 2 +- typescript/dist/models/TaskStatusRunning.js | 2 +- typescript/dist/models/TaskStatusWithId.d.ts | 2 +- typescript/dist/models/TaskStatusWithId.js | 2 +- typescript/dist/models/TextSymbology.d.ts | 2 +- typescript/dist/models/TextSymbology.js | 2 +- typescript/dist/models/TimeGranularity.d.ts | 2 +- typescript/dist/models/TimeGranularity.js | 2 +- typescript/dist/models/TimeInterval.d.ts | 2 +- typescript/dist/models/TimeInterval.js | 2 +- typescript/dist/models/TimeReference.d.ts | 2 +- typescript/dist/models/TimeReference.js | 2 +- typescript/dist/models/TimeStep.d.ts | 2 +- typescript/dist/models/TimeStep.js | 2 +- typescript/dist/models/TypedDataProviderDefinition.d.ts | 2 +- typescript/dist/models/TypedDataProviderDefinition.js | 2 +- typescript/dist/models/TypedGeometry.d.ts | 2 +- typescript/dist/models/TypedGeometry.js | 2 +- typescript/dist/models/TypedGeometryOneOf.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf.js | 2 +- typescript/dist/models/TypedGeometryOneOf1.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf1.js | 2 +- typescript/dist/models/TypedGeometryOneOf2.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf2.js | 2 +- typescript/dist/models/TypedGeometryOneOf3.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf3.js | 2 +- typescript/dist/models/TypedOperator.d.ts | 2 +- typescript/dist/models/TypedOperator.js | 2 +- typescript/dist/models/TypedOperatorOperator.d.ts | 2 +- typescript/dist/models/TypedOperatorOperator.js | 2 +- typescript/dist/models/TypedPlotResultDescriptor.d.ts | 2 +- typescript/dist/models/TypedPlotResultDescriptor.js | 2 +- typescript/dist/models/TypedRasterResultDescriptor.d.ts | 2 +- typescript/dist/models/TypedRasterResultDescriptor.js | 2 +- typescript/dist/models/TypedResultDescriptor.d.ts | 2 +- typescript/dist/models/TypedResultDescriptor.js | 2 +- typescript/dist/models/TypedVectorResultDescriptor.d.ts | 2 +- typescript/dist/models/TypedVectorResultDescriptor.js | 2 +- typescript/dist/models/UnitlessMeasurement.d.ts | 2 +- typescript/dist/models/UnitlessMeasurement.js | 2 +- typescript/dist/models/UnixTimeStampType.d.ts | 2 +- typescript/dist/models/UnixTimeStampType.js | 2 +- typescript/dist/models/UpdateDataset.d.ts | 2 +- typescript/dist/models/UpdateDataset.js | 2 +- typescript/dist/models/UpdateLayer.d.ts | 2 +- typescript/dist/models/UpdateLayer.js | 2 +- typescript/dist/models/UpdateLayerCollection.d.ts | 2 +- typescript/dist/models/UpdateLayerCollection.js | 2 +- typescript/dist/models/UpdateProject.d.ts | 2 +- typescript/dist/models/UpdateProject.js | 2 +- typescript/dist/models/UpdateQuota.d.ts | 2 +- typescript/dist/models/UpdateQuota.js | 2 +- typescript/dist/models/UploadFileLayersResponse.d.ts | 2 +- typescript/dist/models/UploadFileLayersResponse.js | 2 +- typescript/dist/models/UploadFilesResponse.d.ts | 2 +- typescript/dist/models/UploadFilesResponse.js | 2 +- typescript/dist/models/UsageSummaryGranularity.d.ts | 2 +- typescript/dist/models/UsageSummaryGranularity.js | 2 +- typescript/dist/models/UserCredentials.d.ts | 2 +- typescript/dist/models/UserCredentials.js | 2 +- typescript/dist/models/UserInfo.d.ts | 2 +- typescript/dist/models/UserInfo.js | 2 +- typescript/dist/models/UserRegistration.d.ts | 2 +- typescript/dist/models/UserRegistration.js | 2 +- typescript/dist/models/UserSession.d.ts | 2 +- typescript/dist/models/UserSession.js | 2 +- typescript/dist/models/VecUpdate.d.ts | 2 +- typescript/dist/models/VecUpdate.js | 2 +- typescript/dist/models/VectorColumnInfo.d.ts | 2 +- typescript/dist/models/VectorColumnInfo.js | 2 +- typescript/dist/models/VectorDataType.d.ts | 2 +- typescript/dist/models/VectorDataType.js | 2 +- typescript/dist/models/VectorResultDescriptor.d.ts | 2 +- typescript/dist/models/VectorResultDescriptor.js | 2 +- typescript/dist/models/Volume.d.ts | 2 +- typescript/dist/models/Volume.js | 2 +- typescript/dist/models/VolumeFileLayersResponse.d.ts | 2 +- typescript/dist/models/VolumeFileLayersResponse.js | 2 +- typescript/dist/models/WcsBoundingbox.d.ts | 2 +- typescript/dist/models/WcsBoundingbox.js | 2 +- typescript/dist/models/WcsService.d.ts | 2 +- typescript/dist/models/WcsService.js | 2 +- typescript/dist/models/WcsVersion.d.ts | 2 +- typescript/dist/models/WcsVersion.js | 2 +- typescript/dist/models/WfsService.d.ts | 2 +- typescript/dist/models/WfsService.js | 2 +- typescript/dist/models/WfsVersion.d.ts | 2 +- typescript/dist/models/WfsVersion.js | 2 +- typescript/dist/models/WildliveDataConnectorDefinition.d.ts | 2 +- typescript/dist/models/WildliveDataConnectorDefinition.js | 2 +- typescript/dist/models/WmsService.d.ts | 2 +- typescript/dist/models/WmsService.js | 2 +- typescript/dist/models/WmsVersion.d.ts | 2 +- typescript/dist/models/WmsVersion.js | 2 +- typescript/dist/models/Workflow.d.ts | 2 +- typescript/dist/models/Workflow.js | 2 +- typescript/dist/models/WrappedPlotOutput.d.ts | 2 +- typescript/dist/models/WrappedPlotOutput.js | 2 +- typescript/dist/runtime.d.ts | 2 +- typescript/dist/runtime.js | 2 +- typescript/src/apis/DatasetsApi.ts | 2 +- typescript/src/apis/GeneralApi.ts | 2 +- typescript/src/apis/LayersApi.ts | 2 +- typescript/src/apis/MLApi.ts | 2 +- typescript/src/apis/OGCWCSApi.ts | 2 +- typescript/src/apis/OGCWFSApi.ts | 2 +- typescript/src/apis/OGCWMSApi.ts | 2 +- typescript/src/apis/PermissionsApi.ts | 2 +- typescript/src/apis/PlotsApi.ts | 2 +- typescript/src/apis/ProjectsApi.ts | 2 +- typescript/src/apis/SessionApi.ts | 2 +- typescript/src/apis/SpatialReferencesApi.ts | 2 +- typescript/src/apis/TasksApi.ts | 2 +- typescript/src/apis/UploadsApi.ts | 2 +- typescript/src/apis/UserApi.ts | 2 +- typescript/src/apis/WorkflowsApi.ts | 2 +- typescript/src/models/AddDataset.ts | 2 +- typescript/src/models/AddLayer.ts | 2 +- typescript/src/models/AddLayerCollection.ts | 2 +- typescript/src/models/AddRole.ts | 2 +- typescript/src/models/ArunaDataProviderDefinition.ts | 2 +- typescript/src/models/AuthCodeRequestURL.ts | 2 +- typescript/src/models/AuthCodeResponse.ts | 2 +- typescript/src/models/AutoCreateDataset.ts | 2 +- typescript/src/models/AxisOrder.ts | 2 +- typescript/src/models/BoundingBox2D.ts | 2 +- typescript/src/models/Breakpoint.ts | 2 +- typescript/src/models/ClassificationMeasurement.ts | 2 +- typescript/src/models/CollectionItem.ts | 2 +- typescript/src/models/CollectionType.ts | 2 +- typescript/src/models/ColorParam.ts | 2 +- typescript/src/models/Colorizer.ts | 2 +- typescript/src/models/ComputationQuota.ts | 2 +- typescript/src/models/ContinuousMeasurement.ts | 2 +- typescript/src/models/Coordinate2D.ts | 2 +- .../src/models/CopernicusDataspaceDataProviderDefinition.ts | 2 +- typescript/src/models/CreateDataset.ts | 2 +- typescript/src/models/CreateProject.ts | 2 +- typescript/src/models/CsvHeader.ts | 2 +- typescript/src/models/DataId.ts | 2 +- typescript/src/models/DataPath.ts | 2 +- typescript/src/models/DataPathOneOf.ts | 2 +- typescript/src/models/DataPathOneOf1.ts | 2 +- typescript/src/models/DataProviderResource.ts | 2 +- typescript/src/models/DataUsage.ts | 2 +- typescript/src/models/DataUsageSummary.ts | 2 +- typescript/src/models/DatabaseConnectionConfig.ts | 2 +- typescript/src/models/Dataset.ts | 2 +- typescript/src/models/DatasetDefinition.ts | 2 +- typescript/src/models/DatasetLayerListingCollection.ts | 2 +- typescript/src/models/DatasetLayerListingProviderDefinition.ts | 2 +- typescript/src/models/DatasetListing.ts | 2 +- typescript/src/models/DatasetNameResponse.ts | 2 +- typescript/src/models/DatasetResource.ts | 2 +- typescript/src/models/DerivedColor.ts | 2 +- typescript/src/models/DerivedNumber.ts | 2 +- typescript/src/models/DescribeCoverageRequest.ts | 2 +- typescript/src/models/EbvPortalDataProviderDefinition.ts | 2 +- typescript/src/models/EdrDataProviderDefinition.ts | 2 +- typescript/src/models/EdrVectorSpec.ts | 2 +- typescript/src/models/ErrorResponse.ts | 2 +- typescript/src/models/ExternalDataId.ts | 2 +- typescript/src/models/FeatureDataType.ts | 2 +- typescript/src/models/FileNotFoundHandling.ts | 2 +- typescript/src/models/FormatSpecifics.ts | 2 +- typescript/src/models/FormatSpecificsOneOf.ts | 2 +- typescript/src/models/FormatSpecificsOneOfCsv.ts | 2 +- typescript/src/models/GbifDataProviderDefinition.ts | 2 +- typescript/src/models/GdalDatasetGeoTransform.ts | 2 +- typescript/src/models/GdalDatasetParameters.ts | 2 +- typescript/src/models/GdalLoadingInfoTemporalSlice.ts | 2 +- typescript/src/models/GdalMetaDataList.ts | 2 +- typescript/src/models/GdalMetaDataRegular.ts | 2 +- typescript/src/models/GdalMetaDataStatic.ts | 2 +- typescript/src/models/GdalMetadataMapping.ts | 2 +- typescript/src/models/GdalMetadataNetCdfCf.ts | 2 +- typescript/src/models/GdalSourceTimePlaceholder.ts | 2 +- typescript/src/models/GeoJson.ts | 2 +- typescript/src/models/GeoTransform.ts | 2 +- typescript/src/models/GetCapabilitiesFormat.ts | 2 +- typescript/src/models/GetCapabilitiesRequest.ts | 2 +- typescript/src/models/GetCoverageFormat.ts | 2 +- typescript/src/models/GetCoverageRequest.ts | 2 +- typescript/src/models/GetFeatureRequest.ts | 2 +- typescript/src/models/GetLegendGraphicRequest.ts | 2 +- typescript/src/models/GetMapExceptionFormat.ts | 2 +- typescript/src/models/GetMapFormat.ts | 2 +- typescript/src/models/GetMapRequest.ts | 2 +- typescript/src/models/GfbioAbcdDataProviderDefinition.ts | 2 +- typescript/src/models/GfbioCollectionsDataProviderDefinition.ts | 2 +- typescript/src/models/GridBoundingBox2D.ts | 2 +- typescript/src/models/GridIdx2D.ts | 2 +- typescript/src/models/IdResponse.ts | 2 +- typescript/src/models/InternalDataId.ts | 2 +- typescript/src/models/Layer.ts | 2 +- typescript/src/models/LayerCollection.ts | 2 +- typescript/src/models/LayerCollectionListing.ts | 2 +- typescript/src/models/LayerCollectionResource.ts | 2 +- typescript/src/models/LayerListing.ts | 2 +- typescript/src/models/LayerProviderListing.ts | 2 +- typescript/src/models/LayerResource.ts | 2 +- typescript/src/models/LayerVisibility.ts | 2 +- typescript/src/models/LineSymbology.ts | 2 +- typescript/src/models/LinearGradient.ts | 2 +- typescript/src/models/LogarithmicGradient.ts | 2 +- typescript/src/models/Measurement.ts | 2 +- typescript/src/models/MetaDataDefinition.ts | 2 +- typescript/src/models/MetaDataSuggestion.ts | 2 +- typescript/src/models/MlModel.ts | 2 +- typescript/src/models/MlModelInputNoDataHandling.ts | 2 +- typescript/src/models/MlModelInputNoDataHandlingVariant.ts | 2 +- typescript/src/models/MlModelMetadata.ts | 2 +- typescript/src/models/MlModelNameResponse.ts | 2 +- typescript/src/models/MlModelOutputNoDataHandling.ts | 2 +- typescript/src/models/MlModelOutputNoDataHandlingVariant.ts | 2 +- typescript/src/models/MlModelResource.ts | 2 +- typescript/src/models/MlTensorShape3D.ts | 2 +- typescript/src/models/MockDatasetDataSourceLoadingInfo.ts | 2 +- typescript/src/models/MockMetaData.ts | 2 +- typescript/src/models/MultiBandRasterColorizer.ts | 2 +- typescript/src/models/MultiLineString.ts | 2 +- typescript/src/models/MultiPoint.ts | 2 +- typescript/src/models/MultiPolygon.ts | 2 +- typescript/src/models/NetCdfCfDataProviderDefinition.ts | 2 +- typescript/src/models/NumberParam.ts | 2 +- typescript/src/models/OgrMetaData.ts | 2 +- typescript/src/models/OgrSourceColumnSpec.ts | 2 +- typescript/src/models/OgrSourceDataset.ts | 2 +- typescript/src/models/OgrSourceDatasetTimeType.ts | 2 +- typescript/src/models/OgrSourceDatasetTimeTypeNone.ts | 2 +- typescript/src/models/OgrSourceDatasetTimeTypeStart.ts | 2 +- typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts | 2 +- typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts | 2 +- typescript/src/models/OgrSourceDurationSpec.ts | 2 +- typescript/src/models/OgrSourceDurationSpecInfinite.ts | 2 +- typescript/src/models/OgrSourceDurationSpecValue.ts | 2 +- typescript/src/models/OgrSourceDurationSpecZero.ts | 2 +- typescript/src/models/OgrSourceErrorSpec.ts | 2 +- typescript/src/models/OgrSourceTimeFormat.ts | 2 +- typescript/src/models/OgrSourceTimeFormatAuto.ts | 2 +- typescript/src/models/OgrSourceTimeFormatCustom.ts | 2 +- typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts | 2 +- typescript/src/models/OperatorQuota.ts | 2 +- typescript/src/models/OrderBy.ts | 2 +- typescript/src/models/PaletteColorizer.ts | 2 +- typescript/src/models/PangaeaDataProviderDefinition.ts | 2 +- typescript/src/models/Permission.ts | 2 +- typescript/src/models/PermissionListOptions.ts | 2 +- typescript/src/models/PermissionListing.ts | 2 +- typescript/src/models/PermissionRequest.ts | 2 +- typescript/src/models/Plot.ts | 2 +- typescript/src/models/PlotOutputFormat.ts | 2 +- typescript/src/models/PlotResultDescriptor.ts | 2 +- typescript/src/models/PointSymbology.ts | 2 +- typescript/src/models/PolygonSymbology.ts | 2 +- typescript/src/models/Project.ts | 2 +- typescript/src/models/ProjectLayer.ts | 2 +- typescript/src/models/ProjectListing.ts | 2 +- typescript/src/models/ProjectResource.ts | 2 +- typescript/src/models/ProjectUpdateToken.ts | 2 +- typescript/src/models/ProjectVersion.ts | 2 +- typescript/src/models/Provenance.ts | 2 +- typescript/src/models/ProvenanceEntry.ts | 2 +- typescript/src/models/ProvenanceOutput.ts | 2 +- typescript/src/models/Provenances.ts | 2 +- typescript/src/models/ProviderCapabilities.ts | 2 +- typescript/src/models/ProviderLayerCollectionId.ts | 2 +- typescript/src/models/ProviderLayerId.ts | 2 +- typescript/src/models/Quota.ts | 2 +- typescript/src/models/RasterBandDescriptor.ts | 2 +- typescript/src/models/RasterColorizer.ts | 2 +- typescript/src/models/RasterDataType.ts | 2 +- typescript/src/models/RasterDatasetFromWorkflow.ts | 2 +- typescript/src/models/RasterDatasetFromWorkflowResult.ts | 2 +- typescript/src/models/RasterPropertiesEntryType.ts | 2 +- typescript/src/models/RasterPropertiesKey.ts | 2 +- typescript/src/models/RasterResultDescriptor.ts | 2 +- typescript/src/models/RasterStreamWebsocketResultType.ts | 2 +- typescript/src/models/RasterSymbology.ts | 2 +- typescript/src/models/RasterToDatasetQueryRectangle.ts | 2 +- typescript/src/models/Resource.ts | 2 +- typescript/src/models/Role.ts | 2 +- typescript/src/models/RoleDescription.ts | 2 +- typescript/src/models/STRectangle.ts | 2 +- typescript/src/models/SearchCapabilities.ts | 2 +- typescript/src/models/SearchType.ts | 2 +- typescript/src/models/SearchTypes.ts | 2 +- typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts | 2 +- typescript/src/models/ServerInfo.ts | 2 +- typescript/src/models/SingleBandRasterColorizer.ts | 2 +- typescript/src/models/SpatialGridDefinition.ts | 2 +- typescript/src/models/SpatialGridDescriptor.ts | 2 +- typescript/src/models/SpatialGridDescriptorState.ts | 2 +- typescript/src/models/SpatialPartition2D.ts | 2 +- typescript/src/models/SpatialReferenceAuthority.ts | 2 +- typescript/src/models/SpatialReferenceSpecification.ts | 2 +- typescript/src/models/SpatialResolution.ts | 2 +- typescript/src/models/StacApiRetries.ts | 2 +- typescript/src/models/StacQueryBuffer.ts | 2 +- typescript/src/models/StaticColor.ts | 2 +- typescript/src/models/StaticNumber.ts | 2 +- typescript/src/models/StrokeParam.ts | 2 +- typescript/src/models/SuggestMetaData.ts | 2 +- typescript/src/models/Symbology.ts | 2 +- typescript/src/models/TaskAbortOptions.ts | 2 +- typescript/src/models/TaskFilter.ts | 2 +- typescript/src/models/TaskListOptions.ts | 2 +- typescript/src/models/TaskResponse.ts | 2 +- typescript/src/models/TaskStatus.ts | 2 +- typescript/src/models/TaskStatusAborted.ts | 2 +- typescript/src/models/TaskStatusCompleted.ts | 2 +- typescript/src/models/TaskStatusFailed.ts | 2 +- typescript/src/models/TaskStatusRunning.ts | 2 +- typescript/src/models/TaskStatusWithId.ts | 2 +- typescript/src/models/TextSymbology.ts | 2 +- typescript/src/models/TimeGranularity.ts | 2 +- typescript/src/models/TimeInterval.ts | 2 +- typescript/src/models/TimeReference.ts | 2 +- typescript/src/models/TimeStep.ts | 2 +- typescript/src/models/TypedDataProviderDefinition.ts | 2 +- typescript/src/models/TypedGeometry.ts | 2 +- typescript/src/models/TypedGeometryOneOf.ts | 2 +- typescript/src/models/TypedGeometryOneOf1.ts | 2 +- typescript/src/models/TypedGeometryOneOf2.ts | 2 +- typescript/src/models/TypedGeometryOneOf3.ts | 2 +- typescript/src/models/TypedOperator.ts | 2 +- typescript/src/models/TypedOperatorOperator.ts | 2 +- typescript/src/models/TypedPlotResultDescriptor.ts | 2 +- typescript/src/models/TypedRasterResultDescriptor.ts | 2 +- typescript/src/models/TypedResultDescriptor.ts | 2 +- typescript/src/models/TypedVectorResultDescriptor.ts | 2 +- typescript/src/models/UnitlessMeasurement.ts | 2 +- typescript/src/models/UnixTimeStampType.ts | 2 +- typescript/src/models/UpdateDataset.ts | 2 +- typescript/src/models/UpdateLayer.ts | 2 +- typescript/src/models/UpdateLayerCollection.ts | 2 +- typescript/src/models/UpdateProject.ts | 2 +- typescript/src/models/UpdateQuota.ts | 2 +- typescript/src/models/UploadFileLayersResponse.ts | 2 +- typescript/src/models/UploadFilesResponse.ts | 2 +- typescript/src/models/UsageSummaryGranularity.ts | 2 +- typescript/src/models/UserCredentials.ts | 2 +- typescript/src/models/UserInfo.ts | 2 +- typescript/src/models/UserRegistration.ts | 2 +- typescript/src/models/UserSession.ts | 2 +- typescript/src/models/VecUpdate.ts | 2 +- typescript/src/models/VectorColumnInfo.ts | 2 +- typescript/src/models/VectorDataType.ts | 2 +- typescript/src/models/VectorResultDescriptor.ts | 2 +- typescript/src/models/Volume.ts | 2 +- typescript/src/models/VolumeFileLayersResponse.ts | 2 +- typescript/src/models/WcsBoundingbox.ts | 2 +- typescript/src/models/WcsService.ts | 2 +- typescript/src/models/WcsVersion.ts | 2 +- typescript/src/models/WfsService.ts | 2 +- typescript/src/models/WfsVersion.ts | 2 +- typescript/src/models/WildliveDataConnectorDefinition.ts | 2 +- typescript/src/models/WmsService.ts | 2 +- typescript/src/models/WmsVersion.ts | 2 +- typescript/src/models/Workflow.ts | 2 +- typescript/src/models/WrappedPlotOutput.ts | 2 +- typescript/src/runtime.ts | 2 +- 1839 files changed, 1839 insertions(+), 1839 deletions(-) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 1ff64015..6872fcc4 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/datasets_api.py b/python/geoengine_openapi_client/api/datasets_api.py index bc557a05..4d4a7a93 100644 --- a/python/geoengine_openapi_client/api/datasets_api.py +++ b/python/geoengine_openapi_client/api/datasets_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/general_api.py b/python/geoengine_openapi_client/api/general_api.py index aa468d0c..4694d307 100644 --- a/python/geoengine_openapi_client/api/general_api.py +++ b/python/geoengine_openapi_client/api/general_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/layers_api.py b/python/geoengine_openapi_client/api/layers_api.py index 2ca50588..59311b90 100644 --- a/python/geoengine_openapi_client/api/layers_api.py +++ b/python/geoengine_openapi_client/api/layers_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ml_api.py b/python/geoengine_openapi_client/api/ml_api.py index 1f9d40dc..44a8c1a8 100644 --- a/python/geoengine_openapi_client/api/ml_api.py +++ b/python/geoengine_openapi_client/api/ml_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ogcwcs_api.py b/python/geoengine_openapi_client/api/ogcwcs_api.py index a5a60097..2b78f57b 100644 --- a/python/geoengine_openapi_client/api/ogcwcs_api.py +++ b/python/geoengine_openapi_client/api/ogcwcs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ogcwfs_api.py b/python/geoengine_openapi_client/api/ogcwfs_api.py index 0f0e01e8..f8aeb003 100644 --- a/python/geoengine_openapi_client/api/ogcwfs_api.py +++ b/python/geoengine_openapi_client/api/ogcwfs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ogcwms_api.py b/python/geoengine_openapi_client/api/ogcwms_api.py index 8cd76c71..f7d4b13c 100644 --- a/python/geoengine_openapi_client/api/ogcwms_api.py +++ b/python/geoengine_openapi_client/api/ogcwms_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/permissions_api.py b/python/geoengine_openapi_client/api/permissions_api.py index 384bac8a..b386502c 100644 --- a/python/geoengine_openapi_client/api/permissions_api.py +++ b/python/geoengine_openapi_client/api/permissions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/plots_api.py b/python/geoengine_openapi_client/api/plots_api.py index cca1138d..d967a291 100644 --- a/python/geoengine_openapi_client/api/plots_api.py +++ b/python/geoengine_openapi_client/api/plots_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/projects_api.py b/python/geoengine_openapi_client/api/projects_api.py index 81e61bbb..9225ef5b 100644 --- a/python/geoengine_openapi_client/api/projects_api.py +++ b/python/geoengine_openapi_client/api/projects_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/session_api.py b/python/geoengine_openapi_client/api/session_api.py index fca1eb9f..db012e51 100644 --- a/python/geoengine_openapi_client/api/session_api.py +++ b/python/geoengine_openapi_client/api/session_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/spatial_references_api.py b/python/geoengine_openapi_client/api/spatial_references_api.py index ca4a0284..56b83271 100644 --- a/python/geoengine_openapi_client/api/spatial_references_api.py +++ b/python/geoengine_openapi_client/api/spatial_references_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/tasks_api.py b/python/geoengine_openapi_client/api/tasks_api.py index ebe479f4..0b90b580 100644 --- a/python/geoengine_openapi_client/api/tasks_api.py +++ b/python/geoengine_openapi_client/api/tasks_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/uploads_api.py b/python/geoengine_openapi_client/api/uploads_api.py index 0970b9ae..1f92a3c5 100644 --- a/python/geoengine_openapi_client/api/uploads_api.py +++ b/python/geoengine_openapi_client/api/uploads_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/user_api.py b/python/geoengine_openapi_client/api/user_api.py index 12d3d321..a3544f0b 100644 --- a/python/geoengine_openapi_client/api/user_api.py +++ b/python/geoengine_openapi_client/api/user_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/workflows_api.py b/python/geoengine_openapi_client/api/workflows_api.py index a02a5783..3072693b 100644 --- a/python/geoengine_openapi_client/api/workflows_api.py +++ b/python/geoengine_openapi_client/api/workflows_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index e7b27391..0d6923fa 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index 60529be4..5d222282 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/exceptions.py b/python/geoengine_openapi_client/exceptions.py index 8d35d172..7ce16c66 100644 --- a/python/geoengine_openapi_client/exceptions.py +++ b/python/geoengine_openapi_client/exceptions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index 125280d7..97dea64f 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -6,7 +6,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_dataset.py b/python/geoengine_openapi_client/models/add_dataset.py index adfb407b..01b382aa 100644 --- a/python/geoengine_openapi_client/models/add_dataset.py +++ b/python/geoengine_openapi_client/models/add_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_layer.py b/python/geoengine_openapi_client/models/add_layer.py index 77f4f519..e6e8f5f3 100644 --- a/python/geoengine_openapi_client/models/add_layer.py +++ b/python/geoengine_openapi_client/models/add_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_layer_collection.py b/python/geoengine_openapi_client/models/add_layer_collection.py index 51901c28..e5a430cd 100644 --- a/python/geoengine_openapi_client/models/add_layer_collection.py +++ b/python/geoengine_openapi_client/models/add_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_role.py b/python/geoengine_openapi_client/models/add_role.py index a87f302a..884ef0cb 100644 --- a/python/geoengine_openapi_client/models/add_role.py +++ b/python/geoengine_openapi_client/models/add_role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/aruna_data_provider_definition.py b/python/geoengine_openapi_client/models/aruna_data_provider_definition.py index cb57a8c4..3e667cd5 100644 --- a/python/geoengine_openapi_client/models/aruna_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/aruna_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/auth_code_request_url.py b/python/geoengine_openapi_client/models/auth_code_request_url.py index 169271ba..a623b29b 100644 --- a/python/geoengine_openapi_client/models/auth_code_request_url.py +++ b/python/geoengine_openapi_client/models/auth_code_request_url.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/auth_code_response.py b/python/geoengine_openapi_client/models/auth_code_response.py index b71cd352..234e241e 100644 --- a/python/geoengine_openapi_client/models/auth_code_response.py +++ b/python/geoengine_openapi_client/models/auth_code_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/auto_create_dataset.py b/python/geoengine_openapi_client/models/auto_create_dataset.py index 953b9737..3472ff65 100644 --- a/python/geoengine_openapi_client/models/auto_create_dataset.py +++ b/python/geoengine_openapi_client/models/auto_create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/axis_order.py b/python/geoengine_openapi_client/models/axis_order.py index 15ec675e..2ee900ba 100644 --- a/python/geoengine_openapi_client/models/axis_order.py +++ b/python/geoengine_openapi_client/models/axis_order.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/bounding_box2_d.py b/python/geoengine_openapi_client/models/bounding_box2_d.py index 542d384e..7cd779e7 100644 --- a/python/geoengine_openapi_client/models/bounding_box2_d.py +++ b/python/geoengine_openapi_client/models/bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/breakpoint.py b/python/geoengine_openapi_client/models/breakpoint.py index 2e8874fd..8faa6c7b 100644 --- a/python/geoengine_openapi_client/models/breakpoint.py +++ b/python/geoengine_openapi_client/models/breakpoint.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/classification_measurement.py b/python/geoengine_openapi_client/models/classification_measurement.py index 1a685074..1fc612d8 100644 --- a/python/geoengine_openapi_client/models/classification_measurement.py +++ b/python/geoengine_openapi_client/models/classification_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/collection_item.py b/python/geoengine_openapi_client/models/collection_item.py index 7a4b4c1a..9ffb2c34 100644 --- a/python/geoengine_openapi_client/models/collection_item.py +++ b/python/geoengine_openapi_client/models/collection_item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/collection_type.py b/python/geoengine_openapi_client/models/collection_type.py index 602c8b8b..d73f1d9e 100644 --- a/python/geoengine_openapi_client/models/collection_type.py +++ b/python/geoengine_openapi_client/models/collection_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/color_param.py b/python/geoengine_openapi_client/models/color_param.py index 83f37b19..bcb8dfee 100644 --- a/python/geoengine_openapi_client/models/color_param.py +++ b/python/geoengine_openapi_client/models/color_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/colorizer.py b/python/geoengine_openapi_client/models/colorizer.py index d0bda490..2260f260 100644 --- a/python/geoengine_openapi_client/models/colorizer.py +++ b/python/geoengine_openapi_client/models/colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/computation_quota.py b/python/geoengine_openapi_client/models/computation_quota.py index 879e28a3..2f488237 100644 --- a/python/geoengine_openapi_client/models/computation_quota.py +++ b/python/geoengine_openapi_client/models/computation_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/continuous_measurement.py b/python/geoengine_openapi_client/models/continuous_measurement.py index 7e931a0d..43dc254f 100644 --- a/python/geoengine_openapi_client/models/continuous_measurement.py +++ b/python/geoengine_openapi_client/models/continuous_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/coordinate2_d.py b/python/geoengine_openapi_client/models/coordinate2_d.py index 5c5eed3f..46a21c90 100644 --- a/python/geoengine_openapi_client/models/coordinate2_d.py +++ b/python/geoengine_openapi_client/models/coordinate2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py b/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py index 4ff8e5c8..ed373728 100644 --- a/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/create_dataset.py b/python/geoengine_openapi_client/models/create_dataset.py index 18c896d8..af56bdbc 100644 --- a/python/geoengine_openapi_client/models/create_dataset.py +++ b/python/geoengine_openapi_client/models/create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/create_project.py b/python/geoengine_openapi_client/models/create_project.py index f1908bcd..2dc6b002 100644 --- a/python/geoengine_openapi_client/models/create_project.py +++ b/python/geoengine_openapi_client/models/create_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/csv_header.py b/python/geoengine_openapi_client/models/csv_header.py index 149132f0..a2bcfb78 100644 --- a/python/geoengine_openapi_client/models/csv_header.py +++ b/python/geoengine_openapi_client/models/csv_header.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_id.py b/python/geoengine_openapi_client/models/data_id.py index aa85e454..eba0bd8e 100644 --- a/python/geoengine_openapi_client/models/data_id.py +++ b/python/geoengine_openapi_client/models/data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_path.py b/python/geoengine_openapi_client/models/data_path.py index 27906fdf..af94e136 100644 --- a/python/geoengine_openapi_client/models/data_path.py +++ b/python/geoengine_openapi_client/models/data_path.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_path_one_of.py b/python/geoengine_openapi_client/models/data_path_one_of.py index 18fcf369..716bbcf5 100644 --- a/python/geoengine_openapi_client/models/data_path_one_of.py +++ b/python/geoengine_openapi_client/models/data_path_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_path_one_of1.py b/python/geoengine_openapi_client/models/data_path_one_of1.py index f3bbee58..f8b6c6ab 100644 --- a/python/geoengine_openapi_client/models/data_path_one_of1.py +++ b/python/geoengine_openapi_client/models/data_path_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_provider_resource.py b/python/geoengine_openapi_client/models/data_provider_resource.py index 3627c570..1b12b05b 100644 --- a/python/geoengine_openapi_client/models/data_provider_resource.py +++ b/python/geoengine_openapi_client/models/data_provider_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_usage.py b/python/geoengine_openapi_client/models/data_usage.py index e1ae09eb..f0d607bf 100644 --- a/python/geoengine_openapi_client/models/data_usage.py +++ b/python/geoengine_openapi_client/models/data_usage.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_usage_summary.py b/python/geoengine_openapi_client/models/data_usage_summary.py index fc232191..4998a322 100644 --- a/python/geoengine_openapi_client/models/data_usage_summary.py +++ b/python/geoengine_openapi_client/models/data_usage_summary.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/database_connection_config.py b/python/geoengine_openapi_client/models/database_connection_config.py index 27ae61d3..ef0a5502 100644 --- a/python/geoengine_openapi_client/models/database_connection_config.py +++ b/python/geoengine_openapi_client/models/database_connection_config.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset.py b/python/geoengine_openapi_client/models/dataset.py index 5637b012..ce3cf081 100644 --- a/python/geoengine_openapi_client/models/dataset.py +++ b/python/geoengine_openapi_client/models/dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_definition.py b/python/geoengine_openapi_client/models/dataset_definition.py index 3fbe5829..b7450a70 100644 --- a/python/geoengine_openapi_client/models/dataset_definition.py +++ b/python/geoengine_openapi_client/models/dataset_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py b/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py index b01b5645..85d3424a 100644 --- a/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py +++ b/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py b/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py index 851d3554..162a74f1 100644 --- a/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py +++ b/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_listing.py b/python/geoengine_openapi_client/models/dataset_listing.py index 1b0142d9..92d33b95 100644 --- a/python/geoengine_openapi_client/models/dataset_listing.py +++ b/python/geoengine_openapi_client/models/dataset_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_name_response.py b/python/geoengine_openapi_client/models/dataset_name_response.py index 7d1b2bbb..a286c57a 100644 --- a/python/geoengine_openapi_client/models/dataset_name_response.py +++ b/python/geoengine_openapi_client/models/dataset_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_resource.py b/python/geoengine_openapi_client/models/dataset_resource.py index 50ec4781..41d971c0 100644 --- a/python/geoengine_openapi_client/models/dataset_resource.py +++ b/python/geoengine_openapi_client/models/dataset_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/derived_color.py b/python/geoengine_openapi_client/models/derived_color.py index f45cfad3..5c10164c 100644 --- a/python/geoengine_openapi_client/models/derived_color.py +++ b/python/geoengine_openapi_client/models/derived_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/derived_number.py b/python/geoengine_openapi_client/models/derived_number.py index dd9537f0..b23d1f5d 100644 --- a/python/geoengine_openapi_client/models/derived_number.py +++ b/python/geoengine_openapi_client/models/derived_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/describe_coverage_request.py b/python/geoengine_openapi_client/models/describe_coverage_request.py index 20c93cce..4ea1b517 100644 --- a/python/geoengine_openapi_client/models/describe_coverage_request.py +++ b/python/geoengine_openapi_client/models/describe_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py b/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py index 4dc1aa18..fc37e110 100644 --- a/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/edr_data_provider_definition.py b/python/geoengine_openapi_client/models/edr_data_provider_definition.py index a01a0556..3768e31c 100644 --- a/python/geoengine_openapi_client/models/edr_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/edr_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/edr_vector_spec.py b/python/geoengine_openapi_client/models/edr_vector_spec.py index 05ee560e..5f475692 100644 --- a/python/geoengine_openapi_client/models/edr_vector_spec.py +++ b/python/geoengine_openapi_client/models/edr_vector_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/error_response.py b/python/geoengine_openapi_client/models/error_response.py index 0fce584d..ffe73a1d 100644 --- a/python/geoengine_openapi_client/models/error_response.py +++ b/python/geoengine_openapi_client/models/error_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/external_data_id.py b/python/geoengine_openapi_client/models/external_data_id.py index e6614056..0251f44b 100644 --- a/python/geoengine_openapi_client/models/external_data_id.py +++ b/python/geoengine_openapi_client/models/external_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/feature_data_type.py b/python/geoengine_openapi_client/models/feature_data_type.py index 26c9e6b3..debc7655 100644 --- a/python/geoengine_openapi_client/models/feature_data_type.py +++ b/python/geoengine_openapi_client/models/feature_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/file_not_found_handling.py b/python/geoengine_openapi_client/models/file_not_found_handling.py index ef14ea1a..fd14637e 100644 --- a/python/geoengine_openapi_client/models/file_not_found_handling.py +++ b/python/geoengine_openapi_client/models/file_not_found_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/format_specifics.py b/python/geoengine_openapi_client/models/format_specifics.py index 782adccb..24b808e2 100644 --- a/python/geoengine_openapi_client/models/format_specifics.py +++ b/python/geoengine_openapi_client/models/format_specifics.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/format_specifics_one_of.py b/python/geoengine_openapi_client/models/format_specifics_one_of.py index 356387fc..b8152a6d 100644 --- a/python/geoengine_openapi_client/models/format_specifics_one_of.py +++ b/python/geoengine_openapi_client/models/format_specifics_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/format_specifics_one_of_csv.py b/python/geoengine_openapi_client/models/format_specifics_one_of_csv.py index 14330498..19418414 100644 --- a/python/geoengine_openapi_client/models/format_specifics_one_of_csv.py +++ b/python/geoengine_openapi_client/models/format_specifics_one_of_csv.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gbif_data_provider_definition.py b/python/geoengine_openapi_client/models/gbif_data_provider_definition.py index cdb3a8eb..738b664f 100644 --- a/python/geoengine_openapi_client/models/gbif_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/gbif_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py b/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py index e54e8bc9..d89044a1 100644 --- a/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py +++ b/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_dataset_parameters.py b/python/geoengine_openapi_client/models/gdal_dataset_parameters.py index 6d0686d7..68a19f90 100644 --- a/python/geoengine_openapi_client/models/gdal_dataset_parameters.py +++ b/python/geoengine_openapi_client/models/gdal_dataset_parameters.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py b/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py index a335ac5e..84914f21 100644 --- a/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py +++ b/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_meta_data_list.py b/python/geoengine_openapi_client/models/gdal_meta_data_list.py index c25dacd7..431eb1cb 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_list.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_list.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_meta_data_regular.py b/python/geoengine_openapi_client/models/gdal_meta_data_regular.py index 0e10b300..8dcc3f8a 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_regular.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_regular.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_meta_data_static.py b/python/geoengine_openapi_client/models/gdal_meta_data_static.py index 6ab704c0..a8f68d7a 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_static.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_static.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_metadata_mapping.py b/python/geoengine_openapi_client/models/gdal_metadata_mapping.py index deceaed7..78fc1958 100644 --- a/python/geoengine_openapi_client/models/gdal_metadata_mapping.py +++ b/python/geoengine_openapi_client/models/gdal_metadata_mapping.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py b/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py index b9814199..d577584e 100644 --- a/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py +++ b/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py b/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py index 34ddd25e..3b3a15e5 100644 --- a/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py +++ b/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/geo_json.py b/python/geoengine_openapi_client/models/geo_json.py index 65dd2489..c6f9ff2a 100644 --- a/python/geoengine_openapi_client/models/geo_json.py +++ b/python/geoengine_openapi_client/models/geo_json.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/geo_transform.py b/python/geoengine_openapi_client/models/geo_transform.py index 47d0286d..15e8c143 100644 --- a/python/geoengine_openapi_client/models/geo_transform.py +++ b/python/geoengine_openapi_client/models/geo_transform.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_capabilities_format.py b/python/geoengine_openapi_client/models/get_capabilities_format.py index 58eac3b9..c06140f3 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_format.py +++ b/python/geoengine_openapi_client/models/get_capabilities_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_capabilities_request.py b/python/geoengine_openapi_client/models/get_capabilities_request.py index 07b5b608..1eff0daa 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_request.py +++ b/python/geoengine_openapi_client/models/get_capabilities_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_coverage_format.py b/python/geoengine_openapi_client/models/get_coverage_format.py index 39d1d573..60ce8e53 100644 --- a/python/geoengine_openapi_client/models/get_coverage_format.py +++ b/python/geoengine_openapi_client/models/get_coverage_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_coverage_request.py b/python/geoengine_openapi_client/models/get_coverage_request.py index 9df3ab15..0f84a6a4 100644 --- a/python/geoengine_openapi_client/models/get_coverage_request.py +++ b/python/geoengine_openapi_client/models/get_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_feature_request.py b/python/geoengine_openapi_client/models/get_feature_request.py index a4cd6056..1f9a4a02 100644 --- a/python/geoengine_openapi_client/models/get_feature_request.py +++ b/python/geoengine_openapi_client/models/get_feature_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_legend_graphic_request.py b/python/geoengine_openapi_client/models/get_legend_graphic_request.py index 48aab927..a7800ef7 100644 --- a/python/geoengine_openapi_client/models/get_legend_graphic_request.py +++ b/python/geoengine_openapi_client/models/get_legend_graphic_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_map_exception_format.py b/python/geoengine_openapi_client/models/get_map_exception_format.py index 5ef5613b..e78182f4 100644 --- a/python/geoengine_openapi_client/models/get_map_exception_format.py +++ b/python/geoengine_openapi_client/models/get_map_exception_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_map_format.py b/python/geoengine_openapi_client/models/get_map_format.py index 1da506de..7919b4cf 100644 --- a/python/geoengine_openapi_client/models/get_map_format.py +++ b/python/geoengine_openapi_client/models/get_map_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_map_request.py b/python/geoengine_openapi_client/models/get_map_request.py index 9effd255..d981ed17 100644 --- a/python/geoengine_openapi_client/models/get_map_request.py +++ b/python/geoengine_openapi_client/models/get_map_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py b/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py index 0ac7f990..228b0dd5 100644 --- a/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py b/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py index 6893be12..9d2874e6 100644 --- a/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/grid_bounding_box2_d.py b/python/geoengine_openapi_client/models/grid_bounding_box2_d.py index 8bc2c4f8..f699c3a9 100644 --- a/python/geoengine_openapi_client/models/grid_bounding_box2_d.py +++ b/python/geoengine_openapi_client/models/grid_bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/grid_idx2_d.py b/python/geoengine_openapi_client/models/grid_idx2_d.py index a78dbee4..f42de2a0 100644 --- a/python/geoengine_openapi_client/models/grid_idx2_d.py +++ b/python/geoengine_openapi_client/models/grid_idx2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/id_response.py b/python/geoengine_openapi_client/models/id_response.py index be43ea4c..99fee842 100644 --- a/python/geoengine_openapi_client/models/id_response.py +++ b/python/geoengine_openapi_client/models/id_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/internal_data_id.py b/python/geoengine_openapi_client/models/internal_data_id.py index 948a67a6..3e99769b 100644 --- a/python/geoengine_openapi_client/models/internal_data_id.py +++ b/python/geoengine_openapi_client/models/internal_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer.py b/python/geoengine_openapi_client/models/layer.py index 6d0e81e5..e503a9ca 100644 --- a/python/geoengine_openapi_client/models/layer.py +++ b/python/geoengine_openapi_client/models/layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_collection.py b/python/geoengine_openapi_client/models/layer_collection.py index ccd392c2..6fa2afd9 100644 --- a/python/geoengine_openapi_client/models/layer_collection.py +++ b/python/geoengine_openapi_client/models/layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_collection_listing.py b/python/geoengine_openapi_client/models/layer_collection_listing.py index 533647da..62475e98 100644 --- a/python/geoengine_openapi_client/models/layer_collection_listing.py +++ b/python/geoengine_openapi_client/models/layer_collection_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_collection_resource.py b/python/geoengine_openapi_client/models/layer_collection_resource.py index 96c12874..ad32d420 100644 --- a/python/geoengine_openapi_client/models/layer_collection_resource.py +++ b/python/geoengine_openapi_client/models/layer_collection_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_listing.py b/python/geoengine_openapi_client/models/layer_listing.py index 50f807d2..b2fad2b7 100644 --- a/python/geoengine_openapi_client/models/layer_listing.py +++ b/python/geoengine_openapi_client/models/layer_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_provider_listing.py b/python/geoengine_openapi_client/models/layer_provider_listing.py index 7cf2db6c..9f1d34eb 100644 --- a/python/geoengine_openapi_client/models/layer_provider_listing.py +++ b/python/geoengine_openapi_client/models/layer_provider_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_resource.py b/python/geoengine_openapi_client/models/layer_resource.py index 1b4cab5f..086a6beb 100644 --- a/python/geoengine_openapi_client/models/layer_resource.py +++ b/python/geoengine_openapi_client/models/layer_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_visibility.py b/python/geoengine_openapi_client/models/layer_visibility.py index b7c9cd54..77ad5e73 100644 --- a/python/geoengine_openapi_client/models/layer_visibility.py +++ b/python/geoengine_openapi_client/models/layer_visibility.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/line_symbology.py b/python/geoengine_openapi_client/models/line_symbology.py index 618681ea..c54c7f7b 100644 --- a/python/geoengine_openapi_client/models/line_symbology.py +++ b/python/geoengine_openapi_client/models/line_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/linear_gradient.py b/python/geoengine_openapi_client/models/linear_gradient.py index 2578d6d6..ab74baca 100644 --- a/python/geoengine_openapi_client/models/linear_gradient.py +++ b/python/geoengine_openapi_client/models/linear_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/logarithmic_gradient.py b/python/geoengine_openapi_client/models/logarithmic_gradient.py index 98a479a5..4cab5240 100644 --- a/python/geoengine_openapi_client/models/logarithmic_gradient.py +++ b/python/geoengine_openapi_client/models/logarithmic_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/measurement.py b/python/geoengine_openapi_client/models/measurement.py index 919adba2..5155faed 100644 --- a/python/geoengine_openapi_client/models/measurement.py +++ b/python/geoengine_openapi_client/models/measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/meta_data_definition.py b/python/geoengine_openapi_client/models/meta_data_definition.py index 6e892bff..e242283a 100644 --- a/python/geoengine_openapi_client/models/meta_data_definition.py +++ b/python/geoengine_openapi_client/models/meta_data_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/meta_data_suggestion.py b/python/geoengine_openapi_client/models/meta_data_suggestion.py index 14a5d587..aca07dbb 100644 --- a/python/geoengine_openapi_client/models/meta_data_suggestion.py +++ b/python/geoengine_openapi_client/models/meta_data_suggestion.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model.py b/python/geoengine_openapi_client/models/ml_model.py index 3b484465..f634e7f5 100644 --- a/python/geoengine_openapi_client/models/ml_model.py +++ b/python/geoengine_openapi_client/models/ml_model.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py index 28f0b4de..97fc0fec 100644 --- a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py +++ b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py index 82e44a69..ce443e40 100644 --- a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py +++ b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_metadata.py b/python/geoengine_openapi_client/models/ml_model_metadata.py index 148cece8..343f1ca5 100644 --- a/python/geoengine_openapi_client/models/ml_model_metadata.py +++ b/python/geoengine_openapi_client/models/ml_model_metadata.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_name_response.py b/python/geoengine_openapi_client/models/ml_model_name_response.py index a9746c50..3be7526d 100644 --- a/python/geoengine_openapi_client/models/ml_model_name_response.py +++ b/python/geoengine_openapi_client/models/ml_model_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py index 3d5322f9..b94c2f32 100644 --- a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py +++ b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py index 72f3e9f9..2e9c069b 100644 --- a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py +++ b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_resource.py b/python/geoengine_openapi_client/models/ml_model_resource.py index bd6eccfd..0e40814b 100644 --- a/python/geoengine_openapi_client/models/ml_model_resource.py +++ b/python/geoengine_openapi_client/models/ml_model_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py b/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py index 65a01213..c27639d1 100644 --- a/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py +++ b/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py b/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py index 924098dd..1fcb66b7 100644 --- a/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py +++ b/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/mock_meta_data.py b/python/geoengine_openapi_client/models/mock_meta_data.py index 706407ff..8e16db11 100644 --- a/python/geoengine_openapi_client/models/mock_meta_data.py +++ b/python/geoengine_openapi_client/models/mock_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py b/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py index cc332b03..7fa3fcd5 100644 --- a/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py +++ b/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_line_string.py b/python/geoengine_openapi_client/models/multi_line_string.py index d164f2ce..e7810c1a 100644 --- a/python/geoengine_openapi_client/models/multi_line_string.py +++ b/python/geoengine_openapi_client/models/multi_line_string.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_point.py b/python/geoengine_openapi_client/models/multi_point.py index 4d9c2b81..72834215 100644 --- a/python/geoengine_openapi_client/models/multi_point.py +++ b/python/geoengine_openapi_client/models/multi_point.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_polygon.py b/python/geoengine_openapi_client/models/multi_polygon.py index ce9105ca..9b98f4cd 100644 --- a/python/geoengine_openapi_client/models/multi_polygon.py +++ b/python/geoengine_openapi_client/models/multi_polygon.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py b/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py index 5a37dda0..23bab3f5 100644 --- a/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/number_param.py b/python/geoengine_openapi_client/models/number_param.py index e766b4c6..4f02a5e4 100644 --- a/python/geoengine_openapi_client/models/number_param.py +++ b/python/geoengine_openapi_client/models/number_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_meta_data.py b/python/geoengine_openapi_client/models/ogr_meta_data.py index 77824f70..6a073f97 100644 --- a/python/geoengine_openapi_client/models/ogr_meta_data.py +++ b/python/geoengine_openapi_client/models/ogr_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_column_spec.py b/python/geoengine_openapi_client/models/ogr_source_column_spec.py index c2c4f5e5..74bed4aa 100644 --- a/python/geoengine_openapi_client/models/ogr_source_column_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_column_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset.py b/python/geoengine_openapi_client/models/ogr_source_dataset.py index b54dac6a..4ebe6e07 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py index 84f85813..1520a333 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py index f03974c6..5523e8c9 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py index 7107255e..69e0d2cb 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py index 1add572a..5a03b4a1 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py index 85dfa151..8a6b048c 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec.py index d101ac2e..46ee05d9 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py index 2531a215..599f1102 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py index d7ba6747..283d2305 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py index fac14ab0..5d3bccee 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_error_spec.py b/python/geoengine_openapi_client/models/ogr_source_error_spec.py index 8a4b23a2..ee051875 100644 --- a/python/geoengine_openapi_client/models/ogr_source_error_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_error_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format.py b/python/geoengine_openapi_client/models/ogr_source_time_format.py index 1964cad5..2b77d0e3 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py b/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py index 71863600..f1a75102 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py b/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py index fac45fbb..a65777b9 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py b/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py index 723e5552..0f77d6b1 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/operator_quota.py b/python/geoengine_openapi_client/models/operator_quota.py index 435fd6db..29b59c4f 100644 --- a/python/geoengine_openapi_client/models/operator_quota.py +++ b/python/geoengine_openapi_client/models/operator_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/order_by.py b/python/geoengine_openapi_client/models/order_by.py index 6c648d76..af80c1c8 100644 --- a/python/geoengine_openapi_client/models/order_by.py +++ b/python/geoengine_openapi_client/models/order_by.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/palette_colorizer.py b/python/geoengine_openapi_client/models/palette_colorizer.py index 3523ff47..c4e1eb9a 100644 --- a/python/geoengine_openapi_client/models/palette_colorizer.py +++ b/python/geoengine_openapi_client/models/palette_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py b/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py index a9c3e96c..bc94bdf5 100644 --- a/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission.py b/python/geoengine_openapi_client/models/permission.py index 6b317edb..fdbf1189 100644 --- a/python/geoengine_openapi_client/models/permission.py +++ b/python/geoengine_openapi_client/models/permission.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission_list_options.py b/python/geoengine_openapi_client/models/permission_list_options.py index 270b9ea9..716aa8aa 100644 --- a/python/geoengine_openapi_client/models/permission_list_options.py +++ b/python/geoengine_openapi_client/models/permission_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission_listing.py b/python/geoengine_openapi_client/models/permission_listing.py index 3817b4e2..7e43cdd8 100644 --- a/python/geoengine_openapi_client/models/permission_listing.py +++ b/python/geoengine_openapi_client/models/permission_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission_request.py b/python/geoengine_openapi_client/models/permission_request.py index 4b517349..b30d8a58 100644 --- a/python/geoengine_openapi_client/models/permission_request.py +++ b/python/geoengine_openapi_client/models/permission_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot.py b/python/geoengine_openapi_client/models/plot.py index 47d9f23b..59b7bd6c 100644 --- a/python/geoengine_openapi_client/models/plot.py +++ b/python/geoengine_openapi_client/models/plot.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot_output_format.py b/python/geoengine_openapi_client/models/plot_output_format.py index 10612d29..6c06e087 100644 --- a/python/geoengine_openapi_client/models/plot_output_format.py +++ b/python/geoengine_openapi_client/models/plot_output_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot_result_descriptor.py b/python/geoengine_openapi_client/models/plot_result_descriptor.py index f1dd952d..bf840414 100644 --- a/python/geoengine_openapi_client/models/plot_result_descriptor.py +++ b/python/geoengine_openapi_client/models/plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/point_symbology.py b/python/geoengine_openapi_client/models/point_symbology.py index ccfacbf9..785a23a5 100644 --- a/python/geoengine_openapi_client/models/point_symbology.py +++ b/python/geoengine_openapi_client/models/point_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/polygon_symbology.py b/python/geoengine_openapi_client/models/polygon_symbology.py index 5ce7d23e..51b3b6f8 100644 --- a/python/geoengine_openapi_client/models/polygon_symbology.py +++ b/python/geoengine_openapi_client/models/polygon_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project.py b/python/geoengine_openapi_client/models/project.py index e8230d89..c4bf1c73 100644 --- a/python/geoengine_openapi_client/models/project.py +++ b/python/geoengine_openapi_client/models/project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_layer.py b/python/geoengine_openapi_client/models/project_layer.py index 94565988..17c69a27 100644 --- a/python/geoengine_openapi_client/models/project_layer.py +++ b/python/geoengine_openapi_client/models/project_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_listing.py b/python/geoengine_openapi_client/models/project_listing.py index 23607e75..1950f9f1 100644 --- a/python/geoengine_openapi_client/models/project_listing.py +++ b/python/geoengine_openapi_client/models/project_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_resource.py b/python/geoengine_openapi_client/models/project_resource.py index 8a1a2020..0ce6e6a8 100644 --- a/python/geoengine_openapi_client/models/project_resource.py +++ b/python/geoengine_openapi_client/models/project_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_update_token.py b/python/geoengine_openapi_client/models/project_update_token.py index 6dd63f3d..0dfa93f5 100644 --- a/python/geoengine_openapi_client/models/project_update_token.py +++ b/python/geoengine_openapi_client/models/project_update_token.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_version.py b/python/geoengine_openapi_client/models/project_version.py index 6f8004df..bdc28e65 100644 --- a/python/geoengine_openapi_client/models/project_version.py +++ b/python/geoengine_openapi_client/models/project_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenance.py b/python/geoengine_openapi_client/models/provenance.py index b402680d..1de8e6a8 100644 --- a/python/geoengine_openapi_client/models/provenance.py +++ b/python/geoengine_openapi_client/models/provenance.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenance_entry.py b/python/geoengine_openapi_client/models/provenance_entry.py index d57acd80..e43d542d 100644 --- a/python/geoengine_openapi_client/models/provenance_entry.py +++ b/python/geoengine_openapi_client/models/provenance_entry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenance_output.py b/python/geoengine_openapi_client/models/provenance_output.py index f8eb6cdc..8c699266 100644 --- a/python/geoengine_openapi_client/models/provenance_output.py +++ b/python/geoengine_openapi_client/models/provenance_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenances.py b/python/geoengine_openapi_client/models/provenances.py index c41a9e94..3b984836 100644 --- a/python/geoengine_openapi_client/models/provenances.py +++ b/python/geoengine_openapi_client/models/provenances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provider_capabilities.py b/python/geoengine_openapi_client/models/provider_capabilities.py index 6a81ba8d..3c97be4e 100644 --- a/python/geoengine_openapi_client/models/provider_capabilities.py +++ b/python/geoengine_openapi_client/models/provider_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provider_layer_collection_id.py b/python/geoengine_openapi_client/models/provider_layer_collection_id.py index 3db6bf81..1afdac2c 100644 --- a/python/geoengine_openapi_client/models/provider_layer_collection_id.py +++ b/python/geoengine_openapi_client/models/provider_layer_collection_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provider_layer_id.py b/python/geoengine_openapi_client/models/provider_layer_id.py index 0c2f1b35..cd2fa5ae 100644 --- a/python/geoengine_openapi_client/models/provider_layer_id.py +++ b/python/geoengine_openapi_client/models/provider_layer_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/quota.py b/python/geoengine_openapi_client/models/quota.py index 0894165a..6a14e351 100644 --- a/python/geoengine_openapi_client/models/quota.py +++ b/python/geoengine_openapi_client/models/quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_band_descriptor.py b/python/geoengine_openapi_client/models/raster_band_descriptor.py index 7210ada6..40ed8c05 100644 --- a/python/geoengine_openapi_client/models/raster_band_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_band_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_colorizer.py b/python/geoengine_openapi_client/models/raster_colorizer.py index d9f061d2..eff4870f 100644 --- a/python/geoengine_openapi_client/models/raster_colorizer.py +++ b/python/geoengine_openapi_client/models/raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_data_type.py b/python/geoengine_openapi_client/models/raster_data_type.py index b6d0d198..908c8a52 100644 --- a/python/geoengine_openapi_client/models/raster_data_type.py +++ b/python/geoengine_openapi_client/models/raster_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py index 16d4ea77..33f90a0a 100644 --- a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py +++ b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py b/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py index 418199a8..4d57a894 100644 --- a/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py +++ b/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_properties_entry_type.py b/python/geoengine_openapi_client/models/raster_properties_entry_type.py index ffe87d2f..50fbf28c 100644 --- a/python/geoengine_openapi_client/models/raster_properties_entry_type.py +++ b/python/geoengine_openapi_client/models/raster_properties_entry_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_properties_key.py b/python/geoengine_openapi_client/models/raster_properties_key.py index 772994e1..59ca0c94 100644 --- a/python/geoengine_openapi_client/models/raster_properties_key.py +++ b/python/geoengine_openapi_client/models/raster_properties_key.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index 908c02d2..e691127e 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py b/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py index 27e9af1f..04b07fc1 100644 --- a/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py +++ b/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_symbology.py b/python/geoengine_openapi_client/models/raster_symbology.py index 5cb39404..d7456300 100644 --- a/python/geoengine_openapi_client/models/raster_symbology.py +++ b/python/geoengine_openapi_client/models/raster_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py b/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py index 990d1bf1..484df5c7 100644 --- a/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py +++ b/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/resource.py b/python/geoengine_openapi_client/models/resource.py index d7f59bef..9ea22774 100644 --- a/python/geoengine_openapi_client/models/resource.py +++ b/python/geoengine_openapi_client/models/resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/role.py b/python/geoengine_openapi_client/models/role.py index ea00a20b..beb4323c 100644 --- a/python/geoengine_openapi_client/models/role.py +++ b/python/geoengine_openapi_client/models/role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/role_description.py b/python/geoengine_openapi_client/models/role_description.py index 2836111f..e6617fce 100644 --- a/python/geoengine_openapi_client/models/role_description.py +++ b/python/geoengine_openapi_client/models/role_description.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/search_capabilities.py b/python/geoengine_openapi_client/models/search_capabilities.py index e2d80aaa..3ab2168c 100644 --- a/python/geoengine_openapi_client/models/search_capabilities.py +++ b/python/geoengine_openapi_client/models/search_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/search_type.py b/python/geoengine_openapi_client/models/search_type.py index 3a608b52..c1aa8ca2 100644 --- a/python/geoengine_openapi_client/models/search_type.py +++ b/python/geoengine_openapi_client/models/search_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/search_types.py b/python/geoengine_openapi_client/models/search_types.py index 1571ad05..08a8d743 100644 --- a/python/geoengine_openapi_client/models/search_types.py +++ b/python/geoengine_openapi_client/models/search_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py b/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py index c2503210..8e84edb2 100644 --- a/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py +++ b/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/server_info.py b/python/geoengine_openapi_client/models/server_info.py index 98818a9d..8ffed6ba 100644 --- a/python/geoengine_openapi_client/models/server_info.py +++ b/python/geoengine_openapi_client/models/server_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/single_band_raster_colorizer.py b/python/geoengine_openapi_client/models/single_band_raster_colorizer.py index 98a6e928..0c499627 100644 --- a/python/geoengine_openapi_client/models/single_band_raster_colorizer.py +++ b/python/geoengine_openapi_client/models/single_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_grid_definition.py b/python/geoengine_openapi_client/models/spatial_grid_definition.py index 1cd9f727..251a2b4e 100644 --- a/python/geoengine_openapi_client/models/spatial_grid_definition.py +++ b/python/geoengine_openapi_client/models/spatial_grid_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_grid_descriptor.py b/python/geoengine_openapi_client/models/spatial_grid_descriptor.py index b92e7fa0..7224d8cf 100644 --- a/python/geoengine_openapi_client/models/spatial_grid_descriptor.py +++ b/python/geoengine_openapi_client/models/spatial_grid_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py b/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py index 2d71be0f..ec5d83da 100644 --- a/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py +++ b/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_partition2_d.py b/python/geoengine_openapi_client/models/spatial_partition2_d.py index d853e7f8..831bb199 100644 --- a/python/geoengine_openapi_client/models/spatial_partition2_d.py +++ b/python/geoengine_openapi_client/models/spatial_partition2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_reference_authority.py b/python/geoengine_openapi_client/models/spatial_reference_authority.py index a5719f31..157d55db 100644 --- a/python/geoengine_openapi_client/models/spatial_reference_authority.py +++ b/python/geoengine_openapi_client/models/spatial_reference_authority.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_reference_specification.py b/python/geoengine_openapi_client/models/spatial_reference_specification.py index 62d932eb..eec91b67 100644 --- a/python/geoengine_openapi_client/models/spatial_reference_specification.py +++ b/python/geoengine_openapi_client/models/spatial_reference_specification.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_resolution.py b/python/geoengine_openapi_client/models/spatial_resolution.py index 3287be67..e7518a75 100644 --- a/python/geoengine_openapi_client/models/spatial_resolution.py +++ b/python/geoengine_openapi_client/models/spatial_resolution.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/st_rectangle.py b/python/geoengine_openapi_client/models/st_rectangle.py index 9f76d559..cb271d61 100644 --- a/python/geoengine_openapi_client/models/st_rectangle.py +++ b/python/geoengine_openapi_client/models/st_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/stac_api_retries.py b/python/geoengine_openapi_client/models/stac_api_retries.py index 183f0cbf..36fdd7c4 100644 --- a/python/geoengine_openapi_client/models/stac_api_retries.py +++ b/python/geoengine_openapi_client/models/stac_api_retries.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/stac_query_buffer.py b/python/geoengine_openapi_client/models/stac_query_buffer.py index 2bb245af..42419745 100644 --- a/python/geoengine_openapi_client/models/stac_query_buffer.py +++ b/python/geoengine_openapi_client/models/stac_query_buffer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/static_color.py b/python/geoengine_openapi_client/models/static_color.py index ac169175..5d5a35dd 100644 --- a/python/geoengine_openapi_client/models/static_color.py +++ b/python/geoengine_openapi_client/models/static_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/static_number.py b/python/geoengine_openapi_client/models/static_number.py index c896b40e..570d99e6 100644 --- a/python/geoengine_openapi_client/models/static_number.py +++ b/python/geoengine_openapi_client/models/static_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/stroke_param.py b/python/geoengine_openapi_client/models/stroke_param.py index d5e167a1..61337ed1 100644 --- a/python/geoengine_openapi_client/models/stroke_param.py +++ b/python/geoengine_openapi_client/models/stroke_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/suggest_meta_data.py b/python/geoengine_openapi_client/models/suggest_meta_data.py index e5075b7c..5d344efb 100644 --- a/python/geoengine_openapi_client/models/suggest_meta_data.py +++ b/python/geoengine_openapi_client/models/suggest_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/symbology.py b/python/geoengine_openapi_client/models/symbology.py index 2099ae20..acbf5ae9 100644 --- a/python/geoengine_openapi_client/models/symbology.py +++ b/python/geoengine_openapi_client/models/symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_abort_options.py b/python/geoengine_openapi_client/models/task_abort_options.py index 894f2e32..9eb150a9 100644 --- a/python/geoengine_openapi_client/models/task_abort_options.py +++ b/python/geoengine_openapi_client/models/task_abort_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_filter.py b/python/geoengine_openapi_client/models/task_filter.py index 0f43c3a5..cc150a1f 100644 --- a/python/geoengine_openapi_client/models/task_filter.py +++ b/python/geoengine_openapi_client/models/task_filter.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_list_options.py b/python/geoengine_openapi_client/models/task_list_options.py index 050ba8c4..661a3e1f 100644 --- a/python/geoengine_openapi_client/models/task_list_options.py +++ b/python/geoengine_openapi_client/models/task_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_response.py b/python/geoengine_openapi_client/models/task_response.py index ed116e54..e5e37a20 100644 --- a/python/geoengine_openapi_client/models/task_response.py +++ b/python/geoengine_openapi_client/models/task_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status.py b/python/geoengine_openapi_client/models/task_status.py index 3f6dddbc..96867142 100644 --- a/python/geoengine_openapi_client/models/task_status.py +++ b/python/geoengine_openapi_client/models/task_status.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_aborted.py b/python/geoengine_openapi_client/models/task_status_aborted.py index 956c6ef2..68f96ae1 100644 --- a/python/geoengine_openapi_client/models/task_status_aborted.py +++ b/python/geoengine_openapi_client/models/task_status_aborted.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_completed.py b/python/geoengine_openapi_client/models/task_status_completed.py index 3283b8cd..ee21b6e4 100644 --- a/python/geoengine_openapi_client/models/task_status_completed.py +++ b/python/geoengine_openapi_client/models/task_status_completed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_failed.py b/python/geoengine_openapi_client/models/task_status_failed.py index 13cc7470..e6b5e920 100644 --- a/python/geoengine_openapi_client/models/task_status_failed.py +++ b/python/geoengine_openapi_client/models/task_status_failed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_running.py b/python/geoengine_openapi_client/models/task_status_running.py index 98cdf6c0..3aaa9afa 100644 --- a/python/geoengine_openapi_client/models/task_status_running.py +++ b/python/geoengine_openapi_client/models/task_status_running.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_with_id.py b/python/geoengine_openapi_client/models/task_status_with_id.py index edf00e63..01f93995 100644 --- a/python/geoengine_openapi_client/models/task_status_with_id.py +++ b/python/geoengine_openapi_client/models/task_status_with_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/text_symbology.py b/python/geoengine_openapi_client/models/text_symbology.py index 191f54d6..a75fd2f2 100644 --- a/python/geoengine_openapi_client/models/text_symbology.py +++ b/python/geoengine_openapi_client/models/text_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_granularity.py b/python/geoengine_openapi_client/models/time_granularity.py index 28b357fe..cf9c64d0 100644 --- a/python/geoengine_openapi_client/models/time_granularity.py +++ b/python/geoengine_openapi_client/models/time_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_interval.py b/python/geoengine_openapi_client/models/time_interval.py index aae8409a..38128b51 100644 --- a/python/geoengine_openapi_client/models/time_interval.py +++ b/python/geoengine_openapi_client/models/time_interval.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_reference.py b/python/geoengine_openapi_client/models/time_reference.py index 4bcc47ca..2c00c50b 100644 --- a/python/geoengine_openapi_client/models/time_reference.py +++ b/python/geoengine_openapi_client/models/time_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_step.py b/python/geoengine_openapi_client/models/time_step.py index 07db6cf3..8216ae48 100644 --- a/python/geoengine_openapi_client/models/time_step.py +++ b/python/geoengine_openapi_client/models/time_step.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_data_provider_definition.py b/python/geoengine_openapi_client/models/typed_data_provider_definition.py index e481b279..221858d6 100644 --- a/python/geoengine_openapi_client/models/typed_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/typed_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry.py b/python/geoengine_openapi_client/models/typed_geometry.py index 05c64aae..e3df2069 100644 --- a/python/geoengine_openapi_client/models/typed_geometry.py +++ b/python/geoengine_openapi_client/models/typed_geometry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of.py b/python/geoengine_openapi_client/models/typed_geometry_one_of.py index d1108fc6..9782ad82 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of1.py b/python/geoengine_openapi_client/models/typed_geometry_one_of1.py index 3dbe55ae..6e91c61a 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of1.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of2.py b/python/geoengine_openapi_client/models/typed_geometry_one_of2.py index ef865f71..a14025a5 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of2.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of2.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of3.py b/python/geoengine_openapi_client/models/typed_geometry_one_of3.py index 7a48fcc0..2fad5733 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of3.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of3.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_operator.py b/python/geoengine_openapi_client/models/typed_operator.py index a0c4a0cc..939f46e6 100644 --- a/python/geoengine_openapi_client/models/typed_operator.py +++ b/python/geoengine_openapi_client/models/typed_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_operator_operator.py b/python/geoengine_openapi_client/models/typed_operator_operator.py index 453c5bc2..d9e16832 100644 --- a/python/geoengine_openapi_client/models/typed_operator_operator.py +++ b/python/geoengine_openapi_client/models/typed_operator_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py b/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py index b3d3e07a..9d46a662 100644 --- a/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py index 73a5124a..4dcf1a92 100644 --- a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_result_descriptor.py b/python/geoengine_openapi_client/models/typed_result_descriptor.py index f06c5e53..f1c5c70e 100644 --- a/python/geoengine_openapi_client/models/typed_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py b/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py index f90e1f9a..601619df 100644 --- a/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/unitless_measurement.py b/python/geoengine_openapi_client/models/unitless_measurement.py index 4c27eafe..ddaba6b3 100644 --- a/python/geoengine_openapi_client/models/unitless_measurement.py +++ b/python/geoengine_openapi_client/models/unitless_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/unix_time_stamp_type.py b/python/geoengine_openapi_client/models/unix_time_stamp_type.py index 1ad4b3a3..2da6758b 100644 --- a/python/geoengine_openapi_client/models/unix_time_stamp_type.py +++ b/python/geoengine_openapi_client/models/unix_time_stamp_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_dataset.py b/python/geoengine_openapi_client/models/update_dataset.py index 21ab8a28..3b6c8856 100644 --- a/python/geoengine_openapi_client/models/update_dataset.py +++ b/python/geoengine_openapi_client/models/update_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_layer.py b/python/geoengine_openapi_client/models/update_layer.py index e99cb46a..7de6a4c5 100644 --- a/python/geoengine_openapi_client/models/update_layer.py +++ b/python/geoengine_openapi_client/models/update_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_layer_collection.py b/python/geoengine_openapi_client/models/update_layer_collection.py index 0a6341ae..dcd8e706 100644 --- a/python/geoengine_openapi_client/models/update_layer_collection.py +++ b/python/geoengine_openapi_client/models/update_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_project.py b/python/geoengine_openapi_client/models/update_project.py index bad424d7..dc4f4df6 100644 --- a/python/geoengine_openapi_client/models/update_project.py +++ b/python/geoengine_openapi_client/models/update_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_quota.py b/python/geoengine_openapi_client/models/update_quota.py index 7b871979..77358b31 100644 --- a/python/geoengine_openapi_client/models/update_quota.py +++ b/python/geoengine_openapi_client/models/update_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/upload_file_layers_response.py b/python/geoengine_openapi_client/models/upload_file_layers_response.py index 0be461fb..0754945d 100644 --- a/python/geoengine_openapi_client/models/upload_file_layers_response.py +++ b/python/geoengine_openapi_client/models/upload_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/upload_files_response.py b/python/geoengine_openapi_client/models/upload_files_response.py index 233ceba9..61bf659a 100644 --- a/python/geoengine_openapi_client/models/upload_files_response.py +++ b/python/geoengine_openapi_client/models/upload_files_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/usage_summary_granularity.py b/python/geoengine_openapi_client/models/usage_summary_granularity.py index cf7166af..83ba119c 100644 --- a/python/geoengine_openapi_client/models/usage_summary_granularity.py +++ b/python/geoengine_openapi_client/models/usage_summary_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_credentials.py b/python/geoengine_openapi_client/models/user_credentials.py index 1bff3987..d9cdafde 100644 --- a/python/geoengine_openapi_client/models/user_credentials.py +++ b/python/geoengine_openapi_client/models/user_credentials.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_info.py b/python/geoengine_openapi_client/models/user_info.py index b751f806..2076d939 100644 --- a/python/geoengine_openapi_client/models/user_info.py +++ b/python/geoengine_openapi_client/models/user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_registration.py b/python/geoengine_openapi_client/models/user_registration.py index 7178b92a..a28bb972 100644 --- a/python/geoengine_openapi_client/models/user_registration.py +++ b/python/geoengine_openapi_client/models/user_registration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_session.py b/python/geoengine_openapi_client/models/user_session.py index 15d2ac27..6c4886d2 100644 --- a/python/geoengine_openapi_client/models/user_session.py +++ b/python/geoengine_openapi_client/models/user_session.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vec_update.py b/python/geoengine_openapi_client/models/vec_update.py index 8d60c338..a0b8dbb4 100644 --- a/python/geoengine_openapi_client/models/vec_update.py +++ b/python/geoengine_openapi_client/models/vec_update.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_column_info.py b/python/geoengine_openapi_client/models/vector_column_info.py index e330090e..6a04a3ad 100644 --- a/python/geoengine_openapi_client/models/vector_column_info.py +++ b/python/geoengine_openapi_client/models/vector_column_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_data_type.py b/python/geoengine_openapi_client/models/vector_data_type.py index 05a29c1b..495fdd76 100644 --- a/python/geoengine_openapi_client/models/vector_data_type.py +++ b/python/geoengine_openapi_client/models/vector_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_result_descriptor.py b/python/geoengine_openapi_client/models/vector_result_descriptor.py index f48c3cf3..71562dce 100644 --- a/python/geoengine_openapi_client/models/vector_result_descriptor.py +++ b/python/geoengine_openapi_client/models/vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/volume.py b/python/geoengine_openapi_client/models/volume.py index a86ae396..3b5bd85d 100644 --- a/python/geoengine_openapi_client/models/volume.py +++ b/python/geoengine_openapi_client/models/volume.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/volume_file_layers_response.py b/python/geoengine_openapi_client/models/volume_file_layers_response.py index 13c6bc87..8021e157 100644 --- a/python/geoengine_openapi_client/models/volume_file_layers_response.py +++ b/python/geoengine_openapi_client/models/volume_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wcs_boundingbox.py b/python/geoengine_openapi_client/models/wcs_boundingbox.py index 319945c1..521f62b3 100644 --- a/python/geoengine_openapi_client/models/wcs_boundingbox.py +++ b/python/geoengine_openapi_client/models/wcs_boundingbox.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wcs_service.py b/python/geoengine_openapi_client/models/wcs_service.py index 3a8f5be9..8ac56f05 100644 --- a/python/geoengine_openapi_client/models/wcs_service.py +++ b/python/geoengine_openapi_client/models/wcs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wcs_version.py b/python/geoengine_openapi_client/models/wcs_version.py index abd0d0bd..94fc2759 100644 --- a/python/geoengine_openapi_client/models/wcs_version.py +++ b/python/geoengine_openapi_client/models/wcs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wfs_service.py b/python/geoengine_openapi_client/models/wfs_service.py index 5cfad687..da10c0ad 100644 --- a/python/geoengine_openapi_client/models/wfs_service.py +++ b/python/geoengine_openapi_client/models/wfs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wfs_version.py b/python/geoengine_openapi_client/models/wfs_version.py index 8656db7d..110f3ab7 100644 --- a/python/geoengine_openapi_client/models/wfs_version.py +++ b/python/geoengine_openapi_client/models/wfs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py b/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py index 62bf47ce..a57e647c 100644 --- a/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py +++ b/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wms_service.py b/python/geoengine_openapi_client/models/wms_service.py index 235a1148..8048abfa 100644 --- a/python/geoengine_openapi_client/models/wms_service.py +++ b/python/geoengine_openapi_client/models/wms_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wms_version.py b/python/geoengine_openapi_client/models/wms_version.py index 6e1e52fc..d9b6ae1f 100644 --- a/python/geoengine_openapi_client/models/wms_version.py +++ b/python/geoengine_openapi_client/models/wms_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/workflow.py b/python/geoengine_openapi_client/models/workflow.py index 2ce9cd49..edced8bd 100644 --- a/python/geoengine_openapi_client/models/workflow.py +++ b/python/geoengine_openapi_client/models/workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wrapped_plot_output.py b/python/geoengine_openapi_client/models/wrapped_plot_output.py index 1865374e..6c6e5a38 100644 --- a/python/geoengine_openapi_client/models/wrapped_plot_output.py +++ b/python/geoengine_openapi_client/models/wrapped_plot_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/rest.py b/python/geoengine_openapi_client/rest.py index d8024ffe..16feaa30 100644 --- a/python/geoengine_openapi_client/rest.py +++ b/python/geoengine_openapi_client/rest.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/setup.py b/python/setup.py index 14df219e..f60fb5c8 100644 --- a/python/setup.py +++ b/python/setup.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_dataset.py b/python/test/test_add_dataset.py index f834dda9..182374c2 100644 --- a/python/test/test_add_dataset.py +++ b/python/test/test_add_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_layer.py b/python/test/test_add_layer.py index 85c14728..fdfa2a3d 100644 --- a/python/test/test_add_layer.py +++ b/python/test/test_add_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_layer_collection.py b/python/test/test_add_layer_collection.py index 6574ff45..9b40fae2 100644 --- a/python/test/test_add_layer_collection.py +++ b/python/test/test_add_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_role.py b/python/test/test_add_role.py index f025f667..cab04b9f 100644 --- a/python/test/test_add_role.py +++ b/python/test/test_add_role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_aruna_data_provider_definition.py b/python/test/test_aruna_data_provider_definition.py index b59f10a4..eeba7e25 100644 --- a/python/test/test_aruna_data_provider_definition.py +++ b/python/test/test_aruna_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_auth_code_request_url.py b/python/test/test_auth_code_request_url.py index 9a322482..5a8efd3b 100644 --- a/python/test/test_auth_code_request_url.py +++ b/python/test/test_auth_code_request_url.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_auth_code_response.py b/python/test/test_auth_code_response.py index d98f1c3a..952d0a8f 100644 --- a/python/test/test_auth_code_response.py +++ b/python/test/test_auth_code_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_auto_create_dataset.py b/python/test/test_auto_create_dataset.py index d1461734..a9c12b8b 100644 --- a/python/test/test_auto_create_dataset.py +++ b/python/test/test_auto_create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_axis_order.py b/python/test/test_axis_order.py index 523458af..f344e63e 100644 --- a/python/test/test_axis_order.py +++ b/python/test/test_axis_order.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_bounding_box2_d.py b/python/test/test_bounding_box2_d.py index 1b8e8327..333b8200 100644 --- a/python/test/test_bounding_box2_d.py +++ b/python/test/test_bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_breakpoint.py b/python/test/test_breakpoint.py index 54549fc6..99c80d6a 100644 --- a/python/test/test_breakpoint.py +++ b/python/test/test_breakpoint.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_classification_measurement.py b/python/test/test_classification_measurement.py index b4271c7f..4c97adfe 100644 --- a/python/test/test_classification_measurement.py +++ b/python/test/test_classification_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_collection_item.py b/python/test/test_collection_item.py index 7b357346..315f6f18 100644 --- a/python/test/test_collection_item.py +++ b/python/test/test_collection_item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_collection_type.py b/python/test/test_collection_type.py index e7ae6ce4..f40e4944 100644 --- a/python/test/test_collection_type.py +++ b/python/test/test_collection_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_color_param.py b/python/test/test_color_param.py index 49982223..c8ab5cbc 100644 --- a/python/test/test_color_param.py +++ b/python/test/test_color_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_colorizer.py b/python/test/test_colorizer.py index 86d909ad..5072936a 100644 --- a/python/test/test_colorizer.py +++ b/python/test/test_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_computation_quota.py b/python/test/test_computation_quota.py index c8cf959f..2439c57e 100644 --- a/python/test/test_computation_quota.py +++ b/python/test/test_computation_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_continuous_measurement.py b/python/test/test_continuous_measurement.py index df9fcdbb..0c244853 100644 --- a/python/test/test_continuous_measurement.py +++ b/python/test/test_continuous_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_coordinate2_d.py b/python/test/test_coordinate2_d.py index 3c21de56..69896c0e 100644 --- a/python/test/test_coordinate2_d.py +++ b/python/test/test_coordinate2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_copernicus_dataspace_data_provider_definition.py b/python/test/test_copernicus_dataspace_data_provider_definition.py index 74bdfb1e..ef730f6b 100644 --- a/python/test/test_copernicus_dataspace_data_provider_definition.py +++ b/python/test/test_copernicus_dataspace_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_create_dataset.py b/python/test/test_create_dataset.py index d5f98844..25683dd1 100644 --- a/python/test/test_create_dataset.py +++ b/python/test/test_create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_create_project.py b/python/test/test_create_project.py index 68a2f855..b0a7f70f 100644 --- a/python/test/test_create_project.py +++ b/python/test/test_create_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_csv_header.py b/python/test/test_csv_header.py index 245e0c5a..3002bf56 100644 --- a/python/test/test_csv_header.py +++ b/python/test/test_csv_header.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_id.py b/python/test/test_data_id.py index 83519351..19824f94 100644 --- a/python/test/test_data_id.py +++ b/python/test/test_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_path.py b/python/test/test_data_path.py index 70480b7d..f1ba5238 100644 --- a/python/test/test_data_path.py +++ b/python/test/test_data_path.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_path_one_of.py b/python/test/test_data_path_one_of.py index 69d4424e..0c505f24 100644 --- a/python/test/test_data_path_one_of.py +++ b/python/test/test_data_path_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_path_one_of1.py b/python/test/test_data_path_one_of1.py index c61e1b06..49708deb 100644 --- a/python/test/test_data_path_one_of1.py +++ b/python/test/test_data_path_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_provider_resource.py b/python/test/test_data_provider_resource.py index 88ff2e44..394ca297 100644 --- a/python/test/test_data_provider_resource.py +++ b/python/test/test_data_provider_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_usage.py b/python/test/test_data_usage.py index 8faa5302..d2f6515e 100644 --- a/python/test/test_data_usage.py +++ b/python/test/test_data_usage.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_usage_summary.py b/python/test/test_data_usage_summary.py index 6964ce9e..78fc861f 100644 --- a/python/test/test_data_usage_summary.py +++ b/python/test/test_data_usage_summary.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_database_connection_config.py b/python/test/test_database_connection_config.py index f1324d61..f21b53a4 100644 --- a/python/test/test_database_connection_config.py +++ b/python/test/test_database_connection_config.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset.py b/python/test/test_dataset.py index e4a64c2b..d0ef995e 100644 --- a/python/test/test_dataset.py +++ b/python/test/test_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_definition.py b/python/test/test_dataset_definition.py index f5cb24db..ee8e6e1e 100644 --- a/python/test/test_dataset_definition.py +++ b/python/test/test_dataset_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_layer_listing_collection.py b/python/test/test_dataset_layer_listing_collection.py index 87ca0245..059ba697 100644 --- a/python/test/test_dataset_layer_listing_collection.py +++ b/python/test/test_dataset_layer_listing_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_layer_listing_provider_definition.py b/python/test/test_dataset_layer_listing_provider_definition.py index b7999843..84fac4b5 100644 --- a/python/test/test_dataset_layer_listing_provider_definition.py +++ b/python/test/test_dataset_layer_listing_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_listing.py b/python/test/test_dataset_listing.py index 5e93362d..05b326b5 100644 --- a/python/test/test_dataset_listing.py +++ b/python/test/test_dataset_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_name_response.py b/python/test/test_dataset_name_response.py index fc64554a..f7b68bba 100644 --- a/python/test/test_dataset_name_response.py +++ b/python/test/test_dataset_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_resource.py b/python/test/test_dataset_resource.py index 327441b6..48113860 100644 --- a/python/test/test_dataset_resource.py +++ b/python/test/test_dataset_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_datasets_api.py b/python/test/test_datasets_api.py index 5ef40249..6adb3552 100644 --- a/python/test/test_datasets_api.py +++ b/python/test/test_datasets_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_derived_color.py b/python/test/test_derived_color.py index 25ad4f7e..ab7ef8ac 100644 --- a/python/test/test_derived_color.py +++ b/python/test/test_derived_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_derived_number.py b/python/test/test_derived_number.py index ed47e622..a709accf 100644 --- a/python/test/test_derived_number.py +++ b/python/test/test_derived_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_describe_coverage_request.py b/python/test/test_describe_coverage_request.py index 29b6bb02..41afcd5a 100644 --- a/python/test/test_describe_coverage_request.py +++ b/python/test/test_describe_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ebv_portal_data_provider_definition.py b/python/test/test_ebv_portal_data_provider_definition.py index df573a6e..f466d067 100644 --- a/python/test/test_ebv_portal_data_provider_definition.py +++ b/python/test/test_ebv_portal_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_edr_data_provider_definition.py b/python/test/test_edr_data_provider_definition.py index 6dd767ce..6439eb37 100644 --- a/python/test/test_edr_data_provider_definition.py +++ b/python/test/test_edr_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_edr_vector_spec.py b/python/test/test_edr_vector_spec.py index c39fc7de..0181ffb0 100644 --- a/python/test/test_edr_vector_spec.py +++ b/python/test/test_edr_vector_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_error_response.py b/python/test/test_error_response.py index 2aebb232..4bccaa90 100644 --- a/python/test/test_error_response.py +++ b/python/test/test_error_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_external_data_id.py b/python/test/test_external_data_id.py index fffcfd73..3499cd7e 100644 --- a/python/test/test_external_data_id.py +++ b/python/test/test_external_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_feature_data_type.py b/python/test/test_feature_data_type.py index 598f5d21..38b786c7 100644 --- a/python/test/test_feature_data_type.py +++ b/python/test/test_feature_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_file_not_found_handling.py b/python/test/test_file_not_found_handling.py index 78f1a414..615b7186 100644 --- a/python/test/test_file_not_found_handling.py +++ b/python/test/test_file_not_found_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_format_specifics.py b/python/test/test_format_specifics.py index 67fa0357..656e5d40 100644 --- a/python/test/test_format_specifics.py +++ b/python/test/test_format_specifics.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_format_specifics_one_of.py b/python/test/test_format_specifics_one_of.py index abe9481a..077d38a6 100644 --- a/python/test/test_format_specifics_one_of.py +++ b/python/test/test_format_specifics_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_format_specifics_one_of_csv.py b/python/test/test_format_specifics_one_of_csv.py index 8dfee509..edb7aa37 100644 --- a/python/test/test_format_specifics_one_of_csv.py +++ b/python/test/test_format_specifics_one_of_csv.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gbif_data_provider_definition.py b/python/test/test_gbif_data_provider_definition.py index 782d5fc7..043eed9c 100644 --- a/python/test/test_gbif_data_provider_definition.py +++ b/python/test/test_gbif_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_dataset_geo_transform.py b/python/test/test_gdal_dataset_geo_transform.py index e0d99702..0fa1eed4 100644 --- a/python/test/test_gdal_dataset_geo_transform.py +++ b/python/test/test_gdal_dataset_geo_transform.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_dataset_parameters.py b/python/test/test_gdal_dataset_parameters.py index 0a191627..279fd403 100644 --- a/python/test/test_gdal_dataset_parameters.py +++ b/python/test/test_gdal_dataset_parameters.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_loading_info_temporal_slice.py b/python/test/test_gdal_loading_info_temporal_slice.py index 06f47c2b..00844c1a 100644 --- a/python/test/test_gdal_loading_info_temporal_slice.py +++ b/python/test/test_gdal_loading_info_temporal_slice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_meta_data_list.py b/python/test/test_gdal_meta_data_list.py index 2cedb9c2..f64f4d66 100644 --- a/python/test/test_gdal_meta_data_list.py +++ b/python/test/test_gdal_meta_data_list.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_meta_data_regular.py b/python/test/test_gdal_meta_data_regular.py index e22feaf6..3ba4fc24 100644 --- a/python/test/test_gdal_meta_data_regular.py +++ b/python/test/test_gdal_meta_data_regular.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_meta_data_static.py b/python/test/test_gdal_meta_data_static.py index 4b1f777a..a821599c 100644 --- a/python/test/test_gdal_meta_data_static.py +++ b/python/test/test_gdal_meta_data_static.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_metadata_mapping.py b/python/test/test_gdal_metadata_mapping.py index 1e0dc211..b4be9d73 100644 --- a/python/test/test_gdal_metadata_mapping.py +++ b/python/test/test_gdal_metadata_mapping.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_metadata_net_cdf_cf.py b/python/test/test_gdal_metadata_net_cdf_cf.py index d9e13f41..1989eb5f 100644 --- a/python/test/test_gdal_metadata_net_cdf_cf.py +++ b/python/test/test_gdal_metadata_net_cdf_cf.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_source_time_placeholder.py b/python/test/test_gdal_source_time_placeholder.py index 83f7093a..65b049de 100644 --- a/python/test/test_gdal_source_time_placeholder.py +++ b/python/test/test_gdal_source_time_placeholder.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_general_api.py b/python/test/test_general_api.py index fc634733..be6d28a1 100644 --- a/python/test/test_general_api.py +++ b/python/test/test_general_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_geo_json.py b/python/test/test_geo_json.py index 8858b6d4..020035bb 100644 --- a/python/test/test_geo_json.py +++ b/python/test/test_geo_json.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_geo_transform.py b/python/test/test_geo_transform.py index 877e4e97..2155fc6d 100644 --- a/python/test/test_geo_transform.py +++ b/python/test/test_geo_transform.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_capabilities_format.py b/python/test/test_get_capabilities_format.py index a6ab84b4..c62fe0d3 100644 --- a/python/test/test_get_capabilities_format.py +++ b/python/test/test_get_capabilities_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_capabilities_request.py b/python/test/test_get_capabilities_request.py index 936f40cb..3f065938 100644 --- a/python/test/test_get_capabilities_request.py +++ b/python/test/test_get_capabilities_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_coverage_format.py b/python/test/test_get_coverage_format.py index 5b17b576..ac1c3ac5 100644 --- a/python/test/test_get_coverage_format.py +++ b/python/test/test_get_coverage_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_coverage_request.py b/python/test/test_get_coverage_request.py index bd8fd7de..6060ff35 100644 --- a/python/test/test_get_coverage_request.py +++ b/python/test/test_get_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_feature_request.py b/python/test/test_get_feature_request.py index 0dbf2235..4a6ff56f 100644 --- a/python/test/test_get_feature_request.py +++ b/python/test/test_get_feature_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_legend_graphic_request.py b/python/test/test_get_legend_graphic_request.py index 658cc132..80554911 100644 --- a/python/test/test_get_legend_graphic_request.py +++ b/python/test/test_get_legend_graphic_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_map_exception_format.py b/python/test/test_get_map_exception_format.py index 1f7e58a5..08476d1a 100644 --- a/python/test/test_get_map_exception_format.py +++ b/python/test/test_get_map_exception_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_map_format.py b/python/test/test_get_map_format.py index fea9a1b8..96e3e1e6 100644 --- a/python/test/test_get_map_format.py +++ b/python/test/test_get_map_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_map_request.py b/python/test/test_get_map_request.py index 04b8c92c..7eb4837a 100644 --- a/python/test/test_get_map_request.py +++ b/python/test/test_get_map_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gfbio_abcd_data_provider_definition.py b/python/test/test_gfbio_abcd_data_provider_definition.py index 9e5d0092..ce0ef9d4 100644 --- a/python/test/test_gfbio_abcd_data_provider_definition.py +++ b/python/test/test_gfbio_abcd_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gfbio_collections_data_provider_definition.py b/python/test/test_gfbio_collections_data_provider_definition.py index 8279ed26..7a8addab 100644 --- a/python/test/test_gfbio_collections_data_provider_definition.py +++ b/python/test/test_gfbio_collections_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_grid_bounding_box2_d.py b/python/test/test_grid_bounding_box2_d.py index 1acbdda8..289bbf0e 100644 --- a/python/test/test_grid_bounding_box2_d.py +++ b/python/test/test_grid_bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_grid_idx2_d.py b/python/test/test_grid_idx2_d.py index d8870686..9ddf2705 100644 --- a/python/test/test_grid_idx2_d.py +++ b/python/test/test_grid_idx2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_id_response.py b/python/test/test_id_response.py index 6641f7a3..84c16a85 100644 --- a/python/test/test_id_response.py +++ b/python/test/test_id_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_internal_data_id.py b/python/test/test_internal_data_id.py index e3b5ea5f..2af7555a 100644 --- a/python/test/test_internal_data_id.py +++ b/python/test/test_internal_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer.py b/python/test/test_layer.py index 1f64627b..433ba4e4 100644 --- a/python/test/test_layer.py +++ b/python/test/test_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_collection.py b/python/test/test_layer_collection.py index d9f8a61b..090fe044 100644 --- a/python/test/test_layer_collection.py +++ b/python/test/test_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_collection_listing.py b/python/test/test_layer_collection_listing.py index a44b30bb..3eab77f7 100644 --- a/python/test/test_layer_collection_listing.py +++ b/python/test/test_layer_collection_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_collection_resource.py b/python/test/test_layer_collection_resource.py index 57f66683..5f40debe 100644 --- a/python/test/test_layer_collection_resource.py +++ b/python/test/test_layer_collection_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_listing.py b/python/test/test_layer_listing.py index 82625cd4..a433ca42 100644 --- a/python/test/test_layer_listing.py +++ b/python/test/test_layer_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_provider_listing.py b/python/test/test_layer_provider_listing.py index 0572ab04..d89220ed 100644 --- a/python/test/test_layer_provider_listing.py +++ b/python/test/test_layer_provider_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_resource.py b/python/test/test_layer_resource.py index ddc12cca..78b97165 100644 --- a/python/test/test_layer_resource.py +++ b/python/test/test_layer_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_visibility.py b/python/test/test_layer_visibility.py index 3aaef2dc..4d74443d 100644 --- a/python/test/test_layer_visibility.py +++ b/python/test/test_layer_visibility.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layers_api.py b/python/test/test_layers_api.py index dffbd998..e3372750 100644 --- a/python/test/test_layers_api.py +++ b/python/test/test_layers_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_line_symbology.py b/python/test/test_line_symbology.py index d1a0a826..fc981be5 100644 --- a/python/test/test_line_symbology.py +++ b/python/test/test_line_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_linear_gradient.py b/python/test/test_linear_gradient.py index 284fc245..c6a8ee7d 100644 --- a/python/test/test_linear_gradient.py +++ b/python/test/test_linear_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_logarithmic_gradient.py b/python/test/test_logarithmic_gradient.py index 27d9a17a..59b613bd 100644 --- a/python/test/test_logarithmic_gradient.py +++ b/python/test/test_logarithmic_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_measurement.py b/python/test/test_measurement.py index c2f2b36a..c60e3bc7 100644 --- a/python/test/test_measurement.py +++ b/python/test/test_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_meta_data_definition.py b/python/test/test_meta_data_definition.py index d13f5d76..18f66255 100644 --- a/python/test/test_meta_data_definition.py +++ b/python/test/test_meta_data_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_meta_data_suggestion.py b/python/test/test_meta_data_suggestion.py index 2e7dce2d..9184c9d3 100644 --- a/python/test/test_meta_data_suggestion.py +++ b/python/test/test_meta_data_suggestion.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_api.py b/python/test/test_ml_api.py index d1c722e8..a8c23345 100644 --- a/python/test/test_ml_api.py +++ b/python/test/test_ml_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model.py b/python/test/test_ml_model.py index 29bab5d0..94adf14a 100644 --- a/python/test/test_ml_model.py +++ b/python/test/test_ml_model.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_input_no_data_handling.py b/python/test/test_ml_model_input_no_data_handling.py index e5b8f0e6..dfc693b5 100644 --- a/python/test/test_ml_model_input_no_data_handling.py +++ b/python/test/test_ml_model_input_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_input_no_data_handling_variant.py b/python/test/test_ml_model_input_no_data_handling_variant.py index 9affe934..312a003d 100644 --- a/python/test/test_ml_model_input_no_data_handling_variant.py +++ b/python/test/test_ml_model_input_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_metadata.py b/python/test/test_ml_model_metadata.py index ab5d6065..68d859ce 100644 --- a/python/test/test_ml_model_metadata.py +++ b/python/test/test_ml_model_metadata.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_name_response.py b/python/test/test_ml_model_name_response.py index 9876ede1..6d833117 100644 --- a/python/test/test_ml_model_name_response.py +++ b/python/test/test_ml_model_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_output_no_data_handling.py b/python/test/test_ml_model_output_no_data_handling.py index 54a59576..343a4c93 100644 --- a/python/test/test_ml_model_output_no_data_handling.py +++ b/python/test/test_ml_model_output_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_output_no_data_handling_variant.py b/python/test/test_ml_model_output_no_data_handling_variant.py index e5a49827..55ec2b04 100644 --- a/python/test/test_ml_model_output_no_data_handling_variant.py +++ b/python/test/test_ml_model_output_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_resource.py b/python/test/test_ml_model_resource.py index 9eb71960..96250324 100644 --- a/python/test/test_ml_model_resource.py +++ b/python/test/test_ml_model_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_tensor_shape3_d.py b/python/test/test_ml_tensor_shape3_d.py index e3463f32..c41f3771 100644 --- a/python/test/test_ml_tensor_shape3_d.py +++ b/python/test/test_ml_tensor_shape3_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_mock_dataset_data_source_loading_info.py b/python/test/test_mock_dataset_data_source_loading_info.py index 9b432667..2f09c260 100644 --- a/python/test/test_mock_dataset_data_source_loading_info.py +++ b/python/test/test_mock_dataset_data_source_loading_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_mock_meta_data.py b/python/test/test_mock_meta_data.py index 7311c637..6e8955b3 100644 --- a/python/test/test_mock_meta_data.py +++ b/python/test/test_mock_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_band_raster_colorizer.py b/python/test/test_multi_band_raster_colorizer.py index 0e44a6cd..9d018281 100644 --- a/python/test/test_multi_band_raster_colorizer.py +++ b/python/test/test_multi_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_line_string.py b/python/test/test_multi_line_string.py index f0561181..01068f0f 100644 --- a/python/test/test_multi_line_string.py +++ b/python/test/test_multi_line_string.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_point.py b/python/test/test_multi_point.py index a78f2c51..a0bc81bc 100644 --- a/python/test/test_multi_point.py +++ b/python/test/test_multi_point.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_polygon.py b/python/test/test_multi_polygon.py index c21f0b62..c897fb72 100644 --- a/python/test/test_multi_polygon.py +++ b/python/test/test_multi_polygon.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_net_cdf_cf_data_provider_definition.py b/python/test/test_net_cdf_cf_data_provider_definition.py index 0ecc9261..395171c7 100644 --- a/python/test/test_net_cdf_cf_data_provider_definition.py +++ b/python/test/test_net_cdf_cf_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_number_param.py b/python/test/test_number_param.py index bdb3d225..06ba0e5c 100644 --- a/python/test/test_number_param.py +++ b/python/test/test_number_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogcwcs_api.py b/python/test/test_ogcwcs_api.py index 42e178ea..a93cd651 100644 --- a/python/test/test_ogcwcs_api.py +++ b/python/test/test_ogcwcs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogcwfs_api.py b/python/test/test_ogcwfs_api.py index 49ecfc54..6fffd295 100644 --- a/python/test/test_ogcwfs_api.py +++ b/python/test/test_ogcwfs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogcwms_api.py b/python/test/test_ogcwms_api.py index 787b92ba..361b787b 100644 --- a/python/test/test_ogcwms_api.py +++ b/python/test/test_ogcwms_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_meta_data.py b/python/test/test_ogr_meta_data.py index d7241528..08707f13 100644 --- a/python/test/test_ogr_meta_data.py +++ b/python/test/test_ogr_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_column_spec.py b/python/test/test_ogr_source_column_spec.py index b9f0f1b7..3b3e037b 100644 --- a/python/test/test_ogr_source_column_spec.py +++ b/python/test/test_ogr_source_column_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset.py b/python/test/test_ogr_source_dataset.py index 4eefdcb5..46d8b2ab 100644 --- a/python/test/test_ogr_source_dataset.py +++ b/python/test/test_ogr_source_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type.py b/python/test/test_ogr_source_dataset_time_type.py index d1039b08..70c0c73c 100644 --- a/python/test/test_ogr_source_dataset_time_type.py +++ b/python/test/test_ogr_source_dataset_time_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_none.py b/python/test/test_ogr_source_dataset_time_type_none.py index 34c5a92c..51dd592c 100644 --- a/python/test/test_ogr_source_dataset_time_type_none.py +++ b/python/test/test_ogr_source_dataset_time_type_none.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_start.py b/python/test/test_ogr_source_dataset_time_type_start.py index 06605fb7..35ad0462 100644 --- a/python/test/test_ogr_source_dataset_time_type_start.py +++ b/python/test/test_ogr_source_dataset_time_type_start.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_start_duration.py b/python/test/test_ogr_source_dataset_time_type_start_duration.py index dad7ac48..b1257271 100644 --- a/python/test/test_ogr_source_dataset_time_type_start_duration.py +++ b/python/test/test_ogr_source_dataset_time_type_start_duration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_start_end.py b/python/test/test_ogr_source_dataset_time_type_start_end.py index 53af1094..1e44a68f 100644 --- a/python/test/test_ogr_source_dataset_time_type_start_end.py +++ b/python/test/test_ogr_source_dataset_time_type_start_end.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec.py b/python/test/test_ogr_source_duration_spec.py index feaa6552..be465dc3 100644 --- a/python/test/test_ogr_source_duration_spec.py +++ b/python/test/test_ogr_source_duration_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec_infinite.py b/python/test/test_ogr_source_duration_spec_infinite.py index 803c5c57..3c914e4b 100644 --- a/python/test/test_ogr_source_duration_spec_infinite.py +++ b/python/test/test_ogr_source_duration_spec_infinite.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec_value.py b/python/test/test_ogr_source_duration_spec_value.py index 638922b4..73a00b65 100644 --- a/python/test/test_ogr_source_duration_spec_value.py +++ b/python/test/test_ogr_source_duration_spec_value.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec_zero.py b/python/test/test_ogr_source_duration_spec_zero.py index 55ca109d..03e65e92 100644 --- a/python/test/test_ogr_source_duration_spec_zero.py +++ b/python/test/test_ogr_source_duration_spec_zero.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_error_spec.py b/python/test/test_ogr_source_error_spec.py index b4850f63..651192f0 100644 --- a/python/test/test_ogr_source_error_spec.py +++ b/python/test/test_ogr_source_error_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format.py b/python/test/test_ogr_source_time_format.py index 3d7e635b..2ab27cfb 100644 --- a/python/test/test_ogr_source_time_format.py +++ b/python/test/test_ogr_source_time_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format_auto.py b/python/test/test_ogr_source_time_format_auto.py index a88e37ad..29c08c3c 100644 --- a/python/test/test_ogr_source_time_format_auto.py +++ b/python/test/test_ogr_source_time_format_auto.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format_custom.py b/python/test/test_ogr_source_time_format_custom.py index 7bdfc5ad..f379f5ad 100644 --- a/python/test/test_ogr_source_time_format_custom.py +++ b/python/test/test_ogr_source_time_format_custom.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format_unix_time_stamp.py b/python/test/test_ogr_source_time_format_unix_time_stamp.py index 60dc720e..0d2cdb71 100644 --- a/python/test/test_ogr_source_time_format_unix_time_stamp.py +++ b/python/test/test_ogr_source_time_format_unix_time_stamp.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_operator_quota.py b/python/test/test_operator_quota.py index b73e74c9..764d8538 100644 --- a/python/test/test_operator_quota.py +++ b/python/test/test_operator_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_order_by.py b/python/test/test_order_by.py index 79dd079d..0067dad0 100644 --- a/python/test/test_order_by.py +++ b/python/test/test_order_by.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_palette_colorizer.py b/python/test/test_palette_colorizer.py index 82d79002..2f13854c 100644 --- a/python/test/test_palette_colorizer.py +++ b/python/test/test_palette_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_pangaea_data_provider_definition.py b/python/test/test_pangaea_data_provider_definition.py index 7864fb83..f6f19602 100644 --- a/python/test/test_pangaea_data_provider_definition.py +++ b/python/test/test_pangaea_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission.py b/python/test/test_permission.py index d940e796..140b8a4b 100644 --- a/python/test/test_permission.py +++ b/python/test/test_permission.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission_list_options.py b/python/test/test_permission_list_options.py index 72cf54b6..29af385e 100644 --- a/python/test/test_permission_list_options.py +++ b/python/test/test_permission_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission_listing.py b/python/test/test_permission_listing.py index 5ff41d18..44c7c889 100644 --- a/python/test/test_permission_listing.py +++ b/python/test/test_permission_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission_request.py b/python/test/test_permission_request.py index 951c299d..6d337462 100644 --- a/python/test/test_permission_request.py +++ b/python/test/test_permission_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permissions_api.py b/python/test/test_permissions_api.py index db811c97..08cc02cb 100644 --- a/python/test/test_permissions_api.py +++ b/python/test/test_permissions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plot.py b/python/test/test_plot.py index 9ced7aa1..b649f4b2 100644 --- a/python/test/test_plot.py +++ b/python/test/test_plot.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plot_output_format.py b/python/test/test_plot_output_format.py index 6fd579ef..990ffcc1 100644 --- a/python/test/test_plot_output_format.py +++ b/python/test/test_plot_output_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plot_result_descriptor.py b/python/test/test_plot_result_descriptor.py index 4f84be94..2bfc1e57 100644 --- a/python/test/test_plot_result_descriptor.py +++ b/python/test/test_plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plots_api.py b/python/test/test_plots_api.py index 988275b4..8d1174ca 100644 --- a/python/test/test_plots_api.py +++ b/python/test/test_plots_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_point_symbology.py b/python/test/test_point_symbology.py index 14c13fe3..07629585 100644 --- a/python/test/test_point_symbology.py +++ b/python/test/test_point_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_polygon_symbology.py b/python/test/test_polygon_symbology.py index 4c90416d..8945ebfd 100644 --- a/python/test/test_polygon_symbology.py +++ b/python/test/test_polygon_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project.py b/python/test/test_project.py index 7faefba2..05abdf01 100644 --- a/python/test/test_project.py +++ b/python/test/test_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_layer.py b/python/test/test_project_layer.py index 12dd5d59..519fca3f 100644 --- a/python/test/test_project_layer.py +++ b/python/test/test_project_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_listing.py b/python/test/test_project_listing.py index acc99244..8c73ab4e 100644 --- a/python/test/test_project_listing.py +++ b/python/test/test_project_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_resource.py b/python/test/test_project_resource.py index d854c337..70cd9293 100644 --- a/python/test/test_project_resource.py +++ b/python/test/test_project_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_update_token.py b/python/test/test_project_update_token.py index b4beb713..ab08b701 100644 --- a/python/test/test_project_update_token.py +++ b/python/test/test_project_update_token.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_version.py b/python/test/test_project_version.py index 716b702f..15539449 100644 --- a/python/test/test_project_version.py +++ b/python/test/test_project_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_projects_api.py b/python/test/test_projects_api.py index 9372c2e4..ff57f60e 100644 --- a/python/test/test_projects_api.py +++ b/python/test/test_projects_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenance.py b/python/test/test_provenance.py index 17ae6b29..99570a1f 100644 --- a/python/test/test_provenance.py +++ b/python/test/test_provenance.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenance_entry.py b/python/test/test_provenance_entry.py index c70cd847..6c5e963a 100644 --- a/python/test/test_provenance_entry.py +++ b/python/test/test_provenance_entry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenance_output.py b/python/test/test_provenance_output.py index 01ec5062..e8c836e6 100644 --- a/python/test/test_provenance_output.py +++ b/python/test/test_provenance_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenances.py b/python/test/test_provenances.py index 2e81964d..e7c27a77 100644 --- a/python/test/test_provenances.py +++ b/python/test/test_provenances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provider_capabilities.py b/python/test/test_provider_capabilities.py index 98671351..1ff47513 100644 --- a/python/test/test_provider_capabilities.py +++ b/python/test/test_provider_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provider_layer_collection_id.py b/python/test/test_provider_layer_collection_id.py index 33478e31..c8729958 100644 --- a/python/test/test_provider_layer_collection_id.py +++ b/python/test/test_provider_layer_collection_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provider_layer_id.py b/python/test/test_provider_layer_id.py index b756d835..d502fb80 100644 --- a/python/test/test_provider_layer_id.py +++ b/python/test/test_provider_layer_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_quota.py b/python/test/test_quota.py index b44f401d..670bd82e 100644 --- a/python/test/test_quota.py +++ b/python/test/test_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_band_descriptor.py b/python/test/test_raster_band_descriptor.py index c8298f35..595d9215 100644 --- a/python/test/test_raster_band_descriptor.py +++ b/python/test/test_raster_band_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_colorizer.py b/python/test/test_raster_colorizer.py index fc671037..fbdc75e9 100644 --- a/python/test/test_raster_colorizer.py +++ b/python/test/test_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_data_type.py b/python/test/test_raster_data_type.py index 4b8642ed..33595e39 100644 --- a/python/test/test_raster_data_type.py +++ b/python/test/test_raster_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_dataset_from_workflow.py b/python/test/test_raster_dataset_from_workflow.py index 1671838a..6b02913f 100644 --- a/python/test/test_raster_dataset_from_workflow.py +++ b/python/test/test_raster_dataset_from_workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_dataset_from_workflow_result.py b/python/test/test_raster_dataset_from_workflow_result.py index a9536305..24e3f20b 100644 --- a/python/test/test_raster_dataset_from_workflow_result.py +++ b/python/test/test_raster_dataset_from_workflow_result.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_properties_entry_type.py b/python/test/test_raster_properties_entry_type.py index b6334751..8d7f7e5b 100644 --- a/python/test/test_raster_properties_entry_type.py +++ b/python/test/test_raster_properties_entry_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_properties_key.py b/python/test/test_raster_properties_key.py index 0e816086..ad8ad0a4 100644 --- a/python/test/test_raster_properties_key.py +++ b/python/test/test_raster_properties_key.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_result_descriptor.py b/python/test/test_raster_result_descriptor.py index ded0d8d4..ac9f0ed3 100644 --- a/python/test/test_raster_result_descriptor.py +++ b/python/test/test_raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_stream_websocket_result_type.py b/python/test/test_raster_stream_websocket_result_type.py index 75c66f77..a607d2e7 100644 --- a/python/test/test_raster_stream_websocket_result_type.py +++ b/python/test/test_raster_stream_websocket_result_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_symbology.py b/python/test/test_raster_symbology.py index ce821972..511994d9 100644 --- a/python/test/test_raster_symbology.py +++ b/python/test/test_raster_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_to_dataset_query_rectangle.py b/python/test/test_raster_to_dataset_query_rectangle.py index 507ce136..d602acc6 100644 --- a/python/test/test_raster_to_dataset_query_rectangle.py +++ b/python/test/test_raster_to_dataset_query_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_resource.py b/python/test/test_resource.py index 894fcc67..e8a56e60 100644 --- a/python/test/test_resource.py +++ b/python/test/test_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_role.py b/python/test/test_role.py index 34e13116..64e3f222 100644 --- a/python/test/test_role.py +++ b/python/test/test_role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_role_description.py b/python/test/test_role_description.py index 143659c4..4f1f88c1 100644 --- a/python/test/test_role_description.py +++ b/python/test/test_role_description.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_search_capabilities.py b/python/test/test_search_capabilities.py index 024c9732..87955645 100644 --- a/python/test/test_search_capabilities.py +++ b/python/test/test_search_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_search_type.py b/python/test/test_search_type.py index b0f33dbe..2be1324e 100644 --- a/python/test/test_search_type.py +++ b/python/test/test_search_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_search_types.py b/python/test/test_search_types.py index 943da8d1..c866c908 100644 --- a/python/test/test_search_types.py +++ b/python/test/test_search_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py b/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py index 6f78321d..75276ef9 100644 --- a/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py +++ b/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_server_info.py b/python/test/test_server_info.py index 899a5e5f..92affce7 100644 --- a/python/test/test_server_info.py +++ b/python/test/test_server_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_session_api.py b/python/test/test_session_api.py index 4c7fd0b4..a0653181 100644 --- a/python/test/test_session_api.py +++ b/python/test/test_session_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_single_band_raster_colorizer.py b/python/test/test_single_band_raster_colorizer.py index 8a4cb660..f24d5d96 100644 --- a/python/test/test_single_band_raster_colorizer.py +++ b/python/test/test_single_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_grid_definition.py b/python/test/test_spatial_grid_definition.py index 8cf83da0..30ee2d4c 100644 --- a/python/test/test_spatial_grid_definition.py +++ b/python/test/test_spatial_grid_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_grid_descriptor.py b/python/test/test_spatial_grid_descriptor.py index adec81f6..b4a48db5 100644 --- a/python/test/test_spatial_grid_descriptor.py +++ b/python/test/test_spatial_grid_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_grid_descriptor_state.py b/python/test/test_spatial_grid_descriptor_state.py index c173c33f..8bbe24b0 100644 --- a/python/test/test_spatial_grid_descriptor_state.py +++ b/python/test/test_spatial_grid_descriptor_state.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_partition2_d.py b/python/test/test_spatial_partition2_d.py index 51061d34..78c66986 100644 --- a/python/test/test_spatial_partition2_d.py +++ b/python/test/test_spatial_partition2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_reference_authority.py b/python/test/test_spatial_reference_authority.py index 5776d893..e0a66437 100644 --- a/python/test/test_spatial_reference_authority.py +++ b/python/test/test_spatial_reference_authority.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_reference_specification.py b/python/test/test_spatial_reference_specification.py index 62dc8888..78c68e0c 100644 --- a/python/test/test_spatial_reference_specification.py +++ b/python/test/test_spatial_reference_specification.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_references_api.py b/python/test/test_spatial_references_api.py index a118fff6..b5bb3096 100644 --- a/python/test/test_spatial_references_api.py +++ b/python/test/test_spatial_references_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_resolution.py b/python/test/test_spatial_resolution.py index e6a7c7ef..5876f0ca 100644 --- a/python/test/test_spatial_resolution.py +++ b/python/test/test_spatial_resolution.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_st_rectangle.py b/python/test/test_st_rectangle.py index abd124bd..345420f7 100644 --- a/python/test/test_st_rectangle.py +++ b/python/test/test_st_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_stac_api_retries.py b/python/test/test_stac_api_retries.py index 9f687213..b3169050 100644 --- a/python/test/test_stac_api_retries.py +++ b/python/test/test_stac_api_retries.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_stac_query_buffer.py b/python/test/test_stac_query_buffer.py index 2e36c2b9..898023e5 100644 --- a/python/test/test_stac_query_buffer.py +++ b/python/test/test_stac_query_buffer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_static_color.py b/python/test/test_static_color.py index 5a1531af..641d2bb4 100644 --- a/python/test/test_static_color.py +++ b/python/test/test_static_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_static_number.py b/python/test/test_static_number.py index 76c33ae0..7633ce23 100644 --- a/python/test/test_static_number.py +++ b/python/test/test_static_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_stroke_param.py b/python/test/test_stroke_param.py index 5bd39328..530abe27 100644 --- a/python/test/test_stroke_param.py +++ b/python/test/test_stroke_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_suggest_meta_data.py b/python/test/test_suggest_meta_data.py index 2b97b38c..ec2621c9 100644 --- a/python/test/test_suggest_meta_data.py +++ b/python/test/test_suggest_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_symbology.py b/python/test/test_symbology.py index 31249fb7..d423ac35 100644 --- a/python/test/test_symbology.py +++ b/python/test/test_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_abort_options.py b/python/test/test_task_abort_options.py index 6a43c00c..5ee30ed9 100644 --- a/python/test/test_task_abort_options.py +++ b/python/test/test_task_abort_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_filter.py b/python/test/test_task_filter.py index 194640d9..d096288d 100644 --- a/python/test/test_task_filter.py +++ b/python/test/test_task_filter.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_list_options.py b/python/test/test_task_list_options.py index 93df6e77..d00dce63 100644 --- a/python/test/test_task_list_options.py +++ b/python/test/test_task_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_response.py b/python/test/test_task_response.py index a1d5b4c3..721abd83 100644 --- a/python/test/test_task_response.py +++ b/python/test/test_task_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status.py b/python/test/test_task_status.py index bbda84ae..013ee332 100644 --- a/python/test/test_task_status.py +++ b/python/test/test_task_status.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_aborted.py b/python/test/test_task_status_aborted.py index 3340b36a..3a4502b8 100644 --- a/python/test/test_task_status_aborted.py +++ b/python/test/test_task_status_aborted.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_completed.py b/python/test/test_task_status_completed.py index 641cd787..65183163 100644 --- a/python/test/test_task_status_completed.py +++ b/python/test/test_task_status_completed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_failed.py b/python/test/test_task_status_failed.py index 1ce8d04f..8fb58530 100644 --- a/python/test/test_task_status_failed.py +++ b/python/test/test_task_status_failed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_running.py b/python/test/test_task_status_running.py index 00739830..cb5d6406 100644 --- a/python/test/test_task_status_running.py +++ b/python/test/test_task_status_running.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_with_id.py b/python/test/test_task_status_with_id.py index dc075dd4..fa7dcd47 100644 --- a/python/test/test_task_status_with_id.py +++ b/python/test/test_task_status_with_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_tasks_api.py b/python/test/test_tasks_api.py index c99b474e..4bbe1b0e 100644 --- a/python/test/test_tasks_api.py +++ b/python/test/test_tasks_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_text_symbology.py b/python/test/test_text_symbology.py index c2606320..8f50794c 100644 --- a/python/test/test_text_symbology.py +++ b/python/test/test_text_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_granularity.py b/python/test/test_time_granularity.py index ffe13cae..1f0b8d70 100644 --- a/python/test/test_time_granularity.py +++ b/python/test/test_time_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_interval.py b/python/test/test_time_interval.py index 0654bfce..9bb92c25 100644 --- a/python/test/test_time_interval.py +++ b/python/test/test_time_interval.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_reference.py b/python/test/test_time_reference.py index 547eefd2..50936dbd 100644 --- a/python/test/test_time_reference.py +++ b/python/test/test_time_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_step.py b/python/test/test_time_step.py index 1c311640..6cf0d7cb 100644 --- a/python/test/test_time_step.py +++ b/python/test/test_time_step.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_data_provider_definition.py b/python/test/test_typed_data_provider_definition.py index 806edad8..1eaed906 100644 --- a/python/test/test_typed_data_provider_definition.py +++ b/python/test/test_typed_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry.py b/python/test/test_typed_geometry.py index 512ef82a..c975af51 100644 --- a/python/test/test_typed_geometry.py +++ b/python/test/test_typed_geometry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of.py b/python/test/test_typed_geometry_one_of.py index a5122a2c..d84f6804 100644 --- a/python/test/test_typed_geometry_one_of.py +++ b/python/test/test_typed_geometry_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of1.py b/python/test/test_typed_geometry_one_of1.py index 51b07391..7251e954 100644 --- a/python/test/test_typed_geometry_one_of1.py +++ b/python/test/test_typed_geometry_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of2.py b/python/test/test_typed_geometry_one_of2.py index c1c6b8cf..65d8effa 100644 --- a/python/test/test_typed_geometry_one_of2.py +++ b/python/test/test_typed_geometry_one_of2.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of3.py b/python/test/test_typed_geometry_one_of3.py index 80797b07..cd48dcc5 100644 --- a/python/test/test_typed_geometry_one_of3.py +++ b/python/test/test_typed_geometry_one_of3.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_operator.py b/python/test/test_typed_operator.py index b50075f2..c1bbb0dc 100644 --- a/python/test/test_typed_operator.py +++ b/python/test/test_typed_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_operator_operator.py b/python/test/test_typed_operator_operator.py index ff8fe13c..852cd261 100644 --- a/python/test/test_typed_operator_operator.py +++ b/python/test/test_typed_operator_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_plot_result_descriptor.py b/python/test/test_typed_plot_result_descriptor.py index f5013dcd..c5383a5d 100644 --- a/python/test/test_typed_plot_result_descriptor.py +++ b/python/test/test_typed_plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_raster_result_descriptor.py b/python/test/test_typed_raster_result_descriptor.py index de501f12..8c4679fc 100644 --- a/python/test/test_typed_raster_result_descriptor.py +++ b/python/test/test_typed_raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_result_descriptor.py b/python/test/test_typed_result_descriptor.py index 70982f3c..bb4c181c 100644 --- a/python/test/test_typed_result_descriptor.py +++ b/python/test/test_typed_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_vector_result_descriptor.py b/python/test/test_typed_vector_result_descriptor.py index 1994be4b..256a1996 100644 --- a/python/test/test_typed_vector_result_descriptor.py +++ b/python/test/test_typed_vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_unitless_measurement.py b/python/test/test_unitless_measurement.py index 323e39cd..562a656e 100644 --- a/python/test/test_unitless_measurement.py +++ b/python/test/test_unitless_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_unix_time_stamp_type.py b/python/test/test_unix_time_stamp_type.py index 370cb64e..f40415bb 100644 --- a/python/test/test_unix_time_stamp_type.py +++ b/python/test/test_unix_time_stamp_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_dataset.py b/python/test/test_update_dataset.py index a5ede464..b350f60e 100644 --- a/python/test/test_update_dataset.py +++ b/python/test/test_update_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_layer.py b/python/test/test_update_layer.py index a201b89b..cf49e15d 100644 --- a/python/test/test_update_layer.py +++ b/python/test/test_update_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_layer_collection.py b/python/test/test_update_layer_collection.py index 6a195e2a..2d5996b6 100644 --- a/python/test/test_update_layer_collection.py +++ b/python/test/test_update_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_project.py b/python/test/test_update_project.py index 095948e8..49fcb58a 100644 --- a/python/test/test_update_project.py +++ b/python/test/test_update_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_quota.py b/python/test/test_update_quota.py index 2746eac8..d3546c98 100644 --- a/python/test/test_update_quota.py +++ b/python/test/test_update_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_upload_file_layers_response.py b/python/test/test_upload_file_layers_response.py index b8c08759..01a1c8a1 100644 --- a/python/test/test_upload_file_layers_response.py +++ b/python/test/test_upload_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_upload_files_response.py b/python/test/test_upload_files_response.py index 385a4a79..bb583e7a 100644 --- a/python/test/test_upload_files_response.py +++ b/python/test/test_upload_files_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_uploads_api.py b/python/test/test_uploads_api.py index e28b2df6..386ab318 100644 --- a/python/test/test_uploads_api.py +++ b/python/test/test_uploads_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_usage_summary_granularity.py b/python/test/test_usage_summary_granularity.py index 885691ef..34de82cf 100644 --- a/python/test/test_usage_summary_granularity.py +++ b/python/test/test_usage_summary_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_api.py b/python/test/test_user_api.py index 89f4c05e..5a6311ba 100644 --- a/python/test/test_user_api.py +++ b/python/test/test_user_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_credentials.py b/python/test/test_user_credentials.py index 7b3c0dc4..9c61c045 100644 --- a/python/test/test_user_credentials.py +++ b/python/test/test_user_credentials.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_info.py b/python/test/test_user_info.py index 89800932..09ac5dff 100644 --- a/python/test/test_user_info.py +++ b/python/test/test_user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_registration.py b/python/test/test_user_registration.py index 640869ba..21f928d3 100644 --- a/python/test/test_user_registration.py +++ b/python/test/test_user_registration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_session.py b/python/test/test_user_session.py index 1f2ec33b..38896e55 100644 --- a/python/test/test_user_session.py +++ b/python/test/test_user_session.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vec_update.py b/python/test/test_vec_update.py index 6d5b1c1c..b81e8a96 100644 --- a/python/test/test_vec_update.py +++ b/python/test/test_vec_update.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vector_column_info.py b/python/test/test_vector_column_info.py index 1868cf7d..3301a116 100644 --- a/python/test/test_vector_column_info.py +++ b/python/test/test_vector_column_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vector_data_type.py b/python/test/test_vector_data_type.py index 85b30254..6ac08f53 100644 --- a/python/test/test_vector_data_type.py +++ b/python/test/test_vector_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vector_result_descriptor.py b/python/test/test_vector_result_descriptor.py index 3b2ee847..4a21dd33 100644 --- a/python/test/test_vector_result_descriptor.py +++ b/python/test/test_vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_volume.py b/python/test/test_volume.py index 441d041f..f789236a 100644 --- a/python/test/test_volume.py +++ b/python/test/test_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_volume_file_layers_response.py b/python/test/test_volume_file_layers_response.py index a1f8f1d1..4c235414 100644 --- a/python/test/test_volume_file_layers_response.py +++ b/python/test/test_volume_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wcs_boundingbox.py b/python/test/test_wcs_boundingbox.py index 140c39da..9941df21 100644 --- a/python/test/test_wcs_boundingbox.py +++ b/python/test/test_wcs_boundingbox.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wcs_service.py b/python/test/test_wcs_service.py index a674a633..bb80bb4d 100644 --- a/python/test/test_wcs_service.py +++ b/python/test/test_wcs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wcs_version.py b/python/test/test_wcs_version.py index 43a8e08f..2484a1db 100644 --- a/python/test/test_wcs_version.py +++ b/python/test/test_wcs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wfs_service.py b/python/test/test_wfs_service.py index 94297d93..dbefdf02 100644 --- a/python/test/test_wfs_service.py +++ b/python/test/test_wfs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wfs_version.py b/python/test/test_wfs_version.py index 377dcabd..a863f6d9 100644 --- a/python/test/test_wfs_version.py +++ b/python/test/test_wfs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wildlive_data_connector_definition.py b/python/test/test_wildlive_data_connector_definition.py index a90aa069..614299ee 100644 --- a/python/test/test_wildlive_data_connector_definition.py +++ b/python/test/test_wildlive_data_connector_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wms_service.py b/python/test/test_wms_service.py index 9e94c03e..d2766b11 100644 --- a/python/test/test_wms_service.py +++ b/python/test/test_wms_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wms_version.py b/python/test/test_wms_version.py index d53cd4bf..f5537191 100644 --- a/python/test/test_wms_version.py +++ b/python/test/test_wms_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_workflow.py b/python/test/test_workflow.py index 848700de..dfcb371e 100644 --- a/python/test/test_workflow.py +++ b/python/test/test_workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_workflows_api.py b/python/test/test_workflows_api.py index 1030c705..06b815d8 100644 --- a/python/test/test_workflows_api.py +++ b/python/test/test_workflows_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wrapped_plot_output.py b/python/test/test_wrapped_plot_output.py index a798da80..e99c8d65 100644 --- a/python/test/test_wrapped_plot_output.py +++ b/python/test/test_wrapped_plot_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/typescript/dist/apis/DatasetsApi.d.ts b/typescript/dist/apis/DatasetsApi.d.ts index b3130d1c..63db095a 100644 --- a/typescript/dist/apis/DatasetsApi.d.ts +++ b/typescript/dist/apis/DatasetsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/DatasetsApi.js b/typescript/dist/apis/DatasetsApi.js index 390168aa..009bc646 100644 --- a/typescript/dist/apis/DatasetsApi.js +++ b/typescript/dist/apis/DatasetsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/GeneralApi.d.ts b/typescript/dist/apis/GeneralApi.d.ts index e2bb908a..90a06a9a 100644 --- a/typescript/dist/apis/GeneralApi.d.ts +++ b/typescript/dist/apis/GeneralApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/GeneralApi.js b/typescript/dist/apis/GeneralApi.js index 7cc55137..6130834d 100644 --- a/typescript/dist/apis/GeneralApi.js +++ b/typescript/dist/apis/GeneralApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/LayersApi.d.ts b/typescript/dist/apis/LayersApi.d.ts index 5f74b7b9..e2f3cd5d 100644 --- a/typescript/dist/apis/LayersApi.d.ts +++ b/typescript/dist/apis/LayersApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/LayersApi.js b/typescript/dist/apis/LayersApi.js index a02f615c..421615e8 100644 --- a/typescript/dist/apis/LayersApi.js +++ b/typescript/dist/apis/LayersApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/MLApi.d.ts b/typescript/dist/apis/MLApi.d.ts index e60a3914..49e1da80 100644 --- a/typescript/dist/apis/MLApi.d.ts +++ b/typescript/dist/apis/MLApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/MLApi.js b/typescript/dist/apis/MLApi.js index 688dce93..f2120711 100644 --- a/typescript/dist/apis/MLApi.js +++ b/typescript/dist/apis/MLApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWCSApi.d.ts b/typescript/dist/apis/OGCWCSApi.d.ts index 1300a177..a33cd786 100644 --- a/typescript/dist/apis/OGCWCSApi.d.ts +++ b/typescript/dist/apis/OGCWCSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWCSApi.js b/typescript/dist/apis/OGCWCSApi.js index a88dd58d..e2e1f685 100644 --- a/typescript/dist/apis/OGCWCSApi.js +++ b/typescript/dist/apis/OGCWCSApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWFSApi.d.ts b/typescript/dist/apis/OGCWFSApi.d.ts index 2c45aa3a..f4b165c7 100644 --- a/typescript/dist/apis/OGCWFSApi.d.ts +++ b/typescript/dist/apis/OGCWFSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWFSApi.js b/typescript/dist/apis/OGCWFSApi.js index ba07c8dd..8c784238 100644 --- a/typescript/dist/apis/OGCWFSApi.js +++ b/typescript/dist/apis/OGCWFSApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWMSApi.d.ts b/typescript/dist/apis/OGCWMSApi.d.ts index abb19f7f..ad1406c7 100644 --- a/typescript/dist/apis/OGCWMSApi.d.ts +++ b/typescript/dist/apis/OGCWMSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWMSApi.js b/typescript/dist/apis/OGCWMSApi.js index 432dbf62..c4f7c84d 100644 --- a/typescript/dist/apis/OGCWMSApi.js +++ b/typescript/dist/apis/OGCWMSApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PermissionsApi.d.ts b/typescript/dist/apis/PermissionsApi.d.ts index d43e3c9a..2980a3b5 100644 --- a/typescript/dist/apis/PermissionsApi.d.ts +++ b/typescript/dist/apis/PermissionsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PermissionsApi.js b/typescript/dist/apis/PermissionsApi.js index 9f7c2573..cb593cad 100644 --- a/typescript/dist/apis/PermissionsApi.js +++ b/typescript/dist/apis/PermissionsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PlotsApi.d.ts b/typescript/dist/apis/PlotsApi.d.ts index 4827ac54..9d30528f 100644 --- a/typescript/dist/apis/PlotsApi.d.ts +++ b/typescript/dist/apis/PlotsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PlotsApi.js b/typescript/dist/apis/PlotsApi.js index 512e7bbe..fab48486 100644 --- a/typescript/dist/apis/PlotsApi.js +++ b/typescript/dist/apis/PlotsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/ProjectsApi.d.ts b/typescript/dist/apis/ProjectsApi.d.ts index 6bf469a8..0a32952d 100644 --- a/typescript/dist/apis/ProjectsApi.d.ts +++ b/typescript/dist/apis/ProjectsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/ProjectsApi.js b/typescript/dist/apis/ProjectsApi.js index a4e50e79..2e99635f 100644 --- a/typescript/dist/apis/ProjectsApi.js +++ b/typescript/dist/apis/ProjectsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SessionApi.d.ts b/typescript/dist/apis/SessionApi.d.ts index 833af468..2c437467 100644 --- a/typescript/dist/apis/SessionApi.d.ts +++ b/typescript/dist/apis/SessionApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SessionApi.js b/typescript/dist/apis/SessionApi.js index 22357e6a..01bf048b 100644 --- a/typescript/dist/apis/SessionApi.js +++ b/typescript/dist/apis/SessionApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SpatialReferencesApi.d.ts b/typescript/dist/apis/SpatialReferencesApi.d.ts index 69199a94..edc20d25 100644 --- a/typescript/dist/apis/SpatialReferencesApi.d.ts +++ b/typescript/dist/apis/SpatialReferencesApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SpatialReferencesApi.js b/typescript/dist/apis/SpatialReferencesApi.js index f37797e1..e80fc505 100644 --- a/typescript/dist/apis/SpatialReferencesApi.js +++ b/typescript/dist/apis/SpatialReferencesApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/TasksApi.d.ts b/typescript/dist/apis/TasksApi.d.ts index c579f122..3d89da77 100644 --- a/typescript/dist/apis/TasksApi.d.ts +++ b/typescript/dist/apis/TasksApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/TasksApi.js b/typescript/dist/apis/TasksApi.js index a14a448a..fdfeae2e 100644 --- a/typescript/dist/apis/TasksApi.js +++ b/typescript/dist/apis/TasksApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UploadsApi.d.ts b/typescript/dist/apis/UploadsApi.d.ts index 432e2f98..2dff90b6 100644 --- a/typescript/dist/apis/UploadsApi.d.ts +++ b/typescript/dist/apis/UploadsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UploadsApi.js b/typescript/dist/apis/UploadsApi.js index 39ac3380..b03867ae 100644 --- a/typescript/dist/apis/UploadsApi.js +++ b/typescript/dist/apis/UploadsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UserApi.d.ts b/typescript/dist/apis/UserApi.d.ts index 5549a59e..d773f7a1 100644 --- a/typescript/dist/apis/UserApi.d.ts +++ b/typescript/dist/apis/UserApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UserApi.js b/typescript/dist/apis/UserApi.js index 9430628a..f69c145e 100644 --- a/typescript/dist/apis/UserApi.js +++ b/typescript/dist/apis/UserApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/WorkflowsApi.d.ts b/typescript/dist/apis/WorkflowsApi.d.ts index ba499340..283de95a 100644 --- a/typescript/dist/apis/WorkflowsApi.d.ts +++ b/typescript/dist/apis/WorkflowsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/WorkflowsApi.js b/typescript/dist/apis/WorkflowsApi.js index 07444409..28b23dc6 100644 --- a/typescript/dist/apis/WorkflowsApi.js +++ b/typescript/dist/apis/WorkflowsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/DatasetsApi.d.ts b/typescript/dist/esm/apis/DatasetsApi.d.ts index b3130d1c..63db095a 100644 --- a/typescript/dist/esm/apis/DatasetsApi.d.ts +++ b/typescript/dist/esm/apis/DatasetsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/DatasetsApi.js b/typescript/dist/esm/apis/DatasetsApi.js index 8e724f5e..2ea0063b 100644 --- a/typescript/dist/esm/apis/DatasetsApi.js +++ b/typescript/dist/esm/apis/DatasetsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/GeneralApi.d.ts b/typescript/dist/esm/apis/GeneralApi.d.ts index e2bb908a..90a06a9a 100644 --- a/typescript/dist/esm/apis/GeneralApi.d.ts +++ b/typescript/dist/esm/apis/GeneralApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/GeneralApi.js b/typescript/dist/esm/apis/GeneralApi.js index 0d4ea1c8..2e95439c 100644 --- a/typescript/dist/esm/apis/GeneralApi.js +++ b/typescript/dist/esm/apis/GeneralApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/LayersApi.d.ts b/typescript/dist/esm/apis/LayersApi.d.ts index 5f74b7b9..e2f3cd5d 100644 --- a/typescript/dist/esm/apis/LayersApi.d.ts +++ b/typescript/dist/esm/apis/LayersApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/LayersApi.js b/typescript/dist/esm/apis/LayersApi.js index 71545f11..923c6d5f 100644 --- a/typescript/dist/esm/apis/LayersApi.js +++ b/typescript/dist/esm/apis/LayersApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/MLApi.d.ts b/typescript/dist/esm/apis/MLApi.d.ts index e60a3914..49e1da80 100644 --- a/typescript/dist/esm/apis/MLApi.d.ts +++ b/typescript/dist/esm/apis/MLApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/MLApi.js b/typescript/dist/esm/apis/MLApi.js index e27fc276..291c7cd5 100644 --- a/typescript/dist/esm/apis/MLApi.js +++ b/typescript/dist/esm/apis/MLApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWCSApi.d.ts b/typescript/dist/esm/apis/OGCWCSApi.d.ts index 1300a177..a33cd786 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWCSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWCSApi.js b/typescript/dist/esm/apis/OGCWCSApi.js index 96f29831..430881f2 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.js +++ b/typescript/dist/esm/apis/OGCWCSApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWFSApi.d.ts b/typescript/dist/esm/apis/OGCWFSApi.d.ts index 2c45aa3a..f4b165c7 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWFSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWFSApi.js b/typescript/dist/esm/apis/OGCWFSApi.js index cf5b3823..f2513c2d 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.js +++ b/typescript/dist/esm/apis/OGCWFSApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWMSApi.d.ts b/typescript/dist/esm/apis/OGCWMSApi.d.ts index abb19f7f..ad1406c7 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWMSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWMSApi.js b/typescript/dist/esm/apis/OGCWMSApi.js index 791951bf..0a01b453 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.js +++ b/typescript/dist/esm/apis/OGCWMSApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PermissionsApi.d.ts b/typescript/dist/esm/apis/PermissionsApi.d.ts index d43e3c9a..2980a3b5 100644 --- a/typescript/dist/esm/apis/PermissionsApi.d.ts +++ b/typescript/dist/esm/apis/PermissionsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PermissionsApi.js b/typescript/dist/esm/apis/PermissionsApi.js index 0217a126..f38c7636 100644 --- a/typescript/dist/esm/apis/PermissionsApi.js +++ b/typescript/dist/esm/apis/PermissionsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PlotsApi.d.ts b/typescript/dist/esm/apis/PlotsApi.d.ts index 4827ac54..9d30528f 100644 --- a/typescript/dist/esm/apis/PlotsApi.d.ts +++ b/typescript/dist/esm/apis/PlotsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PlotsApi.js b/typescript/dist/esm/apis/PlotsApi.js index 5fda9ec1..bc777b75 100644 --- a/typescript/dist/esm/apis/PlotsApi.js +++ b/typescript/dist/esm/apis/PlotsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/ProjectsApi.d.ts b/typescript/dist/esm/apis/ProjectsApi.d.ts index 6bf469a8..0a32952d 100644 --- a/typescript/dist/esm/apis/ProjectsApi.d.ts +++ b/typescript/dist/esm/apis/ProjectsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/ProjectsApi.js b/typescript/dist/esm/apis/ProjectsApi.js index 38076862..0ae08dba 100644 --- a/typescript/dist/esm/apis/ProjectsApi.js +++ b/typescript/dist/esm/apis/ProjectsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SessionApi.d.ts b/typescript/dist/esm/apis/SessionApi.d.ts index 833af468..2c437467 100644 --- a/typescript/dist/esm/apis/SessionApi.d.ts +++ b/typescript/dist/esm/apis/SessionApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SessionApi.js b/typescript/dist/esm/apis/SessionApi.js index ff414131..83fcb6fe 100644 --- a/typescript/dist/esm/apis/SessionApi.js +++ b/typescript/dist/esm/apis/SessionApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SpatialReferencesApi.d.ts b/typescript/dist/esm/apis/SpatialReferencesApi.d.ts index 69199a94..edc20d25 100644 --- a/typescript/dist/esm/apis/SpatialReferencesApi.d.ts +++ b/typescript/dist/esm/apis/SpatialReferencesApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SpatialReferencesApi.js b/typescript/dist/esm/apis/SpatialReferencesApi.js index e43f07de..fb4968af 100644 --- a/typescript/dist/esm/apis/SpatialReferencesApi.js +++ b/typescript/dist/esm/apis/SpatialReferencesApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/TasksApi.d.ts b/typescript/dist/esm/apis/TasksApi.d.ts index c579f122..3d89da77 100644 --- a/typescript/dist/esm/apis/TasksApi.d.ts +++ b/typescript/dist/esm/apis/TasksApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/TasksApi.js b/typescript/dist/esm/apis/TasksApi.js index 4833808a..e7c7ccd3 100644 --- a/typescript/dist/esm/apis/TasksApi.js +++ b/typescript/dist/esm/apis/TasksApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UploadsApi.d.ts b/typescript/dist/esm/apis/UploadsApi.d.ts index 432e2f98..2dff90b6 100644 --- a/typescript/dist/esm/apis/UploadsApi.d.ts +++ b/typescript/dist/esm/apis/UploadsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UploadsApi.js b/typescript/dist/esm/apis/UploadsApi.js index 1eb8e0d2..2f2bfc62 100644 --- a/typescript/dist/esm/apis/UploadsApi.js +++ b/typescript/dist/esm/apis/UploadsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UserApi.d.ts b/typescript/dist/esm/apis/UserApi.d.ts index 5549a59e..d773f7a1 100644 --- a/typescript/dist/esm/apis/UserApi.d.ts +++ b/typescript/dist/esm/apis/UserApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UserApi.js b/typescript/dist/esm/apis/UserApi.js index e567c3c1..b2fb713f 100644 --- a/typescript/dist/esm/apis/UserApi.js +++ b/typescript/dist/esm/apis/UserApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/WorkflowsApi.d.ts b/typescript/dist/esm/apis/WorkflowsApi.d.ts index ba499340..283de95a 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.d.ts +++ b/typescript/dist/esm/apis/WorkflowsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/WorkflowsApi.js b/typescript/dist/esm/apis/WorkflowsApi.js index c40a0f40..34fe292b 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.js +++ b/typescript/dist/esm/apis/WorkflowsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddDataset.d.ts b/typescript/dist/esm/models/AddDataset.d.ts index 3a8d9b2c..57ea8090 100644 --- a/typescript/dist/esm/models/AddDataset.d.ts +++ b/typescript/dist/esm/models/AddDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddDataset.js b/typescript/dist/esm/models/AddDataset.js index dad77311..b3477f40 100644 --- a/typescript/dist/esm/models/AddDataset.js +++ b/typescript/dist/esm/models/AddDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayer.d.ts b/typescript/dist/esm/models/AddLayer.d.ts index 7801eab1..9e1833d1 100644 --- a/typescript/dist/esm/models/AddLayer.d.ts +++ b/typescript/dist/esm/models/AddLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayer.js b/typescript/dist/esm/models/AddLayer.js index d7a1441c..777f531e 100644 --- a/typescript/dist/esm/models/AddLayer.js +++ b/typescript/dist/esm/models/AddLayer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayerCollection.d.ts b/typescript/dist/esm/models/AddLayerCollection.d.ts index 475a5dd4..5715b027 100644 --- a/typescript/dist/esm/models/AddLayerCollection.d.ts +++ b/typescript/dist/esm/models/AddLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayerCollection.js b/typescript/dist/esm/models/AddLayerCollection.js index bdee694d..1bda4d08 100644 --- a/typescript/dist/esm/models/AddLayerCollection.js +++ b/typescript/dist/esm/models/AddLayerCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddRole.d.ts b/typescript/dist/esm/models/AddRole.d.ts index ba12ddac..67bc7e6e 100644 --- a/typescript/dist/esm/models/AddRole.d.ts +++ b/typescript/dist/esm/models/AddRole.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddRole.js b/typescript/dist/esm/models/AddRole.js index 7656bd9d..469d4e4f 100644 --- a/typescript/dist/esm/models/AddRole.js +++ b/typescript/dist/esm/models/AddRole.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts b/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts index a8d95edd..94532500 100644 --- a/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ArunaDataProviderDefinition.js b/typescript/dist/esm/models/ArunaDataProviderDefinition.js index 96300947..bdb48756 100644 --- a/typescript/dist/esm/models/ArunaDataProviderDefinition.js +++ b/typescript/dist/esm/models/ArunaDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeRequestURL.d.ts b/typescript/dist/esm/models/AuthCodeRequestURL.d.ts index 448be092..5b1e8e4b 100644 --- a/typescript/dist/esm/models/AuthCodeRequestURL.d.ts +++ b/typescript/dist/esm/models/AuthCodeRequestURL.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeRequestURL.js b/typescript/dist/esm/models/AuthCodeRequestURL.js index b4ad20f6..c018bd2c 100644 --- a/typescript/dist/esm/models/AuthCodeRequestURL.js +++ b/typescript/dist/esm/models/AuthCodeRequestURL.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeResponse.d.ts b/typescript/dist/esm/models/AuthCodeResponse.d.ts index 6a31af14..0c41600a 100644 --- a/typescript/dist/esm/models/AuthCodeResponse.d.ts +++ b/typescript/dist/esm/models/AuthCodeResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeResponse.js b/typescript/dist/esm/models/AuthCodeResponse.js index 1e4a6879..83e30fc5 100644 --- a/typescript/dist/esm/models/AuthCodeResponse.js +++ b/typescript/dist/esm/models/AuthCodeResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AutoCreateDataset.d.ts b/typescript/dist/esm/models/AutoCreateDataset.d.ts index 1f524aff..19a97e75 100644 --- a/typescript/dist/esm/models/AutoCreateDataset.d.ts +++ b/typescript/dist/esm/models/AutoCreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AutoCreateDataset.js b/typescript/dist/esm/models/AutoCreateDataset.js index d089ecbc..3ec19934 100644 --- a/typescript/dist/esm/models/AutoCreateDataset.js +++ b/typescript/dist/esm/models/AutoCreateDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AxisOrder.d.ts b/typescript/dist/esm/models/AxisOrder.d.ts index 82772b8e..ff83b12a 100644 --- a/typescript/dist/esm/models/AxisOrder.d.ts +++ b/typescript/dist/esm/models/AxisOrder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AxisOrder.js b/typescript/dist/esm/models/AxisOrder.js index 369dfcf5..7e9f5485 100644 --- a/typescript/dist/esm/models/AxisOrder.js +++ b/typescript/dist/esm/models/AxisOrder.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/BoundingBox2D.d.ts b/typescript/dist/esm/models/BoundingBox2D.d.ts index 08f18375..4b12affb 100644 --- a/typescript/dist/esm/models/BoundingBox2D.d.ts +++ b/typescript/dist/esm/models/BoundingBox2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/BoundingBox2D.js b/typescript/dist/esm/models/BoundingBox2D.js index 05582b27..3afeaf8f 100644 --- a/typescript/dist/esm/models/BoundingBox2D.js +++ b/typescript/dist/esm/models/BoundingBox2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Breakpoint.d.ts b/typescript/dist/esm/models/Breakpoint.d.ts index 05d84313..dbd68ccb 100644 --- a/typescript/dist/esm/models/Breakpoint.d.ts +++ b/typescript/dist/esm/models/Breakpoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Breakpoint.js b/typescript/dist/esm/models/Breakpoint.js index 5660654f..c96b3b8e 100644 --- a/typescript/dist/esm/models/Breakpoint.js +++ b/typescript/dist/esm/models/Breakpoint.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ClassificationMeasurement.d.ts b/typescript/dist/esm/models/ClassificationMeasurement.d.ts index a5798843..bad6c5b7 100644 --- a/typescript/dist/esm/models/ClassificationMeasurement.d.ts +++ b/typescript/dist/esm/models/ClassificationMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ClassificationMeasurement.js b/typescript/dist/esm/models/ClassificationMeasurement.js index 05499080..90086d11 100644 --- a/typescript/dist/esm/models/ClassificationMeasurement.js +++ b/typescript/dist/esm/models/ClassificationMeasurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionItem.d.ts b/typescript/dist/esm/models/CollectionItem.d.ts index 045dec7a..bce9faf0 100644 --- a/typescript/dist/esm/models/CollectionItem.d.ts +++ b/typescript/dist/esm/models/CollectionItem.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionItem.js b/typescript/dist/esm/models/CollectionItem.js index 12e10e8e..5e913fbe 100644 --- a/typescript/dist/esm/models/CollectionItem.js +++ b/typescript/dist/esm/models/CollectionItem.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionType.d.ts b/typescript/dist/esm/models/CollectionType.d.ts index 42b4ae96..b99affa0 100644 --- a/typescript/dist/esm/models/CollectionType.d.ts +++ b/typescript/dist/esm/models/CollectionType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionType.js b/typescript/dist/esm/models/CollectionType.js index 77dbfa7c..911143b0 100644 --- a/typescript/dist/esm/models/CollectionType.js +++ b/typescript/dist/esm/models/CollectionType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ColorParam.d.ts b/typescript/dist/esm/models/ColorParam.d.ts index 94d826c1..f6b980b0 100644 --- a/typescript/dist/esm/models/ColorParam.d.ts +++ b/typescript/dist/esm/models/ColorParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ColorParam.js b/typescript/dist/esm/models/ColorParam.js index 2258ce02..beaee36a 100644 --- a/typescript/dist/esm/models/ColorParam.js +++ b/typescript/dist/esm/models/ColorParam.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Colorizer.d.ts b/typescript/dist/esm/models/Colorizer.d.ts index e8e6b1ed..2ba87491 100644 --- a/typescript/dist/esm/models/Colorizer.d.ts +++ b/typescript/dist/esm/models/Colorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Colorizer.js b/typescript/dist/esm/models/Colorizer.js index 293fb745..d296620f 100644 --- a/typescript/dist/esm/models/Colorizer.js +++ b/typescript/dist/esm/models/Colorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ComputationQuota.d.ts b/typescript/dist/esm/models/ComputationQuota.d.ts index 714a306a..26c95514 100644 --- a/typescript/dist/esm/models/ComputationQuota.d.ts +++ b/typescript/dist/esm/models/ComputationQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ComputationQuota.js b/typescript/dist/esm/models/ComputationQuota.js index 4829e2bd..6fb3dbec 100644 --- a/typescript/dist/esm/models/ComputationQuota.js +++ b/typescript/dist/esm/models/ComputationQuota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ContinuousMeasurement.d.ts b/typescript/dist/esm/models/ContinuousMeasurement.d.ts index 41c613d1..b2cf02a4 100644 --- a/typescript/dist/esm/models/ContinuousMeasurement.d.ts +++ b/typescript/dist/esm/models/ContinuousMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ContinuousMeasurement.js b/typescript/dist/esm/models/ContinuousMeasurement.js index fa6d404b..ea3a6b7a 100644 --- a/typescript/dist/esm/models/ContinuousMeasurement.js +++ b/typescript/dist/esm/models/ContinuousMeasurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Coordinate2D.d.ts b/typescript/dist/esm/models/Coordinate2D.d.ts index 5e97411d..90d15f56 100644 --- a/typescript/dist/esm/models/Coordinate2D.d.ts +++ b/typescript/dist/esm/models/Coordinate2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Coordinate2D.js b/typescript/dist/esm/models/Coordinate2D.js index 97dd960e..8418bc61 100644 --- a/typescript/dist/esm/models/Coordinate2D.js +++ b/typescript/dist/esm/models/Coordinate2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts index e0abaa12..40b21dc4 100644 --- a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js index 5367dd07..d8f9a4d6 100644 --- a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js +++ b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateDataset.d.ts b/typescript/dist/esm/models/CreateDataset.d.ts index ba7f4cad..2e3b26f0 100644 --- a/typescript/dist/esm/models/CreateDataset.d.ts +++ b/typescript/dist/esm/models/CreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateDataset.js b/typescript/dist/esm/models/CreateDataset.js index b5392091..6cde2714 100644 --- a/typescript/dist/esm/models/CreateDataset.js +++ b/typescript/dist/esm/models/CreateDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateProject.d.ts b/typescript/dist/esm/models/CreateProject.d.ts index f1dcd7dc..79919d85 100644 --- a/typescript/dist/esm/models/CreateProject.d.ts +++ b/typescript/dist/esm/models/CreateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateProject.js b/typescript/dist/esm/models/CreateProject.js index df338449..b06bcdf1 100644 --- a/typescript/dist/esm/models/CreateProject.js +++ b/typescript/dist/esm/models/CreateProject.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CsvHeader.d.ts b/typescript/dist/esm/models/CsvHeader.d.ts index 70b4f799..be6200cb 100644 --- a/typescript/dist/esm/models/CsvHeader.d.ts +++ b/typescript/dist/esm/models/CsvHeader.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CsvHeader.js b/typescript/dist/esm/models/CsvHeader.js index bcfc37e2..b599ed36 100644 --- a/typescript/dist/esm/models/CsvHeader.js +++ b/typescript/dist/esm/models/CsvHeader.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataId.d.ts b/typescript/dist/esm/models/DataId.d.ts index 0b62a75c..51a0ee07 100644 --- a/typescript/dist/esm/models/DataId.d.ts +++ b/typescript/dist/esm/models/DataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataId.js b/typescript/dist/esm/models/DataId.js index 5e85fc23..a5dc6f7d 100644 --- a/typescript/dist/esm/models/DataId.js +++ b/typescript/dist/esm/models/DataId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPath.d.ts b/typescript/dist/esm/models/DataPath.d.ts index b1f02bce..bacdd2a0 100644 --- a/typescript/dist/esm/models/DataPath.d.ts +++ b/typescript/dist/esm/models/DataPath.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPath.js b/typescript/dist/esm/models/DataPath.js index 0f25ff29..c7fdcbf7 100644 --- a/typescript/dist/esm/models/DataPath.js +++ b/typescript/dist/esm/models/DataPath.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf.d.ts b/typescript/dist/esm/models/DataPathOneOf.d.ts index 5182804a..63e792fc 100644 --- a/typescript/dist/esm/models/DataPathOneOf.d.ts +++ b/typescript/dist/esm/models/DataPathOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf.js b/typescript/dist/esm/models/DataPathOneOf.js index 24f2290e..654d38ea 100644 --- a/typescript/dist/esm/models/DataPathOneOf.js +++ b/typescript/dist/esm/models/DataPathOneOf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf1.d.ts b/typescript/dist/esm/models/DataPathOneOf1.d.ts index 94767d68..b2297105 100644 --- a/typescript/dist/esm/models/DataPathOneOf1.d.ts +++ b/typescript/dist/esm/models/DataPathOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf1.js b/typescript/dist/esm/models/DataPathOneOf1.js index 7eda2a54..749acfb6 100644 --- a/typescript/dist/esm/models/DataPathOneOf1.js +++ b/typescript/dist/esm/models/DataPathOneOf1.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataProviderResource.d.ts b/typescript/dist/esm/models/DataProviderResource.d.ts index e8060c9c..4fafacba 100644 --- a/typescript/dist/esm/models/DataProviderResource.d.ts +++ b/typescript/dist/esm/models/DataProviderResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataProviderResource.js b/typescript/dist/esm/models/DataProviderResource.js index b27f9e4c..f88fdf39 100644 --- a/typescript/dist/esm/models/DataProviderResource.js +++ b/typescript/dist/esm/models/DataProviderResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsage.d.ts b/typescript/dist/esm/models/DataUsage.d.ts index c406d613..5730476b 100644 --- a/typescript/dist/esm/models/DataUsage.d.ts +++ b/typescript/dist/esm/models/DataUsage.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsage.js b/typescript/dist/esm/models/DataUsage.js index f1ff1fb9..cfbe6b68 100644 --- a/typescript/dist/esm/models/DataUsage.js +++ b/typescript/dist/esm/models/DataUsage.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsageSummary.d.ts b/typescript/dist/esm/models/DataUsageSummary.d.ts index 818080e3..c3d182d3 100644 --- a/typescript/dist/esm/models/DataUsageSummary.d.ts +++ b/typescript/dist/esm/models/DataUsageSummary.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsageSummary.js b/typescript/dist/esm/models/DataUsageSummary.js index 532cf93c..91cde654 100644 --- a/typescript/dist/esm/models/DataUsageSummary.js +++ b/typescript/dist/esm/models/DataUsageSummary.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts b/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts index faf0eaeb..1a628b7d 100644 --- a/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts +++ b/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatabaseConnectionConfig.js b/typescript/dist/esm/models/DatabaseConnectionConfig.js index 5b20a0af..86f09b36 100644 --- a/typescript/dist/esm/models/DatabaseConnectionConfig.js +++ b/typescript/dist/esm/models/DatabaseConnectionConfig.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Dataset.d.ts b/typescript/dist/esm/models/Dataset.d.ts index 5dd433f5..4e7137e5 100644 --- a/typescript/dist/esm/models/Dataset.d.ts +++ b/typescript/dist/esm/models/Dataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Dataset.js b/typescript/dist/esm/models/Dataset.js index e1d2c991..5ab57f4c 100644 --- a/typescript/dist/esm/models/Dataset.js +++ b/typescript/dist/esm/models/Dataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetDefinition.d.ts b/typescript/dist/esm/models/DatasetDefinition.d.ts index 4ff6160a..3160571c 100644 --- a/typescript/dist/esm/models/DatasetDefinition.d.ts +++ b/typescript/dist/esm/models/DatasetDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetDefinition.js b/typescript/dist/esm/models/DatasetDefinition.js index 4dead4e2..b47209f8 100644 --- a/typescript/dist/esm/models/DatasetDefinition.js +++ b/typescript/dist/esm/models/DatasetDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts b/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts index 2182b02d..14ddfa91 100644 --- a/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts +++ b/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingCollection.js b/typescript/dist/esm/models/DatasetLayerListingCollection.js index f18f39fb..03dbd033 100644 --- a/typescript/dist/esm/models/DatasetLayerListingCollection.js +++ b/typescript/dist/esm/models/DatasetLayerListingCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts index 87d65e8e..502a246a 100644 --- a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts +++ b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js index 8b9cbdd4..7ac78e91 100644 --- a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js +++ b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetListing.d.ts b/typescript/dist/esm/models/DatasetListing.d.ts index 01328add..cf0398b2 100644 --- a/typescript/dist/esm/models/DatasetListing.d.ts +++ b/typescript/dist/esm/models/DatasetListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetListing.js b/typescript/dist/esm/models/DatasetListing.js index b340e224..60e4a5e2 100644 --- a/typescript/dist/esm/models/DatasetListing.js +++ b/typescript/dist/esm/models/DatasetListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetNameResponse.d.ts b/typescript/dist/esm/models/DatasetNameResponse.d.ts index 5295eb28..56db7666 100644 --- a/typescript/dist/esm/models/DatasetNameResponse.d.ts +++ b/typescript/dist/esm/models/DatasetNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetNameResponse.js b/typescript/dist/esm/models/DatasetNameResponse.js index d6ddef4f..0f953b17 100644 --- a/typescript/dist/esm/models/DatasetNameResponse.js +++ b/typescript/dist/esm/models/DatasetNameResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetResource.d.ts b/typescript/dist/esm/models/DatasetResource.d.ts index c9dc85e6..14e63310 100644 --- a/typescript/dist/esm/models/DatasetResource.d.ts +++ b/typescript/dist/esm/models/DatasetResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetResource.js b/typescript/dist/esm/models/DatasetResource.js index 32227cba..9aa8a3ad 100644 --- a/typescript/dist/esm/models/DatasetResource.js +++ b/typescript/dist/esm/models/DatasetResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedColor.d.ts b/typescript/dist/esm/models/DerivedColor.d.ts index 4a4bed2c..f0269348 100644 --- a/typescript/dist/esm/models/DerivedColor.d.ts +++ b/typescript/dist/esm/models/DerivedColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedColor.js b/typescript/dist/esm/models/DerivedColor.js index 8814d9fe..8a9b6e54 100644 --- a/typescript/dist/esm/models/DerivedColor.js +++ b/typescript/dist/esm/models/DerivedColor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedNumber.d.ts b/typescript/dist/esm/models/DerivedNumber.d.ts index 33d8105b..580d45e5 100644 --- a/typescript/dist/esm/models/DerivedNumber.d.ts +++ b/typescript/dist/esm/models/DerivedNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedNumber.js b/typescript/dist/esm/models/DerivedNumber.js index 3a87d52c..f5ecf974 100644 --- a/typescript/dist/esm/models/DerivedNumber.js +++ b/typescript/dist/esm/models/DerivedNumber.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts index 5cc34e7e..4e593d5e 100644 --- a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts +++ b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.js b/typescript/dist/esm/models/DescribeCoverageRequest.js index fd5ae1f5..88a1e506 100644 --- a/typescript/dist/esm/models/DescribeCoverageRequest.js +++ b/typescript/dist/esm/models/DescribeCoverageRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts index 470692b3..33feaa31 100644 --- a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js index 7f8b5fc4..57d7d153 100644 --- a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js +++ b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts b/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts index 78c1e745..6be39166 100644 --- a/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrDataProviderDefinition.js b/typescript/dist/esm/models/EdrDataProviderDefinition.js index 2c4174b2..d942dd03 100644 --- a/typescript/dist/esm/models/EdrDataProviderDefinition.js +++ b/typescript/dist/esm/models/EdrDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrVectorSpec.d.ts b/typescript/dist/esm/models/EdrVectorSpec.d.ts index be4dd9a1..7a66eb5b 100644 --- a/typescript/dist/esm/models/EdrVectorSpec.d.ts +++ b/typescript/dist/esm/models/EdrVectorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrVectorSpec.js b/typescript/dist/esm/models/EdrVectorSpec.js index b077a81d..14a7c984 100644 --- a/typescript/dist/esm/models/EdrVectorSpec.js +++ b/typescript/dist/esm/models/EdrVectorSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ErrorResponse.d.ts b/typescript/dist/esm/models/ErrorResponse.d.ts index 854640e6..8e9a1c69 100644 --- a/typescript/dist/esm/models/ErrorResponse.d.ts +++ b/typescript/dist/esm/models/ErrorResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ErrorResponse.js b/typescript/dist/esm/models/ErrorResponse.js index f1a84cb9..2c2a0b94 100644 --- a/typescript/dist/esm/models/ErrorResponse.js +++ b/typescript/dist/esm/models/ErrorResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ExternalDataId.d.ts b/typescript/dist/esm/models/ExternalDataId.d.ts index 7d545dd8..c9d04fdc 100644 --- a/typescript/dist/esm/models/ExternalDataId.d.ts +++ b/typescript/dist/esm/models/ExternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ExternalDataId.js b/typescript/dist/esm/models/ExternalDataId.js index 0c57cb42..a5ce5b71 100644 --- a/typescript/dist/esm/models/ExternalDataId.js +++ b/typescript/dist/esm/models/ExternalDataId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FeatureDataType.d.ts b/typescript/dist/esm/models/FeatureDataType.d.ts index a0b12e48..31a483e6 100644 --- a/typescript/dist/esm/models/FeatureDataType.d.ts +++ b/typescript/dist/esm/models/FeatureDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FeatureDataType.js b/typescript/dist/esm/models/FeatureDataType.js index d488d6af..370f995d 100644 --- a/typescript/dist/esm/models/FeatureDataType.js +++ b/typescript/dist/esm/models/FeatureDataType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FileNotFoundHandling.d.ts b/typescript/dist/esm/models/FileNotFoundHandling.d.ts index 8467ab74..ee4e23d9 100644 --- a/typescript/dist/esm/models/FileNotFoundHandling.d.ts +++ b/typescript/dist/esm/models/FileNotFoundHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FileNotFoundHandling.js b/typescript/dist/esm/models/FileNotFoundHandling.js index 007e0498..b629e913 100644 --- a/typescript/dist/esm/models/FileNotFoundHandling.js +++ b/typescript/dist/esm/models/FileNotFoundHandling.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecifics.d.ts b/typescript/dist/esm/models/FormatSpecifics.d.ts index 02aedb0e..0a7a2cfd 100644 --- a/typescript/dist/esm/models/FormatSpecifics.d.ts +++ b/typescript/dist/esm/models/FormatSpecifics.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecifics.js b/typescript/dist/esm/models/FormatSpecifics.js index 6b3efe52..87a5015f 100644 --- a/typescript/dist/esm/models/FormatSpecifics.js +++ b/typescript/dist/esm/models/FormatSpecifics.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts b/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts index 3875ba2f..63a74c2a 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts +++ b/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecificsOneOf.js b/typescript/dist/esm/models/FormatSpecificsOneOf.js index 4e94c6ea..e7ee3582 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOf.js +++ b/typescript/dist/esm/models/FormatSpecificsOneOf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts index b9b304aa..f09a2f71 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts +++ b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js index 18b1f025..e414e305 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js +++ b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts b/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts index bc3acbd2..89dcb504 100644 --- a/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GbifDataProviderDefinition.js b/typescript/dist/esm/models/GbifDataProviderDefinition.js index 5210d38d..137dc356 100644 --- a/typescript/dist/esm/models/GbifDataProviderDefinition.js +++ b/typescript/dist/esm/models/GbifDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts b/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts index cd084cf3..097de277 100644 --- a/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts +++ b/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetGeoTransform.js b/typescript/dist/esm/models/GdalDatasetGeoTransform.js index ef8c7df6..e84477a1 100644 --- a/typescript/dist/esm/models/GdalDatasetGeoTransform.js +++ b/typescript/dist/esm/models/GdalDatasetGeoTransform.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetParameters.d.ts b/typescript/dist/esm/models/GdalDatasetParameters.d.ts index 32c9a296..d2ffeb7f 100644 --- a/typescript/dist/esm/models/GdalDatasetParameters.d.ts +++ b/typescript/dist/esm/models/GdalDatasetParameters.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetParameters.js b/typescript/dist/esm/models/GdalDatasetParameters.js index d5dedb53..2a33d324 100644 --- a/typescript/dist/esm/models/GdalDatasetParameters.js +++ b/typescript/dist/esm/models/GdalDatasetParameters.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts index c90109bf..2cb6b45b 100644 --- a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts +++ b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js index 2e3b6b61..c77d6a7b 100644 --- a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js +++ b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataList.d.ts b/typescript/dist/esm/models/GdalMetaDataList.d.ts index 201f39c3..d1bee061 100644 --- a/typescript/dist/esm/models/GdalMetaDataList.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataList.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataList.js b/typescript/dist/esm/models/GdalMetaDataList.js index d9f205ef..c3520faa 100644 --- a/typescript/dist/esm/models/GdalMetaDataList.js +++ b/typescript/dist/esm/models/GdalMetaDataList.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataRegular.d.ts b/typescript/dist/esm/models/GdalMetaDataRegular.d.ts index f91ecd4f..50fe2d5d 100644 --- a/typescript/dist/esm/models/GdalMetaDataRegular.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataRegular.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataRegular.js b/typescript/dist/esm/models/GdalMetaDataRegular.js index 0645084d..6f53e171 100644 --- a/typescript/dist/esm/models/GdalMetaDataRegular.js +++ b/typescript/dist/esm/models/GdalMetaDataRegular.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataStatic.d.ts b/typescript/dist/esm/models/GdalMetaDataStatic.d.ts index 735d01af..eb61b627 100644 --- a/typescript/dist/esm/models/GdalMetaDataStatic.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataStatic.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataStatic.js b/typescript/dist/esm/models/GdalMetaDataStatic.js index 0b5d73ca..6a969287 100644 --- a/typescript/dist/esm/models/GdalMetaDataStatic.js +++ b/typescript/dist/esm/models/GdalMetaDataStatic.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataMapping.d.ts b/typescript/dist/esm/models/GdalMetadataMapping.d.ts index 657aae9f..c0252924 100644 --- a/typescript/dist/esm/models/GdalMetadataMapping.d.ts +++ b/typescript/dist/esm/models/GdalMetadataMapping.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataMapping.js b/typescript/dist/esm/models/GdalMetadataMapping.js index dc0824a0..95c9684d 100644 --- a/typescript/dist/esm/models/GdalMetadataMapping.js +++ b/typescript/dist/esm/models/GdalMetadataMapping.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts b/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts index d24c38e2..0c651af6 100644 --- a/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts +++ b/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataNetCdfCf.js b/typescript/dist/esm/models/GdalMetadataNetCdfCf.js index fd26ce41..6dcc581f 100644 --- a/typescript/dist/esm/models/GdalMetadataNetCdfCf.js +++ b/typescript/dist/esm/models/GdalMetadataNetCdfCf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts b/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts index d8e9be5b..ca70fecd 100644 --- a/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts +++ b/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalSourceTimePlaceholder.js b/typescript/dist/esm/models/GdalSourceTimePlaceholder.js index f42b5240..3eded3e8 100644 --- a/typescript/dist/esm/models/GdalSourceTimePlaceholder.js +++ b/typescript/dist/esm/models/GdalSourceTimePlaceholder.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoJson.d.ts b/typescript/dist/esm/models/GeoJson.d.ts index 993ad8c6..febe684c 100644 --- a/typescript/dist/esm/models/GeoJson.d.ts +++ b/typescript/dist/esm/models/GeoJson.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoJson.js b/typescript/dist/esm/models/GeoJson.js index 7fafd844..433765a5 100644 --- a/typescript/dist/esm/models/GeoJson.js +++ b/typescript/dist/esm/models/GeoJson.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoTransform.d.ts b/typescript/dist/esm/models/GeoTransform.d.ts index 1fd8c3ba..567cfb20 100644 --- a/typescript/dist/esm/models/GeoTransform.d.ts +++ b/typescript/dist/esm/models/GeoTransform.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoTransform.js b/typescript/dist/esm/models/GeoTransform.js index 91d3d032..e2779a2f 100644 --- a/typescript/dist/esm/models/GeoTransform.js +++ b/typescript/dist/esm/models/GeoTransform.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts index fd1027eb..9a4034dc 100644 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts +++ b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.js b/typescript/dist/esm/models/GetCapabilitiesFormat.js index 2fffd11e..4f0b7b90 100644 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.js +++ b/typescript/dist/esm/models/GetCapabilitiesFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts index 4c06be57..c1309d45 100644 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts +++ b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.js b/typescript/dist/esm/models/GetCapabilitiesRequest.js index b43cfef4..0340671b 100644 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.js +++ b/typescript/dist/esm/models/GetCapabilitiesRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageFormat.d.ts b/typescript/dist/esm/models/GetCoverageFormat.d.ts index f4b2f64d..1691a28c 100644 --- a/typescript/dist/esm/models/GetCoverageFormat.d.ts +++ b/typescript/dist/esm/models/GetCoverageFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageFormat.js b/typescript/dist/esm/models/GetCoverageFormat.js index 55066e1d..d35e2156 100644 --- a/typescript/dist/esm/models/GetCoverageFormat.js +++ b/typescript/dist/esm/models/GetCoverageFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageRequest.d.ts b/typescript/dist/esm/models/GetCoverageRequest.d.ts index 14c7eb33..66a5e4f4 100644 --- a/typescript/dist/esm/models/GetCoverageRequest.d.ts +++ b/typescript/dist/esm/models/GetCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageRequest.js b/typescript/dist/esm/models/GetCoverageRequest.js index 65636a12..5545c08f 100644 --- a/typescript/dist/esm/models/GetCoverageRequest.js +++ b/typescript/dist/esm/models/GetCoverageRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetFeatureRequest.d.ts b/typescript/dist/esm/models/GetFeatureRequest.d.ts index b3543aba..ed0b6064 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.d.ts +++ b/typescript/dist/esm/models/GetFeatureRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetFeatureRequest.js b/typescript/dist/esm/models/GetFeatureRequest.js index 17218364..ec0c0012 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.js +++ b/typescript/dist/esm/models/GetFeatureRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts index 90ff104d..d05f4a02 100644 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts +++ b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.js b/typescript/dist/esm/models/GetLegendGraphicRequest.js index bc8d123f..7e9993fb 100644 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.js +++ b/typescript/dist/esm/models/GetLegendGraphicRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapExceptionFormat.d.ts b/typescript/dist/esm/models/GetMapExceptionFormat.d.ts index c792af4c..1e8e87c4 100644 --- a/typescript/dist/esm/models/GetMapExceptionFormat.d.ts +++ b/typescript/dist/esm/models/GetMapExceptionFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapExceptionFormat.js b/typescript/dist/esm/models/GetMapExceptionFormat.js index b1b7eeb0..d3f1939b 100644 --- a/typescript/dist/esm/models/GetMapExceptionFormat.js +++ b/typescript/dist/esm/models/GetMapExceptionFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapFormat.d.ts b/typescript/dist/esm/models/GetMapFormat.d.ts index 929d5f9a..9d8bec75 100644 --- a/typescript/dist/esm/models/GetMapFormat.d.ts +++ b/typescript/dist/esm/models/GetMapFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapFormat.js b/typescript/dist/esm/models/GetMapFormat.js index 95b34fc5..433734ba 100644 --- a/typescript/dist/esm/models/GetMapFormat.js +++ b/typescript/dist/esm/models/GetMapFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapRequest.d.ts b/typescript/dist/esm/models/GetMapRequest.d.ts index f35fc7ab..04c01ac6 100644 --- a/typescript/dist/esm/models/GetMapRequest.d.ts +++ b/typescript/dist/esm/models/GetMapRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapRequest.js b/typescript/dist/esm/models/GetMapRequest.js index 46e0dfaf..37ba3276 100644 --- a/typescript/dist/esm/models/GetMapRequest.js +++ b/typescript/dist/esm/models/GetMapRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts index 6b0bf577..2d9ecd9c 100644 --- a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js index 5ab37904..0452f04d 100644 --- a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js +++ b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts index cc668f6b..860d29d8 100644 --- a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js index 92cc0ed2..679f7a25 100644 --- a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js +++ b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GridBoundingBox2D.d.ts b/typescript/dist/esm/models/GridBoundingBox2D.d.ts index 7203d881..29363306 100644 --- a/typescript/dist/esm/models/GridBoundingBox2D.d.ts +++ b/typescript/dist/esm/models/GridBoundingBox2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GridBoundingBox2D.js b/typescript/dist/esm/models/GridBoundingBox2D.js index 8385efec..0808758b 100644 --- a/typescript/dist/esm/models/GridBoundingBox2D.js +++ b/typescript/dist/esm/models/GridBoundingBox2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GridIdx2D.d.ts b/typescript/dist/esm/models/GridIdx2D.d.ts index 1a265133..fc4a6e1d 100644 --- a/typescript/dist/esm/models/GridIdx2D.d.ts +++ b/typescript/dist/esm/models/GridIdx2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GridIdx2D.js b/typescript/dist/esm/models/GridIdx2D.js index b6bf3899..59fc198e 100644 --- a/typescript/dist/esm/models/GridIdx2D.js +++ b/typescript/dist/esm/models/GridIdx2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/IdResponse.d.ts b/typescript/dist/esm/models/IdResponse.d.ts index 9ef5bbfd..74c403e0 100644 --- a/typescript/dist/esm/models/IdResponse.d.ts +++ b/typescript/dist/esm/models/IdResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/IdResponse.js b/typescript/dist/esm/models/IdResponse.js index 35f98030..5de12eb3 100644 --- a/typescript/dist/esm/models/IdResponse.js +++ b/typescript/dist/esm/models/IdResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/InternalDataId.d.ts b/typescript/dist/esm/models/InternalDataId.d.ts index fb4a3a83..442416cf 100644 --- a/typescript/dist/esm/models/InternalDataId.d.ts +++ b/typescript/dist/esm/models/InternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/InternalDataId.js b/typescript/dist/esm/models/InternalDataId.js index 6d9308ec..71d34146 100644 --- a/typescript/dist/esm/models/InternalDataId.js +++ b/typescript/dist/esm/models/InternalDataId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Layer.d.ts b/typescript/dist/esm/models/Layer.d.ts index 907e6232..7f9d1f7c 100644 --- a/typescript/dist/esm/models/Layer.d.ts +++ b/typescript/dist/esm/models/Layer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Layer.js b/typescript/dist/esm/models/Layer.js index 29ee0cdb..d21b5222 100644 --- a/typescript/dist/esm/models/Layer.js +++ b/typescript/dist/esm/models/Layer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollection.d.ts b/typescript/dist/esm/models/LayerCollection.d.ts index 194aebf0..6a0c3279 100644 --- a/typescript/dist/esm/models/LayerCollection.d.ts +++ b/typescript/dist/esm/models/LayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollection.js b/typescript/dist/esm/models/LayerCollection.js index cf655620..5744c59c 100644 --- a/typescript/dist/esm/models/LayerCollection.js +++ b/typescript/dist/esm/models/LayerCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionListing.d.ts b/typescript/dist/esm/models/LayerCollectionListing.d.ts index a83e8c0d..8c8f6675 100644 --- a/typescript/dist/esm/models/LayerCollectionListing.d.ts +++ b/typescript/dist/esm/models/LayerCollectionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionListing.js b/typescript/dist/esm/models/LayerCollectionListing.js index 7c097dbb..b0bdf73b 100644 --- a/typescript/dist/esm/models/LayerCollectionListing.js +++ b/typescript/dist/esm/models/LayerCollectionListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionResource.d.ts b/typescript/dist/esm/models/LayerCollectionResource.d.ts index ec129b62..c70a022c 100644 --- a/typescript/dist/esm/models/LayerCollectionResource.d.ts +++ b/typescript/dist/esm/models/LayerCollectionResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionResource.js b/typescript/dist/esm/models/LayerCollectionResource.js index 2e96348f..b686289c 100644 --- a/typescript/dist/esm/models/LayerCollectionResource.js +++ b/typescript/dist/esm/models/LayerCollectionResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerListing.d.ts b/typescript/dist/esm/models/LayerListing.d.ts index b2526193..c0c90245 100644 --- a/typescript/dist/esm/models/LayerListing.d.ts +++ b/typescript/dist/esm/models/LayerListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerListing.js b/typescript/dist/esm/models/LayerListing.js index 37bc31cb..121868b1 100644 --- a/typescript/dist/esm/models/LayerListing.js +++ b/typescript/dist/esm/models/LayerListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerProviderListing.d.ts b/typescript/dist/esm/models/LayerProviderListing.d.ts index 6bc0f844..3345f112 100644 --- a/typescript/dist/esm/models/LayerProviderListing.d.ts +++ b/typescript/dist/esm/models/LayerProviderListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerProviderListing.js b/typescript/dist/esm/models/LayerProviderListing.js index 9a7c2102..2bb05f8c 100644 --- a/typescript/dist/esm/models/LayerProviderListing.js +++ b/typescript/dist/esm/models/LayerProviderListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerResource.d.ts b/typescript/dist/esm/models/LayerResource.d.ts index 679ab67d..b3097338 100644 --- a/typescript/dist/esm/models/LayerResource.d.ts +++ b/typescript/dist/esm/models/LayerResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerResource.js b/typescript/dist/esm/models/LayerResource.js index 907e8a55..902666e7 100644 --- a/typescript/dist/esm/models/LayerResource.js +++ b/typescript/dist/esm/models/LayerResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerVisibility.d.ts b/typescript/dist/esm/models/LayerVisibility.d.ts index cadd44db..5f17a088 100644 --- a/typescript/dist/esm/models/LayerVisibility.d.ts +++ b/typescript/dist/esm/models/LayerVisibility.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerVisibility.js b/typescript/dist/esm/models/LayerVisibility.js index 4cee5186..cd3da3df 100644 --- a/typescript/dist/esm/models/LayerVisibility.js +++ b/typescript/dist/esm/models/LayerVisibility.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LineSymbology.d.ts b/typescript/dist/esm/models/LineSymbology.d.ts index 02ba3590..5080fa2f 100644 --- a/typescript/dist/esm/models/LineSymbology.d.ts +++ b/typescript/dist/esm/models/LineSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LineSymbology.js b/typescript/dist/esm/models/LineSymbology.js index fac48181..8b7b7044 100644 --- a/typescript/dist/esm/models/LineSymbology.js +++ b/typescript/dist/esm/models/LineSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LinearGradient.d.ts b/typescript/dist/esm/models/LinearGradient.d.ts index 04ab36a1..08210b75 100644 --- a/typescript/dist/esm/models/LinearGradient.d.ts +++ b/typescript/dist/esm/models/LinearGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LinearGradient.js b/typescript/dist/esm/models/LinearGradient.js index a661f669..76e2a8e1 100644 --- a/typescript/dist/esm/models/LinearGradient.js +++ b/typescript/dist/esm/models/LinearGradient.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LogarithmicGradient.d.ts b/typescript/dist/esm/models/LogarithmicGradient.d.ts index 1d89248f..63cd8a45 100644 --- a/typescript/dist/esm/models/LogarithmicGradient.d.ts +++ b/typescript/dist/esm/models/LogarithmicGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LogarithmicGradient.js b/typescript/dist/esm/models/LogarithmicGradient.js index 94c90943..4ee0eb42 100644 --- a/typescript/dist/esm/models/LogarithmicGradient.js +++ b/typescript/dist/esm/models/LogarithmicGradient.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Measurement.d.ts b/typescript/dist/esm/models/Measurement.d.ts index 4ea22b1a..4d7e6248 100644 --- a/typescript/dist/esm/models/Measurement.d.ts +++ b/typescript/dist/esm/models/Measurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Measurement.js b/typescript/dist/esm/models/Measurement.js index 22294691..262f6506 100644 --- a/typescript/dist/esm/models/Measurement.js +++ b/typescript/dist/esm/models/Measurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataDefinition.d.ts b/typescript/dist/esm/models/MetaDataDefinition.d.ts index 89e767ee..e547a8fb 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.d.ts +++ b/typescript/dist/esm/models/MetaDataDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataDefinition.js b/typescript/dist/esm/models/MetaDataDefinition.js index 291cbc25..86f64767 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.js +++ b/typescript/dist/esm/models/MetaDataDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataSuggestion.d.ts b/typescript/dist/esm/models/MetaDataSuggestion.d.ts index dd1cc615..04fea8e9 100644 --- a/typescript/dist/esm/models/MetaDataSuggestion.d.ts +++ b/typescript/dist/esm/models/MetaDataSuggestion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataSuggestion.js b/typescript/dist/esm/models/MetaDataSuggestion.js index 5d12af32..6a13bf6b 100644 --- a/typescript/dist/esm/models/MetaDataSuggestion.js +++ b/typescript/dist/esm/models/MetaDataSuggestion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModel.d.ts b/typescript/dist/esm/models/MlModel.d.ts index 64f05031..7752294a 100644 --- a/typescript/dist/esm/models/MlModel.d.ts +++ b/typescript/dist/esm/models/MlModel.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModel.js b/typescript/dist/esm/models/MlModel.js index 672aaca3..e0dd4528 100644 --- a/typescript/dist/esm/models/MlModel.js +++ b/typescript/dist/esm/models/MlModel.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts b/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts index f75e855d..88688a2f 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts +++ b/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandling.js b/typescript/dist/esm/models/MlModelInputNoDataHandling.js index 888fa64a..a5b32466 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandling.js +++ b/typescript/dist/esm/models/MlModelInputNoDataHandling.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts index 586c68f3..a44f2eb2 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts +++ b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js index 3c2173af..d752fec6 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js +++ b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelMetadata.d.ts b/typescript/dist/esm/models/MlModelMetadata.d.ts index 4775626c..1bbaf2aa 100644 --- a/typescript/dist/esm/models/MlModelMetadata.d.ts +++ b/typescript/dist/esm/models/MlModelMetadata.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelMetadata.js b/typescript/dist/esm/models/MlModelMetadata.js index 7807e952..c306b79b 100644 --- a/typescript/dist/esm/models/MlModelMetadata.js +++ b/typescript/dist/esm/models/MlModelMetadata.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelNameResponse.d.ts b/typescript/dist/esm/models/MlModelNameResponse.d.ts index 9d610baa..19de494a 100644 --- a/typescript/dist/esm/models/MlModelNameResponse.d.ts +++ b/typescript/dist/esm/models/MlModelNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelNameResponse.js b/typescript/dist/esm/models/MlModelNameResponse.js index 3c954dcd..2769caa3 100644 --- a/typescript/dist/esm/models/MlModelNameResponse.js +++ b/typescript/dist/esm/models/MlModelNameResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts b/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts index f99e63af..de37cc54 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandling.js b/typescript/dist/esm/models/MlModelOutputNoDataHandling.js index 4397e7ea..e1c91af7 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandling.js +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandling.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts index f48e7b43..020d85d9 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js index d00ec436..1b2e8c3c 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelResource.d.ts b/typescript/dist/esm/models/MlModelResource.d.ts index 964b33e5..3ef3a543 100644 --- a/typescript/dist/esm/models/MlModelResource.d.ts +++ b/typescript/dist/esm/models/MlModelResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelResource.js b/typescript/dist/esm/models/MlModelResource.js index d693ac46..c3f11439 100644 --- a/typescript/dist/esm/models/MlModelResource.js +++ b/typescript/dist/esm/models/MlModelResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlTensorShape3D.d.ts b/typescript/dist/esm/models/MlTensorShape3D.d.ts index bdbb9421..5cde6385 100644 --- a/typescript/dist/esm/models/MlTensorShape3D.d.ts +++ b/typescript/dist/esm/models/MlTensorShape3D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlTensorShape3D.js b/typescript/dist/esm/models/MlTensorShape3D.js index 23fd4e9b..1bc031b3 100644 --- a/typescript/dist/esm/models/MlTensorShape3D.js +++ b/typescript/dist/esm/models/MlTensorShape3D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts index 4aaed260..3a94f96a 100644 --- a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts +++ b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js index 1468e498..93f61ee9 100644 --- a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js +++ b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockMetaData.d.ts b/typescript/dist/esm/models/MockMetaData.d.ts index 06c65faa..aac62d02 100644 --- a/typescript/dist/esm/models/MockMetaData.d.ts +++ b/typescript/dist/esm/models/MockMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockMetaData.js b/typescript/dist/esm/models/MockMetaData.js index dbb469ae..6fca2a62 100644 --- a/typescript/dist/esm/models/MockMetaData.js +++ b/typescript/dist/esm/models/MockMetaData.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts b/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts index a937f8e1..96c226d1 100644 --- a/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts +++ b/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiBandRasterColorizer.js b/typescript/dist/esm/models/MultiBandRasterColorizer.js index b2c1725c..bdabd731 100644 --- a/typescript/dist/esm/models/MultiBandRasterColorizer.js +++ b/typescript/dist/esm/models/MultiBandRasterColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiLineString.d.ts b/typescript/dist/esm/models/MultiLineString.d.ts index f9f4be33..9484d345 100644 --- a/typescript/dist/esm/models/MultiLineString.d.ts +++ b/typescript/dist/esm/models/MultiLineString.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiLineString.js b/typescript/dist/esm/models/MultiLineString.js index 8eaf2809..fd746148 100644 --- a/typescript/dist/esm/models/MultiLineString.js +++ b/typescript/dist/esm/models/MultiLineString.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPoint.d.ts b/typescript/dist/esm/models/MultiPoint.d.ts index 28b2c040..49766108 100644 --- a/typescript/dist/esm/models/MultiPoint.d.ts +++ b/typescript/dist/esm/models/MultiPoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPoint.js b/typescript/dist/esm/models/MultiPoint.js index b2b3b005..abfe50d4 100644 --- a/typescript/dist/esm/models/MultiPoint.js +++ b/typescript/dist/esm/models/MultiPoint.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPolygon.d.ts b/typescript/dist/esm/models/MultiPolygon.d.ts index 1055bc0b..bbe46e77 100644 --- a/typescript/dist/esm/models/MultiPolygon.d.ts +++ b/typescript/dist/esm/models/MultiPolygon.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPolygon.js b/typescript/dist/esm/models/MultiPolygon.js index 443bb540..2f1dd5b4 100644 --- a/typescript/dist/esm/models/MultiPolygon.js +++ b/typescript/dist/esm/models/MultiPolygon.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts index 955a3a15..bef7b584 100644 --- a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js index 8b6373ec..4f9c23eb 100644 --- a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js +++ b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NumberParam.d.ts b/typescript/dist/esm/models/NumberParam.d.ts index 5d01c672..dbe1afa6 100644 --- a/typescript/dist/esm/models/NumberParam.d.ts +++ b/typescript/dist/esm/models/NumberParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NumberParam.js b/typescript/dist/esm/models/NumberParam.js index 794392a5..7a2b20bd 100644 --- a/typescript/dist/esm/models/NumberParam.js +++ b/typescript/dist/esm/models/NumberParam.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrMetaData.d.ts b/typescript/dist/esm/models/OgrMetaData.d.ts index d1ac707b..002991e7 100644 --- a/typescript/dist/esm/models/OgrMetaData.d.ts +++ b/typescript/dist/esm/models/OgrMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrMetaData.js b/typescript/dist/esm/models/OgrMetaData.js index 9d291fe2..d9f8b290 100644 --- a/typescript/dist/esm/models/OgrMetaData.js +++ b/typescript/dist/esm/models/OgrMetaData.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts b/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts index f585865a..c087f79b 100644 --- a/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceColumnSpec.js b/typescript/dist/esm/models/OgrSourceColumnSpec.js index 98c80674..d2fea022 100644 --- a/typescript/dist/esm/models/OgrSourceColumnSpec.js +++ b/typescript/dist/esm/models/OgrSourceColumnSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDataset.d.ts b/typescript/dist/esm/models/OgrSourceDataset.d.ts index 3575bd77..d0fef7aa 100644 --- a/typescript/dist/esm/models/OgrSourceDataset.d.ts +++ b/typescript/dist/esm/models/OgrSourceDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDataset.js b/typescript/dist/esm/models/OgrSourceDataset.js index c0eb1818..c5a39dff 100644 --- a/typescript/dist/esm/models/OgrSourceDataset.js +++ b/typescript/dist/esm/models/OgrSourceDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts index 38c8ecda..626d2b25 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeType.js b/typescript/dist/esm/models/OgrSourceDatasetTimeType.js index a82dd34d..0b0d19f4 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeType.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts index 01edfb5a..bbbb5c1e 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js index 00f81cd3..3885bdbd 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts index c8129475..fa8991f7 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js index a8f06a16..d1356591 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts index dbf2d217..0349d278 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js index 216ea5a9..8264d9e2 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts index df756dfe..b9fa11c3 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js index 246be83d..47c3569e 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts index 94797f25..6813ea40 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpec.js b/typescript/dist/esm/models/OgrSourceDurationSpec.js index abf9472d..d1853d05 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpec.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts index 52c6c84a..082598b4 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js index 362fdcf3..6d8f6d6f 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts index 12063e42..42b1f723 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecValue.js b/typescript/dist/esm/models/OgrSourceDurationSpecValue.js index 16fe682e..4b412dd8 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecValue.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecValue.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts index c528ed41..b048919c 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecZero.js b/typescript/dist/esm/models/OgrSourceDurationSpecZero.js index 52840a3a..bd8660bc 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecZero.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecZero.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts b/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts index 29385775..e62c53b7 100644 --- a/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceErrorSpec.js b/typescript/dist/esm/models/OgrSourceErrorSpec.js index c9f8e79d..097a1602 100644 --- a/typescript/dist/esm/models/OgrSourceErrorSpec.js +++ b/typescript/dist/esm/models/OgrSourceErrorSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts index 8f523183..49dbb9c5 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormat.js b/typescript/dist/esm/models/OgrSourceTimeFormat.js index d01b02ca..071e9ec8 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormat.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts index 960fb42b..c6780a69 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js index 32b2d546..708c4c05 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts index 7a998eae..c5687135 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js index 00964400..073360f7 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts index a59381be..d44c14c0 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js index 00f895b0..baabedaa 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OperatorQuota.d.ts b/typescript/dist/esm/models/OperatorQuota.d.ts index 6a0db713..98735948 100644 --- a/typescript/dist/esm/models/OperatorQuota.d.ts +++ b/typescript/dist/esm/models/OperatorQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OperatorQuota.js b/typescript/dist/esm/models/OperatorQuota.js index bea060b8..241f1244 100644 --- a/typescript/dist/esm/models/OperatorQuota.js +++ b/typescript/dist/esm/models/OperatorQuota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OrderBy.d.ts b/typescript/dist/esm/models/OrderBy.d.ts index f3f96c16..8d29429c 100644 --- a/typescript/dist/esm/models/OrderBy.d.ts +++ b/typescript/dist/esm/models/OrderBy.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OrderBy.js b/typescript/dist/esm/models/OrderBy.js index d73b6ca1..6c851800 100644 --- a/typescript/dist/esm/models/OrderBy.js +++ b/typescript/dist/esm/models/OrderBy.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PaletteColorizer.d.ts b/typescript/dist/esm/models/PaletteColorizer.d.ts index 97b0aa94..19bd23ee 100644 --- a/typescript/dist/esm/models/PaletteColorizer.d.ts +++ b/typescript/dist/esm/models/PaletteColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PaletteColorizer.js b/typescript/dist/esm/models/PaletteColorizer.js index fa198587..9c0fa424 100644 --- a/typescript/dist/esm/models/PaletteColorizer.js +++ b/typescript/dist/esm/models/PaletteColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts b/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts index d9ab2ba3..3b89cfc5 100644 --- a/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PangaeaDataProviderDefinition.js b/typescript/dist/esm/models/PangaeaDataProviderDefinition.js index bdc33d94..ce78d354 100644 --- a/typescript/dist/esm/models/PangaeaDataProviderDefinition.js +++ b/typescript/dist/esm/models/PangaeaDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Permission.d.ts b/typescript/dist/esm/models/Permission.d.ts index 8340d063..401d5c35 100644 --- a/typescript/dist/esm/models/Permission.d.ts +++ b/typescript/dist/esm/models/Permission.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Permission.js b/typescript/dist/esm/models/Permission.js index 5a42f6bc..04406d1d 100644 --- a/typescript/dist/esm/models/Permission.js +++ b/typescript/dist/esm/models/Permission.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListOptions.d.ts b/typescript/dist/esm/models/PermissionListOptions.d.ts index e71ecf61..64ce5ea4 100644 --- a/typescript/dist/esm/models/PermissionListOptions.d.ts +++ b/typescript/dist/esm/models/PermissionListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListOptions.js b/typescript/dist/esm/models/PermissionListOptions.js index 703c9d03..4b115bf7 100644 --- a/typescript/dist/esm/models/PermissionListOptions.js +++ b/typescript/dist/esm/models/PermissionListOptions.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListing.d.ts b/typescript/dist/esm/models/PermissionListing.d.ts index 12b1e759..8129e6df 100644 --- a/typescript/dist/esm/models/PermissionListing.d.ts +++ b/typescript/dist/esm/models/PermissionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListing.js b/typescript/dist/esm/models/PermissionListing.js index eddf6906..82f36b6a 100644 --- a/typescript/dist/esm/models/PermissionListing.js +++ b/typescript/dist/esm/models/PermissionListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionRequest.d.ts b/typescript/dist/esm/models/PermissionRequest.d.ts index d2d019e2..6d6c1351 100644 --- a/typescript/dist/esm/models/PermissionRequest.d.ts +++ b/typescript/dist/esm/models/PermissionRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionRequest.js b/typescript/dist/esm/models/PermissionRequest.js index c7daddc4..7d4642e1 100644 --- a/typescript/dist/esm/models/PermissionRequest.js +++ b/typescript/dist/esm/models/PermissionRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Plot.d.ts b/typescript/dist/esm/models/Plot.d.ts index f9a70f0f..a2c1a288 100644 --- a/typescript/dist/esm/models/Plot.d.ts +++ b/typescript/dist/esm/models/Plot.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Plot.js b/typescript/dist/esm/models/Plot.js index 60c030ed..99cb52e1 100644 --- a/typescript/dist/esm/models/Plot.js +++ b/typescript/dist/esm/models/Plot.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotOutputFormat.d.ts b/typescript/dist/esm/models/PlotOutputFormat.d.ts index 580c698b..1647d69e 100644 --- a/typescript/dist/esm/models/PlotOutputFormat.d.ts +++ b/typescript/dist/esm/models/PlotOutputFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotOutputFormat.js b/typescript/dist/esm/models/PlotOutputFormat.js index 8c7d2c98..e3839ca6 100644 --- a/typescript/dist/esm/models/PlotOutputFormat.js +++ b/typescript/dist/esm/models/PlotOutputFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotResultDescriptor.d.ts b/typescript/dist/esm/models/PlotResultDescriptor.d.ts index e66ac542..66d37ce8 100644 --- a/typescript/dist/esm/models/PlotResultDescriptor.d.ts +++ b/typescript/dist/esm/models/PlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotResultDescriptor.js b/typescript/dist/esm/models/PlotResultDescriptor.js index 2db82f84..295f9e12 100644 --- a/typescript/dist/esm/models/PlotResultDescriptor.js +++ b/typescript/dist/esm/models/PlotResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PointSymbology.d.ts b/typescript/dist/esm/models/PointSymbology.d.ts index b778e1d2..f428845b 100644 --- a/typescript/dist/esm/models/PointSymbology.d.ts +++ b/typescript/dist/esm/models/PointSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PointSymbology.js b/typescript/dist/esm/models/PointSymbology.js index ec2b62a6..cbcdd6c0 100644 --- a/typescript/dist/esm/models/PointSymbology.js +++ b/typescript/dist/esm/models/PointSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PolygonSymbology.d.ts b/typescript/dist/esm/models/PolygonSymbology.d.ts index d1d80598..2e2e4ddd 100644 --- a/typescript/dist/esm/models/PolygonSymbology.d.ts +++ b/typescript/dist/esm/models/PolygonSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PolygonSymbology.js b/typescript/dist/esm/models/PolygonSymbology.js index e1fb23c0..839b1eea 100644 --- a/typescript/dist/esm/models/PolygonSymbology.js +++ b/typescript/dist/esm/models/PolygonSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Project.d.ts b/typescript/dist/esm/models/Project.d.ts index d28c5a44..09be882f 100644 --- a/typescript/dist/esm/models/Project.d.ts +++ b/typescript/dist/esm/models/Project.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Project.js b/typescript/dist/esm/models/Project.js index 50109b82..11019d3b 100644 --- a/typescript/dist/esm/models/Project.js +++ b/typescript/dist/esm/models/Project.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectLayer.d.ts b/typescript/dist/esm/models/ProjectLayer.d.ts index ee868427..44d92618 100644 --- a/typescript/dist/esm/models/ProjectLayer.d.ts +++ b/typescript/dist/esm/models/ProjectLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectLayer.js b/typescript/dist/esm/models/ProjectLayer.js index 67c65f42..8d077410 100644 --- a/typescript/dist/esm/models/ProjectLayer.js +++ b/typescript/dist/esm/models/ProjectLayer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectListing.d.ts b/typescript/dist/esm/models/ProjectListing.d.ts index 5961c6b9..722c0658 100644 --- a/typescript/dist/esm/models/ProjectListing.d.ts +++ b/typescript/dist/esm/models/ProjectListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectListing.js b/typescript/dist/esm/models/ProjectListing.js index 33961eed..184a18fa 100644 --- a/typescript/dist/esm/models/ProjectListing.js +++ b/typescript/dist/esm/models/ProjectListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectResource.d.ts b/typescript/dist/esm/models/ProjectResource.d.ts index cec38c91..8f800354 100644 --- a/typescript/dist/esm/models/ProjectResource.d.ts +++ b/typescript/dist/esm/models/ProjectResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectResource.js b/typescript/dist/esm/models/ProjectResource.js index 863508a0..3d366761 100644 --- a/typescript/dist/esm/models/ProjectResource.js +++ b/typescript/dist/esm/models/ProjectResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectUpdateToken.d.ts b/typescript/dist/esm/models/ProjectUpdateToken.d.ts index e5d4daae..87dd7d64 100644 --- a/typescript/dist/esm/models/ProjectUpdateToken.d.ts +++ b/typescript/dist/esm/models/ProjectUpdateToken.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectUpdateToken.js b/typescript/dist/esm/models/ProjectUpdateToken.js index 7f2fbd31..c2aa1a48 100644 --- a/typescript/dist/esm/models/ProjectUpdateToken.js +++ b/typescript/dist/esm/models/ProjectUpdateToken.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectVersion.d.ts b/typescript/dist/esm/models/ProjectVersion.d.ts index 865d0190..2e6d7e54 100644 --- a/typescript/dist/esm/models/ProjectVersion.d.ts +++ b/typescript/dist/esm/models/ProjectVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectVersion.js b/typescript/dist/esm/models/ProjectVersion.js index b4746582..7a6b7041 100644 --- a/typescript/dist/esm/models/ProjectVersion.js +++ b/typescript/dist/esm/models/ProjectVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenance.d.ts b/typescript/dist/esm/models/Provenance.d.ts index 261dd5a4..4c665751 100644 --- a/typescript/dist/esm/models/Provenance.d.ts +++ b/typescript/dist/esm/models/Provenance.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenance.js b/typescript/dist/esm/models/Provenance.js index 34cccb0b..ac947d36 100644 --- a/typescript/dist/esm/models/Provenance.js +++ b/typescript/dist/esm/models/Provenance.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceEntry.d.ts b/typescript/dist/esm/models/ProvenanceEntry.d.ts index 51773c9f..018bf352 100644 --- a/typescript/dist/esm/models/ProvenanceEntry.d.ts +++ b/typescript/dist/esm/models/ProvenanceEntry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceEntry.js b/typescript/dist/esm/models/ProvenanceEntry.js index 7793a198..607e9b4a 100644 --- a/typescript/dist/esm/models/ProvenanceEntry.js +++ b/typescript/dist/esm/models/ProvenanceEntry.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceOutput.d.ts b/typescript/dist/esm/models/ProvenanceOutput.d.ts index edd3a866..35c59c54 100644 --- a/typescript/dist/esm/models/ProvenanceOutput.d.ts +++ b/typescript/dist/esm/models/ProvenanceOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceOutput.js b/typescript/dist/esm/models/ProvenanceOutput.js index a605a1be..ff6aa151 100644 --- a/typescript/dist/esm/models/ProvenanceOutput.js +++ b/typescript/dist/esm/models/ProvenanceOutput.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenances.d.ts b/typescript/dist/esm/models/Provenances.d.ts index 6b34eb12..d39907b4 100644 --- a/typescript/dist/esm/models/Provenances.d.ts +++ b/typescript/dist/esm/models/Provenances.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenances.js b/typescript/dist/esm/models/Provenances.js index c565a848..5cb6ac78 100644 --- a/typescript/dist/esm/models/Provenances.js +++ b/typescript/dist/esm/models/Provenances.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderCapabilities.d.ts b/typescript/dist/esm/models/ProviderCapabilities.d.ts index 9c7abe92..313a4ceb 100644 --- a/typescript/dist/esm/models/ProviderCapabilities.d.ts +++ b/typescript/dist/esm/models/ProviderCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderCapabilities.js b/typescript/dist/esm/models/ProviderCapabilities.js index bd2abacc..9e982641 100644 --- a/typescript/dist/esm/models/ProviderCapabilities.js +++ b/typescript/dist/esm/models/ProviderCapabilities.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts b/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts index c92867ec..cd12e5e8 100644 --- a/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts +++ b/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerCollectionId.js b/typescript/dist/esm/models/ProviderLayerCollectionId.js index a854a7cd..636305a5 100644 --- a/typescript/dist/esm/models/ProviderLayerCollectionId.js +++ b/typescript/dist/esm/models/ProviderLayerCollectionId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerId.d.ts b/typescript/dist/esm/models/ProviderLayerId.d.ts index bd3e3489..f5f2642f 100644 --- a/typescript/dist/esm/models/ProviderLayerId.d.ts +++ b/typescript/dist/esm/models/ProviderLayerId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerId.js b/typescript/dist/esm/models/ProviderLayerId.js index 1e145375..e897e17a 100644 --- a/typescript/dist/esm/models/ProviderLayerId.js +++ b/typescript/dist/esm/models/ProviderLayerId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Quota.d.ts b/typescript/dist/esm/models/Quota.d.ts index 2bfabd2d..2716fccc 100644 --- a/typescript/dist/esm/models/Quota.d.ts +++ b/typescript/dist/esm/models/Quota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Quota.js b/typescript/dist/esm/models/Quota.js index 5bafb583..130f8512 100644 --- a/typescript/dist/esm/models/Quota.js +++ b/typescript/dist/esm/models/Quota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterBandDescriptor.d.ts b/typescript/dist/esm/models/RasterBandDescriptor.d.ts index 39902342..c3dc1054 100644 --- a/typescript/dist/esm/models/RasterBandDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterBandDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterBandDescriptor.js b/typescript/dist/esm/models/RasterBandDescriptor.js index dbcf8462..1f0d5759 100644 --- a/typescript/dist/esm/models/RasterBandDescriptor.js +++ b/typescript/dist/esm/models/RasterBandDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterColorizer.d.ts b/typescript/dist/esm/models/RasterColorizer.d.ts index 5d339746..89a18326 100644 --- a/typescript/dist/esm/models/RasterColorizer.d.ts +++ b/typescript/dist/esm/models/RasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterColorizer.js b/typescript/dist/esm/models/RasterColorizer.js index 92c93334..9aebf8ac 100644 --- a/typescript/dist/esm/models/RasterColorizer.js +++ b/typescript/dist/esm/models/RasterColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDataType.d.ts b/typescript/dist/esm/models/RasterDataType.d.ts index 7adc7ec7..f20d0029 100644 --- a/typescript/dist/esm/models/RasterDataType.d.ts +++ b/typescript/dist/esm/models/RasterDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDataType.js b/typescript/dist/esm/models/RasterDataType.js index 6ebb543e..a00b71e7 100644 --- a/typescript/dist/esm/models/RasterDataType.js +++ b/typescript/dist/esm/models/RasterDataType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts index 8ec5d61b..a2e413f6 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js index 71cde946..87a09363 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts index 8dc5b237..50f5c120 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js index 33f53d94..e6895841 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts b/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts index f77ca49d..9e830923 100644 --- a/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts +++ b/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesEntryType.js b/typescript/dist/esm/models/RasterPropertiesEntryType.js index ab612c19..43d654bc 100644 --- a/typescript/dist/esm/models/RasterPropertiesEntryType.js +++ b/typescript/dist/esm/models/RasterPropertiesEntryType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesKey.d.ts b/typescript/dist/esm/models/RasterPropertiesKey.d.ts index c340d3e8..e087de80 100644 --- a/typescript/dist/esm/models/RasterPropertiesKey.d.ts +++ b/typescript/dist/esm/models/RasterPropertiesKey.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesKey.js b/typescript/dist/esm/models/RasterPropertiesKey.js index 3aa997dd..e3c1e88b 100644 --- a/typescript/dist/esm/models/RasterPropertiesKey.js +++ b/typescript/dist/esm/models/RasterPropertiesKey.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterResultDescriptor.d.ts b/typescript/dist/esm/models/RasterResultDescriptor.d.ts index fb9ec1e9..8e8fccc3 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterResultDescriptor.js b/typescript/dist/esm/models/RasterResultDescriptor.js index 1d5e7822..60d26d7f 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.js +++ b/typescript/dist/esm/models/RasterResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts b/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts index 1c1c0b2c..0e93d1ba 100644 --- a/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts +++ b/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterStreamWebsocketResultType.js b/typescript/dist/esm/models/RasterStreamWebsocketResultType.js index 47ba6474..4f1c81bc 100644 --- a/typescript/dist/esm/models/RasterStreamWebsocketResultType.js +++ b/typescript/dist/esm/models/RasterStreamWebsocketResultType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterSymbology.d.ts b/typescript/dist/esm/models/RasterSymbology.d.ts index c5957ad2..721c72b4 100644 --- a/typescript/dist/esm/models/RasterSymbology.d.ts +++ b/typescript/dist/esm/models/RasterSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterSymbology.js b/typescript/dist/esm/models/RasterSymbology.js index b091aed2..8197fac3 100644 --- a/typescript/dist/esm/models/RasterSymbology.js +++ b/typescript/dist/esm/models/RasterSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts index a85743ab..5bc02763 100644 --- a/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts +++ b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js index 95aab4fe..adc39a34 100644 --- a/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js +++ b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Resource.d.ts b/typescript/dist/esm/models/Resource.d.ts index dd790c19..bd798d26 100644 --- a/typescript/dist/esm/models/Resource.d.ts +++ b/typescript/dist/esm/models/Resource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Resource.js b/typescript/dist/esm/models/Resource.js index e80d8501..b2117b77 100644 --- a/typescript/dist/esm/models/Resource.js +++ b/typescript/dist/esm/models/Resource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Role.d.ts b/typescript/dist/esm/models/Role.d.ts index 0f20560d..87b82ff6 100644 --- a/typescript/dist/esm/models/Role.d.ts +++ b/typescript/dist/esm/models/Role.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Role.js b/typescript/dist/esm/models/Role.js index d1b39c45..6b6f37e8 100644 --- a/typescript/dist/esm/models/Role.js +++ b/typescript/dist/esm/models/Role.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RoleDescription.d.ts b/typescript/dist/esm/models/RoleDescription.d.ts index 605a297c..980843d2 100644 --- a/typescript/dist/esm/models/RoleDescription.d.ts +++ b/typescript/dist/esm/models/RoleDescription.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RoleDescription.js b/typescript/dist/esm/models/RoleDescription.js index 815ccddd..0c92e8c2 100644 --- a/typescript/dist/esm/models/RoleDescription.js +++ b/typescript/dist/esm/models/RoleDescription.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/STRectangle.d.ts b/typescript/dist/esm/models/STRectangle.d.ts index 7ec0062b..68a1f0a6 100644 --- a/typescript/dist/esm/models/STRectangle.d.ts +++ b/typescript/dist/esm/models/STRectangle.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/STRectangle.js b/typescript/dist/esm/models/STRectangle.js index 6f3a83b4..33efcb14 100644 --- a/typescript/dist/esm/models/STRectangle.js +++ b/typescript/dist/esm/models/STRectangle.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchCapabilities.d.ts b/typescript/dist/esm/models/SearchCapabilities.d.ts index a02189f9..4743cdf4 100644 --- a/typescript/dist/esm/models/SearchCapabilities.d.ts +++ b/typescript/dist/esm/models/SearchCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchCapabilities.js b/typescript/dist/esm/models/SearchCapabilities.js index 0bdbc984..a778c675 100644 --- a/typescript/dist/esm/models/SearchCapabilities.js +++ b/typescript/dist/esm/models/SearchCapabilities.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchType.d.ts b/typescript/dist/esm/models/SearchType.d.ts index ed33eb7c..734d37de 100644 --- a/typescript/dist/esm/models/SearchType.d.ts +++ b/typescript/dist/esm/models/SearchType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchType.js b/typescript/dist/esm/models/SearchType.js index 89ebc4bb..618ac617 100644 --- a/typescript/dist/esm/models/SearchType.js +++ b/typescript/dist/esm/models/SearchType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchTypes.d.ts b/typescript/dist/esm/models/SearchTypes.d.ts index 1c1a83c8..6d6c5a3b 100644 --- a/typescript/dist/esm/models/SearchTypes.d.ts +++ b/typescript/dist/esm/models/SearchTypes.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchTypes.js b/typescript/dist/esm/models/SearchTypes.js index 06e83ed2..50fe87b7 100644 --- a/typescript/dist/esm/models/SearchTypes.js +++ b/typescript/dist/esm/models/SearchTypes.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts index 22bf3c49..9e2a62c1 100644 --- a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts +++ b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js index 4a8009bc..35a3b3b9 100644 --- a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js +++ b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ServerInfo.d.ts b/typescript/dist/esm/models/ServerInfo.d.ts index 5b3b26f1..c46e041e 100644 --- a/typescript/dist/esm/models/ServerInfo.d.ts +++ b/typescript/dist/esm/models/ServerInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ServerInfo.js b/typescript/dist/esm/models/ServerInfo.js index 4023f26b..f766a433 100644 --- a/typescript/dist/esm/models/ServerInfo.js +++ b/typescript/dist/esm/models/ServerInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts b/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts index f2a97929..eab3c2ee 100644 --- a/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts +++ b/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SingleBandRasterColorizer.js b/typescript/dist/esm/models/SingleBandRasterColorizer.js index 980af872..0ae63482 100644 --- a/typescript/dist/esm/models/SingleBandRasterColorizer.js +++ b/typescript/dist/esm/models/SingleBandRasterColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDefinition.d.ts b/typescript/dist/esm/models/SpatialGridDefinition.d.ts index aeb8cd0b..ae7b3c3b 100644 --- a/typescript/dist/esm/models/SpatialGridDefinition.d.ts +++ b/typescript/dist/esm/models/SpatialGridDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDefinition.js b/typescript/dist/esm/models/SpatialGridDefinition.js index 5d40c46d..e6e9d13b 100644 --- a/typescript/dist/esm/models/SpatialGridDefinition.js +++ b/typescript/dist/esm/models/SpatialGridDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDescriptor.d.ts b/typescript/dist/esm/models/SpatialGridDescriptor.d.ts index 8af1744e..02d096ed 100644 --- a/typescript/dist/esm/models/SpatialGridDescriptor.d.ts +++ b/typescript/dist/esm/models/SpatialGridDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDescriptor.js b/typescript/dist/esm/models/SpatialGridDescriptor.js index 235c12c4..45b3553b 100644 --- a/typescript/dist/esm/models/SpatialGridDescriptor.js +++ b/typescript/dist/esm/models/SpatialGridDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts b/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts index c1fd411e..46d45dea 100644 --- a/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts +++ b/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDescriptorState.js b/typescript/dist/esm/models/SpatialGridDescriptorState.js index b7d27aa5..0d73f4a8 100644 --- a/typescript/dist/esm/models/SpatialGridDescriptorState.js +++ b/typescript/dist/esm/models/SpatialGridDescriptorState.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialPartition2D.d.ts b/typescript/dist/esm/models/SpatialPartition2D.d.ts index 852ebcaf..caca2924 100644 --- a/typescript/dist/esm/models/SpatialPartition2D.d.ts +++ b/typescript/dist/esm/models/SpatialPartition2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialPartition2D.js b/typescript/dist/esm/models/SpatialPartition2D.js index 2444f7bd..2437b1fa 100644 --- a/typescript/dist/esm/models/SpatialPartition2D.js +++ b/typescript/dist/esm/models/SpatialPartition2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts b/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts index bebd27e9..485eac66 100644 --- a/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts +++ b/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceAuthority.js b/typescript/dist/esm/models/SpatialReferenceAuthority.js index 15856686..8e192f5e 100644 --- a/typescript/dist/esm/models/SpatialReferenceAuthority.js +++ b/typescript/dist/esm/models/SpatialReferenceAuthority.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts b/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts index 3b20d2b4..5f5f020e 100644 --- a/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts +++ b/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceSpecification.js b/typescript/dist/esm/models/SpatialReferenceSpecification.js index 08fb9beb..d8e6e27b 100644 --- a/typescript/dist/esm/models/SpatialReferenceSpecification.js +++ b/typescript/dist/esm/models/SpatialReferenceSpecification.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialResolution.d.ts b/typescript/dist/esm/models/SpatialResolution.d.ts index a1d9f259..0bf5293e 100644 --- a/typescript/dist/esm/models/SpatialResolution.d.ts +++ b/typescript/dist/esm/models/SpatialResolution.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialResolution.js b/typescript/dist/esm/models/SpatialResolution.js index 0bb9714f..9815adb2 100644 --- a/typescript/dist/esm/models/SpatialResolution.js +++ b/typescript/dist/esm/models/SpatialResolution.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacApiRetries.d.ts b/typescript/dist/esm/models/StacApiRetries.d.ts index bfe73f4d..29b4c85f 100644 --- a/typescript/dist/esm/models/StacApiRetries.d.ts +++ b/typescript/dist/esm/models/StacApiRetries.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacApiRetries.js b/typescript/dist/esm/models/StacApiRetries.js index c565ee08..597979c2 100644 --- a/typescript/dist/esm/models/StacApiRetries.js +++ b/typescript/dist/esm/models/StacApiRetries.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacQueryBuffer.d.ts b/typescript/dist/esm/models/StacQueryBuffer.d.ts index 7fdeef8d..34050d61 100644 --- a/typescript/dist/esm/models/StacQueryBuffer.d.ts +++ b/typescript/dist/esm/models/StacQueryBuffer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacQueryBuffer.js b/typescript/dist/esm/models/StacQueryBuffer.js index aa494eda..554facda 100644 --- a/typescript/dist/esm/models/StacQueryBuffer.js +++ b/typescript/dist/esm/models/StacQueryBuffer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticColor.d.ts b/typescript/dist/esm/models/StaticColor.d.ts index 9a04dea7..e3add8d4 100644 --- a/typescript/dist/esm/models/StaticColor.d.ts +++ b/typescript/dist/esm/models/StaticColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticColor.js b/typescript/dist/esm/models/StaticColor.js index e044e9ee..f9025edd 100644 --- a/typescript/dist/esm/models/StaticColor.js +++ b/typescript/dist/esm/models/StaticColor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticNumber.d.ts b/typescript/dist/esm/models/StaticNumber.d.ts index ed7c0b5d..cbe5b977 100644 --- a/typescript/dist/esm/models/StaticNumber.d.ts +++ b/typescript/dist/esm/models/StaticNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticNumber.js b/typescript/dist/esm/models/StaticNumber.js index 0fa5a087..a8f89b49 100644 --- a/typescript/dist/esm/models/StaticNumber.js +++ b/typescript/dist/esm/models/StaticNumber.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StrokeParam.d.ts b/typescript/dist/esm/models/StrokeParam.d.ts index 3dc4cab9..a2ecb4a8 100644 --- a/typescript/dist/esm/models/StrokeParam.d.ts +++ b/typescript/dist/esm/models/StrokeParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StrokeParam.js b/typescript/dist/esm/models/StrokeParam.js index d79444d3..ee9f46c7 100644 --- a/typescript/dist/esm/models/StrokeParam.js +++ b/typescript/dist/esm/models/StrokeParam.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SuggestMetaData.d.ts b/typescript/dist/esm/models/SuggestMetaData.d.ts index 40200206..935475b9 100644 --- a/typescript/dist/esm/models/SuggestMetaData.d.ts +++ b/typescript/dist/esm/models/SuggestMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SuggestMetaData.js b/typescript/dist/esm/models/SuggestMetaData.js index 1eeffb6b..e635c6b1 100644 --- a/typescript/dist/esm/models/SuggestMetaData.js +++ b/typescript/dist/esm/models/SuggestMetaData.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Symbology.d.ts b/typescript/dist/esm/models/Symbology.d.ts index 57162129..4e61f837 100644 --- a/typescript/dist/esm/models/Symbology.d.ts +++ b/typescript/dist/esm/models/Symbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Symbology.js b/typescript/dist/esm/models/Symbology.js index b18a2e65..271ff8f8 100644 --- a/typescript/dist/esm/models/Symbology.js +++ b/typescript/dist/esm/models/Symbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskAbortOptions.d.ts b/typescript/dist/esm/models/TaskAbortOptions.d.ts index 82aaa683..b44e7967 100644 --- a/typescript/dist/esm/models/TaskAbortOptions.d.ts +++ b/typescript/dist/esm/models/TaskAbortOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskAbortOptions.js b/typescript/dist/esm/models/TaskAbortOptions.js index c746b2ab..4106030c 100644 --- a/typescript/dist/esm/models/TaskAbortOptions.js +++ b/typescript/dist/esm/models/TaskAbortOptions.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskFilter.d.ts b/typescript/dist/esm/models/TaskFilter.d.ts index a50058de..aef0b3a4 100644 --- a/typescript/dist/esm/models/TaskFilter.d.ts +++ b/typescript/dist/esm/models/TaskFilter.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskFilter.js b/typescript/dist/esm/models/TaskFilter.js index 7a2254b1..6e4e0f67 100644 --- a/typescript/dist/esm/models/TaskFilter.js +++ b/typescript/dist/esm/models/TaskFilter.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskListOptions.d.ts b/typescript/dist/esm/models/TaskListOptions.d.ts index 3ac3cecf..e709c6dc 100644 --- a/typescript/dist/esm/models/TaskListOptions.d.ts +++ b/typescript/dist/esm/models/TaskListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskListOptions.js b/typescript/dist/esm/models/TaskListOptions.js index 4d58ea07..f3f4e715 100644 --- a/typescript/dist/esm/models/TaskListOptions.js +++ b/typescript/dist/esm/models/TaskListOptions.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskResponse.d.ts b/typescript/dist/esm/models/TaskResponse.d.ts index 9f6e96ee..7236be96 100644 --- a/typescript/dist/esm/models/TaskResponse.d.ts +++ b/typescript/dist/esm/models/TaskResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskResponse.js b/typescript/dist/esm/models/TaskResponse.js index 19620f6c..838453c1 100644 --- a/typescript/dist/esm/models/TaskResponse.js +++ b/typescript/dist/esm/models/TaskResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatus.d.ts b/typescript/dist/esm/models/TaskStatus.d.ts index 4ae69cb1..1492493f 100644 --- a/typescript/dist/esm/models/TaskStatus.d.ts +++ b/typescript/dist/esm/models/TaskStatus.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatus.js b/typescript/dist/esm/models/TaskStatus.js index 41b28254..5e2960aa 100644 --- a/typescript/dist/esm/models/TaskStatus.js +++ b/typescript/dist/esm/models/TaskStatus.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusAborted.d.ts b/typescript/dist/esm/models/TaskStatusAborted.d.ts index 04f019ec..83a538da 100644 --- a/typescript/dist/esm/models/TaskStatusAborted.d.ts +++ b/typescript/dist/esm/models/TaskStatusAborted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusAborted.js b/typescript/dist/esm/models/TaskStatusAborted.js index ce87b7d2..af5a6ff5 100644 --- a/typescript/dist/esm/models/TaskStatusAborted.js +++ b/typescript/dist/esm/models/TaskStatusAborted.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusCompleted.d.ts b/typescript/dist/esm/models/TaskStatusCompleted.d.ts index 0ebfa76d..aaff9458 100644 --- a/typescript/dist/esm/models/TaskStatusCompleted.d.ts +++ b/typescript/dist/esm/models/TaskStatusCompleted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusCompleted.js b/typescript/dist/esm/models/TaskStatusCompleted.js index 2b18506f..6f1a8623 100644 --- a/typescript/dist/esm/models/TaskStatusCompleted.js +++ b/typescript/dist/esm/models/TaskStatusCompleted.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusFailed.d.ts b/typescript/dist/esm/models/TaskStatusFailed.d.ts index 33463484..cf47e334 100644 --- a/typescript/dist/esm/models/TaskStatusFailed.d.ts +++ b/typescript/dist/esm/models/TaskStatusFailed.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusFailed.js b/typescript/dist/esm/models/TaskStatusFailed.js index 6f722cb2..eaa2856a 100644 --- a/typescript/dist/esm/models/TaskStatusFailed.js +++ b/typescript/dist/esm/models/TaskStatusFailed.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusRunning.d.ts b/typescript/dist/esm/models/TaskStatusRunning.d.ts index 6c799474..87f49064 100644 --- a/typescript/dist/esm/models/TaskStatusRunning.d.ts +++ b/typescript/dist/esm/models/TaskStatusRunning.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusRunning.js b/typescript/dist/esm/models/TaskStatusRunning.js index d1c4ec56..f7eebc0e 100644 --- a/typescript/dist/esm/models/TaskStatusRunning.js +++ b/typescript/dist/esm/models/TaskStatusRunning.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusWithId.d.ts b/typescript/dist/esm/models/TaskStatusWithId.d.ts index dd98a011..175a97da 100644 --- a/typescript/dist/esm/models/TaskStatusWithId.d.ts +++ b/typescript/dist/esm/models/TaskStatusWithId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusWithId.js b/typescript/dist/esm/models/TaskStatusWithId.js index 7a2c17ae..e9c7f953 100644 --- a/typescript/dist/esm/models/TaskStatusWithId.js +++ b/typescript/dist/esm/models/TaskStatusWithId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TextSymbology.d.ts b/typescript/dist/esm/models/TextSymbology.d.ts index 56347cce..5959056a 100644 --- a/typescript/dist/esm/models/TextSymbology.d.ts +++ b/typescript/dist/esm/models/TextSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TextSymbology.js b/typescript/dist/esm/models/TextSymbology.js index 08ea4d22..256a039e 100644 --- a/typescript/dist/esm/models/TextSymbology.js +++ b/typescript/dist/esm/models/TextSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeGranularity.d.ts b/typescript/dist/esm/models/TimeGranularity.d.ts index eaad282a..8d8e1d45 100644 --- a/typescript/dist/esm/models/TimeGranularity.d.ts +++ b/typescript/dist/esm/models/TimeGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeGranularity.js b/typescript/dist/esm/models/TimeGranularity.js index 41394f34..63d8f074 100644 --- a/typescript/dist/esm/models/TimeGranularity.js +++ b/typescript/dist/esm/models/TimeGranularity.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeInterval.d.ts b/typescript/dist/esm/models/TimeInterval.d.ts index 668a939c..b2a13c15 100644 --- a/typescript/dist/esm/models/TimeInterval.d.ts +++ b/typescript/dist/esm/models/TimeInterval.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeInterval.js b/typescript/dist/esm/models/TimeInterval.js index 504b67d0..fbd36897 100644 --- a/typescript/dist/esm/models/TimeInterval.js +++ b/typescript/dist/esm/models/TimeInterval.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeReference.d.ts b/typescript/dist/esm/models/TimeReference.d.ts index f90bcb73..9b7e5558 100644 --- a/typescript/dist/esm/models/TimeReference.d.ts +++ b/typescript/dist/esm/models/TimeReference.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeReference.js b/typescript/dist/esm/models/TimeReference.js index a37ed40f..5e05a460 100644 --- a/typescript/dist/esm/models/TimeReference.js +++ b/typescript/dist/esm/models/TimeReference.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeStep.d.ts b/typescript/dist/esm/models/TimeStep.d.ts index 68191961..db7048c1 100644 --- a/typescript/dist/esm/models/TimeStep.d.ts +++ b/typescript/dist/esm/models/TimeStep.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeStep.js b/typescript/dist/esm/models/TimeStep.js index b5e84f2f..f4d713f1 100644 --- a/typescript/dist/esm/models/TimeStep.js +++ b/typescript/dist/esm/models/TimeStep.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts b/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts index e322ccda..cbd659f7 100644 --- a/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedDataProviderDefinition.js b/typescript/dist/esm/models/TypedDataProviderDefinition.js index 0ed62da3..c4637247 100644 --- a/typescript/dist/esm/models/TypedDataProviderDefinition.js +++ b/typescript/dist/esm/models/TypedDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometry.d.ts b/typescript/dist/esm/models/TypedGeometry.d.ts index 387d5570..f61a352b 100644 --- a/typescript/dist/esm/models/TypedGeometry.d.ts +++ b/typescript/dist/esm/models/TypedGeometry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometry.js b/typescript/dist/esm/models/TypedGeometry.js index 266a65c7..e1b67101 100644 --- a/typescript/dist/esm/models/TypedGeometry.js +++ b/typescript/dist/esm/models/TypedGeometry.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf.d.ts index 22849c21..209d3200 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf.js b/typescript/dist/esm/models/TypedGeometryOneOf.js index bed61ffb..845a0ff5 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts index 42f044e1..81b20938 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf1.js b/typescript/dist/esm/models/TypedGeometryOneOf1.js index b0e202c4..2417024f 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf1.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf1.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts index afcd53a3..1fec3fd6 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf2.js b/typescript/dist/esm/models/TypedGeometryOneOf2.js index da1f7aa4..e99c71c8 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf2.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf2.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts index 6f34e815..ddd7050d 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf3.js b/typescript/dist/esm/models/TypedGeometryOneOf3.js index 25fc9970..07c9131a 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf3.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf3.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperator.d.ts b/typescript/dist/esm/models/TypedOperator.d.ts index 64b8dda6..f2567525 100644 --- a/typescript/dist/esm/models/TypedOperator.d.ts +++ b/typescript/dist/esm/models/TypedOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperator.js b/typescript/dist/esm/models/TypedOperator.js index 8ecc4a7d..98c8300e 100644 --- a/typescript/dist/esm/models/TypedOperator.js +++ b/typescript/dist/esm/models/TypedOperator.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperatorOperator.d.ts b/typescript/dist/esm/models/TypedOperatorOperator.d.ts index a7bf1a64..db7b1efd 100644 --- a/typescript/dist/esm/models/TypedOperatorOperator.d.ts +++ b/typescript/dist/esm/models/TypedOperatorOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperatorOperator.js b/typescript/dist/esm/models/TypedOperatorOperator.js index fa9da074..378b9f8d 100644 --- a/typescript/dist/esm/models/TypedOperatorOperator.js +++ b/typescript/dist/esm/models/TypedOperatorOperator.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts b/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts index d7140281..792d0e0e 100644 --- a/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedPlotResultDescriptor.js b/typescript/dist/esm/models/TypedPlotResultDescriptor.js index 101eaecb..7d494ecd 100644 --- a/typescript/dist/esm/models/TypedPlotResultDescriptor.js +++ b/typescript/dist/esm/models/TypedPlotResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts b/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts index 2e585e9b..e792ae5c 100644 --- a/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedRasterResultDescriptor.js b/typescript/dist/esm/models/TypedRasterResultDescriptor.js index 43534b0e..2725701b 100644 --- a/typescript/dist/esm/models/TypedRasterResultDescriptor.js +++ b/typescript/dist/esm/models/TypedRasterResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedResultDescriptor.d.ts b/typescript/dist/esm/models/TypedResultDescriptor.d.ts index 2a12b53e..b19a52ba 100644 --- a/typescript/dist/esm/models/TypedResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedResultDescriptor.js b/typescript/dist/esm/models/TypedResultDescriptor.js index 022a94c8..144d98e6 100644 --- a/typescript/dist/esm/models/TypedResultDescriptor.js +++ b/typescript/dist/esm/models/TypedResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts b/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts index fce3b3a9..0ac9bb9c 100644 --- a/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedVectorResultDescriptor.js b/typescript/dist/esm/models/TypedVectorResultDescriptor.js index 17afa77b..63ff1c27 100644 --- a/typescript/dist/esm/models/TypedVectorResultDescriptor.js +++ b/typescript/dist/esm/models/TypedVectorResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnitlessMeasurement.d.ts b/typescript/dist/esm/models/UnitlessMeasurement.d.ts index 1fcd56d4..32af3774 100644 --- a/typescript/dist/esm/models/UnitlessMeasurement.d.ts +++ b/typescript/dist/esm/models/UnitlessMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnitlessMeasurement.js b/typescript/dist/esm/models/UnitlessMeasurement.js index 02e5dd3d..cacc0986 100644 --- a/typescript/dist/esm/models/UnitlessMeasurement.js +++ b/typescript/dist/esm/models/UnitlessMeasurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnixTimeStampType.d.ts b/typescript/dist/esm/models/UnixTimeStampType.d.ts index 72201b6f..e4258cc3 100644 --- a/typescript/dist/esm/models/UnixTimeStampType.d.ts +++ b/typescript/dist/esm/models/UnixTimeStampType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnixTimeStampType.js b/typescript/dist/esm/models/UnixTimeStampType.js index 8a9147b8..027e2773 100644 --- a/typescript/dist/esm/models/UnixTimeStampType.js +++ b/typescript/dist/esm/models/UnixTimeStampType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateDataset.d.ts b/typescript/dist/esm/models/UpdateDataset.d.ts index 4199c6dc..ff625fdd 100644 --- a/typescript/dist/esm/models/UpdateDataset.d.ts +++ b/typescript/dist/esm/models/UpdateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateDataset.js b/typescript/dist/esm/models/UpdateDataset.js index cfb8d97d..7b87bbbe 100644 --- a/typescript/dist/esm/models/UpdateDataset.js +++ b/typescript/dist/esm/models/UpdateDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayer.d.ts b/typescript/dist/esm/models/UpdateLayer.d.ts index 978b8f76..6b07ced9 100644 --- a/typescript/dist/esm/models/UpdateLayer.d.ts +++ b/typescript/dist/esm/models/UpdateLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayer.js b/typescript/dist/esm/models/UpdateLayer.js index 6d869b5d..57e5271a 100644 --- a/typescript/dist/esm/models/UpdateLayer.js +++ b/typescript/dist/esm/models/UpdateLayer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayerCollection.d.ts b/typescript/dist/esm/models/UpdateLayerCollection.d.ts index 7ffcc3b2..e4350798 100644 --- a/typescript/dist/esm/models/UpdateLayerCollection.d.ts +++ b/typescript/dist/esm/models/UpdateLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayerCollection.js b/typescript/dist/esm/models/UpdateLayerCollection.js index e675629b..fe9d8f95 100644 --- a/typescript/dist/esm/models/UpdateLayerCollection.js +++ b/typescript/dist/esm/models/UpdateLayerCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateProject.d.ts b/typescript/dist/esm/models/UpdateProject.d.ts index 092614ce..8d1de1d3 100644 --- a/typescript/dist/esm/models/UpdateProject.d.ts +++ b/typescript/dist/esm/models/UpdateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateProject.js b/typescript/dist/esm/models/UpdateProject.js index 99adeed6..83c33746 100644 --- a/typescript/dist/esm/models/UpdateProject.js +++ b/typescript/dist/esm/models/UpdateProject.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateQuota.d.ts b/typescript/dist/esm/models/UpdateQuota.d.ts index 070b6ebd..c72ff7bd 100644 --- a/typescript/dist/esm/models/UpdateQuota.d.ts +++ b/typescript/dist/esm/models/UpdateQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateQuota.js b/typescript/dist/esm/models/UpdateQuota.js index ff8241af..c8aa6592 100644 --- a/typescript/dist/esm/models/UpdateQuota.js +++ b/typescript/dist/esm/models/UpdateQuota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFileLayersResponse.d.ts b/typescript/dist/esm/models/UploadFileLayersResponse.d.ts index 5e860b7b..188788a9 100644 --- a/typescript/dist/esm/models/UploadFileLayersResponse.d.ts +++ b/typescript/dist/esm/models/UploadFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFileLayersResponse.js b/typescript/dist/esm/models/UploadFileLayersResponse.js index e43636fc..6c264dfe 100644 --- a/typescript/dist/esm/models/UploadFileLayersResponse.js +++ b/typescript/dist/esm/models/UploadFileLayersResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFilesResponse.d.ts b/typescript/dist/esm/models/UploadFilesResponse.d.ts index a3936387..0cdf81ee 100644 --- a/typescript/dist/esm/models/UploadFilesResponse.d.ts +++ b/typescript/dist/esm/models/UploadFilesResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFilesResponse.js b/typescript/dist/esm/models/UploadFilesResponse.js index 95ca7c2f..7328b4a0 100644 --- a/typescript/dist/esm/models/UploadFilesResponse.js +++ b/typescript/dist/esm/models/UploadFilesResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UsageSummaryGranularity.d.ts b/typescript/dist/esm/models/UsageSummaryGranularity.d.ts index 654be8db..2928edd7 100644 --- a/typescript/dist/esm/models/UsageSummaryGranularity.d.ts +++ b/typescript/dist/esm/models/UsageSummaryGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UsageSummaryGranularity.js b/typescript/dist/esm/models/UsageSummaryGranularity.js index 1b411f33..e29eacb5 100644 --- a/typescript/dist/esm/models/UsageSummaryGranularity.js +++ b/typescript/dist/esm/models/UsageSummaryGranularity.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserCredentials.d.ts b/typescript/dist/esm/models/UserCredentials.d.ts index 9ba16621..fe33952b 100644 --- a/typescript/dist/esm/models/UserCredentials.d.ts +++ b/typescript/dist/esm/models/UserCredentials.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserCredentials.js b/typescript/dist/esm/models/UserCredentials.js index 6103e6b7..c674962a 100644 --- a/typescript/dist/esm/models/UserCredentials.js +++ b/typescript/dist/esm/models/UserCredentials.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserInfo.d.ts b/typescript/dist/esm/models/UserInfo.d.ts index 3e23772e..a7c1ccac 100644 --- a/typescript/dist/esm/models/UserInfo.d.ts +++ b/typescript/dist/esm/models/UserInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserInfo.js b/typescript/dist/esm/models/UserInfo.js index cb515dd0..baf205c0 100644 --- a/typescript/dist/esm/models/UserInfo.js +++ b/typescript/dist/esm/models/UserInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserRegistration.d.ts b/typescript/dist/esm/models/UserRegistration.d.ts index 08f44f8e..21680d92 100644 --- a/typescript/dist/esm/models/UserRegistration.d.ts +++ b/typescript/dist/esm/models/UserRegistration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserRegistration.js b/typescript/dist/esm/models/UserRegistration.js index b4ea9caa..e2a1e4c4 100644 --- a/typescript/dist/esm/models/UserRegistration.js +++ b/typescript/dist/esm/models/UserRegistration.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserSession.d.ts b/typescript/dist/esm/models/UserSession.d.ts index 38531122..3b17b3d1 100644 --- a/typescript/dist/esm/models/UserSession.d.ts +++ b/typescript/dist/esm/models/UserSession.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserSession.js b/typescript/dist/esm/models/UserSession.js index faa1deed..19faeaea 100644 --- a/typescript/dist/esm/models/UserSession.js +++ b/typescript/dist/esm/models/UserSession.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VecUpdate.d.ts b/typescript/dist/esm/models/VecUpdate.d.ts index ececaa28..f693ce4b 100644 --- a/typescript/dist/esm/models/VecUpdate.d.ts +++ b/typescript/dist/esm/models/VecUpdate.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VecUpdate.js b/typescript/dist/esm/models/VecUpdate.js index a30ebe1b..a5b51537 100644 --- a/typescript/dist/esm/models/VecUpdate.js +++ b/typescript/dist/esm/models/VecUpdate.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorColumnInfo.d.ts b/typescript/dist/esm/models/VectorColumnInfo.d.ts index 02ab0892..2ed32cf1 100644 --- a/typescript/dist/esm/models/VectorColumnInfo.d.ts +++ b/typescript/dist/esm/models/VectorColumnInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorColumnInfo.js b/typescript/dist/esm/models/VectorColumnInfo.js index 93bb72f4..b94e5ee1 100644 --- a/typescript/dist/esm/models/VectorColumnInfo.js +++ b/typescript/dist/esm/models/VectorColumnInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorDataType.d.ts b/typescript/dist/esm/models/VectorDataType.d.ts index f3ce8f10..dda47e72 100644 --- a/typescript/dist/esm/models/VectorDataType.d.ts +++ b/typescript/dist/esm/models/VectorDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorDataType.js b/typescript/dist/esm/models/VectorDataType.js index c8e482f2..05982c41 100644 --- a/typescript/dist/esm/models/VectorDataType.js +++ b/typescript/dist/esm/models/VectorDataType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorResultDescriptor.d.ts b/typescript/dist/esm/models/VectorResultDescriptor.d.ts index 65071ac9..aee01c1b 100644 --- a/typescript/dist/esm/models/VectorResultDescriptor.d.ts +++ b/typescript/dist/esm/models/VectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorResultDescriptor.js b/typescript/dist/esm/models/VectorResultDescriptor.js index 7f97a4cd..76989e01 100644 --- a/typescript/dist/esm/models/VectorResultDescriptor.js +++ b/typescript/dist/esm/models/VectorResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Volume.d.ts b/typescript/dist/esm/models/Volume.d.ts index c17f17f7..63fe97c4 100644 --- a/typescript/dist/esm/models/Volume.d.ts +++ b/typescript/dist/esm/models/Volume.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Volume.js b/typescript/dist/esm/models/Volume.js index 83c61d0b..aa26b950 100644 --- a/typescript/dist/esm/models/Volume.js +++ b/typescript/dist/esm/models/Volume.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts b/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts index d1e97fc9..fb379851 100644 --- a/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts +++ b/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VolumeFileLayersResponse.js b/typescript/dist/esm/models/VolumeFileLayersResponse.js index 87b9a190..66827dc0 100644 --- a/typescript/dist/esm/models/VolumeFileLayersResponse.js +++ b/typescript/dist/esm/models/VolumeFileLayersResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsBoundingbox.d.ts b/typescript/dist/esm/models/WcsBoundingbox.d.ts index 9967f822..20a830a2 100644 --- a/typescript/dist/esm/models/WcsBoundingbox.d.ts +++ b/typescript/dist/esm/models/WcsBoundingbox.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsBoundingbox.js b/typescript/dist/esm/models/WcsBoundingbox.js index efcc97d0..f4dcb453 100644 --- a/typescript/dist/esm/models/WcsBoundingbox.js +++ b/typescript/dist/esm/models/WcsBoundingbox.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsService.d.ts b/typescript/dist/esm/models/WcsService.d.ts index 399c7a2e..486f06fe 100644 --- a/typescript/dist/esm/models/WcsService.d.ts +++ b/typescript/dist/esm/models/WcsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsService.js b/typescript/dist/esm/models/WcsService.js index 7d4b7970..333d2b0d 100644 --- a/typescript/dist/esm/models/WcsService.js +++ b/typescript/dist/esm/models/WcsService.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsVersion.d.ts b/typescript/dist/esm/models/WcsVersion.d.ts index 3b172fe5..bb3230ce 100644 --- a/typescript/dist/esm/models/WcsVersion.d.ts +++ b/typescript/dist/esm/models/WcsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsVersion.js b/typescript/dist/esm/models/WcsVersion.js index e59c4c0a..c1619fd3 100644 --- a/typescript/dist/esm/models/WcsVersion.js +++ b/typescript/dist/esm/models/WcsVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsService.d.ts b/typescript/dist/esm/models/WfsService.d.ts index a503050f..56c82eb0 100644 --- a/typescript/dist/esm/models/WfsService.d.ts +++ b/typescript/dist/esm/models/WfsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsService.js b/typescript/dist/esm/models/WfsService.js index 8d746212..535a0e46 100644 --- a/typescript/dist/esm/models/WfsService.js +++ b/typescript/dist/esm/models/WfsService.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsVersion.d.ts b/typescript/dist/esm/models/WfsVersion.d.ts index 2291a77a..fa5be827 100644 --- a/typescript/dist/esm/models/WfsVersion.d.ts +++ b/typescript/dist/esm/models/WfsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsVersion.js b/typescript/dist/esm/models/WfsVersion.js index 9ee11e03..94644c7e 100644 --- a/typescript/dist/esm/models/WfsVersion.js +++ b/typescript/dist/esm/models/WfsVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts b/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts index 9d119585..418d794b 100644 --- a/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts +++ b/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WildliveDataConnectorDefinition.js b/typescript/dist/esm/models/WildliveDataConnectorDefinition.js index 0db0d8e0..35d3bbeb 100644 --- a/typescript/dist/esm/models/WildliveDataConnectorDefinition.js +++ b/typescript/dist/esm/models/WildliveDataConnectorDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsService.d.ts b/typescript/dist/esm/models/WmsService.d.ts index dfc2b3db..8e288b6c 100644 --- a/typescript/dist/esm/models/WmsService.d.ts +++ b/typescript/dist/esm/models/WmsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsService.js b/typescript/dist/esm/models/WmsService.js index 6c6776ac..ea57f326 100644 --- a/typescript/dist/esm/models/WmsService.js +++ b/typescript/dist/esm/models/WmsService.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsVersion.d.ts b/typescript/dist/esm/models/WmsVersion.d.ts index 06f9bdc8..60a33bf9 100644 --- a/typescript/dist/esm/models/WmsVersion.d.ts +++ b/typescript/dist/esm/models/WmsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsVersion.js b/typescript/dist/esm/models/WmsVersion.js index d6c78528..114c074f 100644 --- a/typescript/dist/esm/models/WmsVersion.js +++ b/typescript/dist/esm/models/WmsVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Workflow.d.ts b/typescript/dist/esm/models/Workflow.d.ts index 8b12f05d..5be79bad 100644 --- a/typescript/dist/esm/models/Workflow.d.ts +++ b/typescript/dist/esm/models/Workflow.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Workflow.js b/typescript/dist/esm/models/Workflow.js index d5e4bbc0..d4137e26 100644 --- a/typescript/dist/esm/models/Workflow.js +++ b/typescript/dist/esm/models/Workflow.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WrappedPlotOutput.d.ts b/typescript/dist/esm/models/WrappedPlotOutput.d.ts index 59b5c0e7..5518da39 100644 --- a/typescript/dist/esm/models/WrappedPlotOutput.d.ts +++ b/typescript/dist/esm/models/WrappedPlotOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WrappedPlotOutput.js b/typescript/dist/esm/models/WrappedPlotOutput.js index e9bc9548..73862fc3 100644 --- a/typescript/dist/esm/models/WrappedPlotOutput.js +++ b/typescript/dist/esm/models/WrappedPlotOutput.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/runtime.d.ts b/typescript/dist/esm/runtime.d.ts index 2c52ed3d..83898b97 100644 --- a/typescript/dist/esm/runtime.d.ts +++ b/typescript/dist/esm/runtime.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index 06a287af..3d464431 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddDataset.d.ts b/typescript/dist/models/AddDataset.d.ts index 3a8d9b2c..57ea8090 100644 --- a/typescript/dist/models/AddDataset.d.ts +++ b/typescript/dist/models/AddDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddDataset.js b/typescript/dist/models/AddDataset.js index bd0a6c8e..10a35c18 100644 --- a/typescript/dist/models/AddDataset.js +++ b/typescript/dist/models/AddDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayer.d.ts b/typescript/dist/models/AddLayer.d.ts index 7801eab1..9e1833d1 100644 --- a/typescript/dist/models/AddLayer.d.ts +++ b/typescript/dist/models/AddLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayer.js b/typescript/dist/models/AddLayer.js index c7d7f407..91c104c9 100644 --- a/typescript/dist/models/AddLayer.js +++ b/typescript/dist/models/AddLayer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayerCollection.d.ts b/typescript/dist/models/AddLayerCollection.d.ts index 475a5dd4..5715b027 100644 --- a/typescript/dist/models/AddLayerCollection.d.ts +++ b/typescript/dist/models/AddLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayerCollection.js b/typescript/dist/models/AddLayerCollection.js index da4bb1bf..2988b3e5 100644 --- a/typescript/dist/models/AddLayerCollection.js +++ b/typescript/dist/models/AddLayerCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddRole.d.ts b/typescript/dist/models/AddRole.d.ts index ba12ddac..67bc7e6e 100644 --- a/typescript/dist/models/AddRole.d.ts +++ b/typescript/dist/models/AddRole.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddRole.js b/typescript/dist/models/AddRole.js index 3d3991f4..ae838848 100644 --- a/typescript/dist/models/AddRole.js +++ b/typescript/dist/models/AddRole.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ArunaDataProviderDefinition.d.ts b/typescript/dist/models/ArunaDataProviderDefinition.d.ts index a8d95edd..94532500 100644 --- a/typescript/dist/models/ArunaDataProviderDefinition.d.ts +++ b/typescript/dist/models/ArunaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ArunaDataProviderDefinition.js b/typescript/dist/models/ArunaDataProviderDefinition.js index f48bf2b2..e00c68ef 100644 --- a/typescript/dist/models/ArunaDataProviderDefinition.js +++ b/typescript/dist/models/ArunaDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeRequestURL.d.ts b/typescript/dist/models/AuthCodeRequestURL.d.ts index 448be092..5b1e8e4b 100644 --- a/typescript/dist/models/AuthCodeRequestURL.d.ts +++ b/typescript/dist/models/AuthCodeRequestURL.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeRequestURL.js b/typescript/dist/models/AuthCodeRequestURL.js index 0d675632..a7adf8ba 100644 --- a/typescript/dist/models/AuthCodeRequestURL.js +++ b/typescript/dist/models/AuthCodeRequestURL.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeResponse.d.ts b/typescript/dist/models/AuthCodeResponse.d.ts index 6a31af14..0c41600a 100644 --- a/typescript/dist/models/AuthCodeResponse.d.ts +++ b/typescript/dist/models/AuthCodeResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeResponse.js b/typescript/dist/models/AuthCodeResponse.js index 5a9bcb34..8519ba7d 100644 --- a/typescript/dist/models/AuthCodeResponse.js +++ b/typescript/dist/models/AuthCodeResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AutoCreateDataset.d.ts b/typescript/dist/models/AutoCreateDataset.d.ts index 1f524aff..19a97e75 100644 --- a/typescript/dist/models/AutoCreateDataset.d.ts +++ b/typescript/dist/models/AutoCreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AutoCreateDataset.js b/typescript/dist/models/AutoCreateDataset.js index 2b7128df..e857170e 100644 --- a/typescript/dist/models/AutoCreateDataset.js +++ b/typescript/dist/models/AutoCreateDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AxisOrder.d.ts b/typescript/dist/models/AxisOrder.d.ts index 82772b8e..ff83b12a 100644 --- a/typescript/dist/models/AxisOrder.d.ts +++ b/typescript/dist/models/AxisOrder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AxisOrder.js b/typescript/dist/models/AxisOrder.js index 7145f63b..bc201b85 100644 --- a/typescript/dist/models/AxisOrder.js +++ b/typescript/dist/models/AxisOrder.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/BoundingBox2D.d.ts b/typescript/dist/models/BoundingBox2D.d.ts index 08f18375..4b12affb 100644 --- a/typescript/dist/models/BoundingBox2D.d.ts +++ b/typescript/dist/models/BoundingBox2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/BoundingBox2D.js b/typescript/dist/models/BoundingBox2D.js index 59bdcf95..e51ab289 100644 --- a/typescript/dist/models/BoundingBox2D.js +++ b/typescript/dist/models/BoundingBox2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Breakpoint.d.ts b/typescript/dist/models/Breakpoint.d.ts index 05d84313..dbd68ccb 100644 --- a/typescript/dist/models/Breakpoint.d.ts +++ b/typescript/dist/models/Breakpoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Breakpoint.js b/typescript/dist/models/Breakpoint.js index 4add0d5e..0f277c63 100644 --- a/typescript/dist/models/Breakpoint.js +++ b/typescript/dist/models/Breakpoint.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ClassificationMeasurement.d.ts b/typescript/dist/models/ClassificationMeasurement.d.ts index a5798843..bad6c5b7 100644 --- a/typescript/dist/models/ClassificationMeasurement.d.ts +++ b/typescript/dist/models/ClassificationMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ClassificationMeasurement.js b/typescript/dist/models/ClassificationMeasurement.js index 09217789..51f864df 100644 --- a/typescript/dist/models/ClassificationMeasurement.js +++ b/typescript/dist/models/ClassificationMeasurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionItem.d.ts b/typescript/dist/models/CollectionItem.d.ts index 045dec7a..bce9faf0 100644 --- a/typescript/dist/models/CollectionItem.d.ts +++ b/typescript/dist/models/CollectionItem.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionItem.js b/typescript/dist/models/CollectionItem.js index fdd91b08..ae2630da 100644 --- a/typescript/dist/models/CollectionItem.js +++ b/typescript/dist/models/CollectionItem.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionType.d.ts b/typescript/dist/models/CollectionType.d.ts index 42b4ae96..b99affa0 100644 --- a/typescript/dist/models/CollectionType.d.ts +++ b/typescript/dist/models/CollectionType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionType.js b/typescript/dist/models/CollectionType.js index 48f82098..6bc93ea0 100644 --- a/typescript/dist/models/CollectionType.js +++ b/typescript/dist/models/CollectionType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ColorParam.d.ts b/typescript/dist/models/ColorParam.d.ts index 94d826c1..f6b980b0 100644 --- a/typescript/dist/models/ColorParam.d.ts +++ b/typescript/dist/models/ColorParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ColorParam.js b/typescript/dist/models/ColorParam.js index ce4fdb27..d1fa9414 100644 --- a/typescript/dist/models/ColorParam.js +++ b/typescript/dist/models/ColorParam.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Colorizer.d.ts b/typescript/dist/models/Colorizer.d.ts index e8e6b1ed..2ba87491 100644 --- a/typescript/dist/models/Colorizer.d.ts +++ b/typescript/dist/models/Colorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Colorizer.js b/typescript/dist/models/Colorizer.js index 87b8830e..9b08046c 100644 --- a/typescript/dist/models/Colorizer.js +++ b/typescript/dist/models/Colorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ComputationQuota.d.ts b/typescript/dist/models/ComputationQuota.d.ts index 714a306a..26c95514 100644 --- a/typescript/dist/models/ComputationQuota.d.ts +++ b/typescript/dist/models/ComputationQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ComputationQuota.js b/typescript/dist/models/ComputationQuota.js index 6746c4b2..0e706285 100644 --- a/typescript/dist/models/ComputationQuota.js +++ b/typescript/dist/models/ComputationQuota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ContinuousMeasurement.d.ts b/typescript/dist/models/ContinuousMeasurement.d.ts index 41c613d1..b2cf02a4 100644 --- a/typescript/dist/models/ContinuousMeasurement.d.ts +++ b/typescript/dist/models/ContinuousMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ContinuousMeasurement.js b/typescript/dist/models/ContinuousMeasurement.js index 0fc7b892..829dae82 100644 --- a/typescript/dist/models/ContinuousMeasurement.js +++ b/typescript/dist/models/ContinuousMeasurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Coordinate2D.d.ts b/typescript/dist/models/Coordinate2D.d.ts index 5e97411d..90d15f56 100644 --- a/typescript/dist/models/Coordinate2D.d.ts +++ b/typescript/dist/models/Coordinate2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Coordinate2D.js b/typescript/dist/models/Coordinate2D.js index da6c9faf..3aeba897 100644 --- a/typescript/dist/models/Coordinate2D.js +++ b/typescript/dist/models/Coordinate2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts index e0abaa12..40b21dc4 100644 --- a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts +++ b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js index ecbb54cc..55dcc8d0 100644 --- a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js +++ b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateDataset.d.ts b/typescript/dist/models/CreateDataset.d.ts index ba7f4cad..2e3b26f0 100644 --- a/typescript/dist/models/CreateDataset.d.ts +++ b/typescript/dist/models/CreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateDataset.js b/typescript/dist/models/CreateDataset.js index c78fbb4c..319b1017 100644 --- a/typescript/dist/models/CreateDataset.js +++ b/typescript/dist/models/CreateDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateProject.d.ts b/typescript/dist/models/CreateProject.d.ts index f1dcd7dc..79919d85 100644 --- a/typescript/dist/models/CreateProject.d.ts +++ b/typescript/dist/models/CreateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateProject.js b/typescript/dist/models/CreateProject.js index 2eedb3c5..d2307c9d 100644 --- a/typescript/dist/models/CreateProject.js +++ b/typescript/dist/models/CreateProject.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CsvHeader.d.ts b/typescript/dist/models/CsvHeader.d.ts index 70b4f799..be6200cb 100644 --- a/typescript/dist/models/CsvHeader.d.ts +++ b/typescript/dist/models/CsvHeader.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CsvHeader.js b/typescript/dist/models/CsvHeader.js index 7a51c670..33c8a632 100644 --- a/typescript/dist/models/CsvHeader.js +++ b/typescript/dist/models/CsvHeader.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataId.d.ts b/typescript/dist/models/DataId.d.ts index 0b62a75c..51a0ee07 100644 --- a/typescript/dist/models/DataId.d.ts +++ b/typescript/dist/models/DataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataId.js b/typescript/dist/models/DataId.js index 70ec67b4..d04c8af0 100644 --- a/typescript/dist/models/DataId.js +++ b/typescript/dist/models/DataId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPath.d.ts b/typescript/dist/models/DataPath.d.ts index b1f02bce..bacdd2a0 100644 --- a/typescript/dist/models/DataPath.d.ts +++ b/typescript/dist/models/DataPath.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPath.js b/typescript/dist/models/DataPath.js index 45fe8f54..d1c7663c 100644 --- a/typescript/dist/models/DataPath.js +++ b/typescript/dist/models/DataPath.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf.d.ts b/typescript/dist/models/DataPathOneOf.d.ts index 5182804a..63e792fc 100644 --- a/typescript/dist/models/DataPathOneOf.d.ts +++ b/typescript/dist/models/DataPathOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf.js b/typescript/dist/models/DataPathOneOf.js index ae756525..bea5e9e3 100644 --- a/typescript/dist/models/DataPathOneOf.js +++ b/typescript/dist/models/DataPathOneOf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf1.d.ts b/typescript/dist/models/DataPathOneOf1.d.ts index 94767d68..b2297105 100644 --- a/typescript/dist/models/DataPathOneOf1.d.ts +++ b/typescript/dist/models/DataPathOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf1.js b/typescript/dist/models/DataPathOneOf1.js index 65cedafa..7fa4b043 100644 --- a/typescript/dist/models/DataPathOneOf1.js +++ b/typescript/dist/models/DataPathOneOf1.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataProviderResource.d.ts b/typescript/dist/models/DataProviderResource.d.ts index e8060c9c..4fafacba 100644 --- a/typescript/dist/models/DataProviderResource.d.ts +++ b/typescript/dist/models/DataProviderResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataProviderResource.js b/typescript/dist/models/DataProviderResource.js index 822cd818..eb154146 100644 --- a/typescript/dist/models/DataProviderResource.js +++ b/typescript/dist/models/DataProviderResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsage.d.ts b/typescript/dist/models/DataUsage.d.ts index c406d613..5730476b 100644 --- a/typescript/dist/models/DataUsage.d.ts +++ b/typescript/dist/models/DataUsage.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsage.js b/typescript/dist/models/DataUsage.js index aafdb75e..5654ce99 100644 --- a/typescript/dist/models/DataUsage.js +++ b/typescript/dist/models/DataUsage.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsageSummary.d.ts b/typescript/dist/models/DataUsageSummary.d.ts index 818080e3..c3d182d3 100644 --- a/typescript/dist/models/DataUsageSummary.d.ts +++ b/typescript/dist/models/DataUsageSummary.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsageSummary.js b/typescript/dist/models/DataUsageSummary.js index b5321c7c..e9ae9c39 100644 --- a/typescript/dist/models/DataUsageSummary.js +++ b/typescript/dist/models/DataUsageSummary.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatabaseConnectionConfig.d.ts b/typescript/dist/models/DatabaseConnectionConfig.d.ts index faf0eaeb..1a628b7d 100644 --- a/typescript/dist/models/DatabaseConnectionConfig.d.ts +++ b/typescript/dist/models/DatabaseConnectionConfig.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatabaseConnectionConfig.js b/typescript/dist/models/DatabaseConnectionConfig.js index 5f47c303..81d779a2 100644 --- a/typescript/dist/models/DatabaseConnectionConfig.js +++ b/typescript/dist/models/DatabaseConnectionConfig.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Dataset.d.ts b/typescript/dist/models/Dataset.d.ts index 5dd433f5..4e7137e5 100644 --- a/typescript/dist/models/Dataset.d.ts +++ b/typescript/dist/models/Dataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Dataset.js b/typescript/dist/models/Dataset.js index f172d4ed..189383fd 100644 --- a/typescript/dist/models/Dataset.js +++ b/typescript/dist/models/Dataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetDefinition.d.ts b/typescript/dist/models/DatasetDefinition.d.ts index 4ff6160a..3160571c 100644 --- a/typescript/dist/models/DatasetDefinition.d.ts +++ b/typescript/dist/models/DatasetDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetDefinition.js b/typescript/dist/models/DatasetDefinition.js index a97f04f6..c1f8deba 100644 --- a/typescript/dist/models/DatasetDefinition.js +++ b/typescript/dist/models/DatasetDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingCollection.d.ts b/typescript/dist/models/DatasetLayerListingCollection.d.ts index 2182b02d..14ddfa91 100644 --- a/typescript/dist/models/DatasetLayerListingCollection.d.ts +++ b/typescript/dist/models/DatasetLayerListingCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingCollection.js b/typescript/dist/models/DatasetLayerListingCollection.js index 9d777e20..fa31b354 100644 --- a/typescript/dist/models/DatasetLayerListingCollection.js +++ b/typescript/dist/models/DatasetLayerListingCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts b/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts index 87d65e8e..502a246a 100644 --- a/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts +++ b/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingProviderDefinition.js b/typescript/dist/models/DatasetLayerListingProviderDefinition.js index 6ebaba7c..a0bc11ec 100644 --- a/typescript/dist/models/DatasetLayerListingProviderDefinition.js +++ b/typescript/dist/models/DatasetLayerListingProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetListing.d.ts b/typescript/dist/models/DatasetListing.d.ts index 01328add..cf0398b2 100644 --- a/typescript/dist/models/DatasetListing.d.ts +++ b/typescript/dist/models/DatasetListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetListing.js b/typescript/dist/models/DatasetListing.js index 28716955..a07c37db 100644 --- a/typescript/dist/models/DatasetListing.js +++ b/typescript/dist/models/DatasetListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetNameResponse.d.ts b/typescript/dist/models/DatasetNameResponse.d.ts index 5295eb28..56db7666 100644 --- a/typescript/dist/models/DatasetNameResponse.d.ts +++ b/typescript/dist/models/DatasetNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetNameResponse.js b/typescript/dist/models/DatasetNameResponse.js index e9f3918f..ad0f171a 100644 --- a/typescript/dist/models/DatasetNameResponse.js +++ b/typescript/dist/models/DatasetNameResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetResource.d.ts b/typescript/dist/models/DatasetResource.d.ts index c9dc85e6..14e63310 100644 --- a/typescript/dist/models/DatasetResource.d.ts +++ b/typescript/dist/models/DatasetResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetResource.js b/typescript/dist/models/DatasetResource.js index 792ea0c0..a4172622 100644 --- a/typescript/dist/models/DatasetResource.js +++ b/typescript/dist/models/DatasetResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedColor.d.ts b/typescript/dist/models/DerivedColor.d.ts index 4a4bed2c..f0269348 100644 --- a/typescript/dist/models/DerivedColor.d.ts +++ b/typescript/dist/models/DerivedColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedColor.js b/typescript/dist/models/DerivedColor.js index 9ce5a5de..06c23bc8 100644 --- a/typescript/dist/models/DerivedColor.js +++ b/typescript/dist/models/DerivedColor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedNumber.d.ts b/typescript/dist/models/DerivedNumber.d.ts index 33d8105b..580d45e5 100644 --- a/typescript/dist/models/DerivedNumber.d.ts +++ b/typescript/dist/models/DerivedNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedNumber.js b/typescript/dist/models/DerivedNumber.js index 83c4d1a0..3ffdeedb 100644 --- a/typescript/dist/models/DerivedNumber.js +++ b/typescript/dist/models/DerivedNumber.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DescribeCoverageRequest.d.ts b/typescript/dist/models/DescribeCoverageRequest.d.ts index 5cc34e7e..4e593d5e 100644 --- a/typescript/dist/models/DescribeCoverageRequest.d.ts +++ b/typescript/dist/models/DescribeCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DescribeCoverageRequest.js b/typescript/dist/models/DescribeCoverageRequest.js index f5ea1952..298f1fb2 100644 --- a/typescript/dist/models/DescribeCoverageRequest.js +++ b/typescript/dist/models/DescribeCoverageRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts b/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts index 470692b3..33feaa31 100644 --- a/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts +++ b/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EbvPortalDataProviderDefinition.js b/typescript/dist/models/EbvPortalDataProviderDefinition.js index 4f0b10c0..955cb7c7 100644 --- a/typescript/dist/models/EbvPortalDataProviderDefinition.js +++ b/typescript/dist/models/EbvPortalDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrDataProviderDefinition.d.ts b/typescript/dist/models/EdrDataProviderDefinition.d.ts index 78c1e745..6be39166 100644 --- a/typescript/dist/models/EdrDataProviderDefinition.d.ts +++ b/typescript/dist/models/EdrDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrDataProviderDefinition.js b/typescript/dist/models/EdrDataProviderDefinition.js index 77a00e6a..8b6e8dfc 100644 --- a/typescript/dist/models/EdrDataProviderDefinition.js +++ b/typescript/dist/models/EdrDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrVectorSpec.d.ts b/typescript/dist/models/EdrVectorSpec.d.ts index be4dd9a1..7a66eb5b 100644 --- a/typescript/dist/models/EdrVectorSpec.d.ts +++ b/typescript/dist/models/EdrVectorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrVectorSpec.js b/typescript/dist/models/EdrVectorSpec.js index 2fcf19af..815684d9 100644 --- a/typescript/dist/models/EdrVectorSpec.js +++ b/typescript/dist/models/EdrVectorSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ErrorResponse.d.ts b/typescript/dist/models/ErrorResponse.d.ts index 854640e6..8e9a1c69 100644 --- a/typescript/dist/models/ErrorResponse.d.ts +++ b/typescript/dist/models/ErrorResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ErrorResponse.js b/typescript/dist/models/ErrorResponse.js index 8b1f8ef9..d34977e2 100644 --- a/typescript/dist/models/ErrorResponse.js +++ b/typescript/dist/models/ErrorResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ExternalDataId.d.ts b/typescript/dist/models/ExternalDataId.d.ts index 7d545dd8..c9d04fdc 100644 --- a/typescript/dist/models/ExternalDataId.d.ts +++ b/typescript/dist/models/ExternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ExternalDataId.js b/typescript/dist/models/ExternalDataId.js index 751d33fd..71b675df 100644 --- a/typescript/dist/models/ExternalDataId.js +++ b/typescript/dist/models/ExternalDataId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FeatureDataType.d.ts b/typescript/dist/models/FeatureDataType.d.ts index a0b12e48..31a483e6 100644 --- a/typescript/dist/models/FeatureDataType.d.ts +++ b/typescript/dist/models/FeatureDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FeatureDataType.js b/typescript/dist/models/FeatureDataType.js index 3245522d..de06afec 100644 --- a/typescript/dist/models/FeatureDataType.js +++ b/typescript/dist/models/FeatureDataType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FileNotFoundHandling.d.ts b/typescript/dist/models/FileNotFoundHandling.d.ts index 8467ab74..ee4e23d9 100644 --- a/typescript/dist/models/FileNotFoundHandling.d.ts +++ b/typescript/dist/models/FileNotFoundHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FileNotFoundHandling.js b/typescript/dist/models/FileNotFoundHandling.js index 84e33954..5307fecc 100644 --- a/typescript/dist/models/FileNotFoundHandling.js +++ b/typescript/dist/models/FileNotFoundHandling.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecifics.d.ts b/typescript/dist/models/FormatSpecifics.d.ts index 02aedb0e..0a7a2cfd 100644 --- a/typescript/dist/models/FormatSpecifics.d.ts +++ b/typescript/dist/models/FormatSpecifics.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecifics.js b/typescript/dist/models/FormatSpecifics.js index 0116d05c..183c0d2a 100644 --- a/typescript/dist/models/FormatSpecifics.js +++ b/typescript/dist/models/FormatSpecifics.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecificsOneOf.d.ts b/typescript/dist/models/FormatSpecificsOneOf.d.ts index 3875ba2f..63a74c2a 100644 --- a/typescript/dist/models/FormatSpecificsOneOf.d.ts +++ b/typescript/dist/models/FormatSpecificsOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecificsOneOf.js b/typescript/dist/models/FormatSpecificsOneOf.js index b22c379a..755b4cdf 100644 --- a/typescript/dist/models/FormatSpecificsOneOf.js +++ b/typescript/dist/models/FormatSpecificsOneOf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts b/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts index b9b304aa..f09a2f71 100644 --- a/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts +++ b/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecificsOneOfCsv.js b/typescript/dist/models/FormatSpecificsOneOfCsv.js index 8214f57d..a6f25ebe 100644 --- a/typescript/dist/models/FormatSpecificsOneOfCsv.js +++ b/typescript/dist/models/FormatSpecificsOneOfCsv.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GbifDataProviderDefinition.d.ts b/typescript/dist/models/GbifDataProviderDefinition.d.ts index bc3acbd2..89dcb504 100644 --- a/typescript/dist/models/GbifDataProviderDefinition.d.ts +++ b/typescript/dist/models/GbifDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GbifDataProviderDefinition.js b/typescript/dist/models/GbifDataProviderDefinition.js index eb972357..7b46e901 100644 --- a/typescript/dist/models/GbifDataProviderDefinition.js +++ b/typescript/dist/models/GbifDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetGeoTransform.d.ts b/typescript/dist/models/GdalDatasetGeoTransform.d.ts index cd084cf3..097de277 100644 --- a/typescript/dist/models/GdalDatasetGeoTransform.d.ts +++ b/typescript/dist/models/GdalDatasetGeoTransform.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetGeoTransform.js b/typescript/dist/models/GdalDatasetGeoTransform.js index ed32f9ee..4c81de9a 100644 --- a/typescript/dist/models/GdalDatasetGeoTransform.js +++ b/typescript/dist/models/GdalDatasetGeoTransform.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetParameters.d.ts b/typescript/dist/models/GdalDatasetParameters.d.ts index 32c9a296..d2ffeb7f 100644 --- a/typescript/dist/models/GdalDatasetParameters.d.ts +++ b/typescript/dist/models/GdalDatasetParameters.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetParameters.js b/typescript/dist/models/GdalDatasetParameters.js index 629fe03b..ebdd71a7 100644 --- a/typescript/dist/models/GdalDatasetParameters.js +++ b/typescript/dist/models/GdalDatasetParameters.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts b/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts index c90109bf..2cb6b45b 100644 --- a/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts +++ b/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalLoadingInfoTemporalSlice.js b/typescript/dist/models/GdalLoadingInfoTemporalSlice.js index c72a99a7..4cc5cb2b 100644 --- a/typescript/dist/models/GdalLoadingInfoTemporalSlice.js +++ b/typescript/dist/models/GdalLoadingInfoTemporalSlice.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataList.d.ts b/typescript/dist/models/GdalMetaDataList.d.ts index 201f39c3..d1bee061 100644 --- a/typescript/dist/models/GdalMetaDataList.d.ts +++ b/typescript/dist/models/GdalMetaDataList.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataList.js b/typescript/dist/models/GdalMetaDataList.js index 6f2d6948..7ee3648f 100644 --- a/typescript/dist/models/GdalMetaDataList.js +++ b/typescript/dist/models/GdalMetaDataList.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataRegular.d.ts b/typescript/dist/models/GdalMetaDataRegular.d.ts index f91ecd4f..50fe2d5d 100644 --- a/typescript/dist/models/GdalMetaDataRegular.d.ts +++ b/typescript/dist/models/GdalMetaDataRegular.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataRegular.js b/typescript/dist/models/GdalMetaDataRegular.js index 5662da8f..f4696425 100644 --- a/typescript/dist/models/GdalMetaDataRegular.js +++ b/typescript/dist/models/GdalMetaDataRegular.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataStatic.d.ts b/typescript/dist/models/GdalMetaDataStatic.d.ts index 735d01af..eb61b627 100644 --- a/typescript/dist/models/GdalMetaDataStatic.d.ts +++ b/typescript/dist/models/GdalMetaDataStatic.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataStatic.js b/typescript/dist/models/GdalMetaDataStatic.js index 69900e6a..479ad6d6 100644 --- a/typescript/dist/models/GdalMetaDataStatic.js +++ b/typescript/dist/models/GdalMetaDataStatic.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataMapping.d.ts b/typescript/dist/models/GdalMetadataMapping.d.ts index 657aae9f..c0252924 100644 --- a/typescript/dist/models/GdalMetadataMapping.d.ts +++ b/typescript/dist/models/GdalMetadataMapping.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataMapping.js b/typescript/dist/models/GdalMetadataMapping.js index 87e94632..ecdac07e 100644 --- a/typescript/dist/models/GdalMetadataMapping.js +++ b/typescript/dist/models/GdalMetadataMapping.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataNetCdfCf.d.ts b/typescript/dist/models/GdalMetadataNetCdfCf.d.ts index d24c38e2..0c651af6 100644 --- a/typescript/dist/models/GdalMetadataNetCdfCf.d.ts +++ b/typescript/dist/models/GdalMetadataNetCdfCf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataNetCdfCf.js b/typescript/dist/models/GdalMetadataNetCdfCf.js index cfad2282..43cf7a5e 100644 --- a/typescript/dist/models/GdalMetadataNetCdfCf.js +++ b/typescript/dist/models/GdalMetadataNetCdfCf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalSourceTimePlaceholder.d.ts b/typescript/dist/models/GdalSourceTimePlaceholder.d.ts index d8e9be5b..ca70fecd 100644 --- a/typescript/dist/models/GdalSourceTimePlaceholder.d.ts +++ b/typescript/dist/models/GdalSourceTimePlaceholder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalSourceTimePlaceholder.js b/typescript/dist/models/GdalSourceTimePlaceholder.js index c336e09d..c6a52666 100644 --- a/typescript/dist/models/GdalSourceTimePlaceholder.js +++ b/typescript/dist/models/GdalSourceTimePlaceholder.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoJson.d.ts b/typescript/dist/models/GeoJson.d.ts index 993ad8c6..febe684c 100644 --- a/typescript/dist/models/GeoJson.d.ts +++ b/typescript/dist/models/GeoJson.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoJson.js b/typescript/dist/models/GeoJson.js index c9ecfb07..26442983 100644 --- a/typescript/dist/models/GeoJson.js +++ b/typescript/dist/models/GeoJson.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoTransform.d.ts b/typescript/dist/models/GeoTransform.d.ts index 1fd8c3ba..567cfb20 100644 --- a/typescript/dist/models/GeoTransform.d.ts +++ b/typescript/dist/models/GeoTransform.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoTransform.js b/typescript/dist/models/GeoTransform.js index 3cf85845..b2632b2c 100644 --- a/typescript/dist/models/GeoTransform.js +++ b/typescript/dist/models/GeoTransform.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesFormat.d.ts b/typescript/dist/models/GetCapabilitiesFormat.d.ts index fd1027eb..9a4034dc 100644 --- a/typescript/dist/models/GetCapabilitiesFormat.d.ts +++ b/typescript/dist/models/GetCapabilitiesFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesFormat.js b/typescript/dist/models/GetCapabilitiesFormat.js index b16c9bb3..a6dee797 100644 --- a/typescript/dist/models/GetCapabilitiesFormat.js +++ b/typescript/dist/models/GetCapabilitiesFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesRequest.d.ts b/typescript/dist/models/GetCapabilitiesRequest.d.ts index 4c06be57..c1309d45 100644 --- a/typescript/dist/models/GetCapabilitiesRequest.d.ts +++ b/typescript/dist/models/GetCapabilitiesRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesRequest.js b/typescript/dist/models/GetCapabilitiesRequest.js index 45b69b98..86140489 100644 --- a/typescript/dist/models/GetCapabilitiesRequest.js +++ b/typescript/dist/models/GetCapabilitiesRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageFormat.d.ts b/typescript/dist/models/GetCoverageFormat.d.ts index f4b2f64d..1691a28c 100644 --- a/typescript/dist/models/GetCoverageFormat.d.ts +++ b/typescript/dist/models/GetCoverageFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageFormat.js b/typescript/dist/models/GetCoverageFormat.js index 1a45d4f6..fe6ed368 100644 --- a/typescript/dist/models/GetCoverageFormat.js +++ b/typescript/dist/models/GetCoverageFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageRequest.d.ts b/typescript/dist/models/GetCoverageRequest.d.ts index 14c7eb33..66a5e4f4 100644 --- a/typescript/dist/models/GetCoverageRequest.d.ts +++ b/typescript/dist/models/GetCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageRequest.js b/typescript/dist/models/GetCoverageRequest.js index 3b434c39..ee1cab10 100644 --- a/typescript/dist/models/GetCoverageRequest.js +++ b/typescript/dist/models/GetCoverageRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetFeatureRequest.d.ts b/typescript/dist/models/GetFeatureRequest.d.ts index b3543aba..ed0b6064 100644 --- a/typescript/dist/models/GetFeatureRequest.d.ts +++ b/typescript/dist/models/GetFeatureRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetFeatureRequest.js b/typescript/dist/models/GetFeatureRequest.js index e6188aa8..9ea5649e 100644 --- a/typescript/dist/models/GetFeatureRequest.js +++ b/typescript/dist/models/GetFeatureRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetLegendGraphicRequest.d.ts b/typescript/dist/models/GetLegendGraphicRequest.d.ts index 90ff104d..d05f4a02 100644 --- a/typescript/dist/models/GetLegendGraphicRequest.d.ts +++ b/typescript/dist/models/GetLegendGraphicRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetLegendGraphicRequest.js b/typescript/dist/models/GetLegendGraphicRequest.js index 981981d3..fc387813 100644 --- a/typescript/dist/models/GetLegendGraphicRequest.js +++ b/typescript/dist/models/GetLegendGraphicRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapExceptionFormat.d.ts b/typescript/dist/models/GetMapExceptionFormat.d.ts index c792af4c..1e8e87c4 100644 --- a/typescript/dist/models/GetMapExceptionFormat.d.ts +++ b/typescript/dist/models/GetMapExceptionFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapExceptionFormat.js b/typescript/dist/models/GetMapExceptionFormat.js index aa1acf5f..3232fecf 100644 --- a/typescript/dist/models/GetMapExceptionFormat.js +++ b/typescript/dist/models/GetMapExceptionFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapFormat.d.ts b/typescript/dist/models/GetMapFormat.d.ts index 929d5f9a..9d8bec75 100644 --- a/typescript/dist/models/GetMapFormat.d.ts +++ b/typescript/dist/models/GetMapFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapFormat.js b/typescript/dist/models/GetMapFormat.js index 456513c1..8e33a5c2 100644 --- a/typescript/dist/models/GetMapFormat.js +++ b/typescript/dist/models/GetMapFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapRequest.d.ts b/typescript/dist/models/GetMapRequest.d.ts index f35fc7ab..04c01ac6 100644 --- a/typescript/dist/models/GetMapRequest.d.ts +++ b/typescript/dist/models/GetMapRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapRequest.js b/typescript/dist/models/GetMapRequest.js index 958f953e..c2fc2999 100644 --- a/typescript/dist/models/GetMapRequest.js +++ b/typescript/dist/models/GetMapRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts b/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts index 6b0bf577..2d9ecd9c 100644 --- a/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts +++ b/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioAbcdDataProviderDefinition.js b/typescript/dist/models/GfbioAbcdDataProviderDefinition.js index 460d6eb9..37cb7356 100644 --- a/typescript/dist/models/GfbioAbcdDataProviderDefinition.js +++ b/typescript/dist/models/GfbioAbcdDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts index cc668f6b..860d29d8 100644 --- a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts +++ b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js index 96190677..97d4be9d 100644 --- a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js +++ b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GridBoundingBox2D.d.ts b/typescript/dist/models/GridBoundingBox2D.d.ts index 7203d881..29363306 100644 --- a/typescript/dist/models/GridBoundingBox2D.d.ts +++ b/typescript/dist/models/GridBoundingBox2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GridBoundingBox2D.js b/typescript/dist/models/GridBoundingBox2D.js index 7ff23465..13625648 100644 --- a/typescript/dist/models/GridBoundingBox2D.js +++ b/typescript/dist/models/GridBoundingBox2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GridIdx2D.d.ts b/typescript/dist/models/GridIdx2D.d.ts index 1a265133..fc4a6e1d 100644 --- a/typescript/dist/models/GridIdx2D.d.ts +++ b/typescript/dist/models/GridIdx2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GridIdx2D.js b/typescript/dist/models/GridIdx2D.js index 9e514f0b..37e643f4 100644 --- a/typescript/dist/models/GridIdx2D.js +++ b/typescript/dist/models/GridIdx2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/IdResponse.d.ts b/typescript/dist/models/IdResponse.d.ts index 9ef5bbfd..74c403e0 100644 --- a/typescript/dist/models/IdResponse.d.ts +++ b/typescript/dist/models/IdResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/IdResponse.js b/typescript/dist/models/IdResponse.js index afdc3ac2..faa2c7d0 100644 --- a/typescript/dist/models/IdResponse.js +++ b/typescript/dist/models/IdResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/InternalDataId.d.ts b/typescript/dist/models/InternalDataId.d.ts index fb4a3a83..442416cf 100644 --- a/typescript/dist/models/InternalDataId.d.ts +++ b/typescript/dist/models/InternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/InternalDataId.js b/typescript/dist/models/InternalDataId.js index f8d5250b..479571ee 100644 --- a/typescript/dist/models/InternalDataId.js +++ b/typescript/dist/models/InternalDataId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Layer.d.ts b/typescript/dist/models/Layer.d.ts index 907e6232..7f9d1f7c 100644 --- a/typescript/dist/models/Layer.d.ts +++ b/typescript/dist/models/Layer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Layer.js b/typescript/dist/models/Layer.js index eb10145e..7a3b5928 100644 --- a/typescript/dist/models/Layer.js +++ b/typescript/dist/models/Layer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollection.d.ts b/typescript/dist/models/LayerCollection.d.ts index 194aebf0..6a0c3279 100644 --- a/typescript/dist/models/LayerCollection.d.ts +++ b/typescript/dist/models/LayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollection.js b/typescript/dist/models/LayerCollection.js index 4cfa10b2..f7a675ac 100644 --- a/typescript/dist/models/LayerCollection.js +++ b/typescript/dist/models/LayerCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionListing.d.ts b/typescript/dist/models/LayerCollectionListing.d.ts index a83e8c0d..8c8f6675 100644 --- a/typescript/dist/models/LayerCollectionListing.d.ts +++ b/typescript/dist/models/LayerCollectionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionListing.js b/typescript/dist/models/LayerCollectionListing.js index 7da3909d..96eb7478 100644 --- a/typescript/dist/models/LayerCollectionListing.js +++ b/typescript/dist/models/LayerCollectionListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionResource.d.ts b/typescript/dist/models/LayerCollectionResource.d.ts index ec129b62..c70a022c 100644 --- a/typescript/dist/models/LayerCollectionResource.d.ts +++ b/typescript/dist/models/LayerCollectionResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionResource.js b/typescript/dist/models/LayerCollectionResource.js index 68373c5d..b39b1dee 100644 --- a/typescript/dist/models/LayerCollectionResource.js +++ b/typescript/dist/models/LayerCollectionResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerListing.d.ts b/typescript/dist/models/LayerListing.d.ts index b2526193..c0c90245 100644 --- a/typescript/dist/models/LayerListing.d.ts +++ b/typescript/dist/models/LayerListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerListing.js b/typescript/dist/models/LayerListing.js index 2b04c394..26e54e28 100644 --- a/typescript/dist/models/LayerListing.js +++ b/typescript/dist/models/LayerListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerProviderListing.d.ts b/typescript/dist/models/LayerProviderListing.d.ts index 6bc0f844..3345f112 100644 --- a/typescript/dist/models/LayerProviderListing.d.ts +++ b/typescript/dist/models/LayerProviderListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerProviderListing.js b/typescript/dist/models/LayerProviderListing.js index 8230974c..6d039132 100644 --- a/typescript/dist/models/LayerProviderListing.js +++ b/typescript/dist/models/LayerProviderListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerResource.d.ts b/typescript/dist/models/LayerResource.d.ts index 679ab67d..b3097338 100644 --- a/typescript/dist/models/LayerResource.d.ts +++ b/typescript/dist/models/LayerResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerResource.js b/typescript/dist/models/LayerResource.js index 1aa40491..2e348963 100644 --- a/typescript/dist/models/LayerResource.js +++ b/typescript/dist/models/LayerResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerVisibility.d.ts b/typescript/dist/models/LayerVisibility.d.ts index cadd44db..5f17a088 100644 --- a/typescript/dist/models/LayerVisibility.d.ts +++ b/typescript/dist/models/LayerVisibility.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerVisibility.js b/typescript/dist/models/LayerVisibility.js index 104320bb..22efc538 100644 --- a/typescript/dist/models/LayerVisibility.js +++ b/typescript/dist/models/LayerVisibility.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LineSymbology.d.ts b/typescript/dist/models/LineSymbology.d.ts index 02ba3590..5080fa2f 100644 --- a/typescript/dist/models/LineSymbology.d.ts +++ b/typescript/dist/models/LineSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LineSymbology.js b/typescript/dist/models/LineSymbology.js index a10622fe..e7f7b15d 100644 --- a/typescript/dist/models/LineSymbology.js +++ b/typescript/dist/models/LineSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LinearGradient.d.ts b/typescript/dist/models/LinearGradient.d.ts index 04ab36a1..08210b75 100644 --- a/typescript/dist/models/LinearGradient.d.ts +++ b/typescript/dist/models/LinearGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LinearGradient.js b/typescript/dist/models/LinearGradient.js index b07bb559..66cbaf95 100644 --- a/typescript/dist/models/LinearGradient.js +++ b/typescript/dist/models/LinearGradient.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LogarithmicGradient.d.ts b/typescript/dist/models/LogarithmicGradient.d.ts index 1d89248f..63cd8a45 100644 --- a/typescript/dist/models/LogarithmicGradient.d.ts +++ b/typescript/dist/models/LogarithmicGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LogarithmicGradient.js b/typescript/dist/models/LogarithmicGradient.js index db88084e..ff4d6710 100644 --- a/typescript/dist/models/LogarithmicGradient.js +++ b/typescript/dist/models/LogarithmicGradient.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Measurement.d.ts b/typescript/dist/models/Measurement.d.ts index 4ea22b1a..4d7e6248 100644 --- a/typescript/dist/models/Measurement.d.ts +++ b/typescript/dist/models/Measurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Measurement.js b/typescript/dist/models/Measurement.js index 89d7c4b7..94ca5591 100644 --- a/typescript/dist/models/Measurement.js +++ b/typescript/dist/models/Measurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataDefinition.d.ts b/typescript/dist/models/MetaDataDefinition.d.ts index 89e767ee..e547a8fb 100644 --- a/typescript/dist/models/MetaDataDefinition.d.ts +++ b/typescript/dist/models/MetaDataDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataDefinition.js b/typescript/dist/models/MetaDataDefinition.js index 8696dfb9..6ea07352 100644 --- a/typescript/dist/models/MetaDataDefinition.js +++ b/typescript/dist/models/MetaDataDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataSuggestion.d.ts b/typescript/dist/models/MetaDataSuggestion.d.ts index dd1cc615..04fea8e9 100644 --- a/typescript/dist/models/MetaDataSuggestion.d.ts +++ b/typescript/dist/models/MetaDataSuggestion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataSuggestion.js b/typescript/dist/models/MetaDataSuggestion.js index 72b60de3..01c1eafe 100644 --- a/typescript/dist/models/MetaDataSuggestion.js +++ b/typescript/dist/models/MetaDataSuggestion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModel.d.ts b/typescript/dist/models/MlModel.d.ts index 64f05031..7752294a 100644 --- a/typescript/dist/models/MlModel.d.ts +++ b/typescript/dist/models/MlModel.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModel.js b/typescript/dist/models/MlModel.js index 6478ecc7..9c451bf8 100644 --- a/typescript/dist/models/MlModel.js +++ b/typescript/dist/models/MlModel.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandling.d.ts b/typescript/dist/models/MlModelInputNoDataHandling.d.ts index f75e855d..88688a2f 100644 --- a/typescript/dist/models/MlModelInputNoDataHandling.d.ts +++ b/typescript/dist/models/MlModelInputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandling.js b/typescript/dist/models/MlModelInputNoDataHandling.js index 5a633ac7..6e2f3f93 100644 --- a/typescript/dist/models/MlModelInputNoDataHandling.js +++ b/typescript/dist/models/MlModelInputNoDataHandling.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts b/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts index 586c68f3..a44f2eb2 100644 --- a/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts +++ b/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandlingVariant.js b/typescript/dist/models/MlModelInputNoDataHandlingVariant.js index 38698269..bbb047dc 100644 --- a/typescript/dist/models/MlModelInputNoDataHandlingVariant.js +++ b/typescript/dist/models/MlModelInputNoDataHandlingVariant.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelMetadata.d.ts b/typescript/dist/models/MlModelMetadata.d.ts index 4775626c..1bbaf2aa 100644 --- a/typescript/dist/models/MlModelMetadata.d.ts +++ b/typescript/dist/models/MlModelMetadata.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelMetadata.js b/typescript/dist/models/MlModelMetadata.js index 45b91290..71887f74 100644 --- a/typescript/dist/models/MlModelMetadata.js +++ b/typescript/dist/models/MlModelMetadata.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelNameResponse.d.ts b/typescript/dist/models/MlModelNameResponse.d.ts index 9d610baa..19de494a 100644 --- a/typescript/dist/models/MlModelNameResponse.d.ts +++ b/typescript/dist/models/MlModelNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelNameResponse.js b/typescript/dist/models/MlModelNameResponse.js index 6846e723..d7b6219b 100644 --- a/typescript/dist/models/MlModelNameResponse.js +++ b/typescript/dist/models/MlModelNameResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandling.d.ts b/typescript/dist/models/MlModelOutputNoDataHandling.d.ts index f99e63af..de37cc54 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandling.d.ts +++ b/typescript/dist/models/MlModelOutputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandling.js b/typescript/dist/models/MlModelOutputNoDataHandling.js index 7a0c8ba9..a4a4dff4 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandling.js +++ b/typescript/dist/models/MlModelOutputNoDataHandling.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts index f48e7b43..020d85d9 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts +++ b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js index 580719f3..ef5d07ef 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js +++ b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelResource.d.ts b/typescript/dist/models/MlModelResource.d.ts index 964b33e5..3ef3a543 100644 --- a/typescript/dist/models/MlModelResource.d.ts +++ b/typescript/dist/models/MlModelResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelResource.js b/typescript/dist/models/MlModelResource.js index d708c275..46aca403 100644 --- a/typescript/dist/models/MlModelResource.js +++ b/typescript/dist/models/MlModelResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlTensorShape3D.d.ts b/typescript/dist/models/MlTensorShape3D.d.ts index bdbb9421..5cde6385 100644 --- a/typescript/dist/models/MlTensorShape3D.d.ts +++ b/typescript/dist/models/MlTensorShape3D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlTensorShape3D.js b/typescript/dist/models/MlTensorShape3D.js index 0999d3b2..7a922ec4 100644 --- a/typescript/dist/models/MlTensorShape3D.js +++ b/typescript/dist/models/MlTensorShape3D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts index 4aaed260..3a94f96a 100644 --- a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts +++ b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js index 330cc4ad..2d763135 100644 --- a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js +++ b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockMetaData.d.ts b/typescript/dist/models/MockMetaData.d.ts index 06c65faa..aac62d02 100644 --- a/typescript/dist/models/MockMetaData.d.ts +++ b/typescript/dist/models/MockMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockMetaData.js b/typescript/dist/models/MockMetaData.js index 858795fc..1dca154d 100644 --- a/typescript/dist/models/MockMetaData.js +++ b/typescript/dist/models/MockMetaData.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiBandRasterColorizer.d.ts b/typescript/dist/models/MultiBandRasterColorizer.d.ts index a937f8e1..96c226d1 100644 --- a/typescript/dist/models/MultiBandRasterColorizer.d.ts +++ b/typescript/dist/models/MultiBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiBandRasterColorizer.js b/typescript/dist/models/MultiBandRasterColorizer.js index b3cb65b7..0ee41e2e 100644 --- a/typescript/dist/models/MultiBandRasterColorizer.js +++ b/typescript/dist/models/MultiBandRasterColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiLineString.d.ts b/typescript/dist/models/MultiLineString.d.ts index f9f4be33..9484d345 100644 --- a/typescript/dist/models/MultiLineString.d.ts +++ b/typescript/dist/models/MultiLineString.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiLineString.js b/typescript/dist/models/MultiLineString.js index 7ba1f6de..fdd4fb62 100644 --- a/typescript/dist/models/MultiLineString.js +++ b/typescript/dist/models/MultiLineString.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPoint.d.ts b/typescript/dist/models/MultiPoint.d.ts index 28b2c040..49766108 100644 --- a/typescript/dist/models/MultiPoint.d.ts +++ b/typescript/dist/models/MultiPoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPoint.js b/typescript/dist/models/MultiPoint.js index ca1f1f37..484fce3d 100644 --- a/typescript/dist/models/MultiPoint.js +++ b/typescript/dist/models/MultiPoint.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPolygon.d.ts b/typescript/dist/models/MultiPolygon.d.ts index 1055bc0b..bbe46e77 100644 --- a/typescript/dist/models/MultiPolygon.d.ts +++ b/typescript/dist/models/MultiPolygon.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPolygon.js b/typescript/dist/models/MultiPolygon.js index cbf9602b..29338af6 100644 --- a/typescript/dist/models/MultiPolygon.js +++ b/typescript/dist/models/MultiPolygon.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts b/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts index 955a3a15..bef7b584 100644 --- a/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts +++ b/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NetCdfCfDataProviderDefinition.js b/typescript/dist/models/NetCdfCfDataProviderDefinition.js index c5734fe3..e0db56b5 100644 --- a/typescript/dist/models/NetCdfCfDataProviderDefinition.js +++ b/typescript/dist/models/NetCdfCfDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NumberParam.d.ts b/typescript/dist/models/NumberParam.d.ts index 5d01c672..dbe1afa6 100644 --- a/typescript/dist/models/NumberParam.d.ts +++ b/typescript/dist/models/NumberParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NumberParam.js b/typescript/dist/models/NumberParam.js index 7327c2f7..a6b6d600 100644 --- a/typescript/dist/models/NumberParam.js +++ b/typescript/dist/models/NumberParam.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrMetaData.d.ts b/typescript/dist/models/OgrMetaData.d.ts index d1ac707b..002991e7 100644 --- a/typescript/dist/models/OgrMetaData.d.ts +++ b/typescript/dist/models/OgrMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrMetaData.js b/typescript/dist/models/OgrMetaData.js index dfc9f208..9030244c 100644 --- a/typescript/dist/models/OgrMetaData.js +++ b/typescript/dist/models/OgrMetaData.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceColumnSpec.d.ts b/typescript/dist/models/OgrSourceColumnSpec.d.ts index f585865a..c087f79b 100644 --- a/typescript/dist/models/OgrSourceColumnSpec.d.ts +++ b/typescript/dist/models/OgrSourceColumnSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceColumnSpec.js b/typescript/dist/models/OgrSourceColumnSpec.js index 7af43fa0..19aac6c1 100644 --- a/typescript/dist/models/OgrSourceColumnSpec.js +++ b/typescript/dist/models/OgrSourceColumnSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDataset.d.ts b/typescript/dist/models/OgrSourceDataset.d.ts index 3575bd77..d0fef7aa 100644 --- a/typescript/dist/models/OgrSourceDataset.d.ts +++ b/typescript/dist/models/OgrSourceDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDataset.js b/typescript/dist/models/OgrSourceDataset.js index 8d14b0c1..d84c753d 100644 --- a/typescript/dist/models/OgrSourceDataset.js +++ b/typescript/dist/models/OgrSourceDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeType.d.ts b/typescript/dist/models/OgrSourceDatasetTimeType.d.ts index 38c8ecda..626d2b25 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeType.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeType.js b/typescript/dist/models/OgrSourceDatasetTimeType.js index 93bfaa76..350e7085 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeType.js +++ b/typescript/dist/models/OgrSourceDatasetTimeType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts index 01edfb5a..bbbb5c1e 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js index 80589668..eb8b199d 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts index c8129475..fa8991f7 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js index 23a35bf2..514c55a6 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts index dbf2d217..0349d278 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js index fd101c9e..10164183 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts index df756dfe..b9fa11c3 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js index d507e910..c182398a 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpec.d.ts b/typescript/dist/models/OgrSourceDurationSpec.d.ts index 94797f25..6813ea40 100644 --- a/typescript/dist/models/OgrSourceDurationSpec.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpec.js b/typescript/dist/models/OgrSourceDurationSpec.js index f71b682d..0a22f559 100644 --- a/typescript/dist/models/OgrSourceDurationSpec.js +++ b/typescript/dist/models/OgrSourceDurationSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts b/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts index 52c6c84a..082598b4 100644 --- a/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecInfinite.js b/typescript/dist/models/OgrSourceDurationSpecInfinite.js index bc2625c0..e404cfb7 100644 --- a/typescript/dist/models/OgrSourceDurationSpecInfinite.js +++ b/typescript/dist/models/OgrSourceDurationSpecInfinite.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecValue.d.ts b/typescript/dist/models/OgrSourceDurationSpecValue.d.ts index 12063e42..42b1f723 100644 --- a/typescript/dist/models/OgrSourceDurationSpecValue.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecValue.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecValue.js b/typescript/dist/models/OgrSourceDurationSpecValue.js index da4e5cd7..f174300b 100644 --- a/typescript/dist/models/OgrSourceDurationSpecValue.js +++ b/typescript/dist/models/OgrSourceDurationSpecValue.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecZero.d.ts b/typescript/dist/models/OgrSourceDurationSpecZero.d.ts index c528ed41..b048919c 100644 --- a/typescript/dist/models/OgrSourceDurationSpecZero.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecZero.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecZero.js b/typescript/dist/models/OgrSourceDurationSpecZero.js index 6b7f3473..80628597 100644 --- a/typescript/dist/models/OgrSourceDurationSpecZero.js +++ b/typescript/dist/models/OgrSourceDurationSpecZero.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceErrorSpec.d.ts b/typescript/dist/models/OgrSourceErrorSpec.d.ts index 29385775..e62c53b7 100644 --- a/typescript/dist/models/OgrSourceErrorSpec.d.ts +++ b/typescript/dist/models/OgrSourceErrorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceErrorSpec.js b/typescript/dist/models/OgrSourceErrorSpec.js index dad2c862..ec20cbe5 100644 --- a/typescript/dist/models/OgrSourceErrorSpec.js +++ b/typescript/dist/models/OgrSourceErrorSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormat.d.ts b/typescript/dist/models/OgrSourceTimeFormat.d.ts index 8f523183..49dbb9c5 100644 --- a/typescript/dist/models/OgrSourceTimeFormat.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormat.js b/typescript/dist/models/OgrSourceTimeFormat.js index 44600548..d7498e54 100644 --- a/typescript/dist/models/OgrSourceTimeFormat.js +++ b/typescript/dist/models/OgrSourceTimeFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts b/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts index 960fb42b..c6780a69 100644 --- a/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatAuto.js b/typescript/dist/models/OgrSourceTimeFormatAuto.js index ad16fe89..a2e081f6 100644 --- a/typescript/dist/models/OgrSourceTimeFormatAuto.js +++ b/typescript/dist/models/OgrSourceTimeFormatAuto.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts b/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts index 7a998eae..c5687135 100644 --- a/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatCustom.js b/typescript/dist/models/OgrSourceTimeFormatCustom.js index 4cc83247..4dd6fb42 100644 --- a/typescript/dist/models/OgrSourceTimeFormatCustom.js +++ b/typescript/dist/models/OgrSourceTimeFormatCustom.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts index a59381be..d44c14c0 100644 --- a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js index dbc3d0d0..71322d2f 100644 --- a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js +++ b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OperatorQuota.d.ts b/typescript/dist/models/OperatorQuota.d.ts index 6a0db713..98735948 100644 --- a/typescript/dist/models/OperatorQuota.d.ts +++ b/typescript/dist/models/OperatorQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OperatorQuota.js b/typescript/dist/models/OperatorQuota.js index 4176e2cf..48271a13 100644 --- a/typescript/dist/models/OperatorQuota.js +++ b/typescript/dist/models/OperatorQuota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OrderBy.d.ts b/typescript/dist/models/OrderBy.d.ts index f3f96c16..8d29429c 100644 --- a/typescript/dist/models/OrderBy.d.ts +++ b/typescript/dist/models/OrderBy.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OrderBy.js b/typescript/dist/models/OrderBy.js index f9021352..33c85d44 100644 --- a/typescript/dist/models/OrderBy.js +++ b/typescript/dist/models/OrderBy.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PaletteColorizer.d.ts b/typescript/dist/models/PaletteColorizer.d.ts index 97b0aa94..19bd23ee 100644 --- a/typescript/dist/models/PaletteColorizer.d.ts +++ b/typescript/dist/models/PaletteColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PaletteColorizer.js b/typescript/dist/models/PaletteColorizer.js index d3f6db94..499d5a81 100644 --- a/typescript/dist/models/PaletteColorizer.js +++ b/typescript/dist/models/PaletteColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PangaeaDataProviderDefinition.d.ts b/typescript/dist/models/PangaeaDataProviderDefinition.d.ts index d9ab2ba3..3b89cfc5 100644 --- a/typescript/dist/models/PangaeaDataProviderDefinition.d.ts +++ b/typescript/dist/models/PangaeaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PangaeaDataProviderDefinition.js b/typescript/dist/models/PangaeaDataProviderDefinition.js index b4b2847f..a724d5d3 100644 --- a/typescript/dist/models/PangaeaDataProviderDefinition.js +++ b/typescript/dist/models/PangaeaDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Permission.d.ts b/typescript/dist/models/Permission.d.ts index 8340d063..401d5c35 100644 --- a/typescript/dist/models/Permission.d.ts +++ b/typescript/dist/models/Permission.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Permission.js b/typescript/dist/models/Permission.js index 4f13404f..32ea3296 100644 --- a/typescript/dist/models/Permission.js +++ b/typescript/dist/models/Permission.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListOptions.d.ts b/typescript/dist/models/PermissionListOptions.d.ts index e71ecf61..64ce5ea4 100644 --- a/typescript/dist/models/PermissionListOptions.d.ts +++ b/typescript/dist/models/PermissionListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListOptions.js b/typescript/dist/models/PermissionListOptions.js index 4d45d117..e09b1415 100644 --- a/typescript/dist/models/PermissionListOptions.js +++ b/typescript/dist/models/PermissionListOptions.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListing.d.ts b/typescript/dist/models/PermissionListing.d.ts index 12b1e759..8129e6df 100644 --- a/typescript/dist/models/PermissionListing.d.ts +++ b/typescript/dist/models/PermissionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListing.js b/typescript/dist/models/PermissionListing.js index ee25e23f..89729b4a 100644 --- a/typescript/dist/models/PermissionListing.js +++ b/typescript/dist/models/PermissionListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionRequest.d.ts b/typescript/dist/models/PermissionRequest.d.ts index d2d019e2..6d6c1351 100644 --- a/typescript/dist/models/PermissionRequest.d.ts +++ b/typescript/dist/models/PermissionRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionRequest.js b/typescript/dist/models/PermissionRequest.js index 495a5a12..3baca5eb 100644 --- a/typescript/dist/models/PermissionRequest.js +++ b/typescript/dist/models/PermissionRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Plot.d.ts b/typescript/dist/models/Plot.d.ts index f9a70f0f..a2c1a288 100644 --- a/typescript/dist/models/Plot.d.ts +++ b/typescript/dist/models/Plot.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Plot.js b/typescript/dist/models/Plot.js index df4b4418..34e15be5 100644 --- a/typescript/dist/models/Plot.js +++ b/typescript/dist/models/Plot.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotOutputFormat.d.ts b/typescript/dist/models/PlotOutputFormat.d.ts index 580c698b..1647d69e 100644 --- a/typescript/dist/models/PlotOutputFormat.d.ts +++ b/typescript/dist/models/PlotOutputFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotOutputFormat.js b/typescript/dist/models/PlotOutputFormat.js index 49dad073..500b1730 100644 --- a/typescript/dist/models/PlotOutputFormat.js +++ b/typescript/dist/models/PlotOutputFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotResultDescriptor.d.ts b/typescript/dist/models/PlotResultDescriptor.d.ts index e66ac542..66d37ce8 100644 --- a/typescript/dist/models/PlotResultDescriptor.d.ts +++ b/typescript/dist/models/PlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotResultDescriptor.js b/typescript/dist/models/PlotResultDescriptor.js index 8c78bf60..b5e695fe 100644 --- a/typescript/dist/models/PlotResultDescriptor.js +++ b/typescript/dist/models/PlotResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PointSymbology.d.ts b/typescript/dist/models/PointSymbology.d.ts index b778e1d2..f428845b 100644 --- a/typescript/dist/models/PointSymbology.d.ts +++ b/typescript/dist/models/PointSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PointSymbology.js b/typescript/dist/models/PointSymbology.js index 82b17ce8..964d333a 100644 --- a/typescript/dist/models/PointSymbology.js +++ b/typescript/dist/models/PointSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PolygonSymbology.d.ts b/typescript/dist/models/PolygonSymbology.d.ts index d1d80598..2e2e4ddd 100644 --- a/typescript/dist/models/PolygonSymbology.d.ts +++ b/typescript/dist/models/PolygonSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PolygonSymbology.js b/typescript/dist/models/PolygonSymbology.js index 095fe599..ea4cfb5f 100644 --- a/typescript/dist/models/PolygonSymbology.js +++ b/typescript/dist/models/PolygonSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Project.d.ts b/typescript/dist/models/Project.d.ts index d28c5a44..09be882f 100644 --- a/typescript/dist/models/Project.d.ts +++ b/typescript/dist/models/Project.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Project.js b/typescript/dist/models/Project.js index b8cede48..350747d1 100644 --- a/typescript/dist/models/Project.js +++ b/typescript/dist/models/Project.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectLayer.d.ts b/typescript/dist/models/ProjectLayer.d.ts index ee868427..44d92618 100644 --- a/typescript/dist/models/ProjectLayer.d.ts +++ b/typescript/dist/models/ProjectLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectLayer.js b/typescript/dist/models/ProjectLayer.js index 78e525eb..592a1b17 100644 --- a/typescript/dist/models/ProjectLayer.js +++ b/typescript/dist/models/ProjectLayer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectListing.d.ts b/typescript/dist/models/ProjectListing.d.ts index 5961c6b9..722c0658 100644 --- a/typescript/dist/models/ProjectListing.d.ts +++ b/typescript/dist/models/ProjectListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectListing.js b/typescript/dist/models/ProjectListing.js index 064943af..4f315af5 100644 --- a/typescript/dist/models/ProjectListing.js +++ b/typescript/dist/models/ProjectListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectResource.d.ts b/typescript/dist/models/ProjectResource.d.ts index cec38c91..8f800354 100644 --- a/typescript/dist/models/ProjectResource.d.ts +++ b/typescript/dist/models/ProjectResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectResource.js b/typescript/dist/models/ProjectResource.js index 6c322ea1..61b9f96c 100644 --- a/typescript/dist/models/ProjectResource.js +++ b/typescript/dist/models/ProjectResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectUpdateToken.d.ts b/typescript/dist/models/ProjectUpdateToken.d.ts index e5d4daae..87dd7d64 100644 --- a/typescript/dist/models/ProjectUpdateToken.d.ts +++ b/typescript/dist/models/ProjectUpdateToken.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectUpdateToken.js b/typescript/dist/models/ProjectUpdateToken.js index 46ba086f..8ae874eb 100644 --- a/typescript/dist/models/ProjectUpdateToken.js +++ b/typescript/dist/models/ProjectUpdateToken.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectVersion.d.ts b/typescript/dist/models/ProjectVersion.d.ts index 865d0190..2e6d7e54 100644 --- a/typescript/dist/models/ProjectVersion.d.ts +++ b/typescript/dist/models/ProjectVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectVersion.js b/typescript/dist/models/ProjectVersion.js index 9218d8e1..02533303 100644 --- a/typescript/dist/models/ProjectVersion.js +++ b/typescript/dist/models/ProjectVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenance.d.ts b/typescript/dist/models/Provenance.d.ts index 261dd5a4..4c665751 100644 --- a/typescript/dist/models/Provenance.d.ts +++ b/typescript/dist/models/Provenance.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenance.js b/typescript/dist/models/Provenance.js index a160a0f6..06c5d280 100644 --- a/typescript/dist/models/Provenance.js +++ b/typescript/dist/models/Provenance.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceEntry.d.ts b/typescript/dist/models/ProvenanceEntry.d.ts index 51773c9f..018bf352 100644 --- a/typescript/dist/models/ProvenanceEntry.d.ts +++ b/typescript/dist/models/ProvenanceEntry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceEntry.js b/typescript/dist/models/ProvenanceEntry.js index 477e288f..332e8c5a 100644 --- a/typescript/dist/models/ProvenanceEntry.js +++ b/typescript/dist/models/ProvenanceEntry.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceOutput.d.ts b/typescript/dist/models/ProvenanceOutput.d.ts index edd3a866..35c59c54 100644 --- a/typescript/dist/models/ProvenanceOutput.d.ts +++ b/typescript/dist/models/ProvenanceOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceOutput.js b/typescript/dist/models/ProvenanceOutput.js index 7deba758..d6fe1266 100644 --- a/typescript/dist/models/ProvenanceOutput.js +++ b/typescript/dist/models/ProvenanceOutput.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenances.d.ts b/typescript/dist/models/Provenances.d.ts index 6b34eb12..d39907b4 100644 --- a/typescript/dist/models/Provenances.d.ts +++ b/typescript/dist/models/Provenances.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenances.js b/typescript/dist/models/Provenances.js index 6d580e4e..6af8606e 100644 --- a/typescript/dist/models/Provenances.js +++ b/typescript/dist/models/Provenances.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderCapabilities.d.ts b/typescript/dist/models/ProviderCapabilities.d.ts index 9c7abe92..313a4ceb 100644 --- a/typescript/dist/models/ProviderCapabilities.d.ts +++ b/typescript/dist/models/ProviderCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderCapabilities.js b/typescript/dist/models/ProviderCapabilities.js index 241b5935..6e1451c4 100644 --- a/typescript/dist/models/ProviderCapabilities.js +++ b/typescript/dist/models/ProviderCapabilities.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerCollectionId.d.ts b/typescript/dist/models/ProviderLayerCollectionId.d.ts index c92867ec..cd12e5e8 100644 --- a/typescript/dist/models/ProviderLayerCollectionId.d.ts +++ b/typescript/dist/models/ProviderLayerCollectionId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerCollectionId.js b/typescript/dist/models/ProviderLayerCollectionId.js index f24d2dab..f00eda65 100644 --- a/typescript/dist/models/ProviderLayerCollectionId.js +++ b/typescript/dist/models/ProviderLayerCollectionId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerId.d.ts b/typescript/dist/models/ProviderLayerId.d.ts index bd3e3489..f5f2642f 100644 --- a/typescript/dist/models/ProviderLayerId.d.ts +++ b/typescript/dist/models/ProviderLayerId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerId.js b/typescript/dist/models/ProviderLayerId.js index 90acf225..429dc349 100644 --- a/typescript/dist/models/ProviderLayerId.js +++ b/typescript/dist/models/ProviderLayerId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Quota.d.ts b/typescript/dist/models/Quota.d.ts index 2bfabd2d..2716fccc 100644 --- a/typescript/dist/models/Quota.d.ts +++ b/typescript/dist/models/Quota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Quota.js b/typescript/dist/models/Quota.js index 0dfaa70b..d1e888c0 100644 --- a/typescript/dist/models/Quota.js +++ b/typescript/dist/models/Quota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterBandDescriptor.d.ts b/typescript/dist/models/RasterBandDescriptor.d.ts index 39902342..c3dc1054 100644 --- a/typescript/dist/models/RasterBandDescriptor.d.ts +++ b/typescript/dist/models/RasterBandDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterBandDescriptor.js b/typescript/dist/models/RasterBandDescriptor.js index 611ffe58..9e43db0b 100644 --- a/typescript/dist/models/RasterBandDescriptor.js +++ b/typescript/dist/models/RasterBandDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterColorizer.d.ts b/typescript/dist/models/RasterColorizer.d.ts index 5d339746..89a18326 100644 --- a/typescript/dist/models/RasterColorizer.d.ts +++ b/typescript/dist/models/RasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterColorizer.js b/typescript/dist/models/RasterColorizer.js index 3ff3db37..faced071 100644 --- a/typescript/dist/models/RasterColorizer.js +++ b/typescript/dist/models/RasterColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDataType.d.ts b/typescript/dist/models/RasterDataType.d.ts index 7adc7ec7..f20d0029 100644 --- a/typescript/dist/models/RasterDataType.d.ts +++ b/typescript/dist/models/RasterDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDataType.js b/typescript/dist/models/RasterDataType.js index 320fa9db..dd6ae8e9 100644 --- a/typescript/dist/models/RasterDataType.js +++ b/typescript/dist/models/RasterDataType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts index 8ec5d61b..a2e413f6 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.js b/typescript/dist/models/RasterDatasetFromWorkflow.js index 6203879d..b8f1d56a 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/models/RasterDatasetFromWorkflow.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts b/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts index 8dc5b237..50f5c120 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDatasetFromWorkflowResult.js b/typescript/dist/models/RasterDatasetFromWorkflowResult.js index 3da74556..6b01b2dc 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflowResult.js +++ b/typescript/dist/models/RasterDatasetFromWorkflowResult.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesEntryType.d.ts b/typescript/dist/models/RasterPropertiesEntryType.d.ts index f77ca49d..9e830923 100644 --- a/typescript/dist/models/RasterPropertiesEntryType.d.ts +++ b/typescript/dist/models/RasterPropertiesEntryType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesEntryType.js b/typescript/dist/models/RasterPropertiesEntryType.js index d18878b0..3e511d3b 100644 --- a/typescript/dist/models/RasterPropertiesEntryType.js +++ b/typescript/dist/models/RasterPropertiesEntryType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesKey.d.ts b/typescript/dist/models/RasterPropertiesKey.d.ts index c340d3e8..e087de80 100644 --- a/typescript/dist/models/RasterPropertiesKey.d.ts +++ b/typescript/dist/models/RasterPropertiesKey.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesKey.js b/typescript/dist/models/RasterPropertiesKey.js index 279e6709..63d8e188 100644 --- a/typescript/dist/models/RasterPropertiesKey.js +++ b/typescript/dist/models/RasterPropertiesKey.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterResultDescriptor.d.ts b/typescript/dist/models/RasterResultDescriptor.d.ts index fb9ec1e9..8e8fccc3 100644 --- a/typescript/dist/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/models/RasterResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterResultDescriptor.js b/typescript/dist/models/RasterResultDescriptor.js index 95128ed8..4c653aae 100644 --- a/typescript/dist/models/RasterResultDescriptor.js +++ b/typescript/dist/models/RasterResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterStreamWebsocketResultType.d.ts b/typescript/dist/models/RasterStreamWebsocketResultType.d.ts index 1c1c0b2c..0e93d1ba 100644 --- a/typescript/dist/models/RasterStreamWebsocketResultType.d.ts +++ b/typescript/dist/models/RasterStreamWebsocketResultType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterStreamWebsocketResultType.js b/typescript/dist/models/RasterStreamWebsocketResultType.js index 657e5263..9dc9f755 100644 --- a/typescript/dist/models/RasterStreamWebsocketResultType.js +++ b/typescript/dist/models/RasterStreamWebsocketResultType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterSymbology.d.ts b/typescript/dist/models/RasterSymbology.d.ts index c5957ad2..721c72b4 100644 --- a/typescript/dist/models/RasterSymbology.d.ts +++ b/typescript/dist/models/RasterSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterSymbology.js b/typescript/dist/models/RasterSymbology.js index 3327298b..1cc12d16 100644 --- a/typescript/dist/models/RasterSymbology.js +++ b/typescript/dist/models/RasterSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts b/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts index a85743ab..5bc02763 100644 --- a/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts +++ b/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterToDatasetQueryRectangle.js b/typescript/dist/models/RasterToDatasetQueryRectangle.js index 8e6c4aca..d596508b 100644 --- a/typescript/dist/models/RasterToDatasetQueryRectangle.js +++ b/typescript/dist/models/RasterToDatasetQueryRectangle.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Resource.d.ts b/typescript/dist/models/Resource.d.ts index dd790c19..bd798d26 100644 --- a/typescript/dist/models/Resource.d.ts +++ b/typescript/dist/models/Resource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Resource.js b/typescript/dist/models/Resource.js index e540509c..9f1559a5 100644 --- a/typescript/dist/models/Resource.js +++ b/typescript/dist/models/Resource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Role.d.ts b/typescript/dist/models/Role.d.ts index 0f20560d..87b82ff6 100644 --- a/typescript/dist/models/Role.d.ts +++ b/typescript/dist/models/Role.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Role.js b/typescript/dist/models/Role.js index 6d4019e8..6db0ab6c 100644 --- a/typescript/dist/models/Role.js +++ b/typescript/dist/models/Role.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RoleDescription.d.ts b/typescript/dist/models/RoleDescription.d.ts index 605a297c..980843d2 100644 --- a/typescript/dist/models/RoleDescription.d.ts +++ b/typescript/dist/models/RoleDescription.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RoleDescription.js b/typescript/dist/models/RoleDescription.js index bca144c9..c0e8f371 100644 --- a/typescript/dist/models/RoleDescription.js +++ b/typescript/dist/models/RoleDescription.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/STRectangle.d.ts b/typescript/dist/models/STRectangle.d.ts index 7ec0062b..68a1f0a6 100644 --- a/typescript/dist/models/STRectangle.d.ts +++ b/typescript/dist/models/STRectangle.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/STRectangle.js b/typescript/dist/models/STRectangle.js index 3622a712..2693bcdb 100644 --- a/typescript/dist/models/STRectangle.js +++ b/typescript/dist/models/STRectangle.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchCapabilities.d.ts b/typescript/dist/models/SearchCapabilities.d.ts index a02189f9..4743cdf4 100644 --- a/typescript/dist/models/SearchCapabilities.d.ts +++ b/typescript/dist/models/SearchCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchCapabilities.js b/typescript/dist/models/SearchCapabilities.js index 1958ed9f..e2ad03a2 100644 --- a/typescript/dist/models/SearchCapabilities.js +++ b/typescript/dist/models/SearchCapabilities.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchType.d.ts b/typescript/dist/models/SearchType.d.ts index ed33eb7c..734d37de 100644 --- a/typescript/dist/models/SearchType.d.ts +++ b/typescript/dist/models/SearchType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchType.js b/typescript/dist/models/SearchType.js index 3047b8ef..02dad778 100644 --- a/typescript/dist/models/SearchType.js +++ b/typescript/dist/models/SearchType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchTypes.d.ts b/typescript/dist/models/SearchTypes.d.ts index 1c1a83c8..6d6c5a3b 100644 --- a/typescript/dist/models/SearchTypes.d.ts +++ b/typescript/dist/models/SearchTypes.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchTypes.js b/typescript/dist/models/SearchTypes.js index 881d1a78..dfa1459d 100644 --- a/typescript/dist/models/SearchTypes.js +++ b/typescript/dist/models/SearchTypes.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts index 22bf3c49..9e2a62c1 100644 --- a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts +++ b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js index 007fbd66..a7484472 100644 --- a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js +++ b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ServerInfo.d.ts b/typescript/dist/models/ServerInfo.d.ts index 5b3b26f1..c46e041e 100644 --- a/typescript/dist/models/ServerInfo.d.ts +++ b/typescript/dist/models/ServerInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ServerInfo.js b/typescript/dist/models/ServerInfo.js index 20db0dc2..b7527acd 100644 --- a/typescript/dist/models/ServerInfo.js +++ b/typescript/dist/models/ServerInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SingleBandRasterColorizer.d.ts b/typescript/dist/models/SingleBandRasterColorizer.d.ts index f2a97929..eab3c2ee 100644 --- a/typescript/dist/models/SingleBandRasterColorizer.d.ts +++ b/typescript/dist/models/SingleBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SingleBandRasterColorizer.js b/typescript/dist/models/SingleBandRasterColorizer.js index 5573aaa1..12be81d5 100644 --- a/typescript/dist/models/SingleBandRasterColorizer.js +++ b/typescript/dist/models/SingleBandRasterColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDefinition.d.ts b/typescript/dist/models/SpatialGridDefinition.d.ts index aeb8cd0b..ae7b3c3b 100644 --- a/typescript/dist/models/SpatialGridDefinition.d.ts +++ b/typescript/dist/models/SpatialGridDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDefinition.js b/typescript/dist/models/SpatialGridDefinition.js index 7d9400c7..df6954bd 100644 --- a/typescript/dist/models/SpatialGridDefinition.js +++ b/typescript/dist/models/SpatialGridDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDescriptor.d.ts b/typescript/dist/models/SpatialGridDescriptor.d.ts index 8af1744e..02d096ed 100644 --- a/typescript/dist/models/SpatialGridDescriptor.d.ts +++ b/typescript/dist/models/SpatialGridDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDescriptor.js b/typescript/dist/models/SpatialGridDescriptor.js index c6511d9b..5560f493 100644 --- a/typescript/dist/models/SpatialGridDescriptor.js +++ b/typescript/dist/models/SpatialGridDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDescriptorState.d.ts b/typescript/dist/models/SpatialGridDescriptorState.d.ts index c1fd411e..46d45dea 100644 --- a/typescript/dist/models/SpatialGridDescriptorState.d.ts +++ b/typescript/dist/models/SpatialGridDescriptorState.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDescriptorState.js b/typescript/dist/models/SpatialGridDescriptorState.js index e3ebb2f3..d2d05c76 100644 --- a/typescript/dist/models/SpatialGridDescriptorState.js +++ b/typescript/dist/models/SpatialGridDescriptorState.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialPartition2D.d.ts b/typescript/dist/models/SpatialPartition2D.d.ts index 852ebcaf..caca2924 100644 --- a/typescript/dist/models/SpatialPartition2D.d.ts +++ b/typescript/dist/models/SpatialPartition2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialPartition2D.js b/typescript/dist/models/SpatialPartition2D.js index 3d8bc56c..3aab4e32 100644 --- a/typescript/dist/models/SpatialPartition2D.js +++ b/typescript/dist/models/SpatialPartition2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceAuthority.d.ts b/typescript/dist/models/SpatialReferenceAuthority.d.ts index bebd27e9..485eac66 100644 --- a/typescript/dist/models/SpatialReferenceAuthority.d.ts +++ b/typescript/dist/models/SpatialReferenceAuthority.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceAuthority.js b/typescript/dist/models/SpatialReferenceAuthority.js index c5fe0f15..5a68961f 100644 --- a/typescript/dist/models/SpatialReferenceAuthority.js +++ b/typescript/dist/models/SpatialReferenceAuthority.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceSpecification.d.ts b/typescript/dist/models/SpatialReferenceSpecification.d.ts index 3b20d2b4..5f5f020e 100644 --- a/typescript/dist/models/SpatialReferenceSpecification.d.ts +++ b/typescript/dist/models/SpatialReferenceSpecification.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceSpecification.js b/typescript/dist/models/SpatialReferenceSpecification.js index 9d7ca0b3..4c0d171e 100644 --- a/typescript/dist/models/SpatialReferenceSpecification.js +++ b/typescript/dist/models/SpatialReferenceSpecification.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialResolution.d.ts b/typescript/dist/models/SpatialResolution.d.ts index a1d9f259..0bf5293e 100644 --- a/typescript/dist/models/SpatialResolution.d.ts +++ b/typescript/dist/models/SpatialResolution.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialResolution.js b/typescript/dist/models/SpatialResolution.js index e5c180fd..56784d2c 100644 --- a/typescript/dist/models/SpatialResolution.js +++ b/typescript/dist/models/SpatialResolution.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacApiRetries.d.ts b/typescript/dist/models/StacApiRetries.d.ts index bfe73f4d..29b4c85f 100644 --- a/typescript/dist/models/StacApiRetries.d.ts +++ b/typescript/dist/models/StacApiRetries.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacApiRetries.js b/typescript/dist/models/StacApiRetries.js index ad5c2bd8..f951a07c 100644 --- a/typescript/dist/models/StacApiRetries.js +++ b/typescript/dist/models/StacApiRetries.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacQueryBuffer.d.ts b/typescript/dist/models/StacQueryBuffer.d.ts index 7fdeef8d..34050d61 100644 --- a/typescript/dist/models/StacQueryBuffer.d.ts +++ b/typescript/dist/models/StacQueryBuffer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacQueryBuffer.js b/typescript/dist/models/StacQueryBuffer.js index c1f63269..b20b4e9d 100644 --- a/typescript/dist/models/StacQueryBuffer.js +++ b/typescript/dist/models/StacQueryBuffer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticColor.d.ts b/typescript/dist/models/StaticColor.d.ts index 9a04dea7..e3add8d4 100644 --- a/typescript/dist/models/StaticColor.d.ts +++ b/typescript/dist/models/StaticColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticColor.js b/typescript/dist/models/StaticColor.js index 3eec9c9e..5cd0a948 100644 --- a/typescript/dist/models/StaticColor.js +++ b/typescript/dist/models/StaticColor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticNumber.d.ts b/typescript/dist/models/StaticNumber.d.ts index ed7c0b5d..cbe5b977 100644 --- a/typescript/dist/models/StaticNumber.d.ts +++ b/typescript/dist/models/StaticNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticNumber.js b/typescript/dist/models/StaticNumber.js index 31890df7..1a826336 100644 --- a/typescript/dist/models/StaticNumber.js +++ b/typescript/dist/models/StaticNumber.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StrokeParam.d.ts b/typescript/dist/models/StrokeParam.d.ts index 3dc4cab9..a2ecb4a8 100644 --- a/typescript/dist/models/StrokeParam.d.ts +++ b/typescript/dist/models/StrokeParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StrokeParam.js b/typescript/dist/models/StrokeParam.js index 8b58860d..295b721b 100644 --- a/typescript/dist/models/StrokeParam.js +++ b/typescript/dist/models/StrokeParam.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SuggestMetaData.d.ts b/typescript/dist/models/SuggestMetaData.d.ts index 40200206..935475b9 100644 --- a/typescript/dist/models/SuggestMetaData.d.ts +++ b/typescript/dist/models/SuggestMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SuggestMetaData.js b/typescript/dist/models/SuggestMetaData.js index 1f978d52..d6e86fd3 100644 --- a/typescript/dist/models/SuggestMetaData.js +++ b/typescript/dist/models/SuggestMetaData.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Symbology.d.ts b/typescript/dist/models/Symbology.d.ts index 57162129..4e61f837 100644 --- a/typescript/dist/models/Symbology.d.ts +++ b/typescript/dist/models/Symbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Symbology.js b/typescript/dist/models/Symbology.js index 423a6603..acdcd9b6 100644 --- a/typescript/dist/models/Symbology.js +++ b/typescript/dist/models/Symbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskAbortOptions.d.ts b/typescript/dist/models/TaskAbortOptions.d.ts index 82aaa683..b44e7967 100644 --- a/typescript/dist/models/TaskAbortOptions.d.ts +++ b/typescript/dist/models/TaskAbortOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskAbortOptions.js b/typescript/dist/models/TaskAbortOptions.js index ad1d4c60..6c629f68 100644 --- a/typescript/dist/models/TaskAbortOptions.js +++ b/typescript/dist/models/TaskAbortOptions.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskFilter.d.ts b/typescript/dist/models/TaskFilter.d.ts index a50058de..aef0b3a4 100644 --- a/typescript/dist/models/TaskFilter.d.ts +++ b/typescript/dist/models/TaskFilter.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskFilter.js b/typescript/dist/models/TaskFilter.js index 3953e8de..5144c400 100644 --- a/typescript/dist/models/TaskFilter.js +++ b/typescript/dist/models/TaskFilter.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskListOptions.d.ts b/typescript/dist/models/TaskListOptions.d.ts index 3ac3cecf..e709c6dc 100644 --- a/typescript/dist/models/TaskListOptions.d.ts +++ b/typescript/dist/models/TaskListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskListOptions.js b/typescript/dist/models/TaskListOptions.js index ba596d2b..eafac205 100644 --- a/typescript/dist/models/TaskListOptions.js +++ b/typescript/dist/models/TaskListOptions.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskResponse.d.ts b/typescript/dist/models/TaskResponse.d.ts index 9f6e96ee..7236be96 100644 --- a/typescript/dist/models/TaskResponse.d.ts +++ b/typescript/dist/models/TaskResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskResponse.js b/typescript/dist/models/TaskResponse.js index 9b77cfe5..e354f55b 100644 --- a/typescript/dist/models/TaskResponse.js +++ b/typescript/dist/models/TaskResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatus.d.ts b/typescript/dist/models/TaskStatus.d.ts index 4ae69cb1..1492493f 100644 --- a/typescript/dist/models/TaskStatus.d.ts +++ b/typescript/dist/models/TaskStatus.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatus.js b/typescript/dist/models/TaskStatus.js index 620cece8..9d64384b 100644 --- a/typescript/dist/models/TaskStatus.js +++ b/typescript/dist/models/TaskStatus.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusAborted.d.ts b/typescript/dist/models/TaskStatusAborted.d.ts index 04f019ec..83a538da 100644 --- a/typescript/dist/models/TaskStatusAborted.d.ts +++ b/typescript/dist/models/TaskStatusAborted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusAborted.js b/typescript/dist/models/TaskStatusAborted.js index 95841b19..faee9b06 100644 --- a/typescript/dist/models/TaskStatusAborted.js +++ b/typescript/dist/models/TaskStatusAborted.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusCompleted.d.ts b/typescript/dist/models/TaskStatusCompleted.d.ts index 0ebfa76d..aaff9458 100644 --- a/typescript/dist/models/TaskStatusCompleted.d.ts +++ b/typescript/dist/models/TaskStatusCompleted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusCompleted.js b/typescript/dist/models/TaskStatusCompleted.js index bfa8130c..d419878b 100644 --- a/typescript/dist/models/TaskStatusCompleted.js +++ b/typescript/dist/models/TaskStatusCompleted.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusFailed.d.ts b/typescript/dist/models/TaskStatusFailed.d.ts index 33463484..cf47e334 100644 --- a/typescript/dist/models/TaskStatusFailed.d.ts +++ b/typescript/dist/models/TaskStatusFailed.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusFailed.js b/typescript/dist/models/TaskStatusFailed.js index ba8842c3..63bdfc5a 100644 --- a/typescript/dist/models/TaskStatusFailed.js +++ b/typescript/dist/models/TaskStatusFailed.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusRunning.d.ts b/typescript/dist/models/TaskStatusRunning.d.ts index 6c799474..87f49064 100644 --- a/typescript/dist/models/TaskStatusRunning.d.ts +++ b/typescript/dist/models/TaskStatusRunning.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusRunning.js b/typescript/dist/models/TaskStatusRunning.js index 735a8e01..9a6b4f03 100644 --- a/typescript/dist/models/TaskStatusRunning.js +++ b/typescript/dist/models/TaskStatusRunning.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusWithId.d.ts b/typescript/dist/models/TaskStatusWithId.d.ts index dd98a011..175a97da 100644 --- a/typescript/dist/models/TaskStatusWithId.d.ts +++ b/typescript/dist/models/TaskStatusWithId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusWithId.js b/typescript/dist/models/TaskStatusWithId.js index 1890cb24..4c4aa970 100644 --- a/typescript/dist/models/TaskStatusWithId.js +++ b/typescript/dist/models/TaskStatusWithId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TextSymbology.d.ts b/typescript/dist/models/TextSymbology.d.ts index 56347cce..5959056a 100644 --- a/typescript/dist/models/TextSymbology.d.ts +++ b/typescript/dist/models/TextSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TextSymbology.js b/typescript/dist/models/TextSymbology.js index 85540289..a911d24f 100644 --- a/typescript/dist/models/TextSymbology.js +++ b/typescript/dist/models/TextSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeGranularity.d.ts b/typescript/dist/models/TimeGranularity.d.ts index eaad282a..8d8e1d45 100644 --- a/typescript/dist/models/TimeGranularity.d.ts +++ b/typescript/dist/models/TimeGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeGranularity.js b/typescript/dist/models/TimeGranularity.js index c623bf49..4bd61b51 100644 --- a/typescript/dist/models/TimeGranularity.js +++ b/typescript/dist/models/TimeGranularity.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeInterval.d.ts b/typescript/dist/models/TimeInterval.d.ts index 668a939c..b2a13c15 100644 --- a/typescript/dist/models/TimeInterval.d.ts +++ b/typescript/dist/models/TimeInterval.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeInterval.js b/typescript/dist/models/TimeInterval.js index 4ccbc34c..d3157c63 100644 --- a/typescript/dist/models/TimeInterval.js +++ b/typescript/dist/models/TimeInterval.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeReference.d.ts b/typescript/dist/models/TimeReference.d.ts index f90bcb73..9b7e5558 100644 --- a/typescript/dist/models/TimeReference.d.ts +++ b/typescript/dist/models/TimeReference.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeReference.js b/typescript/dist/models/TimeReference.js index fb597a8a..26e8ae6a 100644 --- a/typescript/dist/models/TimeReference.js +++ b/typescript/dist/models/TimeReference.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeStep.d.ts b/typescript/dist/models/TimeStep.d.ts index 68191961..db7048c1 100644 --- a/typescript/dist/models/TimeStep.d.ts +++ b/typescript/dist/models/TimeStep.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeStep.js b/typescript/dist/models/TimeStep.js index ba38d687..587aceb4 100644 --- a/typescript/dist/models/TimeStep.js +++ b/typescript/dist/models/TimeStep.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedDataProviderDefinition.d.ts b/typescript/dist/models/TypedDataProviderDefinition.d.ts index e322ccda..cbd659f7 100644 --- a/typescript/dist/models/TypedDataProviderDefinition.d.ts +++ b/typescript/dist/models/TypedDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedDataProviderDefinition.js b/typescript/dist/models/TypedDataProviderDefinition.js index c6486fc3..7630b5aa 100644 --- a/typescript/dist/models/TypedDataProviderDefinition.js +++ b/typescript/dist/models/TypedDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometry.d.ts b/typescript/dist/models/TypedGeometry.d.ts index 387d5570..f61a352b 100644 --- a/typescript/dist/models/TypedGeometry.d.ts +++ b/typescript/dist/models/TypedGeometry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometry.js b/typescript/dist/models/TypedGeometry.js index bef25025..941a3bd3 100644 --- a/typescript/dist/models/TypedGeometry.js +++ b/typescript/dist/models/TypedGeometry.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf.d.ts b/typescript/dist/models/TypedGeometryOneOf.d.ts index 22849c21..209d3200 100644 --- a/typescript/dist/models/TypedGeometryOneOf.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf.js b/typescript/dist/models/TypedGeometryOneOf.js index 1c22fcfa..a0d5887f 100644 --- a/typescript/dist/models/TypedGeometryOneOf.js +++ b/typescript/dist/models/TypedGeometryOneOf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf1.d.ts b/typescript/dist/models/TypedGeometryOneOf1.d.ts index 42f044e1..81b20938 100644 --- a/typescript/dist/models/TypedGeometryOneOf1.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf1.js b/typescript/dist/models/TypedGeometryOneOf1.js index cc68f7cf..3b4a00fb 100644 --- a/typescript/dist/models/TypedGeometryOneOf1.js +++ b/typescript/dist/models/TypedGeometryOneOf1.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf2.d.ts b/typescript/dist/models/TypedGeometryOneOf2.d.ts index afcd53a3..1fec3fd6 100644 --- a/typescript/dist/models/TypedGeometryOneOf2.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf2.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf2.js b/typescript/dist/models/TypedGeometryOneOf2.js index 7b931c2b..97848b94 100644 --- a/typescript/dist/models/TypedGeometryOneOf2.js +++ b/typescript/dist/models/TypedGeometryOneOf2.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf3.d.ts b/typescript/dist/models/TypedGeometryOneOf3.d.ts index 6f34e815..ddd7050d 100644 --- a/typescript/dist/models/TypedGeometryOneOf3.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf3.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf3.js b/typescript/dist/models/TypedGeometryOneOf3.js index 50a45e57..820968be 100644 --- a/typescript/dist/models/TypedGeometryOneOf3.js +++ b/typescript/dist/models/TypedGeometryOneOf3.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperator.d.ts b/typescript/dist/models/TypedOperator.d.ts index 64b8dda6..f2567525 100644 --- a/typescript/dist/models/TypedOperator.d.ts +++ b/typescript/dist/models/TypedOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperator.js b/typescript/dist/models/TypedOperator.js index 5fe12994..343d6c0a 100644 --- a/typescript/dist/models/TypedOperator.js +++ b/typescript/dist/models/TypedOperator.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperatorOperator.d.ts b/typescript/dist/models/TypedOperatorOperator.d.ts index a7bf1a64..db7b1efd 100644 --- a/typescript/dist/models/TypedOperatorOperator.d.ts +++ b/typescript/dist/models/TypedOperatorOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperatorOperator.js b/typescript/dist/models/TypedOperatorOperator.js index d077cbde..9c14c9e5 100644 --- a/typescript/dist/models/TypedOperatorOperator.js +++ b/typescript/dist/models/TypedOperatorOperator.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedPlotResultDescriptor.d.ts b/typescript/dist/models/TypedPlotResultDescriptor.d.ts index d7140281..792d0e0e 100644 --- a/typescript/dist/models/TypedPlotResultDescriptor.d.ts +++ b/typescript/dist/models/TypedPlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedPlotResultDescriptor.js b/typescript/dist/models/TypedPlotResultDescriptor.js index 2aeb67f3..bece3b62 100644 --- a/typescript/dist/models/TypedPlotResultDescriptor.js +++ b/typescript/dist/models/TypedPlotResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedRasterResultDescriptor.d.ts b/typescript/dist/models/TypedRasterResultDescriptor.d.ts index 2e585e9b..e792ae5c 100644 --- a/typescript/dist/models/TypedRasterResultDescriptor.d.ts +++ b/typescript/dist/models/TypedRasterResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedRasterResultDescriptor.js b/typescript/dist/models/TypedRasterResultDescriptor.js index c0e627a5..38e71933 100644 --- a/typescript/dist/models/TypedRasterResultDescriptor.js +++ b/typescript/dist/models/TypedRasterResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedResultDescriptor.d.ts b/typescript/dist/models/TypedResultDescriptor.d.ts index 2a12b53e..b19a52ba 100644 --- a/typescript/dist/models/TypedResultDescriptor.d.ts +++ b/typescript/dist/models/TypedResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedResultDescriptor.js b/typescript/dist/models/TypedResultDescriptor.js index e10d1391..c1479660 100644 --- a/typescript/dist/models/TypedResultDescriptor.js +++ b/typescript/dist/models/TypedResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedVectorResultDescriptor.d.ts b/typescript/dist/models/TypedVectorResultDescriptor.d.ts index fce3b3a9..0ac9bb9c 100644 --- a/typescript/dist/models/TypedVectorResultDescriptor.d.ts +++ b/typescript/dist/models/TypedVectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedVectorResultDescriptor.js b/typescript/dist/models/TypedVectorResultDescriptor.js index aece981f..e95e6852 100644 --- a/typescript/dist/models/TypedVectorResultDescriptor.js +++ b/typescript/dist/models/TypedVectorResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnitlessMeasurement.d.ts b/typescript/dist/models/UnitlessMeasurement.d.ts index 1fcd56d4..32af3774 100644 --- a/typescript/dist/models/UnitlessMeasurement.d.ts +++ b/typescript/dist/models/UnitlessMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnitlessMeasurement.js b/typescript/dist/models/UnitlessMeasurement.js index 8136e9f6..310bc60a 100644 --- a/typescript/dist/models/UnitlessMeasurement.js +++ b/typescript/dist/models/UnitlessMeasurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnixTimeStampType.d.ts b/typescript/dist/models/UnixTimeStampType.d.ts index 72201b6f..e4258cc3 100644 --- a/typescript/dist/models/UnixTimeStampType.d.ts +++ b/typescript/dist/models/UnixTimeStampType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnixTimeStampType.js b/typescript/dist/models/UnixTimeStampType.js index 1e83626e..037c0417 100644 --- a/typescript/dist/models/UnixTimeStampType.js +++ b/typescript/dist/models/UnixTimeStampType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateDataset.d.ts b/typescript/dist/models/UpdateDataset.d.ts index 4199c6dc..ff625fdd 100644 --- a/typescript/dist/models/UpdateDataset.d.ts +++ b/typescript/dist/models/UpdateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateDataset.js b/typescript/dist/models/UpdateDataset.js index b9d67681..2e81d0ad 100644 --- a/typescript/dist/models/UpdateDataset.js +++ b/typescript/dist/models/UpdateDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayer.d.ts b/typescript/dist/models/UpdateLayer.d.ts index 978b8f76..6b07ced9 100644 --- a/typescript/dist/models/UpdateLayer.d.ts +++ b/typescript/dist/models/UpdateLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayer.js b/typescript/dist/models/UpdateLayer.js index 6591afb5..d8871a9c 100644 --- a/typescript/dist/models/UpdateLayer.js +++ b/typescript/dist/models/UpdateLayer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayerCollection.d.ts b/typescript/dist/models/UpdateLayerCollection.d.ts index 7ffcc3b2..e4350798 100644 --- a/typescript/dist/models/UpdateLayerCollection.d.ts +++ b/typescript/dist/models/UpdateLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayerCollection.js b/typescript/dist/models/UpdateLayerCollection.js index cc35edee..0aea70e4 100644 --- a/typescript/dist/models/UpdateLayerCollection.js +++ b/typescript/dist/models/UpdateLayerCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateProject.d.ts b/typescript/dist/models/UpdateProject.d.ts index 092614ce..8d1de1d3 100644 --- a/typescript/dist/models/UpdateProject.d.ts +++ b/typescript/dist/models/UpdateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateProject.js b/typescript/dist/models/UpdateProject.js index f8ba4bd7..b3981f4e 100644 --- a/typescript/dist/models/UpdateProject.js +++ b/typescript/dist/models/UpdateProject.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateQuota.d.ts b/typescript/dist/models/UpdateQuota.d.ts index 070b6ebd..c72ff7bd 100644 --- a/typescript/dist/models/UpdateQuota.d.ts +++ b/typescript/dist/models/UpdateQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateQuota.js b/typescript/dist/models/UpdateQuota.js index d658c6c4..65f9a1ba 100644 --- a/typescript/dist/models/UpdateQuota.js +++ b/typescript/dist/models/UpdateQuota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFileLayersResponse.d.ts b/typescript/dist/models/UploadFileLayersResponse.d.ts index 5e860b7b..188788a9 100644 --- a/typescript/dist/models/UploadFileLayersResponse.d.ts +++ b/typescript/dist/models/UploadFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFileLayersResponse.js b/typescript/dist/models/UploadFileLayersResponse.js index 541ac6dc..592f9c49 100644 --- a/typescript/dist/models/UploadFileLayersResponse.js +++ b/typescript/dist/models/UploadFileLayersResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFilesResponse.d.ts b/typescript/dist/models/UploadFilesResponse.d.ts index a3936387..0cdf81ee 100644 --- a/typescript/dist/models/UploadFilesResponse.d.ts +++ b/typescript/dist/models/UploadFilesResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFilesResponse.js b/typescript/dist/models/UploadFilesResponse.js index 0356ac63..715d1b2d 100644 --- a/typescript/dist/models/UploadFilesResponse.js +++ b/typescript/dist/models/UploadFilesResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UsageSummaryGranularity.d.ts b/typescript/dist/models/UsageSummaryGranularity.d.ts index 654be8db..2928edd7 100644 --- a/typescript/dist/models/UsageSummaryGranularity.d.ts +++ b/typescript/dist/models/UsageSummaryGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UsageSummaryGranularity.js b/typescript/dist/models/UsageSummaryGranularity.js index 769c5bba..228b4f8f 100644 --- a/typescript/dist/models/UsageSummaryGranularity.js +++ b/typescript/dist/models/UsageSummaryGranularity.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserCredentials.d.ts b/typescript/dist/models/UserCredentials.d.ts index 9ba16621..fe33952b 100644 --- a/typescript/dist/models/UserCredentials.d.ts +++ b/typescript/dist/models/UserCredentials.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserCredentials.js b/typescript/dist/models/UserCredentials.js index 6a7a4ffd..13a38606 100644 --- a/typescript/dist/models/UserCredentials.js +++ b/typescript/dist/models/UserCredentials.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserInfo.d.ts b/typescript/dist/models/UserInfo.d.ts index 3e23772e..a7c1ccac 100644 --- a/typescript/dist/models/UserInfo.d.ts +++ b/typescript/dist/models/UserInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserInfo.js b/typescript/dist/models/UserInfo.js index e9821e4f..96d2efe2 100644 --- a/typescript/dist/models/UserInfo.js +++ b/typescript/dist/models/UserInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserRegistration.d.ts b/typescript/dist/models/UserRegistration.d.ts index 08f44f8e..21680d92 100644 --- a/typescript/dist/models/UserRegistration.d.ts +++ b/typescript/dist/models/UserRegistration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserRegistration.js b/typescript/dist/models/UserRegistration.js index 6a4da676..d54689c3 100644 --- a/typescript/dist/models/UserRegistration.js +++ b/typescript/dist/models/UserRegistration.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserSession.d.ts b/typescript/dist/models/UserSession.d.ts index 38531122..3b17b3d1 100644 --- a/typescript/dist/models/UserSession.d.ts +++ b/typescript/dist/models/UserSession.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserSession.js b/typescript/dist/models/UserSession.js index 3c1ce613..84bfd06b 100644 --- a/typescript/dist/models/UserSession.js +++ b/typescript/dist/models/UserSession.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VecUpdate.d.ts b/typescript/dist/models/VecUpdate.d.ts index ececaa28..f693ce4b 100644 --- a/typescript/dist/models/VecUpdate.d.ts +++ b/typescript/dist/models/VecUpdate.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VecUpdate.js b/typescript/dist/models/VecUpdate.js index e12c74a5..527805fd 100644 --- a/typescript/dist/models/VecUpdate.js +++ b/typescript/dist/models/VecUpdate.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorColumnInfo.d.ts b/typescript/dist/models/VectorColumnInfo.d.ts index 02ab0892..2ed32cf1 100644 --- a/typescript/dist/models/VectorColumnInfo.d.ts +++ b/typescript/dist/models/VectorColumnInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorColumnInfo.js b/typescript/dist/models/VectorColumnInfo.js index 46ae3d35..7fe71ea9 100644 --- a/typescript/dist/models/VectorColumnInfo.js +++ b/typescript/dist/models/VectorColumnInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorDataType.d.ts b/typescript/dist/models/VectorDataType.d.ts index f3ce8f10..dda47e72 100644 --- a/typescript/dist/models/VectorDataType.d.ts +++ b/typescript/dist/models/VectorDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorDataType.js b/typescript/dist/models/VectorDataType.js index ffbaf6e0..f37dcf14 100644 --- a/typescript/dist/models/VectorDataType.js +++ b/typescript/dist/models/VectorDataType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorResultDescriptor.d.ts b/typescript/dist/models/VectorResultDescriptor.d.ts index 65071ac9..aee01c1b 100644 --- a/typescript/dist/models/VectorResultDescriptor.d.ts +++ b/typescript/dist/models/VectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorResultDescriptor.js b/typescript/dist/models/VectorResultDescriptor.js index 65633e14..09723c20 100644 --- a/typescript/dist/models/VectorResultDescriptor.js +++ b/typescript/dist/models/VectorResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Volume.d.ts b/typescript/dist/models/Volume.d.ts index c17f17f7..63fe97c4 100644 --- a/typescript/dist/models/Volume.d.ts +++ b/typescript/dist/models/Volume.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Volume.js b/typescript/dist/models/Volume.js index 29e7d0fd..84bcedfd 100644 --- a/typescript/dist/models/Volume.js +++ b/typescript/dist/models/Volume.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VolumeFileLayersResponse.d.ts b/typescript/dist/models/VolumeFileLayersResponse.d.ts index d1e97fc9..fb379851 100644 --- a/typescript/dist/models/VolumeFileLayersResponse.d.ts +++ b/typescript/dist/models/VolumeFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VolumeFileLayersResponse.js b/typescript/dist/models/VolumeFileLayersResponse.js index 2adc48e9..bb277eb5 100644 --- a/typescript/dist/models/VolumeFileLayersResponse.js +++ b/typescript/dist/models/VolumeFileLayersResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsBoundingbox.d.ts b/typescript/dist/models/WcsBoundingbox.d.ts index 9967f822..20a830a2 100644 --- a/typescript/dist/models/WcsBoundingbox.d.ts +++ b/typescript/dist/models/WcsBoundingbox.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsBoundingbox.js b/typescript/dist/models/WcsBoundingbox.js index e49f5133..e6666f3a 100644 --- a/typescript/dist/models/WcsBoundingbox.js +++ b/typescript/dist/models/WcsBoundingbox.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsService.d.ts b/typescript/dist/models/WcsService.d.ts index 399c7a2e..486f06fe 100644 --- a/typescript/dist/models/WcsService.d.ts +++ b/typescript/dist/models/WcsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsService.js b/typescript/dist/models/WcsService.js index 9926aaba..e52cedcb 100644 --- a/typescript/dist/models/WcsService.js +++ b/typescript/dist/models/WcsService.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsVersion.d.ts b/typescript/dist/models/WcsVersion.d.ts index 3b172fe5..bb3230ce 100644 --- a/typescript/dist/models/WcsVersion.d.ts +++ b/typescript/dist/models/WcsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsVersion.js b/typescript/dist/models/WcsVersion.js index b158d585..3eacc852 100644 --- a/typescript/dist/models/WcsVersion.js +++ b/typescript/dist/models/WcsVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsService.d.ts b/typescript/dist/models/WfsService.d.ts index a503050f..56c82eb0 100644 --- a/typescript/dist/models/WfsService.d.ts +++ b/typescript/dist/models/WfsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsService.js b/typescript/dist/models/WfsService.js index 6a1d73cd..dca48652 100644 --- a/typescript/dist/models/WfsService.js +++ b/typescript/dist/models/WfsService.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsVersion.d.ts b/typescript/dist/models/WfsVersion.d.ts index 2291a77a..fa5be827 100644 --- a/typescript/dist/models/WfsVersion.d.ts +++ b/typescript/dist/models/WfsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsVersion.js b/typescript/dist/models/WfsVersion.js index 17ffa1dd..c57f4cd0 100644 --- a/typescript/dist/models/WfsVersion.js +++ b/typescript/dist/models/WfsVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WildliveDataConnectorDefinition.d.ts b/typescript/dist/models/WildliveDataConnectorDefinition.d.ts index 9d119585..418d794b 100644 --- a/typescript/dist/models/WildliveDataConnectorDefinition.d.ts +++ b/typescript/dist/models/WildliveDataConnectorDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WildliveDataConnectorDefinition.js b/typescript/dist/models/WildliveDataConnectorDefinition.js index 2b969374..93104caf 100644 --- a/typescript/dist/models/WildliveDataConnectorDefinition.js +++ b/typescript/dist/models/WildliveDataConnectorDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsService.d.ts b/typescript/dist/models/WmsService.d.ts index dfc2b3db..8e288b6c 100644 --- a/typescript/dist/models/WmsService.d.ts +++ b/typescript/dist/models/WmsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsService.js b/typescript/dist/models/WmsService.js index 9a94e352..6b8f1eb3 100644 --- a/typescript/dist/models/WmsService.js +++ b/typescript/dist/models/WmsService.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsVersion.d.ts b/typescript/dist/models/WmsVersion.d.ts index 06f9bdc8..60a33bf9 100644 --- a/typescript/dist/models/WmsVersion.d.ts +++ b/typescript/dist/models/WmsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsVersion.js b/typescript/dist/models/WmsVersion.js index c5f1c0cc..4d2555fe 100644 --- a/typescript/dist/models/WmsVersion.js +++ b/typescript/dist/models/WmsVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Workflow.d.ts b/typescript/dist/models/Workflow.d.ts index 8b12f05d..5be79bad 100644 --- a/typescript/dist/models/Workflow.d.ts +++ b/typescript/dist/models/Workflow.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Workflow.js b/typescript/dist/models/Workflow.js index 2beb8716..af41da9e 100644 --- a/typescript/dist/models/Workflow.js +++ b/typescript/dist/models/Workflow.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WrappedPlotOutput.d.ts b/typescript/dist/models/WrappedPlotOutput.d.ts index 59b5c0e7..5518da39 100644 --- a/typescript/dist/models/WrappedPlotOutput.d.ts +++ b/typescript/dist/models/WrappedPlotOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WrappedPlotOutput.js b/typescript/dist/models/WrappedPlotOutput.js index 8afbe2b3..9a3f2d82 100644 --- a/typescript/dist/models/WrappedPlotOutput.js +++ b/typescript/dist/models/WrappedPlotOutput.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/runtime.d.ts b/typescript/dist/runtime.d.ts index 2c52ed3d..83898b97 100644 --- a/typescript/dist/runtime.d.ts +++ b/typescript/dist/runtime.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index 7ce95fca..f428c49d 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/DatasetsApi.ts b/typescript/src/apis/DatasetsApi.ts index 950d78f7..6bc133cf 100644 --- a/typescript/src/apis/DatasetsApi.ts +++ b/typescript/src/apis/DatasetsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/GeneralApi.ts b/typescript/src/apis/GeneralApi.ts index 4e97333d..7509c4c0 100644 --- a/typescript/src/apis/GeneralApi.ts +++ b/typescript/src/apis/GeneralApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/LayersApi.ts b/typescript/src/apis/LayersApi.ts index 1bdf0468..57a244cd 100644 --- a/typescript/src/apis/LayersApi.ts +++ b/typescript/src/apis/LayersApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/MLApi.ts b/typescript/src/apis/MLApi.ts index c729a395..e85647c4 100644 --- a/typescript/src/apis/MLApi.ts +++ b/typescript/src/apis/MLApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/OGCWCSApi.ts b/typescript/src/apis/OGCWCSApi.ts index 375cf9e0..5db6c14c 100644 --- a/typescript/src/apis/OGCWCSApi.ts +++ b/typescript/src/apis/OGCWCSApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/OGCWFSApi.ts b/typescript/src/apis/OGCWFSApi.ts index e1d98f1e..a0aac151 100644 --- a/typescript/src/apis/OGCWFSApi.ts +++ b/typescript/src/apis/OGCWFSApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/OGCWMSApi.ts b/typescript/src/apis/OGCWMSApi.ts index 327c2ab4..ea776a20 100644 --- a/typescript/src/apis/OGCWMSApi.ts +++ b/typescript/src/apis/OGCWMSApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/PermissionsApi.ts b/typescript/src/apis/PermissionsApi.ts index 6ec647fc..d0c9aedc 100644 --- a/typescript/src/apis/PermissionsApi.ts +++ b/typescript/src/apis/PermissionsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/PlotsApi.ts b/typescript/src/apis/PlotsApi.ts index 5fc364ff..4f4320f5 100644 --- a/typescript/src/apis/PlotsApi.ts +++ b/typescript/src/apis/PlotsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/ProjectsApi.ts b/typescript/src/apis/ProjectsApi.ts index 0726f989..ee6bd894 100644 --- a/typescript/src/apis/ProjectsApi.ts +++ b/typescript/src/apis/ProjectsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/SessionApi.ts b/typescript/src/apis/SessionApi.ts index 7463c839..70011183 100644 --- a/typescript/src/apis/SessionApi.ts +++ b/typescript/src/apis/SessionApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/SpatialReferencesApi.ts b/typescript/src/apis/SpatialReferencesApi.ts index fde2d4b8..b39c9e69 100644 --- a/typescript/src/apis/SpatialReferencesApi.ts +++ b/typescript/src/apis/SpatialReferencesApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/TasksApi.ts b/typescript/src/apis/TasksApi.ts index 723ae087..e47d4ffd 100644 --- a/typescript/src/apis/TasksApi.ts +++ b/typescript/src/apis/TasksApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/UploadsApi.ts b/typescript/src/apis/UploadsApi.ts index 701fd959..b8babe18 100644 --- a/typescript/src/apis/UploadsApi.ts +++ b/typescript/src/apis/UploadsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/UserApi.ts b/typescript/src/apis/UserApi.ts index 952038af..218d151e 100644 --- a/typescript/src/apis/UserApi.ts +++ b/typescript/src/apis/UserApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/WorkflowsApi.ts b/typescript/src/apis/WorkflowsApi.ts index f6c2a5f3..fb7e0150 100644 --- a/typescript/src/apis/WorkflowsApi.ts +++ b/typescript/src/apis/WorkflowsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddDataset.ts b/typescript/src/models/AddDataset.ts index 1ea1c71f..5327dba3 100644 --- a/typescript/src/models/AddDataset.ts +++ b/typescript/src/models/AddDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddLayer.ts b/typescript/src/models/AddLayer.ts index 1a9544cc..c5ceb136 100644 --- a/typescript/src/models/AddLayer.ts +++ b/typescript/src/models/AddLayer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddLayerCollection.ts b/typescript/src/models/AddLayerCollection.ts index 0269e745..e8afecce 100644 --- a/typescript/src/models/AddLayerCollection.ts +++ b/typescript/src/models/AddLayerCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddRole.ts b/typescript/src/models/AddRole.ts index 5b79fb59..ba1e8696 100644 --- a/typescript/src/models/AddRole.ts +++ b/typescript/src/models/AddRole.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ArunaDataProviderDefinition.ts b/typescript/src/models/ArunaDataProviderDefinition.ts index f8104a56..b8db8058 100644 --- a/typescript/src/models/ArunaDataProviderDefinition.ts +++ b/typescript/src/models/ArunaDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AuthCodeRequestURL.ts b/typescript/src/models/AuthCodeRequestURL.ts index 6d7b8d09..1919b3b4 100644 --- a/typescript/src/models/AuthCodeRequestURL.ts +++ b/typescript/src/models/AuthCodeRequestURL.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AuthCodeResponse.ts b/typescript/src/models/AuthCodeResponse.ts index 2dbfd01a..b9e3fe1d 100644 --- a/typescript/src/models/AuthCodeResponse.ts +++ b/typescript/src/models/AuthCodeResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AutoCreateDataset.ts b/typescript/src/models/AutoCreateDataset.ts index 3b0c363e..a5990733 100644 --- a/typescript/src/models/AutoCreateDataset.ts +++ b/typescript/src/models/AutoCreateDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AxisOrder.ts b/typescript/src/models/AxisOrder.ts index fcc8f48a..8ec810ce 100644 --- a/typescript/src/models/AxisOrder.ts +++ b/typescript/src/models/AxisOrder.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/BoundingBox2D.ts b/typescript/src/models/BoundingBox2D.ts index ce24b495..30f15e14 100644 --- a/typescript/src/models/BoundingBox2D.ts +++ b/typescript/src/models/BoundingBox2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Breakpoint.ts b/typescript/src/models/Breakpoint.ts index 474f081c..e7f26a3f 100644 --- a/typescript/src/models/Breakpoint.ts +++ b/typescript/src/models/Breakpoint.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ClassificationMeasurement.ts b/typescript/src/models/ClassificationMeasurement.ts index 571f6f0c..c746e542 100644 --- a/typescript/src/models/ClassificationMeasurement.ts +++ b/typescript/src/models/ClassificationMeasurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CollectionItem.ts b/typescript/src/models/CollectionItem.ts index a7bf9a9b..edadb930 100644 --- a/typescript/src/models/CollectionItem.ts +++ b/typescript/src/models/CollectionItem.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CollectionType.ts b/typescript/src/models/CollectionType.ts index 02fe95fb..8d589844 100644 --- a/typescript/src/models/CollectionType.ts +++ b/typescript/src/models/CollectionType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ColorParam.ts b/typescript/src/models/ColorParam.ts index e6da5bd7..abcdf660 100644 --- a/typescript/src/models/ColorParam.ts +++ b/typescript/src/models/ColorParam.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Colorizer.ts b/typescript/src/models/Colorizer.ts index 5061c292..f49b9f88 100644 --- a/typescript/src/models/Colorizer.ts +++ b/typescript/src/models/Colorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ComputationQuota.ts b/typescript/src/models/ComputationQuota.ts index 5c5e6fad..9086c761 100644 --- a/typescript/src/models/ComputationQuota.ts +++ b/typescript/src/models/ComputationQuota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ContinuousMeasurement.ts b/typescript/src/models/ContinuousMeasurement.ts index 1667ffd5..4865c50f 100644 --- a/typescript/src/models/ContinuousMeasurement.ts +++ b/typescript/src/models/ContinuousMeasurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Coordinate2D.ts b/typescript/src/models/Coordinate2D.ts index e5d3cf4e..95243350 100644 --- a/typescript/src/models/Coordinate2D.ts +++ b/typescript/src/models/Coordinate2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts b/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts index 3e1eba7d..be722435 100644 --- a/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts +++ b/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CreateDataset.ts b/typescript/src/models/CreateDataset.ts index e62d7b48..cc77c799 100644 --- a/typescript/src/models/CreateDataset.ts +++ b/typescript/src/models/CreateDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CreateProject.ts b/typescript/src/models/CreateProject.ts index d45c2483..4c6e2829 100644 --- a/typescript/src/models/CreateProject.ts +++ b/typescript/src/models/CreateProject.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CsvHeader.ts b/typescript/src/models/CsvHeader.ts index 37a11df1..9c0b99d8 100644 --- a/typescript/src/models/CsvHeader.ts +++ b/typescript/src/models/CsvHeader.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataId.ts b/typescript/src/models/DataId.ts index fa87841e..64c6b08d 100644 --- a/typescript/src/models/DataId.ts +++ b/typescript/src/models/DataId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataPath.ts b/typescript/src/models/DataPath.ts index ba847ea6..144c7556 100644 --- a/typescript/src/models/DataPath.ts +++ b/typescript/src/models/DataPath.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataPathOneOf.ts b/typescript/src/models/DataPathOneOf.ts index 5b04590a..5d3ae2d6 100644 --- a/typescript/src/models/DataPathOneOf.ts +++ b/typescript/src/models/DataPathOneOf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataPathOneOf1.ts b/typescript/src/models/DataPathOneOf1.ts index 7db17c9b..0ece5549 100644 --- a/typescript/src/models/DataPathOneOf1.ts +++ b/typescript/src/models/DataPathOneOf1.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataProviderResource.ts b/typescript/src/models/DataProviderResource.ts index 6b6e01d5..9aef7d40 100644 --- a/typescript/src/models/DataProviderResource.ts +++ b/typescript/src/models/DataProviderResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataUsage.ts b/typescript/src/models/DataUsage.ts index 20ef7a4a..da691375 100644 --- a/typescript/src/models/DataUsage.ts +++ b/typescript/src/models/DataUsage.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataUsageSummary.ts b/typescript/src/models/DataUsageSummary.ts index d64bb22a..28c5e92b 100644 --- a/typescript/src/models/DataUsageSummary.ts +++ b/typescript/src/models/DataUsageSummary.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatabaseConnectionConfig.ts b/typescript/src/models/DatabaseConnectionConfig.ts index d63d5389..4390da28 100644 --- a/typescript/src/models/DatabaseConnectionConfig.ts +++ b/typescript/src/models/DatabaseConnectionConfig.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Dataset.ts b/typescript/src/models/Dataset.ts index 1df8ef22..22b97eee 100644 --- a/typescript/src/models/Dataset.ts +++ b/typescript/src/models/Dataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetDefinition.ts b/typescript/src/models/DatasetDefinition.ts index bf4be4d0..c9946609 100644 --- a/typescript/src/models/DatasetDefinition.ts +++ b/typescript/src/models/DatasetDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetLayerListingCollection.ts b/typescript/src/models/DatasetLayerListingCollection.ts index b9ed913a..1b92d7bd 100644 --- a/typescript/src/models/DatasetLayerListingCollection.ts +++ b/typescript/src/models/DatasetLayerListingCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetLayerListingProviderDefinition.ts b/typescript/src/models/DatasetLayerListingProviderDefinition.ts index bcd7bc97..ff2d48fa 100644 --- a/typescript/src/models/DatasetLayerListingProviderDefinition.ts +++ b/typescript/src/models/DatasetLayerListingProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetListing.ts b/typescript/src/models/DatasetListing.ts index e997ba62..bce90aa2 100644 --- a/typescript/src/models/DatasetListing.ts +++ b/typescript/src/models/DatasetListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetNameResponse.ts b/typescript/src/models/DatasetNameResponse.ts index 7fefa310..c2180938 100644 --- a/typescript/src/models/DatasetNameResponse.ts +++ b/typescript/src/models/DatasetNameResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetResource.ts b/typescript/src/models/DatasetResource.ts index 01397425..df206e70 100644 --- a/typescript/src/models/DatasetResource.ts +++ b/typescript/src/models/DatasetResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DerivedColor.ts b/typescript/src/models/DerivedColor.ts index 10128d77..530d51ac 100644 --- a/typescript/src/models/DerivedColor.ts +++ b/typescript/src/models/DerivedColor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DerivedNumber.ts b/typescript/src/models/DerivedNumber.ts index d1c2effa..2c84e6cf 100644 --- a/typescript/src/models/DerivedNumber.ts +++ b/typescript/src/models/DerivedNumber.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DescribeCoverageRequest.ts b/typescript/src/models/DescribeCoverageRequest.ts index 6f8bd084..ece1c950 100644 --- a/typescript/src/models/DescribeCoverageRequest.ts +++ b/typescript/src/models/DescribeCoverageRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/EbvPortalDataProviderDefinition.ts b/typescript/src/models/EbvPortalDataProviderDefinition.ts index ca6ddd8b..7c7e5815 100644 --- a/typescript/src/models/EbvPortalDataProviderDefinition.ts +++ b/typescript/src/models/EbvPortalDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/EdrDataProviderDefinition.ts b/typescript/src/models/EdrDataProviderDefinition.ts index 1c17c717..fc90d72c 100644 --- a/typescript/src/models/EdrDataProviderDefinition.ts +++ b/typescript/src/models/EdrDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/EdrVectorSpec.ts b/typescript/src/models/EdrVectorSpec.ts index 62081dba..4c0c8023 100644 --- a/typescript/src/models/EdrVectorSpec.ts +++ b/typescript/src/models/EdrVectorSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ErrorResponse.ts b/typescript/src/models/ErrorResponse.ts index 4af9c2e2..61da3de0 100644 --- a/typescript/src/models/ErrorResponse.ts +++ b/typescript/src/models/ErrorResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ExternalDataId.ts b/typescript/src/models/ExternalDataId.ts index 1aa47e30..1558cdbc 100644 --- a/typescript/src/models/ExternalDataId.ts +++ b/typescript/src/models/ExternalDataId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FeatureDataType.ts b/typescript/src/models/FeatureDataType.ts index 22a4e82f..1766a7ef 100644 --- a/typescript/src/models/FeatureDataType.ts +++ b/typescript/src/models/FeatureDataType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FileNotFoundHandling.ts b/typescript/src/models/FileNotFoundHandling.ts index d7a740d7..421e165d 100644 --- a/typescript/src/models/FileNotFoundHandling.ts +++ b/typescript/src/models/FileNotFoundHandling.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FormatSpecifics.ts b/typescript/src/models/FormatSpecifics.ts index 4e632106..d0915510 100644 --- a/typescript/src/models/FormatSpecifics.ts +++ b/typescript/src/models/FormatSpecifics.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FormatSpecificsOneOf.ts b/typescript/src/models/FormatSpecificsOneOf.ts index b28b7d82..b3b3b1b2 100644 --- a/typescript/src/models/FormatSpecificsOneOf.ts +++ b/typescript/src/models/FormatSpecificsOneOf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FormatSpecificsOneOfCsv.ts b/typescript/src/models/FormatSpecificsOneOfCsv.ts index e33520c2..6a11c143 100644 --- a/typescript/src/models/FormatSpecificsOneOfCsv.ts +++ b/typescript/src/models/FormatSpecificsOneOfCsv.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GbifDataProviderDefinition.ts b/typescript/src/models/GbifDataProviderDefinition.ts index a817cbcb..4b23cf8a 100644 --- a/typescript/src/models/GbifDataProviderDefinition.ts +++ b/typescript/src/models/GbifDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalDatasetGeoTransform.ts b/typescript/src/models/GdalDatasetGeoTransform.ts index 1273c0e6..96aa5ce2 100644 --- a/typescript/src/models/GdalDatasetGeoTransform.ts +++ b/typescript/src/models/GdalDatasetGeoTransform.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalDatasetParameters.ts b/typescript/src/models/GdalDatasetParameters.ts index 53b3e0b8..1c050c9a 100644 --- a/typescript/src/models/GdalDatasetParameters.ts +++ b/typescript/src/models/GdalDatasetParameters.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalLoadingInfoTemporalSlice.ts b/typescript/src/models/GdalLoadingInfoTemporalSlice.ts index e3e905d1..a8f42897 100644 --- a/typescript/src/models/GdalLoadingInfoTemporalSlice.ts +++ b/typescript/src/models/GdalLoadingInfoTemporalSlice.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetaDataList.ts b/typescript/src/models/GdalMetaDataList.ts index b5d584d2..98aaaf6f 100644 --- a/typescript/src/models/GdalMetaDataList.ts +++ b/typescript/src/models/GdalMetaDataList.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetaDataRegular.ts b/typescript/src/models/GdalMetaDataRegular.ts index 98592653..e981b832 100644 --- a/typescript/src/models/GdalMetaDataRegular.ts +++ b/typescript/src/models/GdalMetaDataRegular.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetaDataStatic.ts b/typescript/src/models/GdalMetaDataStatic.ts index 7ffa8192..7280987e 100644 --- a/typescript/src/models/GdalMetaDataStatic.ts +++ b/typescript/src/models/GdalMetaDataStatic.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetadataMapping.ts b/typescript/src/models/GdalMetadataMapping.ts index 64e658b8..b24feb99 100644 --- a/typescript/src/models/GdalMetadataMapping.ts +++ b/typescript/src/models/GdalMetadataMapping.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetadataNetCdfCf.ts b/typescript/src/models/GdalMetadataNetCdfCf.ts index a74c10e6..33d9c033 100644 --- a/typescript/src/models/GdalMetadataNetCdfCf.ts +++ b/typescript/src/models/GdalMetadataNetCdfCf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalSourceTimePlaceholder.ts b/typescript/src/models/GdalSourceTimePlaceholder.ts index a90823a3..ee5f1561 100644 --- a/typescript/src/models/GdalSourceTimePlaceholder.ts +++ b/typescript/src/models/GdalSourceTimePlaceholder.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GeoJson.ts b/typescript/src/models/GeoJson.ts index 12de7785..4e914813 100644 --- a/typescript/src/models/GeoJson.ts +++ b/typescript/src/models/GeoJson.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GeoTransform.ts b/typescript/src/models/GeoTransform.ts index dbe05c61..cbf4ea32 100644 --- a/typescript/src/models/GeoTransform.ts +++ b/typescript/src/models/GeoTransform.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCapabilitiesFormat.ts b/typescript/src/models/GetCapabilitiesFormat.ts index fa0cb14d..09ab1286 100644 --- a/typescript/src/models/GetCapabilitiesFormat.ts +++ b/typescript/src/models/GetCapabilitiesFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCapabilitiesRequest.ts b/typescript/src/models/GetCapabilitiesRequest.ts index cdf2a36f..ba87f34f 100644 --- a/typescript/src/models/GetCapabilitiesRequest.ts +++ b/typescript/src/models/GetCapabilitiesRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCoverageFormat.ts b/typescript/src/models/GetCoverageFormat.ts index 6e2f0bf8..dfe51fec 100644 --- a/typescript/src/models/GetCoverageFormat.ts +++ b/typescript/src/models/GetCoverageFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCoverageRequest.ts b/typescript/src/models/GetCoverageRequest.ts index af625dd9..ad5b3234 100644 --- a/typescript/src/models/GetCoverageRequest.ts +++ b/typescript/src/models/GetCoverageRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetFeatureRequest.ts b/typescript/src/models/GetFeatureRequest.ts index 97424509..4c9463c5 100644 --- a/typescript/src/models/GetFeatureRequest.ts +++ b/typescript/src/models/GetFeatureRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetLegendGraphicRequest.ts b/typescript/src/models/GetLegendGraphicRequest.ts index 5cb9ab7e..95d33052 100644 --- a/typescript/src/models/GetLegendGraphicRequest.ts +++ b/typescript/src/models/GetLegendGraphicRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetMapExceptionFormat.ts b/typescript/src/models/GetMapExceptionFormat.ts index 5aa42787..7ea0ea5d 100644 --- a/typescript/src/models/GetMapExceptionFormat.ts +++ b/typescript/src/models/GetMapExceptionFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetMapFormat.ts b/typescript/src/models/GetMapFormat.ts index 45914006..af93727a 100644 --- a/typescript/src/models/GetMapFormat.ts +++ b/typescript/src/models/GetMapFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetMapRequest.ts b/typescript/src/models/GetMapRequest.ts index 52f24743..30321c6d 100644 --- a/typescript/src/models/GetMapRequest.ts +++ b/typescript/src/models/GetMapRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GfbioAbcdDataProviderDefinition.ts b/typescript/src/models/GfbioAbcdDataProviderDefinition.ts index 57984d10..6c4583d0 100644 --- a/typescript/src/models/GfbioAbcdDataProviderDefinition.ts +++ b/typescript/src/models/GfbioAbcdDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts b/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts index ac3b389c..7986ff66 100644 --- a/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts +++ b/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GridBoundingBox2D.ts b/typescript/src/models/GridBoundingBox2D.ts index 5fa6eec4..6666661a 100644 --- a/typescript/src/models/GridBoundingBox2D.ts +++ b/typescript/src/models/GridBoundingBox2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GridIdx2D.ts b/typescript/src/models/GridIdx2D.ts index 3a8ef319..2af137a5 100644 --- a/typescript/src/models/GridIdx2D.ts +++ b/typescript/src/models/GridIdx2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/IdResponse.ts b/typescript/src/models/IdResponse.ts index ba6bf79f..179e6826 100644 --- a/typescript/src/models/IdResponse.ts +++ b/typescript/src/models/IdResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/InternalDataId.ts b/typescript/src/models/InternalDataId.ts index a3d5d10f..6955c62a 100644 --- a/typescript/src/models/InternalDataId.ts +++ b/typescript/src/models/InternalDataId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Layer.ts b/typescript/src/models/Layer.ts index 99229708..4d8466ac 100644 --- a/typescript/src/models/Layer.ts +++ b/typescript/src/models/Layer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerCollection.ts b/typescript/src/models/LayerCollection.ts index 133cd22a..f2187c01 100644 --- a/typescript/src/models/LayerCollection.ts +++ b/typescript/src/models/LayerCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerCollectionListing.ts b/typescript/src/models/LayerCollectionListing.ts index ab40cc5f..908af789 100644 --- a/typescript/src/models/LayerCollectionListing.ts +++ b/typescript/src/models/LayerCollectionListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerCollectionResource.ts b/typescript/src/models/LayerCollectionResource.ts index 1a692b88..f427bf36 100644 --- a/typescript/src/models/LayerCollectionResource.ts +++ b/typescript/src/models/LayerCollectionResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerListing.ts b/typescript/src/models/LayerListing.ts index 6d4801a9..b3beb2fa 100644 --- a/typescript/src/models/LayerListing.ts +++ b/typescript/src/models/LayerListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerProviderListing.ts b/typescript/src/models/LayerProviderListing.ts index 74a66c45..ec3e8617 100644 --- a/typescript/src/models/LayerProviderListing.ts +++ b/typescript/src/models/LayerProviderListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerResource.ts b/typescript/src/models/LayerResource.ts index ceebd59b..226c573d 100644 --- a/typescript/src/models/LayerResource.ts +++ b/typescript/src/models/LayerResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerVisibility.ts b/typescript/src/models/LayerVisibility.ts index 481b4f01..00a2ad49 100644 --- a/typescript/src/models/LayerVisibility.ts +++ b/typescript/src/models/LayerVisibility.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LineSymbology.ts b/typescript/src/models/LineSymbology.ts index 2e3d24a4..b5691978 100644 --- a/typescript/src/models/LineSymbology.ts +++ b/typescript/src/models/LineSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LinearGradient.ts b/typescript/src/models/LinearGradient.ts index 85d90577..f34de087 100644 --- a/typescript/src/models/LinearGradient.ts +++ b/typescript/src/models/LinearGradient.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LogarithmicGradient.ts b/typescript/src/models/LogarithmicGradient.ts index 9072330c..fd1690b6 100644 --- a/typescript/src/models/LogarithmicGradient.ts +++ b/typescript/src/models/LogarithmicGradient.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Measurement.ts b/typescript/src/models/Measurement.ts index 41b18095..3d669fa7 100644 --- a/typescript/src/models/Measurement.ts +++ b/typescript/src/models/Measurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MetaDataDefinition.ts b/typescript/src/models/MetaDataDefinition.ts index c5ba7610..285818c3 100644 --- a/typescript/src/models/MetaDataDefinition.ts +++ b/typescript/src/models/MetaDataDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MetaDataSuggestion.ts b/typescript/src/models/MetaDataSuggestion.ts index 3df0037a..0d4cd4aa 100644 --- a/typescript/src/models/MetaDataSuggestion.ts +++ b/typescript/src/models/MetaDataSuggestion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModel.ts b/typescript/src/models/MlModel.ts index c154531f..2a05b8e3 100644 --- a/typescript/src/models/MlModel.ts +++ b/typescript/src/models/MlModel.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelInputNoDataHandling.ts b/typescript/src/models/MlModelInputNoDataHandling.ts index 43591e22..7b01e606 100644 --- a/typescript/src/models/MlModelInputNoDataHandling.ts +++ b/typescript/src/models/MlModelInputNoDataHandling.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelInputNoDataHandlingVariant.ts b/typescript/src/models/MlModelInputNoDataHandlingVariant.ts index 21c227d5..1f2d88d6 100644 --- a/typescript/src/models/MlModelInputNoDataHandlingVariant.ts +++ b/typescript/src/models/MlModelInputNoDataHandlingVariant.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelMetadata.ts b/typescript/src/models/MlModelMetadata.ts index a28a0c49..e53c4352 100644 --- a/typescript/src/models/MlModelMetadata.ts +++ b/typescript/src/models/MlModelMetadata.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelNameResponse.ts b/typescript/src/models/MlModelNameResponse.ts index 3df434cc..f13aa13c 100644 --- a/typescript/src/models/MlModelNameResponse.ts +++ b/typescript/src/models/MlModelNameResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelOutputNoDataHandling.ts b/typescript/src/models/MlModelOutputNoDataHandling.ts index e7644cc4..4a7f9fc5 100644 --- a/typescript/src/models/MlModelOutputNoDataHandling.ts +++ b/typescript/src/models/MlModelOutputNoDataHandling.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts b/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts index aafe2250..aa6a1799 100644 --- a/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts +++ b/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelResource.ts b/typescript/src/models/MlModelResource.ts index 13020cc6..40fcd716 100644 --- a/typescript/src/models/MlModelResource.ts +++ b/typescript/src/models/MlModelResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlTensorShape3D.ts b/typescript/src/models/MlTensorShape3D.ts index 13903e67..64bfb2e7 100644 --- a/typescript/src/models/MlTensorShape3D.ts +++ b/typescript/src/models/MlTensorShape3D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts b/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts index f7d603d3..0428f7ca 100644 --- a/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts +++ b/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MockMetaData.ts b/typescript/src/models/MockMetaData.ts index 12dc72cf..ca6affde 100644 --- a/typescript/src/models/MockMetaData.ts +++ b/typescript/src/models/MockMetaData.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiBandRasterColorizer.ts b/typescript/src/models/MultiBandRasterColorizer.ts index 35013af2..3d7e219f 100644 --- a/typescript/src/models/MultiBandRasterColorizer.ts +++ b/typescript/src/models/MultiBandRasterColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiLineString.ts b/typescript/src/models/MultiLineString.ts index 4a470322..26b28629 100644 --- a/typescript/src/models/MultiLineString.ts +++ b/typescript/src/models/MultiLineString.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiPoint.ts b/typescript/src/models/MultiPoint.ts index 9c82816f..715a0b3e 100644 --- a/typescript/src/models/MultiPoint.ts +++ b/typescript/src/models/MultiPoint.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiPolygon.ts b/typescript/src/models/MultiPolygon.ts index 211bf923..10e8ab0e 100644 --- a/typescript/src/models/MultiPolygon.ts +++ b/typescript/src/models/MultiPolygon.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/NetCdfCfDataProviderDefinition.ts b/typescript/src/models/NetCdfCfDataProviderDefinition.ts index 63f35386..5273d72e 100644 --- a/typescript/src/models/NetCdfCfDataProviderDefinition.ts +++ b/typescript/src/models/NetCdfCfDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/NumberParam.ts b/typescript/src/models/NumberParam.ts index c4f4a83c..a5bc4c5b 100644 --- a/typescript/src/models/NumberParam.ts +++ b/typescript/src/models/NumberParam.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrMetaData.ts b/typescript/src/models/OgrMetaData.ts index b3707724..75db3d92 100644 --- a/typescript/src/models/OgrMetaData.ts +++ b/typescript/src/models/OgrMetaData.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceColumnSpec.ts b/typescript/src/models/OgrSourceColumnSpec.ts index 797ebdf1..0559eff0 100644 --- a/typescript/src/models/OgrSourceColumnSpec.ts +++ b/typescript/src/models/OgrSourceColumnSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDataset.ts b/typescript/src/models/OgrSourceDataset.ts index fbcfb08d..651daea0 100644 --- a/typescript/src/models/OgrSourceDataset.ts +++ b/typescript/src/models/OgrSourceDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeType.ts b/typescript/src/models/OgrSourceDatasetTimeType.ts index 478b4d44..62952c22 100644 --- a/typescript/src/models/OgrSourceDatasetTimeType.ts +++ b/typescript/src/models/OgrSourceDatasetTimeType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts b/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts index ff6b6c4a..ad7d40d7 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts index 0893a8b3..3e310284 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts index 3eaf4411..a7d879af 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts index b6e419b8..0d852bc3 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpec.ts b/typescript/src/models/OgrSourceDurationSpec.ts index a7e739e4..5500dadc 100644 --- a/typescript/src/models/OgrSourceDurationSpec.ts +++ b/typescript/src/models/OgrSourceDurationSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpecInfinite.ts b/typescript/src/models/OgrSourceDurationSpecInfinite.ts index 9164fce5..a37ab2f2 100644 --- a/typescript/src/models/OgrSourceDurationSpecInfinite.ts +++ b/typescript/src/models/OgrSourceDurationSpecInfinite.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpecValue.ts b/typescript/src/models/OgrSourceDurationSpecValue.ts index b6bdcaaf..8999ec8f 100644 --- a/typescript/src/models/OgrSourceDurationSpecValue.ts +++ b/typescript/src/models/OgrSourceDurationSpecValue.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpecZero.ts b/typescript/src/models/OgrSourceDurationSpecZero.ts index f6147217..f3a08f72 100644 --- a/typescript/src/models/OgrSourceDurationSpecZero.ts +++ b/typescript/src/models/OgrSourceDurationSpecZero.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceErrorSpec.ts b/typescript/src/models/OgrSourceErrorSpec.ts index 6121ebae..f152afae 100644 --- a/typescript/src/models/OgrSourceErrorSpec.ts +++ b/typescript/src/models/OgrSourceErrorSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormat.ts b/typescript/src/models/OgrSourceTimeFormat.ts index f65d8a62..dabd0012 100644 --- a/typescript/src/models/OgrSourceTimeFormat.ts +++ b/typescript/src/models/OgrSourceTimeFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormatAuto.ts b/typescript/src/models/OgrSourceTimeFormatAuto.ts index e8df6dec..ac62ad97 100644 --- a/typescript/src/models/OgrSourceTimeFormatAuto.ts +++ b/typescript/src/models/OgrSourceTimeFormatAuto.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormatCustom.ts b/typescript/src/models/OgrSourceTimeFormatCustom.ts index 186c28bc..89cec082 100644 --- a/typescript/src/models/OgrSourceTimeFormatCustom.ts +++ b/typescript/src/models/OgrSourceTimeFormatCustom.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts b/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts index 58fee23b..fba655a9 100644 --- a/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts +++ b/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OperatorQuota.ts b/typescript/src/models/OperatorQuota.ts index 011da427..1e920a7c 100644 --- a/typescript/src/models/OperatorQuota.ts +++ b/typescript/src/models/OperatorQuota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OrderBy.ts b/typescript/src/models/OrderBy.ts index 80b4f381..8035938f 100644 --- a/typescript/src/models/OrderBy.ts +++ b/typescript/src/models/OrderBy.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PaletteColorizer.ts b/typescript/src/models/PaletteColorizer.ts index ff432560..6645ab07 100644 --- a/typescript/src/models/PaletteColorizer.ts +++ b/typescript/src/models/PaletteColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PangaeaDataProviderDefinition.ts b/typescript/src/models/PangaeaDataProviderDefinition.ts index ac47015d..62a3803d 100644 --- a/typescript/src/models/PangaeaDataProviderDefinition.ts +++ b/typescript/src/models/PangaeaDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Permission.ts b/typescript/src/models/Permission.ts index 8e5cf7dc..ee38dfe6 100644 --- a/typescript/src/models/Permission.ts +++ b/typescript/src/models/Permission.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PermissionListOptions.ts b/typescript/src/models/PermissionListOptions.ts index 170a4faa..261a9b7f 100644 --- a/typescript/src/models/PermissionListOptions.ts +++ b/typescript/src/models/PermissionListOptions.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PermissionListing.ts b/typescript/src/models/PermissionListing.ts index 6c262ca0..1530c21a 100644 --- a/typescript/src/models/PermissionListing.ts +++ b/typescript/src/models/PermissionListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PermissionRequest.ts b/typescript/src/models/PermissionRequest.ts index bd4a219c..a2f79c19 100644 --- a/typescript/src/models/PermissionRequest.ts +++ b/typescript/src/models/PermissionRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Plot.ts b/typescript/src/models/Plot.ts index 9d16f1d6..8ccb2d23 100644 --- a/typescript/src/models/Plot.ts +++ b/typescript/src/models/Plot.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PlotOutputFormat.ts b/typescript/src/models/PlotOutputFormat.ts index 49b3478e..f38ae627 100644 --- a/typescript/src/models/PlotOutputFormat.ts +++ b/typescript/src/models/PlotOutputFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PlotResultDescriptor.ts b/typescript/src/models/PlotResultDescriptor.ts index b9252fd3..61e07851 100644 --- a/typescript/src/models/PlotResultDescriptor.ts +++ b/typescript/src/models/PlotResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PointSymbology.ts b/typescript/src/models/PointSymbology.ts index 3849daf5..cef5c065 100644 --- a/typescript/src/models/PointSymbology.ts +++ b/typescript/src/models/PointSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PolygonSymbology.ts b/typescript/src/models/PolygonSymbology.ts index 8a8072a2..2167e190 100644 --- a/typescript/src/models/PolygonSymbology.ts +++ b/typescript/src/models/PolygonSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Project.ts b/typescript/src/models/Project.ts index 8fd62864..314137e9 100644 --- a/typescript/src/models/Project.ts +++ b/typescript/src/models/Project.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectLayer.ts b/typescript/src/models/ProjectLayer.ts index c283b5de..ac24b9b0 100644 --- a/typescript/src/models/ProjectLayer.ts +++ b/typescript/src/models/ProjectLayer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectListing.ts b/typescript/src/models/ProjectListing.ts index 1f1261d6..f26a4952 100644 --- a/typescript/src/models/ProjectListing.ts +++ b/typescript/src/models/ProjectListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectResource.ts b/typescript/src/models/ProjectResource.ts index 3e139e94..21086ab3 100644 --- a/typescript/src/models/ProjectResource.ts +++ b/typescript/src/models/ProjectResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectUpdateToken.ts b/typescript/src/models/ProjectUpdateToken.ts index 9ecc9743..12a431cb 100644 --- a/typescript/src/models/ProjectUpdateToken.ts +++ b/typescript/src/models/ProjectUpdateToken.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectVersion.ts b/typescript/src/models/ProjectVersion.ts index d20ca97c..c9ce23cb 100644 --- a/typescript/src/models/ProjectVersion.ts +++ b/typescript/src/models/ProjectVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Provenance.ts b/typescript/src/models/Provenance.ts index 983daee0..01533c52 100644 --- a/typescript/src/models/Provenance.ts +++ b/typescript/src/models/Provenance.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProvenanceEntry.ts b/typescript/src/models/ProvenanceEntry.ts index 77188247..98525ac4 100644 --- a/typescript/src/models/ProvenanceEntry.ts +++ b/typescript/src/models/ProvenanceEntry.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProvenanceOutput.ts b/typescript/src/models/ProvenanceOutput.ts index becb5754..0c8b5b33 100644 --- a/typescript/src/models/ProvenanceOutput.ts +++ b/typescript/src/models/ProvenanceOutput.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Provenances.ts b/typescript/src/models/Provenances.ts index 4a6f329e..81a6c00c 100644 --- a/typescript/src/models/Provenances.ts +++ b/typescript/src/models/Provenances.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProviderCapabilities.ts b/typescript/src/models/ProviderCapabilities.ts index b0087088..943410b4 100644 --- a/typescript/src/models/ProviderCapabilities.ts +++ b/typescript/src/models/ProviderCapabilities.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProviderLayerCollectionId.ts b/typescript/src/models/ProviderLayerCollectionId.ts index 3a826f0d..61fd07da 100644 --- a/typescript/src/models/ProviderLayerCollectionId.ts +++ b/typescript/src/models/ProviderLayerCollectionId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProviderLayerId.ts b/typescript/src/models/ProviderLayerId.ts index e5f2ec2d..204ea739 100644 --- a/typescript/src/models/ProviderLayerId.ts +++ b/typescript/src/models/ProviderLayerId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Quota.ts b/typescript/src/models/Quota.ts index 8e2a0643..2f2a8e69 100644 --- a/typescript/src/models/Quota.ts +++ b/typescript/src/models/Quota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterBandDescriptor.ts b/typescript/src/models/RasterBandDescriptor.ts index 35d062d0..61e66552 100644 --- a/typescript/src/models/RasterBandDescriptor.ts +++ b/typescript/src/models/RasterBandDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterColorizer.ts b/typescript/src/models/RasterColorizer.ts index 01cc3cdb..13ed6cf4 100644 --- a/typescript/src/models/RasterColorizer.ts +++ b/typescript/src/models/RasterColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterDataType.ts b/typescript/src/models/RasterDataType.ts index fa75f7e3..d4a1eeb1 100644 --- a/typescript/src/models/RasterDataType.ts +++ b/typescript/src/models/RasterDataType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterDatasetFromWorkflow.ts b/typescript/src/models/RasterDatasetFromWorkflow.ts index 6ec5eb50..61a49cd1 100644 --- a/typescript/src/models/RasterDatasetFromWorkflow.ts +++ b/typescript/src/models/RasterDatasetFromWorkflow.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterDatasetFromWorkflowResult.ts b/typescript/src/models/RasterDatasetFromWorkflowResult.ts index b151792e..aef2f359 100644 --- a/typescript/src/models/RasterDatasetFromWorkflowResult.ts +++ b/typescript/src/models/RasterDatasetFromWorkflowResult.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterPropertiesEntryType.ts b/typescript/src/models/RasterPropertiesEntryType.ts index 5299a06d..0b5b849c 100644 --- a/typescript/src/models/RasterPropertiesEntryType.ts +++ b/typescript/src/models/RasterPropertiesEntryType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterPropertiesKey.ts b/typescript/src/models/RasterPropertiesKey.ts index edacc728..507b19d7 100644 --- a/typescript/src/models/RasterPropertiesKey.ts +++ b/typescript/src/models/RasterPropertiesKey.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterResultDescriptor.ts b/typescript/src/models/RasterResultDescriptor.ts index 22005f8d..4d472729 100644 --- a/typescript/src/models/RasterResultDescriptor.ts +++ b/typescript/src/models/RasterResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterStreamWebsocketResultType.ts b/typescript/src/models/RasterStreamWebsocketResultType.ts index f1604b32..0e72bdb2 100644 --- a/typescript/src/models/RasterStreamWebsocketResultType.ts +++ b/typescript/src/models/RasterStreamWebsocketResultType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterSymbology.ts b/typescript/src/models/RasterSymbology.ts index 92d464ae..c4bbe515 100644 --- a/typescript/src/models/RasterSymbology.ts +++ b/typescript/src/models/RasterSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterToDatasetQueryRectangle.ts b/typescript/src/models/RasterToDatasetQueryRectangle.ts index fabbff69..bd2f45a1 100644 --- a/typescript/src/models/RasterToDatasetQueryRectangle.ts +++ b/typescript/src/models/RasterToDatasetQueryRectangle.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Resource.ts b/typescript/src/models/Resource.ts index 04b32aa5..5871ee03 100644 --- a/typescript/src/models/Resource.ts +++ b/typescript/src/models/Resource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Role.ts b/typescript/src/models/Role.ts index 7277b040..f6753bf1 100644 --- a/typescript/src/models/Role.ts +++ b/typescript/src/models/Role.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RoleDescription.ts b/typescript/src/models/RoleDescription.ts index 6d5655fd..d960db5c 100644 --- a/typescript/src/models/RoleDescription.ts +++ b/typescript/src/models/RoleDescription.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/STRectangle.ts b/typescript/src/models/STRectangle.ts index 2eb4d463..b5340582 100644 --- a/typescript/src/models/STRectangle.ts +++ b/typescript/src/models/STRectangle.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SearchCapabilities.ts b/typescript/src/models/SearchCapabilities.ts index 74dfb629..0381d083 100644 --- a/typescript/src/models/SearchCapabilities.ts +++ b/typescript/src/models/SearchCapabilities.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SearchType.ts b/typescript/src/models/SearchType.ts index 96661aaa..5f2b3b0e 100644 --- a/typescript/src/models/SearchType.ts +++ b/typescript/src/models/SearchType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SearchTypes.ts b/typescript/src/models/SearchTypes.ts index 627279da..ade946bb 100644 --- a/typescript/src/models/SearchTypes.ts +++ b/typescript/src/models/SearchTypes.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts b/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts index 000be506..ac44f915 100644 --- a/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts +++ b/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ServerInfo.ts b/typescript/src/models/ServerInfo.ts index b6cf90e9..794baf8e 100644 --- a/typescript/src/models/ServerInfo.ts +++ b/typescript/src/models/ServerInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SingleBandRasterColorizer.ts b/typescript/src/models/SingleBandRasterColorizer.ts index ee0b1a88..2cd38b19 100644 --- a/typescript/src/models/SingleBandRasterColorizer.ts +++ b/typescript/src/models/SingleBandRasterColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialGridDefinition.ts b/typescript/src/models/SpatialGridDefinition.ts index a2ff9ff3..bfdd2993 100644 --- a/typescript/src/models/SpatialGridDefinition.ts +++ b/typescript/src/models/SpatialGridDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialGridDescriptor.ts b/typescript/src/models/SpatialGridDescriptor.ts index b7de510b..c0e532c6 100644 --- a/typescript/src/models/SpatialGridDescriptor.ts +++ b/typescript/src/models/SpatialGridDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialGridDescriptorState.ts b/typescript/src/models/SpatialGridDescriptorState.ts index 4e956e07..99cf5ec5 100644 --- a/typescript/src/models/SpatialGridDescriptorState.ts +++ b/typescript/src/models/SpatialGridDescriptorState.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialPartition2D.ts b/typescript/src/models/SpatialPartition2D.ts index ff23f964..2c1b0191 100644 --- a/typescript/src/models/SpatialPartition2D.ts +++ b/typescript/src/models/SpatialPartition2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialReferenceAuthority.ts b/typescript/src/models/SpatialReferenceAuthority.ts index 966f5a59..805feb1f 100644 --- a/typescript/src/models/SpatialReferenceAuthority.ts +++ b/typescript/src/models/SpatialReferenceAuthority.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialReferenceSpecification.ts b/typescript/src/models/SpatialReferenceSpecification.ts index f7fe9484..1a481f49 100644 --- a/typescript/src/models/SpatialReferenceSpecification.ts +++ b/typescript/src/models/SpatialReferenceSpecification.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialResolution.ts b/typescript/src/models/SpatialResolution.ts index 837397af..d0edcebe 100644 --- a/typescript/src/models/SpatialResolution.ts +++ b/typescript/src/models/SpatialResolution.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StacApiRetries.ts b/typescript/src/models/StacApiRetries.ts index 94ce0087..64e574ce 100644 --- a/typescript/src/models/StacApiRetries.ts +++ b/typescript/src/models/StacApiRetries.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StacQueryBuffer.ts b/typescript/src/models/StacQueryBuffer.ts index 3781b92b..48cb5052 100644 --- a/typescript/src/models/StacQueryBuffer.ts +++ b/typescript/src/models/StacQueryBuffer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StaticColor.ts b/typescript/src/models/StaticColor.ts index 539b26ed..f10a02cf 100644 --- a/typescript/src/models/StaticColor.ts +++ b/typescript/src/models/StaticColor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StaticNumber.ts b/typescript/src/models/StaticNumber.ts index 5e969b32..910bbd8a 100644 --- a/typescript/src/models/StaticNumber.ts +++ b/typescript/src/models/StaticNumber.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StrokeParam.ts b/typescript/src/models/StrokeParam.ts index f3dc1a31..f9fce10b 100644 --- a/typescript/src/models/StrokeParam.ts +++ b/typescript/src/models/StrokeParam.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SuggestMetaData.ts b/typescript/src/models/SuggestMetaData.ts index ed9d55c7..460188ce 100644 --- a/typescript/src/models/SuggestMetaData.ts +++ b/typescript/src/models/SuggestMetaData.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Symbology.ts b/typescript/src/models/Symbology.ts index 5da8d78c..a5def528 100644 --- a/typescript/src/models/Symbology.ts +++ b/typescript/src/models/Symbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskAbortOptions.ts b/typescript/src/models/TaskAbortOptions.ts index db1450b5..5830b10a 100644 --- a/typescript/src/models/TaskAbortOptions.ts +++ b/typescript/src/models/TaskAbortOptions.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskFilter.ts b/typescript/src/models/TaskFilter.ts index cb13c74f..39eed17c 100644 --- a/typescript/src/models/TaskFilter.ts +++ b/typescript/src/models/TaskFilter.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskListOptions.ts b/typescript/src/models/TaskListOptions.ts index 0538e68a..bce73184 100644 --- a/typescript/src/models/TaskListOptions.ts +++ b/typescript/src/models/TaskListOptions.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskResponse.ts b/typescript/src/models/TaskResponse.ts index d9e4f55c..a27221d1 100644 --- a/typescript/src/models/TaskResponse.ts +++ b/typescript/src/models/TaskResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatus.ts b/typescript/src/models/TaskStatus.ts index a2c81146..e9648c3f 100644 --- a/typescript/src/models/TaskStatus.ts +++ b/typescript/src/models/TaskStatus.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusAborted.ts b/typescript/src/models/TaskStatusAborted.ts index 2c8fb104..d195edce 100644 --- a/typescript/src/models/TaskStatusAborted.ts +++ b/typescript/src/models/TaskStatusAborted.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusCompleted.ts b/typescript/src/models/TaskStatusCompleted.ts index 359e123f..6519ea3a 100644 --- a/typescript/src/models/TaskStatusCompleted.ts +++ b/typescript/src/models/TaskStatusCompleted.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusFailed.ts b/typescript/src/models/TaskStatusFailed.ts index 49811875..52e10ce3 100644 --- a/typescript/src/models/TaskStatusFailed.ts +++ b/typescript/src/models/TaskStatusFailed.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusRunning.ts b/typescript/src/models/TaskStatusRunning.ts index 0f0a8075..a0b2ae02 100644 --- a/typescript/src/models/TaskStatusRunning.ts +++ b/typescript/src/models/TaskStatusRunning.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusWithId.ts b/typescript/src/models/TaskStatusWithId.ts index 89977cd7..ff4d275c 100644 --- a/typescript/src/models/TaskStatusWithId.ts +++ b/typescript/src/models/TaskStatusWithId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TextSymbology.ts b/typescript/src/models/TextSymbology.ts index 440b964b..ca4effce 100644 --- a/typescript/src/models/TextSymbology.ts +++ b/typescript/src/models/TextSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeGranularity.ts b/typescript/src/models/TimeGranularity.ts index c10bceb9..cb9b513a 100644 --- a/typescript/src/models/TimeGranularity.ts +++ b/typescript/src/models/TimeGranularity.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeInterval.ts b/typescript/src/models/TimeInterval.ts index e2c43fb9..60e2a057 100644 --- a/typescript/src/models/TimeInterval.ts +++ b/typescript/src/models/TimeInterval.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeReference.ts b/typescript/src/models/TimeReference.ts index 4f98905b..978e579c 100644 --- a/typescript/src/models/TimeReference.ts +++ b/typescript/src/models/TimeReference.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeStep.ts b/typescript/src/models/TimeStep.ts index fc128fbe..5db6aff6 100644 --- a/typescript/src/models/TimeStep.ts +++ b/typescript/src/models/TimeStep.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedDataProviderDefinition.ts b/typescript/src/models/TypedDataProviderDefinition.ts index 6a7b6317..781211c1 100644 --- a/typescript/src/models/TypedDataProviderDefinition.ts +++ b/typescript/src/models/TypedDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometry.ts b/typescript/src/models/TypedGeometry.ts index 14c92d5c..c716c615 100644 --- a/typescript/src/models/TypedGeometry.ts +++ b/typescript/src/models/TypedGeometry.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf.ts b/typescript/src/models/TypedGeometryOneOf.ts index 796e3ed9..e1fc304d 100644 --- a/typescript/src/models/TypedGeometryOneOf.ts +++ b/typescript/src/models/TypedGeometryOneOf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf1.ts b/typescript/src/models/TypedGeometryOneOf1.ts index 1ac5f8f6..03b68c5f 100644 --- a/typescript/src/models/TypedGeometryOneOf1.ts +++ b/typescript/src/models/TypedGeometryOneOf1.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf2.ts b/typescript/src/models/TypedGeometryOneOf2.ts index 0495c4c0..884fd062 100644 --- a/typescript/src/models/TypedGeometryOneOf2.ts +++ b/typescript/src/models/TypedGeometryOneOf2.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf3.ts b/typescript/src/models/TypedGeometryOneOf3.ts index 2826d2d9..7ec26ab0 100644 --- a/typescript/src/models/TypedGeometryOneOf3.ts +++ b/typescript/src/models/TypedGeometryOneOf3.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedOperator.ts b/typescript/src/models/TypedOperator.ts index b1cc2f98..441a662c 100644 --- a/typescript/src/models/TypedOperator.ts +++ b/typescript/src/models/TypedOperator.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedOperatorOperator.ts b/typescript/src/models/TypedOperatorOperator.ts index 34a3e2ad..966af0e9 100644 --- a/typescript/src/models/TypedOperatorOperator.ts +++ b/typescript/src/models/TypedOperatorOperator.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedPlotResultDescriptor.ts b/typescript/src/models/TypedPlotResultDescriptor.ts index dba4e47c..0a4b33bd 100644 --- a/typescript/src/models/TypedPlotResultDescriptor.ts +++ b/typescript/src/models/TypedPlotResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedRasterResultDescriptor.ts b/typescript/src/models/TypedRasterResultDescriptor.ts index 47e46a8a..9ca81f73 100644 --- a/typescript/src/models/TypedRasterResultDescriptor.ts +++ b/typescript/src/models/TypedRasterResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedResultDescriptor.ts b/typescript/src/models/TypedResultDescriptor.ts index 92d940f1..e0131bfd 100644 --- a/typescript/src/models/TypedResultDescriptor.ts +++ b/typescript/src/models/TypedResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedVectorResultDescriptor.ts b/typescript/src/models/TypedVectorResultDescriptor.ts index 979ccc0b..9077fab4 100644 --- a/typescript/src/models/TypedVectorResultDescriptor.ts +++ b/typescript/src/models/TypedVectorResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UnitlessMeasurement.ts b/typescript/src/models/UnitlessMeasurement.ts index ebe7fd5a..ae5ff72a 100644 --- a/typescript/src/models/UnitlessMeasurement.ts +++ b/typescript/src/models/UnitlessMeasurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UnixTimeStampType.ts b/typescript/src/models/UnixTimeStampType.ts index 8f75698a..312b1da2 100644 --- a/typescript/src/models/UnixTimeStampType.ts +++ b/typescript/src/models/UnixTimeStampType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateDataset.ts b/typescript/src/models/UpdateDataset.ts index f88f57a6..4add248a 100644 --- a/typescript/src/models/UpdateDataset.ts +++ b/typescript/src/models/UpdateDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateLayer.ts b/typescript/src/models/UpdateLayer.ts index 3bf5f7a4..d1d4e332 100644 --- a/typescript/src/models/UpdateLayer.ts +++ b/typescript/src/models/UpdateLayer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateLayerCollection.ts b/typescript/src/models/UpdateLayerCollection.ts index d36fe85b..2000243e 100644 --- a/typescript/src/models/UpdateLayerCollection.ts +++ b/typescript/src/models/UpdateLayerCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateProject.ts b/typescript/src/models/UpdateProject.ts index 4bbec168..89ea4f96 100644 --- a/typescript/src/models/UpdateProject.ts +++ b/typescript/src/models/UpdateProject.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateQuota.ts b/typescript/src/models/UpdateQuota.ts index 4d5461d0..e19605de 100644 --- a/typescript/src/models/UpdateQuota.ts +++ b/typescript/src/models/UpdateQuota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UploadFileLayersResponse.ts b/typescript/src/models/UploadFileLayersResponse.ts index 659b9e43..2e6bae23 100644 --- a/typescript/src/models/UploadFileLayersResponse.ts +++ b/typescript/src/models/UploadFileLayersResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UploadFilesResponse.ts b/typescript/src/models/UploadFilesResponse.ts index aab62aa0..15e70540 100644 --- a/typescript/src/models/UploadFilesResponse.ts +++ b/typescript/src/models/UploadFilesResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UsageSummaryGranularity.ts b/typescript/src/models/UsageSummaryGranularity.ts index 2aa87838..a0089349 100644 --- a/typescript/src/models/UsageSummaryGranularity.ts +++ b/typescript/src/models/UsageSummaryGranularity.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserCredentials.ts b/typescript/src/models/UserCredentials.ts index 6975df0b..8b01170c 100644 --- a/typescript/src/models/UserCredentials.ts +++ b/typescript/src/models/UserCredentials.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserInfo.ts b/typescript/src/models/UserInfo.ts index d11b9274..5732afb5 100644 --- a/typescript/src/models/UserInfo.ts +++ b/typescript/src/models/UserInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserRegistration.ts b/typescript/src/models/UserRegistration.ts index 8651a845..7cb596f5 100644 --- a/typescript/src/models/UserRegistration.ts +++ b/typescript/src/models/UserRegistration.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserSession.ts b/typescript/src/models/UserSession.ts index 09a0ac24..c82c3f9d 100644 --- a/typescript/src/models/UserSession.ts +++ b/typescript/src/models/UserSession.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VecUpdate.ts b/typescript/src/models/VecUpdate.ts index 5fdccd10..03df68b5 100644 --- a/typescript/src/models/VecUpdate.ts +++ b/typescript/src/models/VecUpdate.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VectorColumnInfo.ts b/typescript/src/models/VectorColumnInfo.ts index 25ffa4e7..2d61f2df 100644 --- a/typescript/src/models/VectorColumnInfo.ts +++ b/typescript/src/models/VectorColumnInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VectorDataType.ts b/typescript/src/models/VectorDataType.ts index 6fd9e6c6..ef8b7dca 100644 --- a/typescript/src/models/VectorDataType.ts +++ b/typescript/src/models/VectorDataType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VectorResultDescriptor.ts b/typescript/src/models/VectorResultDescriptor.ts index 4a7541d7..f7a07904 100644 --- a/typescript/src/models/VectorResultDescriptor.ts +++ b/typescript/src/models/VectorResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Volume.ts b/typescript/src/models/Volume.ts index 7c29c4cb..45b3f55c 100644 --- a/typescript/src/models/Volume.ts +++ b/typescript/src/models/Volume.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VolumeFileLayersResponse.ts b/typescript/src/models/VolumeFileLayersResponse.ts index b067dfb0..5301340b 100644 --- a/typescript/src/models/VolumeFileLayersResponse.ts +++ b/typescript/src/models/VolumeFileLayersResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WcsBoundingbox.ts b/typescript/src/models/WcsBoundingbox.ts index 07df170a..8d5f6471 100644 --- a/typescript/src/models/WcsBoundingbox.ts +++ b/typescript/src/models/WcsBoundingbox.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WcsService.ts b/typescript/src/models/WcsService.ts index 0e534c46..43f01fe8 100644 --- a/typescript/src/models/WcsService.ts +++ b/typescript/src/models/WcsService.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WcsVersion.ts b/typescript/src/models/WcsVersion.ts index 71af8e2d..9e77fc96 100644 --- a/typescript/src/models/WcsVersion.ts +++ b/typescript/src/models/WcsVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WfsService.ts b/typescript/src/models/WfsService.ts index 6cd95600..90ec7225 100644 --- a/typescript/src/models/WfsService.ts +++ b/typescript/src/models/WfsService.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WfsVersion.ts b/typescript/src/models/WfsVersion.ts index 2fe64b30..78fe3a4b 100644 --- a/typescript/src/models/WfsVersion.ts +++ b/typescript/src/models/WfsVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WildliveDataConnectorDefinition.ts b/typescript/src/models/WildliveDataConnectorDefinition.ts index cabcc67d..4373170e 100644 --- a/typescript/src/models/WildliveDataConnectorDefinition.ts +++ b/typescript/src/models/WildliveDataConnectorDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WmsService.ts b/typescript/src/models/WmsService.ts index ce374b0c..40fd26e0 100644 --- a/typescript/src/models/WmsService.ts +++ b/typescript/src/models/WmsService.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WmsVersion.ts b/typescript/src/models/WmsVersion.ts index 35513d59..b795794d 100644 --- a/typescript/src/models/WmsVersion.ts +++ b/typescript/src/models/WmsVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Workflow.ts b/typescript/src/models/Workflow.ts index 69549af4..fd4fb13f 100644 --- a/typescript/src/models/Workflow.ts +++ b/typescript/src/models/Workflow.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WrappedPlotOutput.ts b/typescript/src/models/WrappedPlotOutput.ts index 553417a2..a2409fd8 100644 --- a/typescript/src/models/WrappedPlotOutput.ts +++ b/typescript/src/models/WrappedPlotOutput.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index 180daecc..fe71c64a 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). From bcce9daf1674eae3a7577e59282b2e30f596fcf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Mon, 11 Aug 2025 13:34:16 +0200 Subject: [PATCH 03/19] add postprocessing --- .generation/post-process/python.py | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index 894d675e..60be8bcc 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -13,6 +13,7 @@ INDENT = ' ' HALF_INDENT = ' ' + def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the api_client.py file.''' for line in file_contents: @@ -25,6 +26,7 @@ def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: yield line + def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the exceptions.py file.''' for line in file_contents: @@ -39,6 +41,7 @@ def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: yield line + def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the task_status_with_id.py file.''' for line in file_contents: @@ -73,12 +76,14 @@ def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, Non yield line + EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent(dedent('''\ # Note: fixed handling of empty responses if response_data.data is None: return None '''), 2 * INDENT) + def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the tasks_api.py file.''' state: Literal[None, 'abort_handler'] = None @@ -88,12 +93,13 @@ def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: state = 'abort_handler' elif state == 'abort_handler' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): + dedented_line.startswith('return self.api_client.response_deserialize('): line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line state = None yield line + def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the tasks_api.py file.''' state: Literal[ @@ -105,7 +111,8 @@ def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: if state is None and ( dedented_line.startswith('def add_existing_layer_to_collection(') or - dedented_line.startswith('def add_existing_collection_to_collection(') + dedented_line.startswith( + 'def add_existing_collection_to_collection(') or dedented_line.startswith('def remove_collection_from_collection(') or @@ -116,12 +123,13 @@ def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: state = 'add_early_return_empty_http_response' elif state == 'add_early_return_empty_http_response' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): + dedented_line.startswith('return self.api_client.response_deserialize('): line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line state = None yield line + def ogc_xyz_api_py(ogc_api: Literal['wfs', 'wms']) -> Callable[[List[str]], Generator[str, None, None]]: '''Modify the ogc_xyz_api.py file.''' def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: @@ -141,7 +149,7 @@ def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: ''' Modify the raster_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 ''' @@ -161,9 +169,8 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None _obj = cls.model_validate({ "bands": [RasterBandDescriptor.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, - "bbox": SpatialPartition2D.from_dict(obj["bbox"]) if obj.get("bbox") is not None else None, + "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "dataType": obj.get("dataType"), - "resolution": SpatialResolution.from_dict(obj["resolution"]) if obj.get("resolution") is not None else None, "spatialReference": obj.get("spatialReference"), "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) @@ -172,10 +179,11 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None yield line + def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: ''' Modify the vector_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 ''' @@ -214,7 +222,7 @@ def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: ''' Modify the plot_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 ''' @@ -242,6 +250,7 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, yield line + input_file = Path(sys.argv[1]) file_modifications = { @@ -260,6 +269,6 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, if modifier_function := file_modifications.get(input_file.name): modify_file(input_file, modifier_function) else: - pass # leave file untouched + pass # leave file untouched exit(0) From 1e0aefab880e044533470e71a7f226f8d60b3e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Mon, 11 Aug 2025 13:41:24 +0200 Subject: [PATCH 04/19] update RasterResultDescriptor deserialization --- .../models/raster_result_descriptor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index e691127e..fb29ebde 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -110,9 +110,8 @@ def from_dict(cls, obj: Dict[str, Any]) -> Optional[Self]: _obj = cls.model_validate({ "bands": [RasterBandDescriptor.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, - "bbox": SpatialPartition2D.from_dict(obj["bbox"]) if obj.get("bbox") is not None else None, + "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "dataType": obj.get("dataType"), - "resolution": SpatialResolution.from_dict(obj["resolution"]) if obj.get("resolution") is not None else None, "spatialReference": obj.get("spatialReference"), "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) From 208f73e5b48661087a40fe138898d087fcc682e4 Mon Sep 17 00:00:00 2001 From: Christian Beilschmidt Date: Tue, 19 Aug 2025 15:54:45 +0200 Subject: [PATCH 05/19] fix ogc wfs api --- .generation/post-process/typescript.py | 84 +++++++++++++++++--------- typescript/dist/apis/OGCWFSApi.js | 4 +- typescript/dist/esm/apis/OGCWFSApi.js | 4 +- typescript/src/apis/OGCWFSApi.ts | 4 +- 4 files changed, 62 insertions(+), 34 deletions(-) diff --git a/.generation/post-process/typescript.py b/.generation/post-process/typescript.py index 2a9da6e2..49e21ac8 100644 --- a/.generation/post-process/typescript.py +++ b/.generation/post-process/typescript.py @@ -1,8 +1,8 @@ #!/bin/python3 -''' +""" Post-processing of generated code. -''' +""" import sys from pathlib import Path @@ -10,86 +10,114 @@ from textwrap import dedent, indent from util import modify_file, version -INDENT = ' ' +INDENT = " " + def runtime_ts(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the runtime.ts file.''' + """Modify the runtime.ts file.""" for line in file_contents: - if line.startswith('export const DefaultConfig ='): - line = dedent(f'''\ + if line.startswith("export const DefaultConfig ="): + line = dedent(f"""\ export const DefaultConfig = new Configuration({{ headers: {{ 'User-Agent': 'geoengine/openapi-client/typescript/{version()}' }} }}); - ''') + """) yield line + # fixes due to https://github.com/OpenAPITools/openapi-generator/issues/14831 def plot_update_ts(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the PlotUpdate.ts file.''' + """Modify the PlotUpdate.ts file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('if (instanceOfPlot(value))'): - line = indent(dedent('''\ + if dedented_line.startswith("if (instanceOfPlot(value))"): + line = indent( + dedent("""\ if (typeof value === 'object' && instanceOfPlot(value)) { - '''), INDENT) + """), + INDENT, + ) yield line + # fixes due to https://github.com/OpenAPITools/openapi-generator/issues/14831 def layer_update_ts(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the LayerUpdate.ts file.''' + """Modify the LayerUpdate.ts file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('if (instanceOfProjectLayer(value))'): - line = indent(dedent('''\ + if dedented_line.startswith("if (instanceOfProjectLayer(value))"): + line = indent( + dedent("""\ if (typeof value === 'object' && instanceOfProjectLayer(value)) { - '''), INDENT) + """), + INDENT, + ) yield line + # Fix: interface cannot inherit union type def task_status_with_id_ts(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the TaskStatusWithId.ts file.''' + """Modify the TaskStatusWithId.ts file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('export interface TaskStatusWithId extends TaskStatus'): - line = dedent('''\ + if dedented_line.startswith( + "export interface TaskStatusWithId extends TaskStatus" + ): + line = dedent("""\ export type TaskStatusWithId = { taskId: string } & TaskStatus; export interface _TaskStatusWithId /* extends TaskStatus */ { - ''') + """) yield line + def vec_update_ts(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the VecUpdate.ts file.''' + """Modify the VecUpdate.ts file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('if (instanceOfPlot(value)) {'): - line = indent("if (typeof value === 'object' && instanceOfPlot(value)) {\n", INDENT) + if dedented_line.startswith("if (instanceOfPlot(value)) {"): + line = indent( + "if (typeof value === 'object' && instanceOfPlot(value)) {\n", INDENT + ) + + yield line + + +def ogcwfsapi_ts(file_contents: List[str]) -> Generator[str, None, None]: + """Modify the OGCWFSApi.ts file.""" + for line in file_contents: + dedented_line = dedent(line) + if dedented_line.startswith("path: `/wfs/{workflow}?request=GetFeature`"): + line = line.replace("?request=GetFeature", "") + elif dedented_line.startswith("path: `/wfs/{workflow}?request=GetCapabilities"): + line = line.replace("?request=GetCapabilities", "") yield line input_file = Path(sys.argv[1]) file_modifications = { - 'LayerUpdate.ts': layer_update_ts, - 'PlotUpdate.ts': plot_update_ts, - 'runtime.ts': runtime_ts, - 'TaskStatusWithId.ts': task_status_with_id_ts, - 'VecUpdate.ts': vec_update_ts, + "LayerUpdate.ts": layer_update_ts, + "OGCWFSApi.ts": ogcwfsapi_ts, + "PlotUpdate.ts": plot_update_ts, + "runtime.ts": runtime_ts, + "TaskStatusWithId.ts": task_status_with_id_ts, + "VecUpdate.ts": vec_update_ts, } if modifier_function := file_modifications.get(input_file.name): modify_file(input_file, modifier_function) else: - pass # leave file untouched + pass # leave file untouched exit(0) diff --git a/typescript/dist/apis/OGCWFSApi.js b/typescript/dist/apis/OGCWFSApi.js index 8c784238..8085e317 100644 --- a/typescript/dist/apis/OGCWFSApi.js +++ b/typescript/dist/apis/OGCWFSApi.js @@ -56,7 +56,7 @@ class OGCWFSApi extends runtime.BaseAPI { } } const response = yield this.request({ - path: `/wfs/{workflow}?request=GetCapabilities`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))).replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))).replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))), + path: `/wfs/{workflow}`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))).replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))).replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))), method: 'GET', headers: headerParameters, query: queryParameters, @@ -150,7 +150,7 @@ class OGCWFSApi extends runtime.BaseAPI { } } const response = yield this.request({ - path: `/wfs/{workflow}?request=GetFeature`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))), + path: `/wfs/{workflow}`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))), method: 'GET', headers: headerParameters, query: queryParameters, diff --git a/typescript/dist/esm/apis/OGCWFSApi.js b/typescript/dist/esm/apis/OGCWFSApi.js index f2513c2d..d114c363 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.js +++ b/typescript/dist/esm/apis/OGCWFSApi.js @@ -53,7 +53,7 @@ export class OGCWFSApi extends runtime.BaseAPI { } } const response = yield this.request({ - path: `/wfs/{workflow}?request=GetCapabilities`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))).replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))).replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))), + path: `/wfs/{workflow}`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))).replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))).replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))), method: 'GET', headers: headerParameters, query: queryParameters, @@ -147,7 +147,7 @@ export class OGCWFSApi extends runtime.BaseAPI { } } const response = yield this.request({ - path: `/wfs/{workflow}?request=GetFeature`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))), + path: `/wfs/{workflow}`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))), method: 'GET', headers: headerParameters, query: queryParameters, diff --git a/typescript/src/apis/OGCWFSApi.ts b/typescript/src/apis/OGCWFSApi.ts index a0aac151..11487c6d 100644 --- a/typescript/src/apis/OGCWFSApi.ts +++ b/typescript/src/apis/OGCWFSApi.ts @@ -109,7 +109,7 @@ export class OGCWFSApi extends runtime.BaseAPI { } } const response = await this.request({ - path: `/wfs/{workflow}?request=GetCapabilities`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))).replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))).replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))), + path: `/wfs/{workflow}`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))).replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))).replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))), method: 'GET', headers: headerParameters, query: queryParameters, @@ -238,7 +238,7 @@ export class OGCWFSApi extends runtime.BaseAPI { } } const response = await this.request({ - path: `/wfs/{workflow}?request=GetFeature`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))), + path: `/wfs/{workflow}`.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))), method: 'GET', headers: headerParameters, query: queryParameters, From 4c2f8f457da125b8480f8367d50d5710a1e73575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Mon, 27 Oct 2025 11:07:15 +0100 Subject: [PATCH 06/19] include TimeDescriptor in RasterResultDescriptor --- .generation/input/openapi.json | 50 ++++++-- python/.openapi-generator/FILES | 6 + python/README.md | 2 + python/geoengine_openapi_client/__init__.py | 2 + .../models/__init__.py | 2 + .../models/raster_result_descriptor.py | 11 +- .../models/regular_time_dimension.py | 94 +++++++++++++++ .../models/time_descriptor.py | 108 ++++++++++++++++++ .../models/typed_raster_result_descriptor.py | 9 +- python/test/test_gdal_meta_data_list.py | 24 +++- python/test/test_gdal_meta_data_regular.py | 24 +++- python/test/test_gdal_meta_data_static.py | 24 +++- python/test/test_gdal_metadata_net_cdf_cf.py | 24 +++- python/test/test_meta_data_definition.py | 24 +++- python/test/test_raster_result_descriptor.py | 21 +++- python/test/test_regular_time_dimension.py | 59 ++++++++++ python/test/test_time_descriptor.py | 59 ++++++++++ python/test/test_typed_result_descriptor.py | 3 + .../esm/models/RasterResultDescriptor.d.ts | 6 +- .../dist/esm/models/RasterResultDescriptor.js | 8 +- .../dist/esm/models/RegularTimeDimension.d.ts | 39 +++++++ .../dist/esm/models/RegularTimeDimension.js | 48 ++++++++ .../dist/esm/models/TimeDescriptor.d.ts | 40 +++++++ typescript/dist/esm/models/TimeDescriptor.js | 45 ++++++++ typescript/dist/esm/models/index.d.ts | 2 + typescript/dist/esm/models/index.js | 2 + .../dist/models/RasterResultDescriptor.d.ts | 6 +- .../dist/models/RasterResultDescriptor.js | 8 +- .../dist/models/RegularTimeDimension.d.ts | 39 +++++++ .../dist/models/RegularTimeDimension.js | 55 +++++++++ typescript/dist/models/TimeDescriptor.d.ts | 40 +++++++ typescript/dist/models/TimeDescriptor.js | 52 +++++++++ typescript/dist/models/index.d.ts | 2 + typescript/dist/models/index.js | 2 + .../src/models/RasterResultDescriptor.ts | 21 ++-- typescript/src/models/RegularTimeDimension.ts | 83 ++++++++++++++ typescript/src/models/TimeDescriptor.ts | 88 ++++++++++++++ .../src/models/TypedRasterResultDescriptor.ts | 12 +- typescript/src/models/index.ts | 2 + 39 files changed, 1062 insertions(+), 84 deletions(-) create mode 100644 python/geoengine_openapi_client/models/regular_time_dimension.py create mode 100644 python/geoengine_openapi_client/models/time_descriptor.py create mode 100644 python/test/test_regular_time_dimension.py create mode 100644 python/test/test_time_descriptor.py create mode 100644 typescript/dist/esm/models/RegularTimeDimension.d.ts create mode 100644 typescript/dist/esm/models/RegularTimeDimension.js create mode 100644 typescript/dist/esm/models/TimeDescriptor.d.ts create mode 100644 typescript/dist/esm/models/TimeDescriptor.js create mode 100644 typescript/dist/models/RegularTimeDimension.d.ts create mode 100644 typescript/dist/models/RegularTimeDimension.js create mode 100644 typescript/dist/models/TimeDescriptor.d.ts create mode 100644 typescript/dist/models/TimeDescriptor.js create mode 100644 typescript/src/models/RegularTimeDimension.ts create mode 100644 typescript/src/models/TimeDescriptor.ts diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index f0eb24a6..b1e2cd7e 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -9312,6 +9312,7 @@ "required": [ "dataType", "spatialReference", + "time", "spatialGrid", "bands" ], @@ -9329,14 +9330,7 @@ "type": "string" }, "time": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/TimeInterval" - } - ] + "$ref": "#/components/schemas/TimeDescriptor" } } }, @@ -9386,6 +9380,21 @@ } } }, + "RegularTimeDimension": { + "type": "object", + "required": [ + "origin", + "step" + ], + "properties": { + "origin": { + "$ref": "#/components/schemas/TimeInstance" + }, + "step": { + "$ref": "#/components/schemas/TimeStep" + } + } + }, "Resource": { "oneOf": [ { @@ -10112,6 +10121,31 @@ } } }, + "TimeDescriptor": { + "type": "object", + "properties": { + "bounds": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/TimeInterval" + } + ] + }, + "dimension": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/RegularTimeDimension" + } + ] + } + } + }, "TimeGranularity": { "type": "string", "description": "A time granularity.", diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 5bc5ebc5..8f2c95b2 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -177,6 +177,7 @@ docs/RasterResultDescriptor.md docs/RasterStreamWebsocketResultType.md docs/RasterSymbology.md docs/RasterToDatasetQueryRectangle.md +docs/RegularTimeDimension.md docs/Resource.md docs/Role.md docs/RoleDescription.md @@ -215,6 +216,7 @@ docs/TaskStatusRunning.md docs/TaskStatusWithId.md docs/TasksApi.md docs/TextSymbology.md +docs/TimeDescriptor.md docs/TimeGranularity.md docs/TimeInterval.md docs/TimeReference.md @@ -451,6 +453,7 @@ geoengine_openapi_client/models/raster_result_descriptor.py geoengine_openapi_client/models/raster_stream_websocket_result_type.py geoengine_openapi_client/models/raster_symbology.py geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py +geoengine_openapi_client/models/regular_time_dimension.py geoengine_openapi_client/models/resource.py geoengine_openapi_client/models/role.py geoengine_openapi_client/models/role_description.py @@ -486,6 +489,7 @@ geoengine_openapi_client/models/task_status_failed.py geoengine_openapi_client/models/task_status_running.py geoengine_openapi_client/models/task_status_with_id.py geoengine_openapi_client/models/text_symbology.py +geoengine_openapi_client/models/time_descriptor.py geoengine_openapi_client/models/time_granularity.py geoengine_openapi_client/models/time_interval.py geoengine_openapi_client/models/time_reference.py @@ -715,6 +719,7 @@ test/test_raster_result_descriptor.py test/test_raster_stream_websocket_result_type.py test/test_raster_symbology.py test/test_raster_to_dataset_query_rectangle.py +test/test_regular_time_dimension.py test/test_resource.py test/test_role.py test/test_role_description.py @@ -753,6 +758,7 @@ test/test_task_status_running.py test/test_task_status_with_id.py test/test_tasks_api.py test/test_text_symbology.py +test/test_time_descriptor.py test/test_time_granularity.py test/test_time_interval.py test/test_time_reference.py diff --git a/python/README.md b/python/README.md index 59d6154a..4b45a5d1 100644 --- a/python/README.md +++ b/python/README.md @@ -358,6 +358,7 @@ Class | Method | HTTP request | Description - [RasterStreamWebsocketResultType](docs/RasterStreamWebsocketResultType.md) - [RasterSymbology](docs/RasterSymbology.md) - [RasterToDatasetQueryRectangle](docs/RasterToDatasetQueryRectangle.md) + - [RegularTimeDimension](docs/RegularTimeDimension.md) - [Resource](docs/Resource.md) - [Role](docs/Role.md) - [RoleDescription](docs/RoleDescription.md) @@ -393,6 +394,7 @@ Class | Method | HTTP request | Description - [TaskStatusRunning](docs/TaskStatusRunning.md) - [TaskStatusWithId](docs/TaskStatusWithId.md) - [TextSymbology](docs/TextSymbology.md) + - [TimeDescriptor](docs/TimeDescriptor.md) - [TimeGranularity](docs/TimeGranularity.md) - [TimeInterval](docs/TimeInterval.md) - [TimeReference](docs/TimeReference.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 6872fcc4..89f51ca1 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -211,6 +211,7 @@ from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.raster_symbology import RasterSymbology from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension from geoengine_openapi_client.models.resource import Resource from geoengine_openapi_client.models.role import Role from geoengine_openapi_client.models.role_description import RoleDescription @@ -246,6 +247,7 @@ from geoengine_openapi_client.models.task_status_running import TaskStatusRunning from geoengine_openapi_client.models.task_status_with_id import TaskStatusWithId from geoengine_openapi_client.models.text_symbology import TextSymbology +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from geoengine_openapi_client.models.time_granularity import TimeGranularity from geoengine_openapi_client.models.time_interval import TimeInterval from geoengine_openapi_client.models.time_reference import TimeReference diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index 97dea64f..0eaa2e69 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -179,6 +179,7 @@ from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.raster_symbology import RasterSymbology from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension from geoengine_openapi_client.models.resource import Resource from geoengine_openapi_client.models.role import Role from geoengine_openapi_client.models.role_description import RoleDescription @@ -214,6 +215,7 @@ from geoengine_openapi_client.models.task_status_running import TaskStatusRunning from geoengine_openapi_client.models.task_status_with_id import TaskStatusWithId from geoengine_openapi_client.models.text_symbology import TextSymbology +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from geoengine_openapi_client.models.time_granularity import TimeGranularity from geoengine_openapi_client.models.time_interval import TimeInterval from geoengine_openapi_client.models.time_reference import TimeReference diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index fb29ebde..81cd786a 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -19,11 +19,11 @@ import json from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from geoengine_openapi_client.models.raster_band_descriptor import RasterBandDescriptor from geoengine_openapi_client.models.raster_data_type import RasterDataType from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from typing import Optional, Set from typing_extensions import Self @@ -35,7 +35,7 @@ class RasterResultDescriptor(BaseModel): data_type: RasterDataType = Field(alias="dataType") spatial_grid: SpatialGridDescriptor = Field(alias="spatialGrid") spatial_reference: StrictStr = Field(alias="spatialReference") - time: Optional[TimeInterval] = None + time: TimeDescriptor __properties: ClassVar[List[str]] = ["bands", "dataType", "spatialGrid", "spatialReference", "time"] model_config = ConfigDict( @@ -90,11 +90,6 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of time if self.time: _dict['time'] = self.time.to_dict() - # set to None if time (nullable) is None - # and model_fields_set contains the field - if self.time is None and "time" in self.model_fields_set: - _dict['time'] = None - return _dict @classmethod diff --git a/python/geoengine_openapi_client/models/regular_time_dimension.py b/python/geoengine_openapi_client/models/regular_time_dimension.py new file mode 100644 index 00000000..3072be6d --- /dev/null +++ b/python/geoengine_openapi_client/models/regular_time_dimension.py @@ -0,0 +1,94 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictInt +from typing import Any, ClassVar, Dict, List +from geoengine_openapi_client.models.time_step import TimeStep +from typing import Optional, Set +from typing_extensions import Self + +class RegularTimeDimension(BaseModel): + """ + RegularTimeDimension + """ # noqa: E501 + origin: StrictInt + step: TimeStep + __properties: ClassVar[List[str]] = ["origin", "step"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of RegularTimeDimension from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of step + if self.step: + _dict['step'] = self.step.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of RegularTimeDimension from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "origin": obj.get("origin"), + "step": TimeStep.from_dict(obj["step"]) if obj.get("step") is not None else None + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/time_descriptor.py b/python/geoengine_openapi_client/models/time_descriptor.py new file mode 100644 index 00000000..3777a3f5 --- /dev/null +++ b/python/geoengine_openapi_client/models/time_descriptor.py @@ -0,0 +1,108 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict +from typing import Any, ClassVar, Dict, List, Optional +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension +from geoengine_openapi_client.models.time_interval import TimeInterval +from typing import Optional, Set +from typing_extensions import Self + +class TimeDescriptor(BaseModel): + """ + TimeDescriptor + """ # noqa: E501 + bounds: Optional[TimeInterval] = None + dimension: Optional[RegularTimeDimension] = None + __properties: ClassVar[List[str]] = ["bounds", "dimension"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of TimeDescriptor from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of bounds + if self.bounds: + _dict['bounds'] = self.bounds.to_dict() + # override the default output from pydantic by calling `to_dict()` of dimension + if self.dimension: + _dict['dimension'] = self.dimension.to_dict() + # set to None if bounds (nullable) is None + # and model_fields_set contains the field + if self.bounds is None and "bounds" in self.model_fields_set: + _dict['bounds'] = None + + # set to None if dimension (nullable) is None + # and model_fields_set contains the field + if self.dimension is None and "dimension" in self.model_fields_set: + _dict['dimension'] = None + + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of TimeDescriptor from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "bounds": TimeInterval.from_dict(obj["bounds"]) if obj.get("bounds") is not None else None, + "dimension": RegularTimeDimension.from_dict(obj["dimension"]) if obj.get("dimension") is not None else None + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py index 4dcf1a92..05efc5cd 100644 --- a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py @@ -24,7 +24,7 @@ from geoengine_openapi_client.models.raster_data_type import RasterDataType from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from typing import Optional, Set from typing_extensions import Self @@ -94,11 +94,6 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of time if self.time: _dict['time'] = self.time.to_dict() - # set to None if time (nullable) is None - # and model_fields_set contains the field - if self.time is None and "time" in self.model_fields_set: - _dict['time'] = None - return _dict @classmethod @@ -115,7 +110,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "dataType": obj.get("dataType"), "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "spatialReference": obj.get("spatialReference"), - "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, "type": obj.get("type") }) return _obj diff --git a/python/test/test_gdal_meta_data_list.py b/python/test/test_gdal_meta_data_list.py index f64f4d66..6ee34e22 100644 --- a/python/test/test_gdal_meta_data_list.py +++ b/python/test/test_gdal_meta_data_list.py @@ -99,9 +99,15 @@ def make_instance(self, include_optional) -> GdalMetaDataList: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'GdalMetaDataList' ) else: @@ -169,9 +175,15 @@ def make_instance(self, include_optional) -> GdalMetaDataList: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'GdalMetaDataList', ) """ diff --git a/python/test/test_gdal_meta_data_regular.py b/python/test/test_gdal_meta_data_regular.py index 3ba4fc24..ce8e31ae 100644 --- a/python/test/test_gdal_meta_data_regular.py +++ b/python/test/test_gdal_meta_data_regular.py @@ -96,9 +96,15 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', step = 0, ), @@ -170,9 +176,15 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', step = 0, ), diff --git a/python/test/test_gdal_meta_data_static.py b/python/test/test_gdal_meta_data_static.py index a821599c..33ce9ad9 100644 --- a/python/test/test_gdal_meta_data_static.py +++ b/python/test/test_gdal_meta_data_static.py @@ -93,9 +93,15 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), @@ -159,9 +165,15 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'GdalStatic', ) """ diff --git a/python/test/test_gdal_metadata_net_cdf_cf.py b/python/test/test_gdal_metadata_net_cdf_cf.py index 1989eb5f..94e392d1 100644 --- a/python/test/test_gdal_metadata_net_cdf_cf.py +++ b/python/test/test_gdal_metadata_net_cdf_cf.py @@ -95,9 +95,15 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), start = 56, step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', @@ -164,9 +170,15 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), start = 56, step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', diff --git a/python/test/test_meta_data_definition.py b/python/test/test_meta_data_definition.py index 18f66255..6a5148fc 100644 --- a/python/test/test_meta_data_definition.py +++ b/python/test/test_meta_data_definition.py @@ -94,9 +94,15 @@ def make_instance(self, include_optional) -> MetaDataDefinition: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'MockMetaData', cache_ttl = 0, data_time = geoengine_openapi_client.models.time_interval.TimeInterval( @@ -184,9 +190,15 @@ def make_instance(self, include_optional) -> MetaDataDefinition: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'MockMetaData', data_time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_raster_result_descriptor.py b/python/test/test_raster_result_descriptor.py index ac9f0ed3..7289abbe 100644 --- a/python/test/test_raster_result_descriptor.py +++ b/python/test/test_raster_result_descriptor.py @@ -59,9 +59,15 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ) + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ) ) else: return RasterResultDescriptor( @@ -88,6 +94,15 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ) """ diff --git a/python/test/test_regular_time_dimension.py b/python/test/test_regular_time_dimension.py new file mode 100644 index 00000000..a70e979c --- /dev/null +++ b/python/test/test_regular_time_dimension.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension + +class TestRegularTimeDimension(unittest.TestCase): + """RegularTimeDimension unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RegularTimeDimension: + """Test RegularTimeDimension + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RegularTimeDimension` + """ + model = RegularTimeDimension() + if include_optional: + return RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ) + ) + else: + return RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), + ) + """ + + def testRegularTimeDimension(self): + """Test RegularTimeDimension""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_time_descriptor.py b/python/test/test_time_descriptor.py new file mode 100644 index 00000000..9e5afbca --- /dev/null +++ b/python/test/test_time_descriptor.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor + +class TestTimeDescriptor(unittest.TestCase): + """TimeDescriptor unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> TimeDescriptor: + """Test TimeDescriptor + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `TimeDescriptor` + """ + model = TimeDescriptor() + if include_optional: + return TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ) + ) + else: + return TimeDescriptor( + ) + """ + + def testTimeDescriptor(self): + """Test TimeDescriptor""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_typed_result_descriptor.py b/python/test/test_typed_result_descriptor.py index bb4c181c..0aa046d3 100644 --- a/python/test/test_typed_result_descriptor.py +++ b/python/test/test_typed_result_descriptor.py @@ -101,6 +101,9 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: x_idx = 56, y_idx = 56, ), ), ), ), spatial_reference = '', + time = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), type = 'raster', columns = { 'key' : geoengine_openapi_client.models.vector_column_info.VectorColumnInfo( diff --git a/typescript/dist/esm/models/RasterResultDescriptor.d.ts b/typescript/dist/esm/models/RasterResultDescriptor.d.ts index 8e8fccc3..4f323f04 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterResultDescriptor.d.ts @@ -9,7 +9,7 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import type { TimeInterval } from './TimeInterval'; +import type { TimeDescriptor } from './TimeDescriptor'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; @@ -45,10 +45,10 @@ export interface RasterResultDescriptor { spatialReference: string; /** * - * @type {TimeInterval} + * @type {TimeDescriptor} * @memberof RasterResultDescriptor */ - time?: TimeInterval | null; + time: TimeDescriptor; } /** * Check if a given object implements the RasterResultDescriptor interface. diff --git a/typescript/dist/esm/models/RasterResultDescriptor.js b/typescript/dist/esm/models/RasterResultDescriptor.js index 60d26d7f..dbde947c 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.js +++ b/typescript/dist/esm/models/RasterResultDescriptor.js @@ -11,7 +11,7 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; +import { TimeDescriptorFromJSON, TimeDescriptorToJSON, } from './TimeDescriptor'; import { RasterBandDescriptorFromJSON, RasterBandDescriptorToJSON, } from './RasterBandDescriptor'; import { SpatialGridDescriptorFromJSON, SpatialGridDescriptorToJSON, } from './SpatialGridDescriptor'; import { RasterDataTypeFromJSON, RasterDataTypeToJSON, } from './RasterDataType'; @@ -27,6 +27,8 @@ export function instanceOfRasterResultDescriptor(value) { return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) + return false; return true; } export function RasterResultDescriptorFromJSON(json) { @@ -41,7 +43,7 @@ export function RasterResultDescriptorFromJSONTyped(json, ignoreDiscriminator) { 'dataType': RasterDataTypeFromJSON(json['dataType']), 'spatialGrid': SpatialGridDescriptorFromJSON(json['spatialGrid']), 'spatialReference': json['spatialReference'], - 'time': json['time'] == null ? undefined : TimeIntervalFromJSON(json['time']), + 'time': TimeDescriptorFromJSON(json['time']), }; } export function RasterResultDescriptorToJSON(json) { @@ -56,6 +58,6 @@ export function RasterResultDescriptorToJSONTyped(value, ignoreDiscriminator = f 'dataType': RasterDataTypeToJSON(value['dataType']), 'spatialGrid': SpatialGridDescriptorToJSON(value['spatialGrid']), 'spatialReference': value['spatialReference'], - 'time': TimeIntervalToJSON(value['time']), + 'time': TimeDescriptorToJSON(value['time']), }; } diff --git a/typescript/dist/esm/models/RegularTimeDimension.d.ts b/typescript/dist/esm/models/RegularTimeDimension.d.ts new file mode 100644 index 00000000..ce8935bd --- /dev/null +++ b/typescript/dist/esm/models/RegularTimeDimension.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeStep } from './TimeStep'; +/** + * + * @export + * @interface RegularTimeDimension + */ +export interface RegularTimeDimension { + /** + * + * @type {number} + * @memberof RegularTimeDimension + */ + origin: number; + /** + * + * @type {TimeStep} + * @memberof RegularTimeDimension + */ + step: TimeStep; +} +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export declare function instanceOfRegularTimeDimension(value: object): value is RegularTimeDimension; +export declare function RegularTimeDimensionFromJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegularTimeDimension; +export declare function RegularTimeDimensionToJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionToJSONTyped(value?: RegularTimeDimension | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/RegularTimeDimension.js b/typescript/dist/esm/models/RegularTimeDimension.js new file mode 100644 index 00000000..600cccf2 --- /dev/null +++ b/typescript/dist/esm/models/RegularTimeDimension.js @@ -0,0 +1,48 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { TimeStepFromJSON, TimeStepToJSON, } from './TimeStep'; +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export function instanceOfRegularTimeDimension(value) { + if (!('origin' in value) || value['origin'] === undefined) + return false; + if (!('step' in value) || value['step'] === undefined) + return false; + return true; +} +export function RegularTimeDimensionFromJSON(json) { + return RegularTimeDimensionFromJSONTyped(json, false); +} +export function RegularTimeDimensionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'origin': json['origin'], + 'step': TimeStepFromJSON(json['step']), + }; +} +export function RegularTimeDimensionToJSON(json) { + return RegularTimeDimensionToJSONTyped(json, false); +} +export function RegularTimeDimensionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'origin': value['origin'], + 'step': TimeStepToJSON(value['step']), + }; +} diff --git a/typescript/dist/esm/models/TimeDescriptor.d.ts b/typescript/dist/esm/models/TimeDescriptor.d.ts new file mode 100644 index 00000000..ecd85946 --- /dev/null +++ b/typescript/dist/esm/models/TimeDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +/** + * + * @export + * @interface TimeDescriptor + */ +export interface TimeDescriptor { + /** + * + * @type {TimeInterval} + * @memberof TimeDescriptor + */ + bounds?: TimeInterval | null; + /** + * + * @type {RegularTimeDimension} + * @memberof TimeDescriptor + */ + dimension?: RegularTimeDimension | null; +} +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export declare function instanceOfTimeDescriptor(value: object): value is TimeDescriptor; +export declare function TimeDescriptorFromJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDescriptor; +export declare function TimeDescriptorToJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/TimeDescriptor.js b/typescript/dist/esm/models/TimeDescriptor.js new file mode 100644 index 00000000..f5a39c24 --- /dev/null +++ b/typescript/dist/esm/models/TimeDescriptor.js @@ -0,0 +1,45 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; +import { RegularTimeDimensionFromJSON, RegularTimeDimensionToJSON, } from './RegularTimeDimension'; +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export function instanceOfTimeDescriptor(value) { + return true; +} +export function TimeDescriptorFromJSON(json) { + return TimeDescriptorFromJSONTyped(json, false); +} +export function TimeDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bounds': json['bounds'] == null ? undefined : TimeIntervalFromJSON(json['bounds']), + 'dimension': json['dimension'] == null ? undefined : RegularTimeDimensionFromJSON(json['dimension']), + }; +} +export function TimeDescriptorToJSON(json) { + return TimeDescriptorToJSONTyped(json, false); +} +export function TimeDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bounds': TimeIntervalToJSON(value['bounds']), + 'dimension': RegularTimeDimensionToJSON(value['dimension']), + }; +} diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index 03919a10..01c054f1 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -162,6 +162,7 @@ export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -197,6 +198,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index 7a72516a..7d8b0696 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -164,6 +164,7 @@ export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -199,6 +200,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; diff --git a/typescript/dist/models/RasterResultDescriptor.d.ts b/typescript/dist/models/RasterResultDescriptor.d.ts index 8e8fccc3..4f323f04 100644 --- a/typescript/dist/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/models/RasterResultDescriptor.d.ts @@ -9,7 +9,7 @@ * https://openapi-generator.tech * Do not edit the class manually. */ -import type { TimeInterval } from './TimeInterval'; +import type { TimeDescriptor } from './TimeDescriptor'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; @@ -45,10 +45,10 @@ export interface RasterResultDescriptor { spatialReference: string; /** * - * @type {TimeInterval} + * @type {TimeDescriptor} * @memberof RasterResultDescriptor */ - time?: TimeInterval | null; + time: TimeDescriptor; } /** * Check if a given object implements the RasterResultDescriptor interface. diff --git a/typescript/dist/models/RasterResultDescriptor.js b/typescript/dist/models/RasterResultDescriptor.js index 4c653aae..154c395c 100644 --- a/typescript/dist/models/RasterResultDescriptor.js +++ b/typescript/dist/models/RasterResultDescriptor.js @@ -18,7 +18,7 @@ exports.RasterResultDescriptorFromJSON = RasterResultDescriptorFromJSON; exports.RasterResultDescriptorFromJSONTyped = RasterResultDescriptorFromJSONTyped; exports.RasterResultDescriptorToJSON = RasterResultDescriptorToJSON; exports.RasterResultDescriptorToJSONTyped = RasterResultDescriptorToJSONTyped; -const TimeInterval_1 = require("./TimeInterval"); +const TimeDescriptor_1 = require("./TimeDescriptor"); const RasterBandDescriptor_1 = require("./RasterBandDescriptor"); const SpatialGridDescriptor_1 = require("./SpatialGridDescriptor"); const RasterDataType_1 = require("./RasterDataType"); @@ -34,6 +34,8 @@ function instanceOfRasterResultDescriptor(value) { return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) + return false; return true; } function RasterResultDescriptorFromJSON(json) { @@ -48,7 +50,7 @@ function RasterResultDescriptorFromJSONTyped(json, ignoreDiscriminator) { 'dataType': (0, RasterDataType_1.RasterDataTypeFromJSON)(json['dataType']), 'spatialGrid': (0, SpatialGridDescriptor_1.SpatialGridDescriptorFromJSON)(json['spatialGrid']), 'spatialReference': json['spatialReference'], - 'time': json['time'] == null ? undefined : (0, TimeInterval_1.TimeIntervalFromJSON)(json['time']), + 'time': (0, TimeDescriptor_1.TimeDescriptorFromJSON)(json['time']), }; } function RasterResultDescriptorToJSON(json) { @@ -63,6 +65,6 @@ function RasterResultDescriptorToJSONTyped(value, ignoreDiscriminator = false) { 'dataType': (0, RasterDataType_1.RasterDataTypeToJSON)(value['dataType']), 'spatialGrid': (0, SpatialGridDescriptor_1.SpatialGridDescriptorToJSON)(value['spatialGrid']), 'spatialReference': value['spatialReference'], - 'time': (0, TimeInterval_1.TimeIntervalToJSON)(value['time']), + 'time': (0, TimeDescriptor_1.TimeDescriptorToJSON)(value['time']), }; } diff --git a/typescript/dist/models/RegularTimeDimension.d.ts b/typescript/dist/models/RegularTimeDimension.d.ts new file mode 100644 index 00000000..ce8935bd --- /dev/null +++ b/typescript/dist/models/RegularTimeDimension.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeStep } from './TimeStep'; +/** + * + * @export + * @interface RegularTimeDimension + */ +export interface RegularTimeDimension { + /** + * + * @type {number} + * @memberof RegularTimeDimension + */ + origin: number; + /** + * + * @type {TimeStep} + * @memberof RegularTimeDimension + */ + step: TimeStep; +} +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export declare function instanceOfRegularTimeDimension(value: object): value is RegularTimeDimension; +export declare function RegularTimeDimensionFromJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegularTimeDimension; +export declare function RegularTimeDimensionToJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionToJSONTyped(value?: RegularTimeDimension | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/RegularTimeDimension.js b/typescript/dist/models/RegularTimeDimension.js new file mode 100644 index 00000000..119ddee7 --- /dev/null +++ b/typescript/dist/models/RegularTimeDimension.js @@ -0,0 +1,55 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfRegularTimeDimension = instanceOfRegularTimeDimension; +exports.RegularTimeDimensionFromJSON = RegularTimeDimensionFromJSON; +exports.RegularTimeDimensionFromJSONTyped = RegularTimeDimensionFromJSONTyped; +exports.RegularTimeDimensionToJSON = RegularTimeDimensionToJSON; +exports.RegularTimeDimensionToJSONTyped = RegularTimeDimensionToJSONTyped; +const TimeStep_1 = require("./TimeStep"); +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +function instanceOfRegularTimeDimension(value) { + if (!('origin' in value) || value['origin'] === undefined) + return false; + if (!('step' in value) || value['step'] === undefined) + return false; + return true; +} +function RegularTimeDimensionFromJSON(json) { + return RegularTimeDimensionFromJSONTyped(json, false); +} +function RegularTimeDimensionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'origin': json['origin'], + 'step': (0, TimeStep_1.TimeStepFromJSON)(json['step']), + }; +} +function RegularTimeDimensionToJSON(json) { + return RegularTimeDimensionToJSONTyped(json, false); +} +function RegularTimeDimensionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'origin': value['origin'], + 'step': (0, TimeStep_1.TimeStepToJSON)(value['step']), + }; +} diff --git a/typescript/dist/models/TimeDescriptor.d.ts b/typescript/dist/models/TimeDescriptor.d.ts new file mode 100644 index 00000000..ecd85946 --- /dev/null +++ b/typescript/dist/models/TimeDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +/** + * + * @export + * @interface TimeDescriptor + */ +export interface TimeDescriptor { + /** + * + * @type {TimeInterval} + * @memberof TimeDescriptor + */ + bounds?: TimeInterval | null; + /** + * + * @type {RegularTimeDimension} + * @memberof TimeDescriptor + */ + dimension?: RegularTimeDimension | null; +} +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export declare function instanceOfTimeDescriptor(value: object): value is TimeDescriptor; +export declare function TimeDescriptorFromJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDescriptor; +export declare function TimeDescriptorToJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/TimeDescriptor.js b/typescript/dist/models/TimeDescriptor.js new file mode 100644 index 00000000..6b5b453a --- /dev/null +++ b/typescript/dist/models/TimeDescriptor.js @@ -0,0 +1,52 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfTimeDescriptor = instanceOfTimeDescriptor; +exports.TimeDescriptorFromJSON = TimeDescriptorFromJSON; +exports.TimeDescriptorFromJSONTyped = TimeDescriptorFromJSONTyped; +exports.TimeDescriptorToJSON = TimeDescriptorToJSON; +exports.TimeDescriptorToJSONTyped = TimeDescriptorToJSONTyped; +const TimeInterval_1 = require("./TimeInterval"); +const RegularTimeDimension_1 = require("./RegularTimeDimension"); +/** + * Check if a given object implements the TimeDescriptor interface. + */ +function instanceOfTimeDescriptor(value) { + return true; +} +function TimeDescriptorFromJSON(json) { + return TimeDescriptorFromJSONTyped(json, false); +} +function TimeDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bounds': json['bounds'] == null ? undefined : (0, TimeInterval_1.TimeIntervalFromJSON)(json['bounds']), + 'dimension': json['dimension'] == null ? undefined : (0, RegularTimeDimension_1.RegularTimeDimensionFromJSON)(json['dimension']), + }; +} +function TimeDescriptorToJSON(json) { + return TimeDescriptorToJSONTyped(json, false); +} +function TimeDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bounds': (0, TimeInterval_1.TimeIntervalToJSON)(value['bounds']), + 'dimension': (0, RegularTimeDimension_1.RegularTimeDimensionToJSON)(value['dimension']), + }; +} diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index 03919a10..01c054f1 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -162,6 +162,7 @@ export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -197,6 +198,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index 585882e6..cc134db0 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -180,6 +180,7 @@ __exportStar(require("./RasterResultDescriptor"), exports); __exportStar(require("./RasterStreamWebsocketResultType"), exports); __exportStar(require("./RasterSymbology"), exports); __exportStar(require("./RasterToDatasetQueryRectangle"), exports); +__exportStar(require("./RegularTimeDimension"), exports); __exportStar(require("./Resource"), exports); __exportStar(require("./Role"), exports); __exportStar(require("./RoleDescription"), exports); @@ -215,6 +216,7 @@ __exportStar(require("./TaskStatusFailed"), exports); __exportStar(require("./TaskStatusRunning"), exports); __exportStar(require("./TaskStatusWithId"), exports); __exportStar(require("./TextSymbology"), exports); +__exportStar(require("./TimeDescriptor"), exports); __exportStar(require("./TimeGranularity"), exports); __exportStar(require("./TimeInterval"), exports); __exportStar(require("./TimeReference"), exports); diff --git a/typescript/src/models/RasterResultDescriptor.ts b/typescript/src/models/RasterResultDescriptor.ts index 4d472729..00daa65c 100644 --- a/typescript/src/models/RasterResultDescriptor.ts +++ b/typescript/src/models/RasterResultDescriptor.ts @@ -13,13 +13,13 @@ */ import { mapValues } from '../runtime'; -import type { TimeInterval } from './TimeInterval'; +import type { TimeDescriptor } from './TimeDescriptor'; import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; + TimeDescriptorFromJSON, + TimeDescriptorFromJSONTyped, + TimeDescriptorToJSON, + TimeDescriptorToJSONTyped, +} from './TimeDescriptor'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; import { RasterBandDescriptorFromJSON, @@ -74,10 +74,10 @@ export interface RasterResultDescriptor { spatialReference: string; /** * - * @type {TimeInterval} + * @type {TimeDescriptor} * @memberof RasterResultDescriptor */ - time?: TimeInterval | null; + time: TimeDescriptor; } @@ -90,6 +90,7 @@ export function instanceOfRasterResultDescriptor(value: object): value is Raster if (!('dataType' in value) || value['dataType'] === undefined) return false; if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) return false; return true; } @@ -107,7 +108,7 @@ export function RasterResultDescriptorFromJSONTyped(json: any, ignoreDiscriminat 'dataType': RasterDataTypeFromJSON(json['dataType']), 'spatialGrid': SpatialGridDescriptorFromJSON(json['spatialGrid']), 'spatialReference': json['spatialReference'], - 'time': json['time'] == null ? undefined : TimeIntervalFromJSON(json['time']), + 'time': TimeDescriptorFromJSON(json['time']), }; } @@ -126,7 +127,7 @@ export function RasterResultDescriptorToJSONTyped(value?: RasterResultDescriptor 'dataType': RasterDataTypeToJSON(value['dataType']), 'spatialGrid': SpatialGridDescriptorToJSON(value['spatialGrid']), 'spatialReference': value['spatialReference'], - 'time': TimeIntervalToJSON(value['time']), + 'time': TimeDescriptorToJSON(value['time']), }; } diff --git a/typescript/src/models/RegularTimeDimension.ts b/typescript/src/models/RegularTimeDimension.ts new file mode 100644 index 00000000..88b77e73 --- /dev/null +++ b/typescript/src/models/RegularTimeDimension.ts @@ -0,0 +1,83 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { TimeStep } from './TimeStep'; +import { + TimeStepFromJSON, + TimeStepFromJSONTyped, + TimeStepToJSON, + TimeStepToJSONTyped, +} from './TimeStep'; + +/** + * + * @export + * @interface RegularTimeDimension + */ +export interface RegularTimeDimension { + /** + * + * @type {number} + * @memberof RegularTimeDimension + */ + origin: number; + /** + * + * @type {TimeStep} + * @memberof RegularTimeDimension + */ + step: TimeStep; +} + +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export function instanceOfRegularTimeDimension(value: object): value is RegularTimeDimension { + if (!('origin' in value) || value['origin'] === undefined) return false; + if (!('step' in value) || value['step'] === undefined) return false; + return true; +} + +export function RegularTimeDimensionFromJSON(json: any): RegularTimeDimension { + return RegularTimeDimensionFromJSONTyped(json, false); +} + +export function RegularTimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegularTimeDimension { + if (json == null) { + return json; + } + return { + + 'origin': json['origin'], + 'step': TimeStepFromJSON(json['step']), + }; +} + +export function RegularTimeDimensionToJSON(json: any): RegularTimeDimension { + return RegularTimeDimensionToJSONTyped(json, false); +} + +export function RegularTimeDimensionToJSONTyped(value?: RegularTimeDimension | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'origin': value['origin'], + 'step': TimeStepToJSON(value['step']), + }; +} + diff --git a/typescript/src/models/TimeDescriptor.ts b/typescript/src/models/TimeDescriptor.ts new file mode 100644 index 00000000..395aaa7b --- /dev/null +++ b/typescript/src/models/TimeDescriptor.ts @@ -0,0 +1,88 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { TimeInterval } from './TimeInterval'; +import { + TimeIntervalFromJSON, + TimeIntervalFromJSONTyped, + TimeIntervalToJSON, + TimeIntervalToJSONTyped, +} from './TimeInterval'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +import { + RegularTimeDimensionFromJSON, + RegularTimeDimensionFromJSONTyped, + RegularTimeDimensionToJSON, + RegularTimeDimensionToJSONTyped, +} from './RegularTimeDimension'; + +/** + * + * @export + * @interface TimeDescriptor + */ +export interface TimeDescriptor { + /** + * + * @type {TimeInterval} + * @memberof TimeDescriptor + */ + bounds?: TimeInterval | null; + /** + * + * @type {RegularTimeDimension} + * @memberof TimeDescriptor + */ + dimension?: RegularTimeDimension | null; +} + +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export function instanceOfTimeDescriptor(value: object): value is TimeDescriptor { + return true; +} + +export function TimeDescriptorFromJSON(json: any): TimeDescriptor { + return TimeDescriptorFromJSONTyped(json, false); +} + +export function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDescriptor { + if (json == null) { + return json; + } + return { + + 'bounds': json['bounds'] == null ? undefined : TimeIntervalFromJSON(json['bounds']), + 'dimension': json['dimension'] == null ? undefined : RegularTimeDimensionFromJSON(json['dimension']), + }; +} + +export function TimeDescriptorToJSON(json: any): TimeDescriptor { + return TimeDescriptorToJSONTyped(json, false); +} + +export function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'bounds': TimeIntervalToJSON(value['bounds']), + 'dimension': RegularTimeDimensionToJSON(value['dimension']), + }; +} + diff --git a/typescript/src/models/TypedRasterResultDescriptor.ts b/typescript/src/models/TypedRasterResultDescriptor.ts index 9ca81f73..8bd7b531 100644 --- a/typescript/src/models/TypedRasterResultDescriptor.ts +++ b/typescript/src/models/TypedRasterResultDescriptor.ts @@ -13,13 +13,13 @@ */ import { mapValues } from '../runtime'; -import type { TimeInterval } from './TimeInterval'; +import type { TimeDescriptor } from './TimeDescriptor'; import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; + TimeDescriptorFromJSON, + TimeDescriptorFromJSONTyped, + TimeDescriptorToJSON, + TimeDescriptorToJSONTyped, +} from './TimeDescriptor'; import type { RasterResultDescriptor } from './RasterResultDescriptor'; import { RasterResultDescriptorFromJSON, diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index 7a72516a..7d8b0696 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -164,6 +164,7 @@ export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -199,6 +200,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; From d537c7a9a495a9d21fa56425a51d30b5d9168ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Tue, 28 Oct 2025 13:04:56 +0100 Subject: [PATCH 07/19] update RasterResultDescriptor post-processing --- .generation/post-process/python.py | 2 +- .../geoengine_openapi_client/models/raster_result_descriptor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index 60be8bcc..ca83eb71 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -172,7 +172,7 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "dataType": obj.get("dataType"), "spatialReference": obj.get("spatialReference"), - "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj '''), 2 * INDENT) diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index 81cd786a..0f931a2d 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -108,7 +108,7 @@ def from_dict(cls, obj: Dict[str, Any]) -> Optional[Self]: "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "dataType": obj.get("dataType"), "spatialReference": obj.get("spatialReference"), - "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj From 21f96e4a5944a35c9b807ed8c746b626f5048d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Tue, 28 Oct 2025 14:19:30 +0100 Subject: [PATCH 08/19] TimeStep fixed handling of TimeGranularity enum --- .generation/post-process/python.py | 246 ++++++++++++------ .../models/time_step.py | 13 + 2 files changed, 181 insertions(+), 78 deletions(-) diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index ca83eb71..7ac793c4 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -1,8 +1,8 @@ #!/bin/python3 -''' +""" Post-processing of generated code. -''' +""" import sys from pathlib import Path @@ -10,156 +10,196 @@ from textwrap import dedent, indent from util import modify_file, version -INDENT = ' ' -HALF_INDENT = ' ' +INDENT = " " +HALF_INDENT = " " def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the api_client.py file.''' + """Modify the api_client.py file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('self.user_agent = '): - line = indent(dedent(f'''\ + if dedented_line.startswith("self.user_agent = "): + line = indent( + dedent(f"""\ self.user_agent = 'geoengine/openapi-client/python/{version()}' - '''), 2 * INDENT) + """), + 2 * INDENT, + ) yield line def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the exceptions.py file.''' + """Modify the exceptions.py file.""" for line in file_contents: if dedent(line).startswith('"""Custom error messages for exception"""'): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: changed message formatting import json parsed_body = json.loads(self.body) return f'{parsed_body["error"]}: {parsed_body["message"]}' - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the task_status_with_id.py file.''' + """Modify the task_status_with_id.py file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('if self.info is None and'): - line = indent(dedent('''\ + if dedented_line.startswith("if self.info is None and"): + line = indent( + dedent("""\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "info", None) is None and "info" in self.actual_instance.__fields_set__: - '''), 2 * INDENT) + """), + 2 * INDENT, + ) - elif dedented_line.startswith('if self.clean_up is None and'): - line = indent(dedent('''\ + elif dedented_line.startswith("if self.clean_up is None and"): + line = indent( + dedent("""\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "clean_up", None) is None and "clean_up" in self.actual_instance.__fields_set__: - '''), 2 * INDENT) + """), + 2 * INDENT, + ) - elif dedented_line.startswith('if self.error is None and'): - line = indent(dedent('''\ + elif dedented_line.startswith("if self.error is None and"): + line = indent( + dedent("""\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "error", None) is None and "error" in self.actual_instance.__fields_set__: - '''), 2 * INDENT) - - elif dedented_line.startswith('_obj = cls.model_validate({'): - line = indent(dedent('''\ + """), + 2 * INDENT, + ) + + elif dedented_line.startswith("_obj = cls.model_validate({"): + line = ( + indent( + dedent("""\ # Note: fixed handling of actual_instance _obj = cls.model_validate({ "actual_instance": TaskStatus.from_dict(obj).actual_instance, "task_id": obj.get("taskId") }) return _obj - '''), 2 * INDENT) + '\n' + line + """), + 2 * INDENT, + ) + + "\n" + + line + ) yield line -EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent(dedent('''\ +EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent( + dedent("""\ # Note: fixed handling of empty responses if response_data.data is None: return None - '''), 2 * INDENT) + """), + 2 * INDENT, +) def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the tasks_api.py file.''' - state: Literal[None, 'abort_handler'] = None + """Modify the tasks_api.py file.""" + state: Literal[None, "abort_handler"] = None for line in file_contents: dedented_line = dedent(line) - if state is None and dedented_line.startswith('def abort_handler('): - state = 'abort_handler' + if state is None and dedented_line.startswith("def abort_handler("): + state = "abort_handler" - elif state == 'abort_handler' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): - line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line + elif state == "abort_handler" and dedented_line.startswith( + "return self.api_client.response_deserialize(" + ): + line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + "\n" + line state = None yield line def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the tasks_api.py file.''' + """Modify the tasks_api.py file.""" state: Literal[ None, - 'add_early_return_empty_http_response', + "add_early_return_empty_http_response", ] = None for line in file_contents: dedented_line = dedent(line) if state is None and ( - dedented_line.startswith('def add_existing_layer_to_collection(') - or - dedented_line.startswith( - 'def add_existing_collection_to_collection(') - or - dedented_line.startswith('def remove_collection_from_collection(') - or - dedented_line.startswith('def remove_layer_from_collection(') - or - dedented_line.startswith('def remove_collection(') + dedented_line.startswith("def add_existing_layer_to_collection(") + or dedented_line.startswith("def add_existing_collection_to_collection(") + or dedented_line.startswith("def remove_collection_from_collection(") + or dedented_line.startswith("def remove_layer_from_collection(") + or dedented_line.startswith("def remove_collection(") ): - state = 'add_early_return_empty_http_response' + state = "add_early_return_empty_http_response" - elif state == 'add_early_return_empty_http_response' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): - line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line + elif ( + state == "add_early_return_empty_http_response" + and dedented_line.startswith("return self.api_client.response_deserialize(") + ): + line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + "\n" + line state = None yield line -def ogc_xyz_api_py(ogc_api: Literal['wfs', 'wms']) -> Callable[[List[str]], Generator[str, None, None]]: - '''Modify the ogc_xyz_api.py file.''' +def ogc_xyz_api_py( + ogc_api: Literal["wfs", "wms"], +) -> Callable[[List[str]], Generator[str, None, None]]: + """Modify the ogc_xyz_api.py file.""" + def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the ogc_wfs_api.py file.''' + """Modify the ogc_wfs_api.py file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith(f"resource_path='/{ogc_api}/{{workflow}}?request="): - line = indent(dedent(f'''\ + if dedented_line.startswith( + f"resource_path='/{ogc_api}/{{workflow}}?request=" + ): + line = indent( + dedent(f"""\ # Note: remove query string in path part for ogc endpoints resource_path='/{ogc_api}/{{workflow}}', - '''), 3 * INDENT) + """), + 3 * INDENT, + ) yield line + return _ogc_xyz_api_py def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - ''' + """ Modify the raster_result_descriptor.py file. TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - ''' + """ for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of RasterResultDescriptor from a dict"""' ): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: fixed if obj is None: return None @@ -175,25 +215,32 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - ''' + """ Modify the vector_result_descriptor.py file. TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - ''' + """ for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of VectorResultDescriptor from a dict"""' ): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: fixed if obj is None: return None @@ -214,25 +261,32 @@ def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - ''' + """ Modify the plot_result_descriptor.py file. TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - ''' + """ for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of PlotResultDescriptor from a dict"""' ): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: fixed if obj is None: return None @@ -246,24 +300,60 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) + + yield line + +def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: + """ + Modify the time_step.py file. + """ + + for line in file_contents: + dedented_line = dedent(line) + if dedented_line.startswith('"""Create an instance of TimeStep from a dict"""'): + line = ( + line + + "\n" + + indent( + dedent("""\ + # Note: fixed handling of TimeGranularity enum + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "granularity": TimeGranularity(obj["granularity"]) if obj.get("granularity") is not None else None, + "step": obj.get("step"), + }) + return _obj + """), + 2 * INDENT, + ) + ) yield line input_file = Path(sys.argv[1]) file_modifications = { - 'api_client.py': api_client_py, - 'exceptions.py': exceptions_py, - 'layers_api.py': layers_api_py, - 'ogcwfs_api.py': ogc_xyz_api_py('wfs'), - 'ogcwms_api.py': ogc_xyz_api_py('wms'), - 'plot_result_descriptor.py': plot_result_descriptor_py, - 'raster_result_descriptor.py': raster_result_descriptor_py, - 'task_status_with_id.py': task_status_with_id_py, - 'tasks_api.py': tasks_api_py, - 'vector_result_descriptor.py': vector_result_descriptor_py, + "api_client.py": api_client_py, + "exceptions.py": exceptions_py, + "layers_api.py": layers_api_py, + "ogcwfs_api.py": ogc_xyz_api_py("wfs"), + "ogcwms_api.py": ogc_xyz_api_py("wms"), + "plot_result_descriptor.py": plot_result_descriptor_py, + "raster_result_descriptor.py": raster_result_descriptor_py, + "task_status_with_id.py": task_status_with_id_py, + "tasks_api.py": tasks_api_py, + "vector_result_descriptor.py": vector_result_descriptor_py, + "time_step.py": time_step_py, } if modifier_function := file_modifications.get(input_file.name): diff --git a/python/geoengine_openapi_client/models/time_step.py b/python/geoengine_openapi_client/models/time_step.py index 8216ae48..685061e6 100644 --- a/python/geoengine_openapi_client/models/time_step.py +++ b/python/geoengine_openapi_client/models/time_step.py @@ -78,4 +78,17 @@ def to_dict(self) -> Dict[str, Any]: def from_dict(cls, obj: Dict[str, Any]) -> Optional[Self]: """Create an instance of TimeStep from a dict""" + # Note: fixed handling of TimeGranularity enum + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "granularity": TimeGranularity(obj["granularity"]) if obj.get("granularity") is not None else None, + "step": obj.get("step"), + }) + return _obj + From 521e6dc38f5195a469ede1203798c36ad13863e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Tue, 28 Oct 2025 23:25:08 +0100 Subject: [PATCH 09/19] update backed ref --- .generation/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generation/config.ini b/.generation/config.ini index db9b7696..2a7f0de4 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,5 +1,5 @@ [input] -backendCommit = db8685e5eea69f4de8563fffcddb3f34b22136ce +backendCommit = 2f2fc88dcaa9b4b5993a9d980f4b4f1190585522 [general] githubUrl = https://github.com/geo-engine/openapi-client From 1d5f82a973df46f576fa74eb18bc15d6c11c73fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 19 Nov 2025 10:28:36 +0100 Subject: [PATCH 10/19] regnereate based on main generator --- .generation/config.ini | 2 +- .generation/input/openapi.json | 307 +++++++++--------- .generation/post-process/python.py | 31 +- python/.openapi-generator/FILES | 42 ++- python/README.md | 16 +- python/geoengine_openapi_client/__init__.py | 30 +- .../api/datasets_api.py | 2 +- .../api/general_api.py | 2 +- .../api/layers_api.py | 2 +- python/geoengine_openapi_client/api/ml_api.py | 2 +- .../api/ogcwcs_api.py | 2 +- .../api/ogcwfs_api.py | 2 +- .../api/ogcwms_api.py | 2 +- .../api/permissions_api.py | 2 +- .../geoengine_openapi_client/api/plots_api.py | 2 +- .../api/projects_api.py | 2 +- .../api/session_api.py | 2 +- .../api/spatial_references_api.py | 2 +- .../geoengine_openapi_client/api/tasks_api.py | 2 +- .../api/uploads_api.py | 2 +- .../geoengine_openapi_client/api/user_api.py | 2 +- .../api/workflows_api.py | 20 +- python/geoengine_openapi_client/api_client.py | 2 +- .../geoengine_openapi_client/configuration.py | 4 +- python/geoengine_openapi_client/exceptions.py | 2 +- .../models/__init__.py | 16 +- .../models/add_dataset.py | 2 +- .../models/add_layer.py | 2 +- .../models/add_layer_collection.py | 2 +- .../models/add_role.py | 2 +- .../models/aruna_data_provider_definition.py | 2 +- .../models/auth_code_request_url.py | 2 +- .../models/auth_code_response.py | 2 +- .../models/auto_create_dataset.py | 2 +- .../models/axis_order.py | 2 +- .../models/bounding_box2_d.py | 2 +- .../models/breakpoint.py | 2 +- .../models/classification_measurement.py | 2 +- .../models/collection_item.py | 2 +- .../models/collection_type.py | 2 +- .../models/color_param.py | 2 +- .../models/colorizer.py | 2 +- .../models/computation_quota.py | 2 +- .../models/continuous_measurement.py | 2 +- .../models/coordinate2_d.py | 2 +- ...icus_dataspace_data_provider_definition.py | 2 +- .../models/create_dataset.py | 2 +- .../models/create_project.py | 2 +- .../models/csv_header.py | 2 +- .../models/data_id.py | 2 +- .../models/data_path.py | 2 +- .../models/data_path_one_of.py | 2 +- .../models/data_path_one_of1.py | 2 +- .../models/data_provider_resource.py | 2 +- .../models/data_usage.py | 2 +- .../models/data_usage_summary.py | 2 +- .../models/database_connection_config.py | 2 +- .../models/dataset.py | 2 +- .../models/dataset_definition.py | 2 +- .../dataset_layer_listing_collection.py | 2 +- ...taset_layer_listing_provider_definition.py | 2 +- .../models/dataset_listing.py | 2 +- .../models/dataset_name_response.py | 2 +- .../models/dataset_resource.py | 2 +- .../models/derived_color.py | 2 +- .../models/derived_number.py | 2 +- .../models/describe_coverage_request.py | 2 +- .../ebv_portal_data_provider_definition.py | 2 +- .../models/edr_data_provider_definition.py | 2 +- .../models/edr_vector_spec.py | 2 +- .../models/error_response.py | 2 +- .../models/external_data_id.py | 2 +- .../models/feature_data_type.py | 2 +- .../models/file_not_found_handling.py | 2 +- .../models/format_specifics.py | 2 +- .../models/format_specifics_csv.py | 2 +- .../models/gbif_data_provider_definition.py | 2 +- .../models/gdal_dataset_geo_transform.py | 2 +- .../models/gdal_dataset_parameters.py | 2 +- .../gdal_loading_info_temporal_slice.py | 2 +- .../models/gdal_meta_data_list.py | 2 +- .../models/gdal_meta_data_regular.py | 2 +- .../models/gdal_meta_data_static.py | 2 +- .../models/gdal_metadata_mapping.py | 2 +- .../models/gdal_metadata_net_cdf_cf.py | 2 +- .../models/gdal_source_time_placeholder.py | 2 +- .../models/geo_json.py | 2 +- .../models/geo_transform.py | 96 ++++++ .../models/get_capabilities_format.py | 2 +- .../models/get_capabilities_request.py | 2 +- .../models/get_coverage_format.py | 2 +- .../models/get_coverage_request.py | 2 +- .../models/get_feature_request.py | 2 +- .../models/get_legend_graphic_request.py | 2 +- .../models/get_map_exception_format.py | 2 +- .../models/get_map_format.py | 2 +- .../models/get_map_request.py | 2 +- .../gfbio_abcd_data_provider_definition.py | 2 +- ...io_collections_data_provider_definition.py | 2 +- ...y_rectangle.py => grid_bounding_box2_d.py} | 41 +-- .../models/{stac_zone.py => grid_idx2_d.py} | 23 +- .../models/id_response.py | 2 +- .../models/internal_data_id.py | 2 +- .../geoengine_openapi_client/models/layer.py | 2 +- .../models/layer_collection.py | 2 +- .../models/layer_collection_listing.py | 2 +- .../models/layer_collection_resource.py | 2 +- .../models/layer_listing.py | 2 +- .../models/layer_provider_listing.py | 2 +- .../models/layer_resource.py | 2 +- .../models/layer_visibility.py | 2 +- .../models/line_symbology.py | 2 +- .../models/linear_gradient.py | 2 +- .../models/logarithmic_gradient.py | 2 +- .../models/measurement.py | 2 +- .../models/meta_data_definition.py | 2 +- .../models/meta_data_suggestion.py | 2 +- .../models/ml_model.py | 2 +- .../models/ml_model_input_no_data_handling.py | 2 +- ...ml_model_input_no_data_handling_variant.py | 2 +- .../models/ml_model_metadata.py | 2 +- .../models/ml_model_name_response.py | 2 +- .../ml_model_output_no_data_handling.py | 2 +- ...l_model_output_no_data_handling_variant.py | 2 +- .../models/ml_model_resource.py | 2 +- .../models/ml_tensor_shape3_d.py | 2 +- .../mock_dataset_data_source_loading_info.py | 2 +- .../models/mock_meta_data.py | 2 +- .../models/multi_band_raster_colorizer.py | 2 +- .../models/multi_line_string.py | 2 +- .../models/multi_point.py | 2 +- .../models/multi_polygon.py | 2 +- .../net_cdf_cf_data_provider_definition.py | 2 +- .../models/number_param.py | 2 +- .../models/ogr_meta_data.py | 2 +- .../models/ogr_source_column_spec.py | 2 +- .../models/ogr_source_dataset.py | 2 +- .../models/ogr_source_dataset_time_type.py | 2 +- .../ogr_source_dataset_time_type_none.py | 2 +- .../ogr_source_dataset_time_type_start.py | 2 +- ...source_dataset_time_type_start_duration.py | 2 +- .../ogr_source_dataset_time_type_start_end.py | 2 +- .../models/ogr_source_duration_spec.py | 2 +- .../ogr_source_duration_spec_infinite.py | 2 +- .../models/ogr_source_duration_spec_value.py | 2 +- .../models/ogr_source_duration_spec_zero.py | 2 +- .../models/ogr_source_error_spec.py | 2 +- .../models/ogr_source_time_format.py | 2 +- .../models/ogr_source_time_format_auto.py | 2 +- .../models/ogr_source_time_format_custom.py | 2 +- .../ogr_source_time_format_unix_time_stamp.py | 2 +- .../models/operator_quota.py | 2 +- .../models/order_by.py | 2 +- .../models/palette_colorizer.py | 2 +- .../pangaea_data_provider_definition.py | 2 +- .../models/permission.py | 2 +- .../models/permission_list_options.py | 2 +- .../models/permission_listing.py | 2 +- .../models/permission_request.py | 2 +- .../geoengine_openapi_client/models/plot.py | 2 +- .../models/plot_output_format.py | 2 +- .../models/plot_result_descriptor.py | 2 +- .../models/point_symbology.py | 2 +- .../models/polygon_symbology.py | 2 +- .../models/project.py | 2 +- .../models/project_layer.py | 2 +- .../models/project_listing.py | 2 +- .../models/project_resource.py | 2 +- .../models/project_update_token.py | 2 +- .../models/project_version.py | 2 +- .../models/provenance.py | 2 +- .../models/provenance_entry.py | 2 +- .../models/provenance_output.py | 2 +- .../models/provenances.py | 2 +- .../models/provider_capabilities.py | 2 +- .../models/provider_layer_collection_id.py | 2 +- .../models/provider_layer_id.py | 2 +- .../geoengine_openapi_client/models/quota.py | 2 +- .../models/raster_band_descriptor.py | 2 +- .../models/raster_colorizer.py | 2 +- .../models/raster_data_type.py | 2 +- .../models/raster_dataset_from_workflow.py | 8 +- .../raster_dataset_from_workflow_result.py | 2 +- .../models/raster_properties_entry_type.py | 2 +- .../models/raster_properties_key.py | 2 +- .../models/raster_result_descriptor.py | 45 +-- .../raster_stream_websocket_result_type.py | 2 +- .../models/raster_symbology.py | 2 +- ...y => raster_to_dataset_query_rectangle.py} | 16 +- ...stac_band.py => regular_time_dimension.py} | 36 +- .../models/resource.py | 2 +- .../geoengine_openapi_client/models/role.py | 2 +- .../models/role_description.py | 2 +- .../models/search_capabilities.py | 2 +- .../models/search_type.py | 2 +- .../models/search_types.py | 2 +- ...ntinel_s2_l2_a_cogs_provider_definition.py | 26 +- .../models/server_info.py | 2 +- .../models/single_band_raster_colorizer.py | 2 +- ...ectangle.py => spatial_grid_definition.py} | 42 +-- .../models/spatial_grid_descriptor.py | 95 ++++++ .../models/spatial_grid_descriptor_state.py | 38 +++ .../models/spatial_partition2_d.py | 2 +- .../models/spatial_reference_authority.py | 2 +- .../models/spatial_reference_specification.py | 2 +- .../models/spatial_resolution.py | 2 +- .../models/st_rectangle.py | 2 +- .../models/stac_api_retries.py | 2 +- .../models/stac_query_buffer.py | 2 +- .../models/static_color.py | 2 +- .../models/static_number.py | 2 +- .../models/stroke_param.py | 2 +- .../models/suggest_meta_data.py | 2 +- .../models/symbology.py | 2 +- .../models/task_abort_options.py | 2 +- .../models/task_filter.py | 2 +- .../models/task_list_options.py | 2 +- .../models/task_response.py | 2 +- .../models/task_status.py | 2 +- .../models/task_status_aborted.py | 2 +- .../models/task_status_completed.py | 2 +- .../models/task_status_failed.py | 2 +- .../models/task_status_running.py | 2 +- .../models/task_status_with_id.py | 2 +- .../models/text_symbology.py | 2 +- .../models/time_descriptor.py | 108 ++++++ .../models/time_granularity.py | 2 +- .../models/time_interval.py | 2 +- .../models/time_reference.py | 2 +- .../models/time_step.py | 15 +- .../models/typed_data_provider_definition.py | 2 +- .../models/typed_geometry.py | 2 +- .../models/typed_geometry_one_of.py | 2 +- .../models/typed_geometry_one_of1.py | 2 +- .../models/typed_geometry_one_of2.py | 2 +- .../models/typed_geometry_one_of3.py | 2 +- .../models/typed_operator.py | 2 +- .../models/typed_operator_operator.py | 2 +- .../models/typed_plot_result_descriptor.py | 2 +- .../models/typed_raster_result_descriptor.py | 38 +-- .../models/typed_result_descriptor.py | 2 +- .../models/typed_vector_result_descriptor.py | 2 +- .../models/unitless_measurement.py | 2 +- .../models/unix_time_stamp_type.py | 2 +- .../models/update_dataset.py | 2 +- .../models/update_layer.py | 2 +- .../models/update_layer_collection.py | 2 +- .../models/update_project.py | 2 +- .../models/update_quota.py | 2 +- .../models/upload_file_layers_response.py | 2 +- .../models/upload_files_response.py | 2 +- .../models/usage_summary_granularity.py | 2 +- .../models/user_credentials.py | 2 +- .../models/user_info.py | 2 +- .../models/user_registration.py | 2 +- .../models/user_session.py | 2 +- .../models/vec_update.py | 2 +- .../models/vector_column_info.py | 2 +- .../models/vector_data_type.py | 2 +- .../models/vector_result_descriptor.py | 2 +- .../geoengine_openapi_client/models/volume.py | 2 +- .../models/volume_file_layers_response.py | 2 +- .../models/wcs_boundingbox.py | 2 +- .../models/wcs_service.py | 2 +- .../models/wcs_version.py | 2 +- .../models/wfs_service.py | 2 +- .../models/wfs_version.py | 2 +- .../wildlive_data_connector_definition.py | 2 +- .../models/wms_service.py | 2 +- .../models/wms_version.py | 2 +- .../models/workflow.py | 2 +- .../models/wrapped_plot_output.py | 2 +- python/geoengine_openapi_client/rest.py | 2 +- python/setup.py | 2 +- python/test/test_add_dataset.py | 2 +- python/test/test_add_layer.py | 2 +- python/test/test_add_layer_collection.py | 2 +- python/test/test_add_role.py | 2 +- .../test_aruna_data_provider_definition.py | 2 +- python/test/test_auth_code_request_url.py | 2 +- python/test/test_auth_code_response.py | 2 +- python/test/test_auto_create_dataset.py | 2 +- python/test/test_axis_order.py | 2 +- python/test/test_bounding_box2_d.py | 2 +- python/test/test_breakpoint.py | 2 +- .../test/test_classification_measurement.py | 2 +- python/test/test_collection_item.py | 2 +- python/test/test_collection_type.py | 2 +- python/test/test_color_param.py | 2 +- python/test/test_colorizer.py | 2 +- python/test/test_computation_quota.py | 2 +- python/test/test_continuous_measurement.py | 2 +- python/test/test_coordinate2_d.py | 2 +- ...icus_dataspace_data_provider_definition.py | 2 +- python/test/test_create_dataset.py | 2 +- python/test/test_create_project.py | 2 +- python/test/test_csv_header.py | 2 +- python/test/test_data_id.py | 2 +- python/test/test_data_path.py | 2 +- python/test/test_data_path_one_of.py | 2 +- python/test/test_data_path_one_of1.py | 2 +- python/test/test_data_provider_resource.py | 2 +- python/test/test_data_usage.py | 2 +- python/test/test_data_usage_summary.py | 2 +- .../test/test_database_connection_config.py | 2 +- python/test/test_dataset.py | 2 +- python/test/test_dataset_definition.py | 2 +- .../test_dataset_layer_listing_collection.py | 2 +- ...taset_layer_listing_provider_definition.py | 2 +- python/test/test_dataset_listing.py | 2 +- python/test/test_dataset_name_response.py | 2 +- python/test/test_dataset_resource.py | 2 +- python/test/test_datasets_api.py | 2 +- python/test/test_derived_color.py | 2 +- python/test/test_derived_number.py | 2 +- python/test/test_describe_coverage_request.py | 2 +- ...est_ebv_portal_data_provider_definition.py | 2 +- .../test/test_edr_data_provider_definition.py | 2 +- python/test/test_edr_vector_spec.py | 2 +- python/test/test_error_response.py | 2 +- python/test/test_external_data_id.py | 2 +- python/test/test_feature_data_type.py | 2 +- python/test/test_file_not_found_handling.py | 2 +- python/test/test_format_specifics.py | 2 +- python/test/test_format_specifics_csv.py | 2 +- .../test_gbif_data_provider_definition.py | 2 +- .../test/test_gdal_dataset_geo_transform.py | 2 +- python/test/test_gdal_dataset_parameters.py | 2 +- .../test_gdal_loading_info_temporal_slice.py | 2 +- python/test/test_gdal_meta_data_list.py | 78 +++-- python/test/test_gdal_meta_data_regular.py | 78 +++-- python/test/test_gdal_meta_data_static.py | 78 +++-- python/test/test_gdal_metadata_mapping.py | 2 +- python/test/test_gdal_metadata_net_cdf_cf.py | 78 +++-- .../test/test_gdal_source_time_placeholder.py | 2 +- python/test/test_general_api.py | 2 +- python/test/test_geo_json.py | 2 +- python/test/test_geo_transform.py | 61 ++++ python/test/test_get_capabilities_format.py | 2 +- python/test/test_get_capabilities_request.py | 2 +- python/test/test_get_coverage_format.py | 2 +- python/test/test_get_coverage_request.py | 2 +- python/test/test_get_feature_request.py | 2 +- .../test/test_get_legend_graphic_request.py | 2 +- python/test/test_get_map_exception_format.py | 2 +- python/test/test_get_map_format.py | 2 +- python/test/test_get_map_request.py | 2 +- ...est_gfbio_abcd_data_provider_definition.py | 2 +- ...io_collections_data_provider_definition.py | 2 +- python/test/test_grid_bounding_box2_d.py | 63 ++++ ...{test_stac_zone.py => test_grid_idx2_d.py} | 32 +- python/test/test_id_response.py | 2 +- python/test/test_internal_data_id.py | 2 +- python/test/test_layer.py | 2 +- python/test/test_layer_collection.py | 2 +- python/test/test_layer_collection_listing.py | 2 +- python/test/test_layer_collection_resource.py | 2 +- python/test/test_layer_listing.py | 2 +- python/test/test_layer_provider_listing.py | 2 +- python/test/test_layer_resource.py | 2 +- python/test/test_layer_visibility.py | 2 +- python/test/test_layers_api.py | 2 +- python/test/test_line_symbology.py | 2 +- python/test/test_linear_gradient.py | 2 +- python/test/test_logarithmic_gradient.py | 2 +- python/test/test_measurement.py | 2 +- python/test/test_meta_data_definition.py | 78 +++-- python/test/test_meta_data_suggestion.py | 2 +- python/test/test_ml_api.py | 2 +- python/test/test_ml_model.py | 2 +- .../test_ml_model_input_no_data_handling.py | 2 +- ...ml_model_input_no_data_handling_variant.py | 2 +- python/test/test_ml_model_metadata.py | 2 +- python/test/test_ml_model_name_response.py | 2 +- .../test_ml_model_output_no_data_handling.py | 2 +- ...l_model_output_no_data_handling_variant.py | 2 +- python/test/test_ml_model_resource.py | 2 +- python/test/test_ml_tensor_shape3_d.py | 2 +- ...t_mock_dataset_data_source_loading_info.py | 2 +- python/test/test_mock_meta_data.py | 2 +- .../test/test_multi_band_raster_colorizer.py | 2 +- python/test/test_multi_line_string.py | 2 +- python/test/test_multi_point.py | 2 +- python/test/test_multi_polygon.py | 2 +- ...est_net_cdf_cf_data_provider_definition.py | 2 +- python/test/test_number_param.py | 2 +- python/test/test_ogcwcs_api.py | 2 +- python/test/test_ogcwfs_api.py | 2 +- python/test/test_ogcwms_api.py | 2 +- python/test/test_ogr_meta_data.py | 2 +- python/test/test_ogr_source_column_spec.py | 2 +- python/test/test_ogr_source_dataset.py | 2 +- .../test/test_ogr_source_dataset_time_type.py | 2 +- .../test_ogr_source_dataset_time_type_none.py | 2 +- ...test_ogr_source_dataset_time_type_start.py | 2 +- ...source_dataset_time_type_start_duration.py | 2 +- ..._ogr_source_dataset_time_type_start_end.py | 2 +- python/test/test_ogr_source_duration_spec.py | 2 +- .../test_ogr_source_duration_spec_infinite.py | 2 +- .../test_ogr_source_duration_spec_value.py | 2 +- .../test_ogr_source_duration_spec_zero.py | 2 +- python/test/test_ogr_source_error_spec.py | 2 +- python/test/test_ogr_source_time_format.py | 2 +- .../test/test_ogr_source_time_format_auto.py | 2 +- .../test_ogr_source_time_format_custom.py | 2 +- ..._ogr_source_time_format_unix_time_stamp.py | 2 +- python/test/test_operator_quota.py | 2 +- python/test/test_order_by.py | 2 +- python/test/test_palette_colorizer.py | 2 +- .../test_pangaea_data_provider_definition.py | 2 +- python/test/test_permission.py | 2 +- python/test/test_permission_list_options.py | 2 +- python/test/test_permission_listing.py | 2 +- python/test/test_permission_request.py | 2 +- python/test/test_permissions_api.py | 2 +- python/test/test_plot.py | 2 +- python/test/test_plot_output_format.py | 2 +- python/test/test_plot_query_rectangle.py | 77 ----- python/test/test_plot_result_descriptor.py | 2 +- python/test/test_plots_api.py | 2 +- python/test/test_point_symbology.py | 2 +- python/test/test_polygon_symbology.py | 2 +- python/test/test_project.py | 2 +- python/test/test_project_layer.py | 2 +- python/test/test_project_listing.py | 2 +- python/test/test_project_resource.py | 2 +- python/test/test_project_update_token.py | 2 +- python/test/test_project_version.py | 2 +- python/test/test_projects_api.py | 2 +- python/test/test_provenance.py | 2 +- python/test/test_provenance_entry.py | 2 +- python/test/test_provenance_output.py | 2 +- python/test/test_provenances.py | 2 +- python/test/test_provider_capabilities.py | 2 +- .../test/test_provider_layer_collection_id.py | 2 +- python/test/test_provider_layer_id.py | 2 +- python/test/test_quota.py | 2 +- python/test/test_raster_band_descriptor.py | 2 +- python/test/test_raster_colorizer.py | 2 +- python/test/test_raster_data_type.py | 2 +- .../test/test_raster_dataset_from_workflow.py | 12 +- ...est_raster_dataset_from_workflow_result.py | 2 +- .../test/test_raster_properties_entry_type.py | 2 +- python/test/test_raster_properties_key.py | 2 +- python/test/test_raster_result_descriptor.py | 65 +++- ...est_raster_stream_websocket_result_type.py | 2 +- python/test/test_raster_symbology.py | 2 +- ...test_raster_to_dataset_query_rectangle.py} | 30 +- python/test/test_regular_time_dimension.py | 59 ++++ python/test/test_resource.py | 2 +- python/test/test_role.py | 2 +- python/test/test_role_description.py | 2 +- python/test/test_search_capabilities.py | 2 +- python/test/test_search_type.py | 2 +- python/test/test_search_types.py | 2 +- ...ntinel_s2_l2_a_cogs_provider_definition.py | 26 +- python/test/test_server_info.py | 2 +- python/test/test_session_api.py | 2 +- .../test/test_single_band_raster_colorizer.py | 2 +- python/test/test_spatial_grid_definition.py | 77 +++++ python/test/test_spatial_grid_descriptor.py | 81 +++++ .../test_spatial_grid_descriptor_state.py | 34 ++ python/test/test_spatial_partition2_d.py | 2 +- .../test/test_spatial_reference_authority.py | 2 +- .../test_spatial_reference_specification.py | 2 +- python/test/test_spatial_references_api.py | 2 +- python/test/test_spatial_resolution.py | 2 +- python/test/test_st_rectangle.py | 2 +- python/test/test_stac_api_retries.py | 2 +- python/test/test_stac_band.py | 56 ---- python/test/test_stac_query_buffer.py | 2 +- python/test/test_static_color.py | 2 +- python/test/test_static_number.py | 2 +- python/test/test_stroke_param.py | 2 +- python/test/test_suggest_meta_data.py | 2 +- python/test/test_symbology.py | 2 +- python/test/test_task_abort_options.py | 2 +- python/test/test_task_filter.py | 2 +- python/test/test_task_list_options.py | 2 +- python/test/test_task_response.py | 2 +- python/test/test_task_status.py | 2 +- python/test/test_task_status_aborted.py | 2 +- python/test/test_task_status_completed.py | 2 +- python/test/test_task_status_failed.py | 2 +- python/test/test_task_status_running.py | 2 +- python/test/test_task_status_with_id.py | 2 +- python/test/test_tasks_api.py | 2 +- python/test/test_text_symbology.py | 2 +- python/test/test_time_descriptor.py | 59 ++++ python/test/test_time_granularity.py | 2 +- python/test/test_time_interval.py | 2 +- python/test/test_time_reference.py | 2 +- python/test/test_time_step.py | 2 +- .../test_typed_data_provider_definition.py | 24 +- python/test/test_typed_geometry.py | 2 +- python/test/test_typed_geometry_one_of.py | 2 +- python/test/test_typed_geometry_one_of1.py | 2 +- python/test/test_typed_geometry_one_of2.py | 2 +- python/test/test_typed_geometry_one_of3.py | 2 +- python/test/test_typed_operator.py | 2 +- python/test/test_typed_operator_operator.py | 2 +- .../test/test_typed_plot_result_descriptor.py | 2 +- .../test_typed_raster_result_descriptor.py | 2 +- python/test/test_typed_result_descriptor.py | 40 ++- .../test_typed_vector_result_descriptor.py | 2 +- python/test/test_unitless_measurement.py | 2 +- python/test/test_unix_time_stamp_type.py | 2 +- python/test/test_update_dataset.py | 2 +- python/test/test_update_layer.py | 2 +- python/test/test_update_layer_collection.py | 2 +- python/test/test_update_project.py | 2 +- python/test/test_update_quota.py | 2 +- .../test/test_upload_file_layers_response.py | 2 +- python/test/test_upload_files_response.py | 2 +- python/test/test_uploads_api.py | 2 +- python/test/test_usage_summary_granularity.py | 2 +- python/test/test_user_api.py | 2 +- python/test/test_user_credentials.py | 2 +- python/test/test_user_info.py | 2 +- python/test/test_user_registration.py | 2 +- python/test/test_user_session.py | 2 +- python/test/test_vec_update.py | 2 +- python/test/test_vector_column_info.py | 2 +- python/test/test_vector_data_type.py | 2 +- python/test/test_vector_query_rectangle.py | 77 ----- python/test/test_vector_result_descriptor.py | 2 +- python/test/test_volume.py | 2 +- .../test/test_volume_file_layers_response.py | 2 +- python/test/test_wcs_boundingbox.py | 2 +- python/test/test_wcs_service.py | 2 +- python/test/test_wcs_version.py | 2 +- python/test/test_wfs_service.py | 2 +- python/test/test_wfs_version.py | 2 +- ...test_wildlive_data_connector_definition.py | 2 +- python/test/test_wms_service.py | 2 +- python/test/test_wms_version.py | 2 +- python/test/test_workflow.py | 2 +- python/test/test_workflows_api.py | 2 +- python/test/test_wrapped_plot_output.py | 2 +- typescript/README.md | 16 +- typescript/dist/apis/DatasetsApi.d.ts | 2 +- typescript/dist/apis/DatasetsApi.js | 2 +- typescript/dist/apis/GeneralApi.d.ts | 2 +- typescript/dist/apis/GeneralApi.js | 2 +- typescript/dist/apis/LayersApi.d.ts | 2 +- typescript/dist/apis/LayersApi.js | 2 +- typescript/dist/apis/MLApi.d.ts | 2 +- typescript/dist/apis/MLApi.js | 2 +- typescript/dist/apis/OGCWCSApi.d.ts | 2 +- typescript/dist/apis/OGCWCSApi.js | 2 +- typescript/dist/apis/OGCWFSApi.d.ts | 2 +- typescript/dist/apis/OGCWFSApi.js | 2 +- typescript/dist/apis/OGCWMSApi.d.ts | 2 +- typescript/dist/apis/OGCWMSApi.js | 2 +- typescript/dist/apis/PermissionsApi.d.ts | 2 +- typescript/dist/apis/PermissionsApi.js | 2 +- typescript/dist/apis/PlotsApi.d.ts | 2 +- typescript/dist/apis/PlotsApi.js | 2 +- typescript/dist/apis/ProjectsApi.d.ts | 2 +- typescript/dist/apis/ProjectsApi.js | 2 +- typescript/dist/apis/SessionApi.d.ts | 2 +- typescript/dist/apis/SessionApi.js | 2 +- .../dist/apis/SpatialReferencesApi.d.ts | 2 +- typescript/dist/apis/SpatialReferencesApi.js | 2 +- typescript/dist/apis/TasksApi.d.ts | 2 +- typescript/dist/apis/TasksApi.js | 2 +- typescript/dist/apis/UploadsApi.d.ts | 2 +- typescript/dist/apis/UploadsApi.js | 2 +- typescript/dist/apis/UserApi.d.ts | 2 +- typescript/dist/apis/UserApi.js | 2 +- typescript/dist/apis/WorkflowsApi.d.ts | 5 +- typescript/dist/apis/WorkflowsApi.js | 8 +- typescript/dist/esm/apis/DatasetsApi.d.ts | 2 +- typescript/dist/esm/apis/DatasetsApi.js | 2 +- typescript/dist/esm/apis/GeneralApi.d.ts | 2 +- typescript/dist/esm/apis/GeneralApi.js | 2 +- typescript/dist/esm/apis/LayersApi.d.ts | 2 +- typescript/dist/esm/apis/LayersApi.js | 2 +- typescript/dist/esm/apis/MLApi.d.ts | 2 +- typescript/dist/esm/apis/MLApi.js | 2 +- typescript/dist/esm/apis/OGCWCSApi.d.ts | 2 +- typescript/dist/esm/apis/OGCWCSApi.js | 2 +- typescript/dist/esm/apis/OGCWFSApi.d.ts | 2 +- typescript/dist/esm/apis/OGCWFSApi.js | 2 +- typescript/dist/esm/apis/OGCWMSApi.d.ts | 2 +- typescript/dist/esm/apis/OGCWMSApi.js | 2 +- typescript/dist/esm/apis/PermissionsApi.d.ts | 2 +- typescript/dist/esm/apis/PermissionsApi.js | 2 +- typescript/dist/esm/apis/PlotsApi.d.ts | 2 +- typescript/dist/esm/apis/PlotsApi.js | 2 +- typescript/dist/esm/apis/ProjectsApi.d.ts | 2 +- typescript/dist/esm/apis/ProjectsApi.js | 2 +- typescript/dist/esm/apis/SessionApi.d.ts | 2 +- typescript/dist/esm/apis/SessionApi.js | 2 +- .../dist/esm/apis/SpatialReferencesApi.d.ts | 2 +- .../dist/esm/apis/SpatialReferencesApi.js | 2 +- typescript/dist/esm/apis/TasksApi.d.ts | 2 +- typescript/dist/esm/apis/TasksApi.js | 2 +- typescript/dist/esm/apis/UploadsApi.d.ts | 2 +- typescript/dist/esm/apis/UploadsApi.js | 2 +- typescript/dist/esm/apis/UserApi.d.ts | 2 +- typescript/dist/esm/apis/UserApi.js | 2 +- typescript/dist/esm/apis/WorkflowsApi.d.ts | 5 +- typescript/dist/esm/apis/WorkflowsApi.js | 8 +- typescript/dist/esm/models/AddDataset.d.ts | 2 +- typescript/dist/esm/models/AddDataset.js | 2 +- typescript/dist/esm/models/AddLayer.d.ts | 2 +- typescript/dist/esm/models/AddLayer.js | 2 +- .../dist/esm/models/AddLayerCollection.d.ts | 2 +- .../dist/esm/models/AddLayerCollection.js | 2 +- typescript/dist/esm/models/AddRole.d.ts | 2 +- typescript/dist/esm/models/AddRole.js | 2 +- .../models/ArunaDataProviderDefinition.d.ts | 2 +- .../esm/models/ArunaDataProviderDefinition.js | 2 +- .../dist/esm/models/AuthCodeRequestURL.d.ts | 2 +- .../dist/esm/models/AuthCodeRequestURL.js | 2 +- .../dist/esm/models/AuthCodeResponse.d.ts | 2 +- .../dist/esm/models/AuthCodeResponse.js | 2 +- .../dist/esm/models/AutoCreateDataset.d.ts | 2 +- .../dist/esm/models/AutoCreateDataset.js | 2 +- typescript/dist/esm/models/AxisOrder.d.ts | 2 +- typescript/dist/esm/models/AxisOrder.js | 2 +- typescript/dist/esm/models/BoundingBox2D.d.ts | 2 +- typescript/dist/esm/models/BoundingBox2D.js | 2 +- typescript/dist/esm/models/Breakpoint.d.ts | 2 +- typescript/dist/esm/models/Breakpoint.js | 2 +- .../esm/models/ClassificationMeasurement.d.ts | 2 +- .../esm/models/ClassificationMeasurement.js | 2 +- .../dist/esm/models/CollectionItem.d.ts | 2 +- typescript/dist/esm/models/CollectionItem.js | 2 +- .../dist/esm/models/CollectionType.d.ts | 2 +- typescript/dist/esm/models/CollectionType.js | 2 +- typescript/dist/esm/models/ColorParam.d.ts | 2 +- typescript/dist/esm/models/ColorParam.js | 2 +- typescript/dist/esm/models/Colorizer.d.ts | 2 +- typescript/dist/esm/models/Colorizer.js | 2 +- .../dist/esm/models/ComputationQuota.d.ts | 2 +- .../dist/esm/models/ComputationQuota.js | 2 +- .../esm/models/ContinuousMeasurement.d.ts | 2 +- .../dist/esm/models/ContinuousMeasurement.js | 2 +- typescript/dist/esm/models/Coordinate2D.d.ts | 2 +- typescript/dist/esm/models/Coordinate2D.js | 2 +- ...rnicusDataspaceDataProviderDefinition.d.ts | 2 +- ...pernicusDataspaceDataProviderDefinition.js | 2 +- typescript/dist/esm/models/CreateDataset.d.ts | 2 +- typescript/dist/esm/models/CreateDataset.js | 2 +- typescript/dist/esm/models/CreateProject.d.ts | 2 +- typescript/dist/esm/models/CreateProject.js | 2 +- typescript/dist/esm/models/CsvHeader.d.ts | 2 +- typescript/dist/esm/models/CsvHeader.js | 2 +- typescript/dist/esm/models/DataId.d.ts | 2 +- typescript/dist/esm/models/DataId.js | 2 +- typescript/dist/esm/models/DataPath.d.ts | 2 +- typescript/dist/esm/models/DataPath.js | 2 +- typescript/dist/esm/models/DataPathOneOf.d.ts | 2 +- typescript/dist/esm/models/DataPathOneOf.js | 2 +- .../dist/esm/models/DataPathOneOf1.d.ts | 2 +- typescript/dist/esm/models/DataPathOneOf1.js | 2 +- .../dist/esm/models/DataProviderResource.d.ts | 2 +- .../dist/esm/models/DataProviderResource.js | 2 +- typescript/dist/esm/models/DataUsage.d.ts | 2 +- typescript/dist/esm/models/DataUsage.js | 2 +- .../dist/esm/models/DataUsageSummary.d.ts | 2 +- .../dist/esm/models/DataUsageSummary.js | 2 +- .../esm/models/DatabaseConnectionConfig.d.ts | 2 +- .../esm/models/DatabaseConnectionConfig.js | 2 +- typescript/dist/esm/models/Dataset.d.ts | 2 +- typescript/dist/esm/models/Dataset.js | 2 +- .../dist/esm/models/DatasetDefinition.d.ts | 2 +- .../dist/esm/models/DatasetDefinition.js | 2 +- .../models/DatasetLayerListingCollection.d.ts | 2 +- .../models/DatasetLayerListingCollection.js | 2 +- ...DatasetLayerListingProviderDefinition.d.ts | 2 +- .../DatasetLayerListingProviderDefinition.js | 2 +- .../dist/esm/models/DatasetListing.d.ts | 2 +- typescript/dist/esm/models/DatasetListing.js | 2 +- .../dist/esm/models/DatasetNameResponse.d.ts | 2 +- .../dist/esm/models/DatasetNameResponse.js | 2 +- .../dist/esm/models/DatasetResource.d.ts | 2 +- typescript/dist/esm/models/DatasetResource.js | 2 +- typescript/dist/esm/models/DerivedColor.d.ts | 2 +- typescript/dist/esm/models/DerivedColor.js | 2 +- typescript/dist/esm/models/DerivedNumber.d.ts | 2 +- typescript/dist/esm/models/DerivedNumber.js | 2 +- .../esm/models/DescribeCoverageRequest.d.ts | 2 +- .../esm/models/DescribeCoverageRequest.js | 2 +- .../EbvPortalDataProviderDefinition.d.ts | 2 +- .../models/EbvPortalDataProviderDefinition.js | 2 +- .../esm/models/EdrDataProviderDefinition.d.ts | 2 +- .../esm/models/EdrDataProviderDefinition.js | 2 +- typescript/dist/esm/models/EdrVectorSpec.d.ts | 2 +- typescript/dist/esm/models/EdrVectorSpec.js | 2 +- typescript/dist/esm/models/ErrorResponse.d.ts | 2 +- typescript/dist/esm/models/ErrorResponse.js | 2 +- .../dist/esm/models/ExternalDataId.d.ts | 2 +- typescript/dist/esm/models/ExternalDataId.js | 2 +- .../dist/esm/models/FeatureDataType.d.ts | 2 +- typescript/dist/esm/models/FeatureDataType.js | 2 +- .../dist/esm/models/FileNotFoundHandling.d.ts | 2 +- .../dist/esm/models/FileNotFoundHandling.js | 2 +- .../dist/esm/models/FormatSpecifics.d.ts | 2 +- typescript/dist/esm/models/FormatSpecifics.js | 2 +- .../dist/esm/models/FormatSpecificsCsv.d.ts | 2 +- .../dist/esm/models/FormatSpecificsCsv.js | 2 +- .../models/GbifDataProviderDefinition.d.ts | 2 +- .../esm/models/GbifDataProviderDefinition.js | 2 +- .../esm/models/GdalDatasetGeoTransform.d.ts | 2 +- .../esm/models/GdalDatasetGeoTransform.js | 2 +- .../esm/models/GdalDatasetParameters.d.ts | 2 +- .../dist/esm/models/GdalDatasetParameters.js | 2 +- .../models/GdalLoadingInfoTemporalSlice.d.ts | 2 +- .../models/GdalLoadingInfoTemporalSlice.js | 2 +- .../dist/esm/models/GdalMetaDataList.d.ts | 2 +- .../dist/esm/models/GdalMetaDataList.js | 2 +- .../dist/esm/models/GdalMetaDataRegular.d.ts | 2 +- .../dist/esm/models/GdalMetaDataRegular.js | 2 +- .../dist/esm/models/GdalMetaDataStatic.d.ts | 2 +- .../dist/esm/models/GdalMetaDataStatic.js | 2 +- .../dist/esm/models/GdalMetadataMapping.d.ts | 2 +- .../dist/esm/models/GdalMetadataMapping.js | 2 +- .../dist/esm/models/GdalMetadataNetCdfCf.d.ts | 2 +- .../dist/esm/models/GdalMetadataNetCdfCf.js | 2 +- .../esm/models/GdalSourceTimePlaceholder.d.ts | 2 +- .../esm/models/GdalSourceTimePlaceholder.js | 2 +- typescript/dist/esm/models/GeoJson.d.ts | 2 +- typescript/dist/esm/models/GeoJson.js | 2 +- typescript/dist/esm/models/GeoTransform.d.ts | 45 +++ typescript/dist/esm/models/GeoTransform.js | 52 +++ .../esm/models/GetCapabilitiesFormat.d.ts | 2 +- .../dist/esm/models/GetCapabilitiesFormat.js | 2 +- .../esm/models/GetCapabilitiesRequest.d.ts | 2 +- .../dist/esm/models/GetCapabilitiesRequest.js | 2 +- .../dist/esm/models/GetCoverageFormat.d.ts | 2 +- .../dist/esm/models/GetCoverageFormat.js | 2 +- .../dist/esm/models/GetCoverageRequest.d.ts | 2 +- .../dist/esm/models/GetCoverageRequest.js | 2 +- .../dist/esm/models/GetFeatureRequest.d.ts | 2 +- .../dist/esm/models/GetFeatureRequest.js | 2 +- .../esm/models/GetLegendGraphicRequest.d.ts | 2 +- .../esm/models/GetLegendGraphicRequest.js | 2 +- .../esm/models/GetMapExceptionFormat.d.ts | 2 +- .../dist/esm/models/GetMapExceptionFormat.js | 2 +- typescript/dist/esm/models/GetMapFormat.d.ts | 2 +- typescript/dist/esm/models/GetMapFormat.js | 2 +- typescript/dist/esm/models/GetMapRequest.d.ts | 2 +- typescript/dist/esm/models/GetMapRequest.js | 2 +- .../GfbioAbcdDataProviderDefinition.d.ts | 2 +- .../models/GfbioAbcdDataProviderDefinition.js | 2 +- ...fbioCollectionsDataProviderDefinition.d.ts | 2 +- .../GfbioCollectionsDataProviderDefinition.js | 2 +- .../dist/esm/models/GridBoundingBox2D.d.ts | 39 +++ .../dist/esm/models/GridBoundingBox2D.js | 48 +++ typescript/dist/esm/models/GridIdx2D.d.ts | 38 +++ typescript/dist/esm/models/GridIdx2D.js | 47 +++ typescript/dist/esm/models/IdResponse.d.ts | 2 +- typescript/dist/esm/models/IdResponse.js | 2 +- .../dist/esm/models/InternalDataId.d.ts | 2 +- typescript/dist/esm/models/InternalDataId.js | 2 +- typescript/dist/esm/models/Layer.d.ts | 2 +- typescript/dist/esm/models/Layer.js | 2 +- .../dist/esm/models/LayerCollection.d.ts | 2 +- typescript/dist/esm/models/LayerCollection.js | 2 +- .../esm/models/LayerCollectionListing.d.ts | 2 +- .../dist/esm/models/LayerCollectionListing.js | 2 +- .../esm/models/LayerCollectionResource.d.ts | 2 +- .../esm/models/LayerCollectionResource.js | 2 +- typescript/dist/esm/models/LayerListing.d.ts | 2 +- typescript/dist/esm/models/LayerListing.js | 2 +- .../dist/esm/models/LayerProviderListing.d.ts | 2 +- .../dist/esm/models/LayerProviderListing.js | 2 +- typescript/dist/esm/models/LayerResource.d.ts | 2 +- typescript/dist/esm/models/LayerResource.js | 2 +- .../dist/esm/models/LayerVisibility.d.ts | 2 +- typescript/dist/esm/models/LayerVisibility.js | 2 +- typescript/dist/esm/models/LineSymbology.d.ts | 2 +- typescript/dist/esm/models/LineSymbology.js | 2 +- .../dist/esm/models/LinearGradient.d.ts | 2 +- typescript/dist/esm/models/LinearGradient.js | 2 +- .../dist/esm/models/LogarithmicGradient.d.ts | 2 +- .../dist/esm/models/LogarithmicGradient.js | 2 +- typescript/dist/esm/models/Measurement.d.ts | 2 +- typescript/dist/esm/models/Measurement.js | 2 +- .../dist/esm/models/MetaDataDefinition.d.ts | 2 +- .../dist/esm/models/MetaDataDefinition.js | 2 +- .../dist/esm/models/MetaDataSuggestion.d.ts | 2 +- .../dist/esm/models/MetaDataSuggestion.js | 2 +- typescript/dist/esm/models/MlModel.d.ts | 2 +- typescript/dist/esm/models/MlModel.js | 2 +- .../models/MlModelInputNoDataHandling.d.ts | 2 +- .../esm/models/MlModelInputNoDataHandling.js | 2 +- .../MlModelInputNoDataHandlingVariant.d.ts | 2 +- .../MlModelInputNoDataHandlingVariant.js | 2 +- .../dist/esm/models/MlModelMetadata.d.ts | 2 +- typescript/dist/esm/models/MlModelMetadata.js | 2 +- .../dist/esm/models/MlModelNameResponse.d.ts | 2 +- .../dist/esm/models/MlModelNameResponse.js | 2 +- .../models/MlModelOutputNoDataHandling.d.ts | 2 +- .../esm/models/MlModelOutputNoDataHandling.js | 2 +- .../MlModelOutputNoDataHandlingVariant.d.ts | 2 +- .../MlModelOutputNoDataHandlingVariant.js | 2 +- .../dist/esm/models/MlModelResource.d.ts | 2 +- typescript/dist/esm/models/MlModelResource.js | 2 +- .../dist/esm/models/MlTensorShape3D.d.ts | 2 +- typescript/dist/esm/models/MlTensorShape3D.js | 2 +- .../MockDatasetDataSourceLoadingInfo.d.ts | 2 +- .../MockDatasetDataSourceLoadingInfo.js | 2 +- typescript/dist/esm/models/MockMetaData.d.ts | 2 +- typescript/dist/esm/models/MockMetaData.js | 2 +- .../esm/models/MultiBandRasterColorizer.d.ts | 2 +- .../esm/models/MultiBandRasterColorizer.js | 2 +- .../dist/esm/models/MultiLineString.d.ts | 2 +- typescript/dist/esm/models/MultiLineString.js | 2 +- typescript/dist/esm/models/MultiPoint.d.ts | 2 +- typescript/dist/esm/models/MultiPoint.js | 2 +- typescript/dist/esm/models/MultiPolygon.d.ts | 2 +- typescript/dist/esm/models/MultiPolygon.js | 2 +- .../NetCdfCfDataProviderDefinition.d.ts | 2 +- .../models/NetCdfCfDataProviderDefinition.js | 2 +- typescript/dist/esm/models/NumberParam.d.ts | 2 +- typescript/dist/esm/models/NumberParam.js | 2 +- typescript/dist/esm/models/OgrMetaData.d.ts | 2 +- typescript/dist/esm/models/OgrMetaData.js | 2 +- .../dist/esm/models/OgrSourceColumnSpec.d.ts | 2 +- .../dist/esm/models/OgrSourceColumnSpec.js | 2 +- .../dist/esm/models/OgrSourceDataset.d.ts | 2 +- .../dist/esm/models/OgrSourceDataset.js | 2 +- .../esm/models/OgrSourceDatasetTimeType.d.ts | 2 +- .../esm/models/OgrSourceDatasetTimeType.js | 2 +- .../models/OgrSourceDatasetTimeTypeNone.d.ts | 2 +- .../models/OgrSourceDatasetTimeTypeNone.js | 2 +- .../models/OgrSourceDatasetTimeTypeStart.d.ts | 2 +- .../models/OgrSourceDatasetTimeTypeStart.js | 2 +- ...OgrSourceDatasetTimeTypeStartDuration.d.ts | 2 +- .../OgrSourceDatasetTimeTypeStartDuration.js | 2 +- .../OgrSourceDatasetTimeTypeStartEnd.d.ts | 2 +- .../OgrSourceDatasetTimeTypeStartEnd.js | 2 +- .../esm/models/OgrSourceDurationSpec.d.ts | 2 +- .../dist/esm/models/OgrSourceDurationSpec.js | 2 +- .../models/OgrSourceDurationSpecInfinite.d.ts | 2 +- .../models/OgrSourceDurationSpecInfinite.js | 2 +- .../models/OgrSourceDurationSpecValue.d.ts | 2 +- .../esm/models/OgrSourceDurationSpecValue.js | 2 +- .../esm/models/OgrSourceDurationSpecZero.d.ts | 2 +- .../esm/models/OgrSourceDurationSpecZero.js | 2 +- .../dist/esm/models/OgrSourceErrorSpec.d.ts | 2 +- .../dist/esm/models/OgrSourceErrorSpec.js | 2 +- .../dist/esm/models/OgrSourceTimeFormat.d.ts | 2 +- .../dist/esm/models/OgrSourceTimeFormat.js | 2 +- .../esm/models/OgrSourceTimeFormatAuto.d.ts | 2 +- .../esm/models/OgrSourceTimeFormatAuto.js | 2 +- .../esm/models/OgrSourceTimeFormatCustom.d.ts | 2 +- .../esm/models/OgrSourceTimeFormatCustom.js | 2 +- .../OgrSourceTimeFormatUnixTimeStamp.d.ts | 2 +- .../OgrSourceTimeFormatUnixTimeStamp.js | 2 +- typescript/dist/esm/models/OperatorQuota.d.ts | 2 +- typescript/dist/esm/models/OperatorQuota.js | 2 +- typescript/dist/esm/models/OrderBy.d.ts | 2 +- typescript/dist/esm/models/OrderBy.js | 2 +- .../dist/esm/models/PaletteColorizer.d.ts | 2 +- .../dist/esm/models/PaletteColorizer.js | 2 +- .../models/PangaeaDataProviderDefinition.d.ts | 2 +- .../models/PangaeaDataProviderDefinition.js | 2 +- typescript/dist/esm/models/Permission.d.ts | 2 +- typescript/dist/esm/models/Permission.js | 2 +- .../esm/models/PermissionListOptions.d.ts | 2 +- .../dist/esm/models/PermissionListOptions.js | 2 +- .../dist/esm/models/PermissionListing.d.ts | 2 +- .../dist/esm/models/PermissionListing.js | 2 +- .../dist/esm/models/PermissionRequest.d.ts | 2 +- .../dist/esm/models/PermissionRequest.js | 2 +- typescript/dist/esm/models/Plot.d.ts | 2 +- typescript/dist/esm/models/Plot.js | 2 +- .../dist/esm/models/PlotOutputFormat.d.ts | 2 +- .../dist/esm/models/PlotOutputFormat.js | 2 +- .../dist/esm/models/PlotQueryRectangle.d.ts | 47 --- .../dist/esm/models/PlotQueryRectangle.js | 54 --- .../dist/esm/models/PlotResultDescriptor.d.ts | 2 +- .../dist/esm/models/PlotResultDescriptor.js | 2 +- .../dist/esm/models/PointSymbology.d.ts | 2 +- typescript/dist/esm/models/PointSymbology.js | 2 +- .../dist/esm/models/PolygonSymbology.d.ts | 2 +- .../dist/esm/models/PolygonSymbology.js | 2 +- typescript/dist/esm/models/Project.d.ts | 2 +- typescript/dist/esm/models/Project.js | 2 +- typescript/dist/esm/models/ProjectLayer.d.ts | 2 +- typescript/dist/esm/models/ProjectLayer.js | 2 +- .../dist/esm/models/ProjectListing.d.ts | 2 +- typescript/dist/esm/models/ProjectListing.js | 2 +- .../dist/esm/models/ProjectResource.d.ts | 2 +- typescript/dist/esm/models/ProjectResource.js | 2 +- .../dist/esm/models/ProjectUpdateToken.d.ts | 2 +- .../dist/esm/models/ProjectUpdateToken.js | 2 +- .../dist/esm/models/ProjectVersion.d.ts | 2 +- typescript/dist/esm/models/ProjectVersion.js | 2 +- typescript/dist/esm/models/Provenance.d.ts | 2 +- typescript/dist/esm/models/Provenance.js | 2 +- .../dist/esm/models/ProvenanceEntry.d.ts | 2 +- typescript/dist/esm/models/ProvenanceEntry.js | 2 +- .../dist/esm/models/ProvenanceOutput.d.ts | 2 +- .../dist/esm/models/ProvenanceOutput.js | 2 +- typescript/dist/esm/models/Provenances.d.ts | 2 +- typescript/dist/esm/models/Provenances.js | 2 +- .../dist/esm/models/ProviderCapabilities.d.ts | 2 +- .../dist/esm/models/ProviderCapabilities.js | 2 +- .../esm/models/ProviderLayerCollectionId.d.ts | 2 +- .../esm/models/ProviderLayerCollectionId.js | 2 +- .../dist/esm/models/ProviderLayerId.d.ts | 2 +- typescript/dist/esm/models/ProviderLayerId.js | 2 +- typescript/dist/esm/models/Quota.d.ts | 2 +- typescript/dist/esm/models/Quota.js | 2 +- .../dist/esm/models/RasterBandDescriptor.d.ts | 2 +- .../dist/esm/models/RasterBandDescriptor.js | 2 +- .../dist/esm/models/RasterColorizer.d.ts | 2 +- typescript/dist/esm/models/RasterColorizer.js | 2 +- .../dist/esm/models/RasterDataType.d.ts | 2 +- typescript/dist/esm/models/RasterDataType.js | 2 +- .../esm/models/RasterDatasetFromWorkflow.d.ts | 8 +- .../esm/models/RasterDatasetFromWorkflow.js | 8 +- .../RasterDatasetFromWorkflowResult.d.ts | 2 +- .../models/RasterDatasetFromWorkflowResult.js | 2 +- .../esm/models/RasterPropertiesEntryType.d.ts | 2 +- .../esm/models/RasterPropertiesEntryType.js | 2 +- .../dist/esm/models/RasterPropertiesKey.d.ts | 2 +- .../dist/esm/models/RasterPropertiesKey.js | 2 +- .../dist/esm/models/RasterQueryRectangle.d.ts | 47 --- .../esm/models/RasterResultDescriptor.d.ts | 21 +- .../dist/esm/models/RasterResultDescriptor.js | 21 +- .../RasterStreamWebsocketResultType.d.ts | 2 +- .../models/RasterStreamWebsocketResultType.js | 2 +- .../dist/esm/models/RasterSymbology.d.ts | 2 +- typescript/dist/esm/models/RasterSymbology.js | 2 +- .../models/RasterToDatasetQueryRectangle.d.ts | 40 +++ ...le.js => RasterToDatasetQueryRectangle.js} | 23 +- .../dist/esm/models/RegularTimeDimension.d.ts | 39 +++ .../dist/esm/models/RegularTimeDimension.js | 48 +++ typescript/dist/esm/models/Resource.d.ts | 2 +- typescript/dist/esm/models/Resource.js | 2 +- typescript/dist/esm/models/Role.d.ts | 2 +- typescript/dist/esm/models/Role.js | 2 +- .../dist/esm/models/RoleDescription.d.ts | 2 +- typescript/dist/esm/models/RoleDescription.js | 2 +- typescript/dist/esm/models/STRectangle.d.ts | 2 +- typescript/dist/esm/models/STRectangle.js | 2 +- .../dist/esm/models/SearchCapabilities.d.ts | 2 +- .../dist/esm/models/SearchCapabilities.js | 2 +- typescript/dist/esm/models/SearchType.d.ts | 2 +- typescript/dist/esm/models/SearchType.js | 2 +- typescript/dist/esm/models/SearchTypes.d.ts | 2 +- typescript/dist/esm/models/SearchTypes.js | 2 +- .../SentinelS2L2ACogsProviderDefinition.d.ts | 16 +- .../SentinelS2L2ACogsProviderDefinition.js | 12 +- typescript/dist/esm/models/ServerInfo.d.ts | 2 +- typescript/dist/esm/models/ServerInfo.js | 2 +- .../esm/models/SingleBandRasterColorizer.d.ts | 2 +- .../esm/models/SingleBandRasterColorizer.js | 2 +- .../esm/models/SpatialGridDefinition.d.ts | 40 +++ .../dist/esm/models/SpatialGridDefinition.js | 49 +++ .../esm/models/SpatialGridDescriptor.d.ts | 40 +++ .../dist/esm/models/SpatialGridDescriptor.js | 49 +++ .../models/SpatialGridDescriptorState.d.ts | 25 ++ .../esm/models/SpatialGridDescriptorState.js | 43 +++ .../dist/esm/models/SpatialPartition2D.d.ts | 2 +- .../dist/esm/models/SpatialPartition2D.js | 2 +- .../esm/models/SpatialReferenceAuthority.d.ts | 2 +- .../esm/models/SpatialReferenceAuthority.js | 2 +- .../models/SpatialReferenceSpecification.d.ts | 2 +- .../models/SpatialReferenceSpecification.js | 2 +- .../dist/esm/models/SpatialResolution.d.ts | 2 +- .../dist/esm/models/SpatialResolution.js | 2 +- .../dist/esm/models/StacApiRetries.d.ts | 2 +- typescript/dist/esm/models/StacApiRetries.js | 2 +- typescript/dist/esm/models/StacBand.d.ts | 45 --- typescript/dist/esm/models/StacBand.js | 50 --- .../dist/esm/models/StacQueryBuffer.d.ts | 2 +- typescript/dist/esm/models/StacQueryBuffer.js | 2 +- typescript/dist/esm/models/StacZone.d.ts | 38 --- typescript/dist/esm/models/StacZone.js | 47 --- typescript/dist/esm/models/StaticColor.d.ts | 2 +- typescript/dist/esm/models/StaticColor.js | 2 +- typescript/dist/esm/models/StaticNumber.d.ts | 2 +- typescript/dist/esm/models/StaticNumber.js | 2 +- typescript/dist/esm/models/StrokeParam.d.ts | 2 +- typescript/dist/esm/models/StrokeParam.js | 2 +- .../dist/esm/models/SuggestMetaData.d.ts | 2 +- typescript/dist/esm/models/SuggestMetaData.js | 2 +- typescript/dist/esm/models/Symbology.d.ts | 2 +- typescript/dist/esm/models/Symbology.js | 2 +- .../dist/esm/models/TaskAbortOptions.d.ts | 2 +- .../dist/esm/models/TaskAbortOptions.js | 2 +- typescript/dist/esm/models/TaskFilter.d.ts | 2 +- typescript/dist/esm/models/TaskFilter.js | 2 +- .../dist/esm/models/TaskListOptions.d.ts | 2 +- typescript/dist/esm/models/TaskListOptions.js | 2 +- typescript/dist/esm/models/TaskResponse.d.ts | 2 +- typescript/dist/esm/models/TaskResponse.js | 2 +- typescript/dist/esm/models/TaskStatus.d.ts | 2 +- typescript/dist/esm/models/TaskStatus.js | 2 +- .../dist/esm/models/TaskStatusAborted.d.ts | 2 +- .../dist/esm/models/TaskStatusAborted.js | 2 +- .../dist/esm/models/TaskStatusCompleted.d.ts | 2 +- .../dist/esm/models/TaskStatusCompleted.js | 2 +- .../dist/esm/models/TaskStatusFailed.d.ts | 2 +- .../dist/esm/models/TaskStatusFailed.js | 2 +- .../dist/esm/models/TaskStatusRunning.d.ts | 2 +- .../dist/esm/models/TaskStatusRunning.js | 2 +- .../dist/esm/models/TaskStatusWithId.d.ts | 2 +- .../dist/esm/models/TaskStatusWithId.js | 2 +- typescript/dist/esm/models/TextSymbology.d.ts | 2 +- typescript/dist/esm/models/TextSymbology.js | 2 +- .../dist/esm/models/TimeDescriptor.d.ts | 40 +++ typescript/dist/esm/models/TimeDescriptor.js | 45 +++ .../dist/esm/models/TimeGranularity.d.ts | 2 +- typescript/dist/esm/models/TimeGranularity.js | 2 +- typescript/dist/esm/models/TimeInterval.d.ts | 2 +- typescript/dist/esm/models/TimeInterval.js | 2 +- typescript/dist/esm/models/TimeReference.d.ts | 2 +- typescript/dist/esm/models/TimeReference.js | 2 +- typescript/dist/esm/models/TimeStep.d.ts | 2 +- typescript/dist/esm/models/TimeStep.js | 2 +- .../models/TypedDataProviderDefinition.d.ts | 2 +- .../esm/models/TypedDataProviderDefinition.js | 2 +- typescript/dist/esm/models/TypedGeometry.d.ts | 2 +- typescript/dist/esm/models/TypedGeometry.js | 2 +- .../dist/esm/models/TypedGeometryOneOf.d.ts | 2 +- .../dist/esm/models/TypedGeometryOneOf.js | 2 +- .../dist/esm/models/TypedGeometryOneOf1.d.ts | 2 +- .../dist/esm/models/TypedGeometryOneOf1.js | 2 +- .../dist/esm/models/TypedGeometryOneOf2.d.ts | 2 +- .../dist/esm/models/TypedGeometryOneOf2.js | 2 +- .../dist/esm/models/TypedGeometryOneOf3.d.ts | 2 +- .../dist/esm/models/TypedGeometryOneOf3.js | 2 +- typescript/dist/esm/models/TypedOperator.d.ts | 2 +- typescript/dist/esm/models/TypedOperator.js | 2 +- .../esm/models/TypedOperatorOperator.d.ts | 2 +- .../dist/esm/models/TypedOperatorOperator.js | 2 +- .../esm/models/TypedPlotResultDescriptor.d.ts | 2 +- .../esm/models/TypedPlotResultDescriptor.js | 2 +- .../models/TypedRasterResultDescriptor.d.ts | 2 +- .../esm/models/TypedRasterResultDescriptor.js | 2 +- .../esm/models/TypedResultDescriptor.d.ts | 2 +- .../dist/esm/models/TypedResultDescriptor.js | 2 +- .../models/TypedVectorResultDescriptor.d.ts | 2 +- .../esm/models/TypedVectorResultDescriptor.js | 2 +- .../dist/esm/models/UnitlessMeasurement.d.ts | 2 +- .../dist/esm/models/UnitlessMeasurement.js | 2 +- .../dist/esm/models/UnixTimeStampType.d.ts | 2 +- .../dist/esm/models/UnixTimeStampType.js | 2 +- typescript/dist/esm/models/UpdateDataset.d.ts | 2 +- typescript/dist/esm/models/UpdateDataset.js | 2 +- typescript/dist/esm/models/UpdateLayer.d.ts | 2 +- typescript/dist/esm/models/UpdateLayer.js | 2 +- .../esm/models/UpdateLayerCollection.d.ts | 2 +- .../dist/esm/models/UpdateLayerCollection.js | 2 +- typescript/dist/esm/models/UpdateProject.d.ts | 2 +- typescript/dist/esm/models/UpdateProject.js | 2 +- typescript/dist/esm/models/UpdateQuota.d.ts | 2 +- typescript/dist/esm/models/UpdateQuota.js | 2 +- .../esm/models/UploadFileLayersResponse.d.ts | 2 +- .../esm/models/UploadFileLayersResponse.js | 2 +- .../dist/esm/models/UploadFilesResponse.d.ts | 2 +- .../dist/esm/models/UploadFilesResponse.js | 2 +- .../esm/models/UsageSummaryGranularity.d.ts | 2 +- .../esm/models/UsageSummaryGranularity.js | 2 +- .../dist/esm/models/UserCredentials.d.ts | 2 +- typescript/dist/esm/models/UserCredentials.js | 2 +- typescript/dist/esm/models/UserInfo.d.ts | 2 +- typescript/dist/esm/models/UserInfo.js | 2 +- .../dist/esm/models/UserRegistration.d.ts | 2 +- .../dist/esm/models/UserRegistration.js | 2 +- typescript/dist/esm/models/UserSession.d.ts | 2 +- typescript/dist/esm/models/UserSession.js | 2 +- typescript/dist/esm/models/VecUpdate.d.ts | 2 +- typescript/dist/esm/models/VecUpdate.js | 2 +- .../dist/esm/models/VectorColumnInfo.d.ts | 2 +- .../dist/esm/models/VectorColumnInfo.js | 2 +- .../dist/esm/models/VectorDataType.d.ts | 2 +- typescript/dist/esm/models/VectorDataType.js | 2 +- .../dist/esm/models/VectorQueryRectangle.d.ts | 47 --- .../dist/esm/models/VectorQueryRectangle.js | 54 --- .../esm/models/VectorResultDescriptor.d.ts | 2 +- .../dist/esm/models/VectorResultDescriptor.js | 2 +- typescript/dist/esm/models/Volume.d.ts | 2 +- typescript/dist/esm/models/Volume.js | 2 +- .../esm/models/VolumeFileLayersResponse.d.ts | 2 +- .../esm/models/VolumeFileLayersResponse.js | 2 +- .../dist/esm/models/WcsBoundingbox.d.ts | 2 +- typescript/dist/esm/models/WcsBoundingbox.js | 2 +- typescript/dist/esm/models/WcsService.d.ts | 2 +- typescript/dist/esm/models/WcsService.js | 2 +- typescript/dist/esm/models/WcsVersion.d.ts | 2 +- typescript/dist/esm/models/WcsVersion.js | 2 +- typescript/dist/esm/models/WfsService.d.ts | 2 +- typescript/dist/esm/models/WfsService.js | 2 +- typescript/dist/esm/models/WfsVersion.d.ts | 2 +- typescript/dist/esm/models/WfsVersion.js | 2 +- .../WildliveDataConnectorDefinition.d.ts | 2 +- .../models/WildliveDataConnectorDefinition.js | 2 +- typescript/dist/esm/models/WmsService.d.ts | 2 +- typescript/dist/esm/models/WmsService.js | 2 +- typescript/dist/esm/models/WmsVersion.d.ts | 2 +- typescript/dist/esm/models/WmsVersion.js | 2 +- typescript/dist/esm/models/Workflow.d.ts | 2 +- typescript/dist/esm/models/Workflow.js | 2 +- .../dist/esm/models/WrappedPlotOutput.d.ts | 2 +- .../dist/esm/models/WrappedPlotOutput.js | 2 +- typescript/dist/esm/models/index.d.ts | 14 +- typescript/dist/esm/models/index.js | 14 +- typescript/dist/esm/runtime.d.ts | 2 +- typescript/dist/esm/runtime.js | 2 +- typescript/dist/models/AddDataset.d.ts | 2 +- typescript/dist/models/AddDataset.js | 2 +- typescript/dist/models/AddLayer.d.ts | 2 +- typescript/dist/models/AddLayer.js | 2 +- .../dist/models/AddLayerCollection.d.ts | 2 +- typescript/dist/models/AddLayerCollection.js | 2 +- typescript/dist/models/AddRole.d.ts | 2 +- typescript/dist/models/AddRole.js | 2 +- .../models/ArunaDataProviderDefinition.d.ts | 2 +- .../models/ArunaDataProviderDefinition.js | 2 +- .../dist/models/AuthCodeRequestURL.d.ts | 2 +- typescript/dist/models/AuthCodeRequestURL.js | 2 +- typescript/dist/models/AuthCodeResponse.d.ts | 2 +- typescript/dist/models/AuthCodeResponse.js | 2 +- typescript/dist/models/AutoCreateDataset.d.ts | 2 +- typescript/dist/models/AutoCreateDataset.js | 2 +- typescript/dist/models/AxisOrder.d.ts | 2 +- typescript/dist/models/AxisOrder.js | 2 +- typescript/dist/models/BoundingBox2D.d.ts | 2 +- typescript/dist/models/BoundingBox2D.js | 2 +- typescript/dist/models/Breakpoint.d.ts | 2 +- typescript/dist/models/Breakpoint.js | 2 +- .../models/ClassificationMeasurement.d.ts | 2 +- .../dist/models/ClassificationMeasurement.js | 2 +- typescript/dist/models/CollectionItem.d.ts | 2 +- typescript/dist/models/CollectionItem.js | 2 +- typescript/dist/models/CollectionType.d.ts | 2 +- typescript/dist/models/CollectionType.js | 2 +- typescript/dist/models/ColorParam.d.ts | 2 +- typescript/dist/models/ColorParam.js | 2 +- typescript/dist/models/Colorizer.d.ts | 2 +- typescript/dist/models/Colorizer.js | 2 +- typescript/dist/models/ComputationQuota.d.ts | 2 +- typescript/dist/models/ComputationQuota.js | 2 +- .../dist/models/ContinuousMeasurement.d.ts | 2 +- .../dist/models/ContinuousMeasurement.js | 2 +- typescript/dist/models/Coordinate2D.d.ts | 2 +- typescript/dist/models/Coordinate2D.js | 2 +- ...rnicusDataspaceDataProviderDefinition.d.ts | 2 +- ...pernicusDataspaceDataProviderDefinition.js | 2 +- typescript/dist/models/CreateDataset.d.ts | 2 +- typescript/dist/models/CreateDataset.js | 2 +- typescript/dist/models/CreateProject.d.ts | 2 +- typescript/dist/models/CreateProject.js | 2 +- typescript/dist/models/CsvHeader.d.ts | 2 +- typescript/dist/models/CsvHeader.js | 2 +- typescript/dist/models/DataId.d.ts | 2 +- typescript/dist/models/DataId.js | 2 +- typescript/dist/models/DataPath.d.ts | 2 +- typescript/dist/models/DataPath.js | 2 +- typescript/dist/models/DataPathOneOf.d.ts | 2 +- typescript/dist/models/DataPathOneOf.js | 2 +- typescript/dist/models/DataPathOneOf1.d.ts | 2 +- typescript/dist/models/DataPathOneOf1.js | 2 +- .../dist/models/DataProviderResource.d.ts | 2 +- .../dist/models/DataProviderResource.js | 2 +- typescript/dist/models/DataUsage.d.ts | 2 +- typescript/dist/models/DataUsage.js | 2 +- typescript/dist/models/DataUsageSummary.d.ts | 2 +- typescript/dist/models/DataUsageSummary.js | 2 +- .../dist/models/DatabaseConnectionConfig.d.ts | 2 +- .../dist/models/DatabaseConnectionConfig.js | 2 +- typescript/dist/models/Dataset.d.ts | 2 +- typescript/dist/models/Dataset.js | 2 +- typescript/dist/models/DatasetDefinition.d.ts | 2 +- typescript/dist/models/DatasetDefinition.js | 2 +- .../models/DatasetLayerListingCollection.d.ts | 2 +- .../models/DatasetLayerListingCollection.js | 2 +- ...DatasetLayerListingProviderDefinition.d.ts | 2 +- .../DatasetLayerListingProviderDefinition.js | 2 +- typescript/dist/models/DatasetListing.d.ts | 2 +- typescript/dist/models/DatasetListing.js | 2 +- .../dist/models/DatasetNameResponse.d.ts | 2 +- typescript/dist/models/DatasetNameResponse.js | 2 +- typescript/dist/models/DatasetResource.d.ts | 2 +- typescript/dist/models/DatasetResource.js | 2 +- typescript/dist/models/DerivedColor.d.ts | 2 +- typescript/dist/models/DerivedColor.js | 2 +- typescript/dist/models/DerivedNumber.d.ts | 2 +- typescript/dist/models/DerivedNumber.js | 2 +- .../dist/models/DescribeCoverageRequest.d.ts | 2 +- .../dist/models/DescribeCoverageRequest.js | 2 +- .../EbvPortalDataProviderDefinition.d.ts | 2 +- .../models/EbvPortalDataProviderDefinition.js | 2 +- .../models/EdrDataProviderDefinition.d.ts | 2 +- .../dist/models/EdrDataProviderDefinition.js | 2 +- typescript/dist/models/EdrVectorSpec.d.ts | 2 +- typescript/dist/models/EdrVectorSpec.js | 2 +- typescript/dist/models/ErrorResponse.d.ts | 2 +- typescript/dist/models/ErrorResponse.js | 2 +- typescript/dist/models/ExternalDataId.d.ts | 2 +- typescript/dist/models/ExternalDataId.js | 2 +- typescript/dist/models/FeatureDataType.d.ts | 2 +- typescript/dist/models/FeatureDataType.js | 2 +- .../dist/models/FileNotFoundHandling.d.ts | 2 +- .../dist/models/FileNotFoundHandling.js | 2 +- typescript/dist/models/FormatSpecifics.d.ts | 2 +- typescript/dist/models/FormatSpecifics.js | 2 +- .../dist/models/FormatSpecificsCsv.d.ts | 2 +- typescript/dist/models/FormatSpecificsCsv.js | 2 +- .../models/GbifDataProviderDefinition.d.ts | 2 +- .../dist/models/GbifDataProviderDefinition.js | 2 +- .../dist/models/GdalDatasetGeoTransform.d.ts | 2 +- .../dist/models/GdalDatasetGeoTransform.js | 2 +- .../dist/models/GdalDatasetParameters.d.ts | 2 +- .../dist/models/GdalDatasetParameters.js | 2 +- .../models/GdalLoadingInfoTemporalSlice.d.ts | 2 +- .../models/GdalLoadingInfoTemporalSlice.js | 2 +- typescript/dist/models/GdalMetaDataList.d.ts | 2 +- typescript/dist/models/GdalMetaDataList.js | 2 +- .../dist/models/GdalMetaDataRegular.d.ts | 2 +- typescript/dist/models/GdalMetaDataRegular.js | 2 +- .../dist/models/GdalMetaDataStatic.d.ts | 2 +- typescript/dist/models/GdalMetaDataStatic.js | 2 +- .../dist/models/GdalMetadataMapping.d.ts | 2 +- typescript/dist/models/GdalMetadataMapping.js | 2 +- .../dist/models/GdalMetadataNetCdfCf.d.ts | 2 +- .../dist/models/GdalMetadataNetCdfCf.js | 2 +- .../models/GdalSourceTimePlaceholder.d.ts | 2 +- .../dist/models/GdalSourceTimePlaceholder.js | 2 +- typescript/dist/models/GeoJson.d.ts | 2 +- typescript/dist/models/GeoJson.js | 2 +- typescript/dist/models/GeoTransform.d.ts | 45 +++ typescript/dist/models/GeoTransform.js | 59 ++++ .../dist/models/GetCapabilitiesFormat.d.ts | 2 +- .../dist/models/GetCapabilitiesFormat.js | 2 +- .../dist/models/GetCapabilitiesRequest.d.ts | 2 +- .../dist/models/GetCapabilitiesRequest.js | 2 +- typescript/dist/models/GetCoverageFormat.d.ts | 2 +- typescript/dist/models/GetCoverageFormat.js | 2 +- .../dist/models/GetCoverageRequest.d.ts | 2 +- typescript/dist/models/GetCoverageRequest.js | 2 +- typescript/dist/models/GetFeatureRequest.d.ts | 2 +- typescript/dist/models/GetFeatureRequest.js | 2 +- .../dist/models/GetLegendGraphicRequest.d.ts | 2 +- .../dist/models/GetLegendGraphicRequest.js | 2 +- .../dist/models/GetMapExceptionFormat.d.ts | 2 +- .../dist/models/GetMapExceptionFormat.js | 2 +- typescript/dist/models/GetMapFormat.d.ts | 2 +- typescript/dist/models/GetMapFormat.js | 2 +- typescript/dist/models/GetMapRequest.d.ts | 2 +- typescript/dist/models/GetMapRequest.js | 2 +- .../GfbioAbcdDataProviderDefinition.d.ts | 2 +- .../models/GfbioAbcdDataProviderDefinition.js | 2 +- ...fbioCollectionsDataProviderDefinition.d.ts | 2 +- .../GfbioCollectionsDataProviderDefinition.js | 2 +- typescript/dist/models/GridBoundingBox2D.d.ts | 39 +++ typescript/dist/models/GridBoundingBox2D.js | 55 ++++ typescript/dist/models/GridIdx2D.d.ts | 38 +++ typescript/dist/models/GridIdx2D.js | 54 +++ typescript/dist/models/IdResponse.d.ts | 2 +- typescript/dist/models/IdResponse.js | 2 +- typescript/dist/models/InternalDataId.d.ts | 2 +- typescript/dist/models/InternalDataId.js | 2 +- typescript/dist/models/Layer.d.ts | 2 +- typescript/dist/models/Layer.js | 2 +- typescript/dist/models/LayerCollection.d.ts | 2 +- typescript/dist/models/LayerCollection.js | 2 +- .../dist/models/LayerCollectionListing.d.ts | 2 +- .../dist/models/LayerCollectionListing.js | 2 +- .../dist/models/LayerCollectionResource.d.ts | 2 +- .../dist/models/LayerCollectionResource.js | 2 +- typescript/dist/models/LayerListing.d.ts | 2 +- typescript/dist/models/LayerListing.js | 2 +- .../dist/models/LayerProviderListing.d.ts | 2 +- .../dist/models/LayerProviderListing.js | 2 +- typescript/dist/models/LayerResource.d.ts | 2 +- typescript/dist/models/LayerResource.js | 2 +- typescript/dist/models/LayerVisibility.d.ts | 2 +- typescript/dist/models/LayerVisibility.js | 2 +- typescript/dist/models/LineSymbology.d.ts | 2 +- typescript/dist/models/LineSymbology.js | 2 +- typescript/dist/models/LinearGradient.d.ts | 2 +- typescript/dist/models/LinearGradient.js | 2 +- .../dist/models/LogarithmicGradient.d.ts | 2 +- typescript/dist/models/LogarithmicGradient.js | 2 +- typescript/dist/models/Measurement.d.ts | 2 +- typescript/dist/models/Measurement.js | 2 +- .../dist/models/MetaDataDefinition.d.ts | 2 +- typescript/dist/models/MetaDataDefinition.js | 2 +- .../dist/models/MetaDataSuggestion.d.ts | 2 +- typescript/dist/models/MetaDataSuggestion.js | 2 +- typescript/dist/models/MlModel.d.ts | 2 +- typescript/dist/models/MlModel.js | 2 +- .../models/MlModelInputNoDataHandling.d.ts | 2 +- .../dist/models/MlModelInputNoDataHandling.js | 2 +- .../MlModelInputNoDataHandlingVariant.d.ts | 2 +- .../MlModelInputNoDataHandlingVariant.js | 2 +- typescript/dist/models/MlModelMetadata.d.ts | 2 +- typescript/dist/models/MlModelMetadata.js | 2 +- .../dist/models/MlModelNameResponse.d.ts | 2 +- typescript/dist/models/MlModelNameResponse.js | 2 +- .../models/MlModelOutputNoDataHandling.d.ts | 2 +- .../models/MlModelOutputNoDataHandling.js | 2 +- .../MlModelOutputNoDataHandlingVariant.d.ts | 2 +- .../MlModelOutputNoDataHandlingVariant.js | 2 +- typescript/dist/models/MlModelResource.d.ts | 2 +- typescript/dist/models/MlModelResource.js | 2 +- typescript/dist/models/MlTensorShape3D.d.ts | 2 +- typescript/dist/models/MlTensorShape3D.js | 2 +- .../MockDatasetDataSourceLoadingInfo.d.ts | 2 +- .../MockDatasetDataSourceLoadingInfo.js | 2 +- typescript/dist/models/MockMetaData.d.ts | 2 +- typescript/dist/models/MockMetaData.js | 2 +- .../dist/models/MultiBandRasterColorizer.d.ts | 2 +- .../dist/models/MultiBandRasterColorizer.js | 2 +- typescript/dist/models/MultiLineString.d.ts | 2 +- typescript/dist/models/MultiLineString.js | 2 +- typescript/dist/models/MultiPoint.d.ts | 2 +- typescript/dist/models/MultiPoint.js | 2 +- typescript/dist/models/MultiPolygon.d.ts | 2 +- typescript/dist/models/MultiPolygon.js | 2 +- .../NetCdfCfDataProviderDefinition.d.ts | 2 +- .../models/NetCdfCfDataProviderDefinition.js | 2 +- typescript/dist/models/NumberParam.d.ts | 2 +- typescript/dist/models/NumberParam.js | 2 +- typescript/dist/models/OgrMetaData.d.ts | 2 +- typescript/dist/models/OgrMetaData.js | 2 +- .../dist/models/OgrSourceColumnSpec.d.ts | 2 +- typescript/dist/models/OgrSourceColumnSpec.js | 2 +- typescript/dist/models/OgrSourceDataset.d.ts | 2 +- typescript/dist/models/OgrSourceDataset.js | 2 +- .../dist/models/OgrSourceDatasetTimeType.d.ts | 2 +- .../dist/models/OgrSourceDatasetTimeType.js | 2 +- .../models/OgrSourceDatasetTimeTypeNone.d.ts | 2 +- .../models/OgrSourceDatasetTimeTypeNone.js | 2 +- .../models/OgrSourceDatasetTimeTypeStart.d.ts | 2 +- .../models/OgrSourceDatasetTimeTypeStart.js | 2 +- ...OgrSourceDatasetTimeTypeStartDuration.d.ts | 2 +- .../OgrSourceDatasetTimeTypeStartDuration.js | 2 +- .../OgrSourceDatasetTimeTypeStartEnd.d.ts | 2 +- .../OgrSourceDatasetTimeTypeStartEnd.js | 2 +- .../dist/models/OgrSourceDurationSpec.d.ts | 2 +- .../dist/models/OgrSourceDurationSpec.js | 2 +- .../models/OgrSourceDurationSpecInfinite.d.ts | 2 +- .../models/OgrSourceDurationSpecInfinite.js | 2 +- .../models/OgrSourceDurationSpecValue.d.ts | 2 +- .../dist/models/OgrSourceDurationSpecValue.js | 2 +- .../models/OgrSourceDurationSpecZero.d.ts | 2 +- .../dist/models/OgrSourceDurationSpecZero.js | 2 +- .../dist/models/OgrSourceErrorSpec.d.ts | 2 +- typescript/dist/models/OgrSourceErrorSpec.js | 2 +- .../dist/models/OgrSourceTimeFormat.d.ts | 2 +- typescript/dist/models/OgrSourceTimeFormat.js | 2 +- .../dist/models/OgrSourceTimeFormatAuto.d.ts | 2 +- .../dist/models/OgrSourceTimeFormatAuto.js | 2 +- .../models/OgrSourceTimeFormatCustom.d.ts | 2 +- .../dist/models/OgrSourceTimeFormatCustom.js | 2 +- .../OgrSourceTimeFormatUnixTimeStamp.d.ts | 2 +- .../OgrSourceTimeFormatUnixTimeStamp.js | 2 +- typescript/dist/models/OperatorQuota.d.ts | 2 +- typescript/dist/models/OperatorQuota.js | 2 +- typescript/dist/models/OrderBy.d.ts | 2 +- typescript/dist/models/OrderBy.js | 2 +- typescript/dist/models/PaletteColorizer.d.ts | 2 +- typescript/dist/models/PaletteColorizer.js | 2 +- .../models/PangaeaDataProviderDefinition.d.ts | 2 +- .../models/PangaeaDataProviderDefinition.js | 2 +- typescript/dist/models/Permission.d.ts | 2 +- typescript/dist/models/Permission.js | 2 +- .../dist/models/PermissionListOptions.d.ts | 2 +- .../dist/models/PermissionListOptions.js | 2 +- typescript/dist/models/PermissionListing.d.ts | 2 +- typescript/dist/models/PermissionListing.js | 2 +- typescript/dist/models/PermissionRequest.d.ts | 2 +- typescript/dist/models/PermissionRequest.js | 2 +- typescript/dist/models/Plot.d.ts | 2 +- typescript/dist/models/Plot.js | 2 +- typescript/dist/models/PlotOutputFormat.d.ts | 2 +- typescript/dist/models/PlotOutputFormat.js | 2 +- .../dist/models/PlotQueryRectangle.d.ts | 47 --- typescript/dist/models/PlotQueryRectangle.js | 61 ---- .../dist/models/PlotResultDescriptor.d.ts | 2 +- .../dist/models/PlotResultDescriptor.js | 2 +- typescript/dist/models/PointSymbology.d.ts | 2 +- typescript/dist/models/PointSymbology.js | 2 +- typescript/dist/models/PolygonSymbology.d.ts | 2 +- typescript/dist/models/PolygonSymbology.js | 2 +- typescript/dist/models/Project.d.ts | 2 +- typescript/dist/models/Project.js | 2 +- typescript/dist/models/ProjectLayer.d.ts | 2 +- typescript/dist/models/ProjectLayer.js | 2 +- typescript/dist/models/ProjectListing.d.ts | 2 +- typescript/dist/models/ProjectListing.js | 2 +- typescript/dist/models/ProjectResource.d.ts | 2 +- typescript/dist/models/ProjectResource.js | 2 +- .../dist/models/ProjectUpdateToken.d.ts | 2 +- typescript/dist/models/ProjectUpdateToken.js | 2 +- typescript/dist/models/ProjectVersion.d.ts | 2 +- typescript/dist/models/ProjectVersion.js | 2 +- typescript/dist/models/Provenance.d.ts | 2 +- typescript/dist/models/Provenance.js | 2 +- typescript/dist/models/ProvenanceEntry.d.ts | 2 +- typescript/dist/models/ProvenanceEntry.js | 2 +- typescript/dist/models/ProvenanceOutput.d.ts | 2 +- typescript/dist/models/ProvenanceOutput.js | 2 +- typescript/dist/models/Provenances.d.ts | 2 +- typescript/dist/models/Provenances.js | 2 +- .../dist/models/ProviderCapabilities.d.ts | 2 +- .../dist/models/ProviderCapabilities.js | 2 +- .../models/ProviderLayerCollectionId.d.ts | 2 +- .../dist/models/ProviderLayerCollectionId.js | 2 +- typescript/dist/models/ProviderLayerId.d.ts | 2 +- typescript/dist/models/ProviderLayerId.js | 2 +- typescript/dist/models/Quota.d.ts | 2 +- typescript/dist/models/Quota.js | 2 +- .../dist/models/RasterBandDescriptor.d.ts | 2 +- .../dist/models/RasterBandDescriptor.js | 2 +- typescript/dist/models/RasterColorizer.d.ts | 2 +- typescript/dist/models/RasterColorizer.js | 2 +- typescript/dist/models/RasterDataType.d.ts | 2 +- typescript/dist/models/RasterDataType.js | 2 +- .../models/RasterDatasetFromWorkflow.d.ts | 8 +- .../dist/models/RasterDatasetFromWorkflow.js | 8 +- .../RasterDatasetFromWorkflowResult.d.ts | 2 +- .../models/RasterDatasetFromWorkflowResult.js | 2 +- .../models/RasterPropertiesEntryType.d.ts | 2 +- .../dist/models/RasterPropertiesEntryType.js | 2 +- .../dist/models/RasterPropertiesKey.d.ts | 2 +- typescript/dist/models/RasterPropertiesKey.js | 2 +- .../dist/models/RasterQueryRectangle.d.ts | 47 --- .../dist/models/RasterResultDescriptor.d.ts | 21 +- .../dist/models/RasterResultDescriptor.js | 21 +- .../RasterStreamWebsocketResultType.d.ts | 2 +- .../models/RasterStreamWebsocketResultType.js | 2 +- typescript/dist/models/RasterSymbology.d.ts | 2 +- typescript/dist/models/RasterSymbology.js | 2 +- .../models/RasterToDatasetQueryRectangle.d.ts | 40 +++ ...le.js => RasterToDatasetQueryRectangle.js} | 33 +- .../dist/models/RegularTimeDimension.d.ts | 39 +++ .../dist/models/RegularTimeDimension.js | 55 ++++ typescript/dist/models/Resource.d.ts | 2 +- typescript/dist/models/Resource.js | 2 +- typescript/dist/models/Role.d.ts | 2 +- typescript/dist/models/Role.js | 2 +- typescript/dist/models/RoleDescription.d.ts | 2 +- typescript/dist/models/RoleDescription.js | 2 +- typescript/dist/models/STRectangle.d.ts | 2 +- typescript/dist/models/STRectangle.js | 2 +- .../dist/models/SearchCapabilities.d.ts | 2 +- typescript/dist/models/SearchCapabilities.js | 2 +- typescript/dist/models/SearchType.d.ts | 2 +- typescript/dist/models/SearchType.js | 2 +- typescript/dist/models/SearchTypes.d.ts | 2 +- typescript/dist/models/SearchTypes.js | 2 +- .../SentinelS2L2ACogsProviderDefinition.d.ts | 16 +- .../SentinelS2L2ACogsProviderDefinition.js | 12 +- typescript/dist/models/ServerInfo.d.ts | 2 +- typescript/dist/models/ServerInfo.js | 2 +- .../models/SingleBandRasterColorizer.d.ts | 2 +- .../dist/models/SingleBandRasterColorizer.js | 2 +- .../dist/models/SpatialGridDefinition.d.ts | 40 +++ .../dist/models/SpatialGridDefinition.js | 56 ++++ .../dist/models/SpatialGridDescriptor.d.ts | 40 +++ .../dist/models/SpatialGridDescriptor.js | 56 ++++ .../models/SpatialGridDescriptorState.d.ts | 25 ++ .../dist/models/SpatialGridDescriptorState.js | 51 +++ .../dist/models/SpatialPartition2D.d.ts | 2 +- typescript/dist/models/SpatialPartition2D.js | 2 +- .../models/SpatialReferenceAuthority.d.ts | 2 +- .../dist/models/SpatialReferenceAuthority.js | 2 +- .../models/SpatialReferenceSpecification.d.ts | 2 +- .../models/SpatialReferenceSpecification.js | 2 +- typescript/dist/models/SpatialResolution.d.ts | 2 +- typescript/dist/models/SpatialResolution.js | 2 +- typescript/dist/models/StacApiRetries.d.ts | 2 +- typescript/dist/models/StacApiRetries.js | 2 +- typescript/dist/models/StacBand.d.ts | 45 --- typescript/dist/models/StacBand.js | 57 ---- typescript/dist/models/StacQueryBuffer.d.ts | 2 +- typescript/dist/models/StacQueryBuffer.js | 2 +- typescript/dist/models/StacZone.d.ts | 38 --- typescript/dist/models/StacZone.js | 54 --- typescript/dist/models/StaticColor.d.ts | 2 +- typescript/dist/models/StaticColor.js | 2 +- typescript/dist/models/StaticNumber.d.ts | 2 +- typescript/dist/models/StaticNumber.js | 2 +- typescript/dist/models/StrokeParam.d.ts | 2 +- typescript/dist/models/StrokeParam.js | 2 +- typescript/dist/models/SuggestMetaData.d.ts | 2 +- typescript/dist/models/SuggestMetaData.js | 2 +- typescript/dist/models/Symbology.d.ts | 2 +- typescript/dist/models/Symbology.js | 2 +- typescript/dist/models/TaskAbortOptions.d.ts | 2 +- typescript/dist/models/TaskAbortOptions.js | 2 +- typescript/dist/models/TaskFilter.d.ts | 2 +- typescript/dist/models/TaskFilter.js | 2 +- typescript/dist/models/TaskListOptions.d.ts | 2 +- typescript/dist/models/TaskListOptions.js | 2 +- typescript/dist/models/TaskResponse.d.ts | 2 +- typescript/dist/models/TaskResponse.js | 2 +- typescript/dist/models/TaskStatus.d.ts | 2 +- typescript/dist/models/TaskStatus.js | 2 +- typescript/dist/models/TaskStatusAborted.d.ts | 2 +- typescript/dist/models/TaskStatusAborted.js | 2 +- .../dist/models/TaskStatusCompleted.d.ts | 2 +- typescript/dist/models/TaskStatusCompleted.js | 2 +- typescript/dist/models/TaskStatusFailed.d.ts | 2 +- typescript/dist/models/TaskStatusFailed.js | 2 +- typescript/dist/models/TaskStatusRunning.d.ts | 2 +- typescript/dist/models/TaskStatusRunning.js | 2 +- typescript/dist/models/TaskStatusWithId.d.ts | 2 +- typescript/dist/models/TaskStatusWithId.js | 2 +- typescript/dist/models/TextSymbology.d.ts | 2 +- typescript/dist/models/TextSymbology.js | 2 +- typescript/dist/models/TimeDescriptor.d.ts | 40 +++ typescript/dist/models/TimeDescriptor.js | 52 +++ typescript/dist/models/TimeGranularity.d.ts | 2 +- typescript/dist/models/TimeGranularity.js | 2 +- typescript/dist/models/TimeInterval.d.ts | 2 +- typescript/dist/models/TimeInterval.js | 2 +- typescript/dist/models/TimeReference.d.ts | 2 +- typescript/dist/models/TimeReference.js | 2 +- typescript/dist/models/TimeStep.d.ts | 2 +- typescript/dist/models/TimeStep.js | 2 +- .../models/TypedDataProviderDefinition.d.ts | 2 +- .../models/TypedDataProviderDefinition.js | 2 +- typescript/dist/models/TypedGeometry.d.ts | 2 +- typescript/dist/models/TypedGeometry.js | 2 +- .../dist/models/TypedGeometryOneOf.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf.js | 2 +- .../dist/models/TypedGeometryOneOf1.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf1.js | 2 +- .../dist/models/TypedGeometryOneOf2.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf2.js | 2 +- .../dist/models/TypedGeometryOneOf3.d.ts | 2 +- typescript/dist/models/TypedGeometryOneOf3.js | 2 +- typescript/dist/models/TypedOperator.d.ts | 2 +- typescript/dist/models/TypedOperator.js | 2 +- .../dist/models/TypedOperatorOperator.d.ts | 2 +- .../dist/models/TypedOperatorOperator.js | 2 +- .../models/TypedPlotResultDescriptor.d.ts | 2 +- .../dist/models/TypedPlotResultDescriptor.js | 2 +- .../models/TypedRasterResultDescriptor.d.ts | 2 +- .../models/TypedRasterResultDescriptor.js | 2 +- .../dist/models/TypedResultDescriptor.d.ts | 2 +- .../dist/models/TypedResultDescriptor.js | 2 +- .../models/TypedVectorResultDescriptor.d.ts | 2 +- .../models/TypedVectorResultDescriptor.js | 2 +- .../dist/models/UnitlessMeasurement.d.ts | 2 +- typescript/dist/models/UnitlessMeasurement.js | 2 +- typescript/dist/models/UnixTimeStampType.d.ts | 2 +- typescript/dist/models/UnixTimeStampType.js | 2 +- typescript/dist/models/UpdateDataset.d.ts | 2 +- typescript/dist/models/UpdateDataset.js | 2 +- typescript/dist/models/UpdateLayer.d.ts | 2 +- typescript/dist/models/UpdateLayer.js | 2 +- .../dist/models/UpdateLayerCollection.d.ts | 2 +- .../dist/models/UpdateLayerCollection.js | 2 +- typescript/dist/models/UpdateProject.d.ts | 2 +- typescript/dist/models/UpdateProject.js | 2 +- typescript/dist/models/UpdateQuota.d.ts | 2 +- typescript/dist/models/UpdateQuota.js | 2 +- .../dist/models/UploadFileLayersResponse.d.ts | 2 +- .../dist/models/UploadFileLayersResponse.js | 2 +- .../dist/models/UploadFilesResponse.d.ts | 2 +- typescript/dist/models/UploadFilesResponse.js | 2 +- .../dist/models/UsageSummaryGranularity.d.ts | 2 +- .../dist/models/UsageSummaryGranularity.js | 2 +- typescript/dist/models/UserCredentials.d.ts | 2 +- typescript/dist/models/UserCredentials.js | 2 +- typescript/dist/models/UserInfo.d.ts | 2 +- typescript/dist/models/UserInfo.js | 2 +- typescript/dist/models/UserRegistration.d.ts | 2 +- typescript/dist/models/UserRegistration.js | 2 +- typescript/dist/models/UserSession.d.ts | 2 +- typescript/dist/models/UserSession.js | 2 +- typescript/dist/models/VecUpdate.d.ts | 2 +- typescript/dist/models/VecUpdate.js | 2 +- typescript/dist/models/VectorColumnInfo.d.ts | 2 +- typescript/dist/models/VectorColumnInfo.js | 2 +- typescript/dist/models/VectorDataType.d.ts | 2 +- typescript/dist/models/VectorDataType.js | 2 +- .../dist/models/VectorQueryRectangle.d.ts | 47 --- .../dist/models/VectorQueryRectangle.js | 61 ---- .../dist/models/VectorResultDescriptor.d.ts | 2 +- .../dist/models/VectorResultDescriptor.js | 2 +- typescript/dist/models/Volume.d.ts | 2 +- typescript/dist/models/Volume.js | 2 +- .../dist/models/VolumeFileLayersResponse.d.ts | 2 +- .../dist/models/VolumeFileLayersResponse.js | 2 +- typescript/dist/models/WcsBoundingbox.d.ts | 2 +- typescript/dist/models/WcsBoundingbox.js | 2 +- typescript/dist/models/WcsService.d.ts | 2 +- typescript/dist/models/WcsService.js | 2 +- typescript/dist/models/WcsVersion.d.ts | 2 +- typescript/dist/models/WcsVersion.js | 2 +- typescript/dist/models/WfsService.d.ts | 2 +- typescript/dist/models/WfsService.js | 2 +- typescript/dist/models/WfsVersion.d.ts | 2 +- typescript/dist/models/WfsVersion.js | 2 +- .../WildliveDataConnectorDefinition.d.ts | 2 +- .../models/WildliveDataConnectorDefinition.js | 2 +- typescript/dist/models/WmsService.d.ts | 2 +- typescript/dist/models/WmsService.js | 2 +- typescript/dist/models/WmsVersion.d.ts | 2 +- typescript/dist/models/WmsVersion.js | 2 +- typescript/dist/models/Workflow.d.ts | 2 +- typescript/dist/models/Workflow.js | 2 +- typescript/dist/models/WrappedPlotOutput.d.ts | 2 +- typescript/dist/models/WrappedPlotOutput.js | 2 +- typescript/dist/models/index.d.ts | 14 +- typescript/dist/models/index.js | 14 +- typescript/dist/runtime.d.ts | 2 +- typescript/dist/runtime.js | 2 +- ...{PlotQueryRectangle.md => GeoTransform.md} | 21 +- ...QueryRectangle.md => GridBoundingBox2D.md} | 19 +- typescript/docs/{StacZone.md => GridIdx2D.md} | 16 +- typescript/docs/RasterDatasetFromWorkflow.md | 2 +- typescript/docs/RasterResultDescriptor.md | 8 +- ...le.md => RasterToDatasetQueryRectangle.md} | 10 +- .../{StacBand.md => RegularTimeDimension.md} | 18 +- .../SentinelS2L2ACogsProviderDefinition.md | 4 - typescript/docs/SpatialGridDefinition.md | 36 ++ typescript/docs/SpatialGridDescriptor.md | 36 ++ typescript/docs/SpatialGridDescriptorState.md | 32 ++ typescript/docs/TimeDescriptor.md | 36 ++ .../docs/TypedDataProviderDefinition.md | 4 - typescript/docs/TypedResultDescriptor.md | 4 +- typescript/docs/WorkflowsApi.md | 5 +- typescript/package-lock.json | 6 +- typescript/src/apis/DatasetsApi.ts | 2 +- typescript/src/apis/GeneralApi.ts | 2 +- typescript/src/apis/LayersApi.ts | 2 +- typescript/src/apis/MLApi.ts | 2 +- typescript/src/apis/OGCWCSApi.ts | 2 +- typescript/src/apis/OGCWFSApi.ts | 2 +- typescript/src/apis/OGCWMSApi.ts | 2 +- typescript/src/apis/PermissionsApi.ts | 2 +- typescript/src/apis/PlotsApi.ts | 2 +- typescript/src/apis/ProjectsApi.ts | 2 +- typescript/src/apis/SessionApi.ts | 2 +- typescript/src/apis/SpatialReferencesApi.ts | 2 +- typescript/src/apis/TasksApi.ts | 2 +- typescript/src/apis/UploadsApi.ts | 2 +- typescript/src/apis/UserApi.ts | 2 +- typescript/src/apis/WorkflowsApi.ts | 17 +- typescript/src/models/AddDataset.ts | 2 +- typescript/src/models/AddLayer.ts | 2 +- typescript/src/models/AddLayerCollection.ts | 2 +- typescript/src/models/AddRole.ts | 2 +- .../src/models/ArunaDataProviderDefinition.ts | 2 +- typescript/src/models/AuthCodeRequestURL.ts | 2 +- typescript/src/models/AuthCodeResponse.ts | 2 +- typescript/src/models/AutoCreateDataset.ts | 2 +- typescript/src/models/AxisOrder.ts | 2 +- typescript/src/models/BoundingBox2D.ts | 2 +- typescript/src/models/Breakpoint.ts | 2 +- .../src/models/ClassificationMeasurement.ts | 2 +- typescript/src/models/CollectionItem.ts | 2 +- typescript/src/models/CollectionType.ts | 2 +- typescript/src/models/ColorParam.ts | 2 +- typescript/src/models/Colorizer.ts | 2 +- typescript/src/models/ComputationQuota.ts | 2 +- .../src/models/ContinuousMeasurement.ts | 2 +- typescript/src/models/Coordinate2D.ts | 2 +- ...pernicusDataspaceDataProviderDefinition.ts | 2 +- typescript/src/models/CreateDataset.ts | 2 +- typescript/src/models/CreateProject.ts | 2 +- typescript/src/models/CsvHeader.ts | 2 +- typescript/src/models/DataId.ts | 2 +- typescript/src/models/DataPath.ts | 2 +- typescript/src/models/DataPathOneOf.ts | 2 +- typescript/src/models/DataPathOneOf1.ts | 2 +- typescript/src/models/DataProviderResource.ts | 2 +- typescript/src/models/DataUsage.ts | 2 +- typescript/src/models/DataUsageSummary.ts | 2 +- .../src/models/DatabaseConnectionConfig.ts | 2 +- typescript/src/models/Dataset.ts | 2 +- typescript/src/models/DatasetDefinition.ts | 2 +- .../models/DatasetLayerListingCollection.ts | 2 +- .../DatasetLayerListingProviderDefinition.ts | 2 +- typescript/src/models/DatasetListing.ts | 2 +- typescript/src/models/DatasetNameResponse.ts | 2 +- typescript/src/models/DatasetResource.ts | 2 +- typescript/src/models/DerivedColor.ts | 2 +- typescript/src/models/DerivedNumber.ts | 2 +- .../src/models/DescribeCoverageRequest.ts | 2 +- .../models/EbvPortalDataProviderDefinition.ts | 2 +- .../src/models/EdrDataProviderDefinition.ts | 2 +- typescript/src/models/EdrVectorSpec.ts | 2 +- typescript/src/models/ErrorResponse.ts | 2 +- typescript/src/models/ExternalDataId.ts | 2 +- typescript/src/models/FeatureDataType.ts | 2 +- typescript/src/models/FileNotFoundHandling.ts | 2 +- typescript/src/models/FormatSpecifics.ts | 2 +- typescript/src/models/FormatSpecificsCsv.ts | 2 +- .../src/models/GbifDataProviderDefinition.ts | 2 +- .../src/models/GdalDatasetGeoTransform.ts | 2 +- .../src/models/GdalDatasetParameters.ts | 2 +- .../models/GdalLoadingInfoTemporalSlice.ts | 2 +- typescript/src/models/GdalMetaDataList.ts | 2 +- typescript/src/models/GdalMetaDataRegular.ts | 2 +- typescript/src/models/GdalMetaDataStatic.ts | 2 +- typescript/src/models/GdalMetadataMapping.ts | 2 +- typescript/src/models/GdalMetadataNetCdfCf.ts | 2 +- .../src/models/GdalSourceTimePlaceholder.ts | 2 +- typescript/src/models/GeoJson.ts | 2 +- typescript/src/models/GeoTransform.ts | 92 ++++++ .../src/models/GetCapabilitiesFormat.ts | 2 +- .../src/models/GetCapabilitiesRequest.ts | 2 +- typescript/src/models/GetCoverageFormat.ts | 2 +- typescript/src/models/GetCoverageRequest.ts | 2 +- typescript/src/models/GetFeatureRequest.ts | 2 +- .../src/models/GetLegendGraphicRequest.ts | 2 +- .../src/models/GetMapExceptionFormat.ts | 2 +- typescript/src/models/GetMapFormat.ts | 2 +- typescript/src/models/GetMapRequest.ts | 2 +- .../models/GfbioAbcdDataProviderDefinition.ts | 2 +- .../GfbioCollectionsDataProviderDefinition.ts | 2 +- typescript/src/models/GridBoundingBox2D.ts | 83 +++++ typescript/src/models/GridIdx2D.ts | 75 +++++ typescript/src/models/IdResponse.ts | 2 +- typescript/src/models/InternalDataId.ts | 2 +- typescript/src/models/Layer.ts | 2 +- typescript/src/models/LayerCollection.ts | 2 +- .../src/models/LayerCollectionListing.ts | 2 +- .../src/models/LayerCollectionResource.ts | 2 +- typescript/src/models/LayerListing.ts | 2 +- typescript/src/models/LayerProviderListing.ts | 2 +- typescript/src/models/LayerResource.ts | 2 +- typescript/src/models/LayerVisibility.ts | 2 +- typescript/src/models/LineSymbology.ts | 2 +- typescript/src/models/LinearGradient.ts | 2 +- typescript/src/models/LogarithmicGradient.ts | 2 +- typescript/src/models/Measurement.ts | 2 +- typescript/src/models/MetaDataDefinition.ts | 2 +- typescript/src/models/MetaDataSuggestion.ts | 2 +- typescript/src/models/MlModel.ts | 2 +- .../src/models/MlModelInputNoDataHandling.ts | 2 +- .../MlModelInputNoDataHandlingVariant.ts | 2 +- typescript/src/models/MlModelMetadata.ts | 2 +- typescript/src/models/MlModelNameResponse.ts | 2 +- .../src/models/MlModelOutputNoDataHandling.ts | 2 +- .../MlModelOutputNoDataHandlingVariant.ts | 2 +- typescript/src/models/MlModelResource.ts | 2 +- typescript/src/models/MlTensorShape3D.ts | 2 +- .../MockDatasetDataSourceLoadingInfo.ts | 2 +- typescript/src/models/MockMetaData.ts | 2 +- .../src/models/MultiBandRasterColorizer.ts | 2 +- typescript/src/models/MultiLineString.ts | 2 +- typescript/src/models/MultiPoint.ts | 2 +- typescript/src/models/MultiPolygon.ts | 2 +- .../models/NetCdfCfDataProviderDefinition.ts | 2 +- typescript/src/models/NumberParam.ts | 2 +- typescript/src/models/OgrMetaData.ts | 2 +- typescript/src/models/OgrSourceColumnSpec.ts | 2 +- typescript/src/models/OgrSourceDataset.ts | 2 +- .../src/models/OgrSourceDatasetTimeType.ts | 2 +- .../models/OgrSourceDatasetTimeTypeNone.ts | 2 +- .../models/OgrSourceDatasetTimeTypeStart.ts | 2 +- .../OgrSourceDatasetTimeTypeStartDuration.ts | 2 +- .../OgrSourceDatasetTimeTypeStartEnd.ts | 2 +- .../src/models/OgrSourceDurationSpec.ts | 2 +- .../models/OgrSourceDurationSpecInfinite.ts | 2 +- .../src/models/OgrSourceDurationSpecValue.ts | 2 +- .../src/models/OgrSourceDurationSpecZero.ts | 2 +- typescript/src/models/OgrSourceErrorSpec.ts | 2 +- typescript/src/models/OgrSourceTimeFormat.ts | 2 +- .../src/models/OgrSourceTimeFormatAuto.ts | 2 +- .../src/models/OgrSourceTimeFormatCustom.ts | 2 +- .../OgrSourceTimeFormatUnixTimeStamp.ts | 2 +- typescript/src/models/OperatorQuota.ts | 2 +- typescript/src/models/OrderBy.ts | 2 +- typescript/src/models/PaletteColorizer.ts | 2 +- .../models/PangaeaDataProviderDefinition.ts | 2 +- typescript/src/models/Permission.ts | 2 +- .../src/models/PermissionListOptions.ts | 2 +- typescript/src/models/PermissionListing.ts | 2 +- typescript/src/models/PermissionRequest.ts | 2 +- typescript/src/models/Plot.ts | 2 +- typescript/src/models/PlotOutputFormat.ts | 2 +- typescript/src/models/PlotQueryRectangle.ts | 106 ------ typescript/src/models/PlotResultDescriptor.ts | 2 +- typescript/src/models/PointSymbology.ts | 2 +- typescript/src/models/PolygonSymbology.ts | 2 +- typescript/src/models/Project.ts | 2 +- typescript/src/models/ProjectLayer.ts | 2 +- typescript/src/models/ProjectListing.ts | 2 +- typescript/src/models/ProjectResource.ts | 2 +- typescript/src/models/ProjectUpdateToken.ts | 2 +- typescript/src/models/ProjectVersion.ts | 2 +- typescript/src/models/Provenance.ts | 2 +- typescript/src/models/ProvenanceEntry.ts | 2 +- typescript/src/models/ProvenanceOutput.ts | 2 +- typescript/src/models/Provenances.ts | 2 +- typescript/src/models/ProviderCapabilities.ts | 2 +- .../src/models/ProviderLayerCollectionId.ts | 2 +- typescript/src/models/ProviderLayerId.ts | 2 +- typescript/src/models/Quota.ts | 2 +- typescript/src/models/RasterBandDescriptor.ts | 2 +- typescript/src/models/RasterColorizer.ts | 2 +- typescript/src/models/RasterDataType.ts | 2 +- .../src/models/RasterDatasetFromWorkflow.ts | 22 +- .../models/RasterDatasetFromWorkflowResult.ts | 2 +- .../src/models/RasterPropertiesEntryType.ts | 2 +- typescript/src/models/RasterPropertiesKey.ts | 2 +- .../src/models/RasterResultDescriptor.ts | 61 ++-- .../models/RasterStreamWebsocketResultType.ts | 2 +- typescript/src/models/RasterSymbology.ts | 2 +- ...le.ts => RasterToDatasetQueryRectangle.ts} | 42 +-- typescript/src/models/RegularTimeDimension.ts | 83 +++++ typescript/src/models/Resource.ts | 2 +- typescript/src/models/Role.ts | 2 +- typescript/src/models/RoleDescription.ts | 2 +- typescript/src/models/STRectangle.ts | 2 +- typescript/src/models/SearchCapabilities.ts | 2 +- typescript/src/models/SearchType.ts | 2 +- typescript/src/models/SearchTypes.ts | 2 +- .../SentinelS2L2ACogsProviderDefinition.ts | 34 +- typescript/src/models/ServerInfo.ts | 2 +- .../src/models/SingleBandRasterColorizer.ts | 2 +- .../src/models/SpatialGridDefinition.ts | 90 +++++ .../src/models/SpatialGridDescriptor.ts | 92 ++++++ .../src/models/SpatialGridDescriptorState.ts | 53 +++ typescript/src/models/SpatialPartition2D.ts | 2 +- .../src/models/SpatialReferenceAuthority.ts | 2 +- .../models/SpatialReferenceSpecification.ts | 2 +- typescript/src/models/SpatialResolution.ts | 2 +- typescript/src/models/StacApiRetries.ts | 2 +- typescript/src/models/StacBand.ts | 93 ------ typescript/src/models/StacQueryBuffer.ts | 2 +- typescript/src/models/StacZone.ts | 75 ----- typescript/src/models/StaticColor.ts | 2 +- typescript/src/models/StaticNumber.ts | 2 +- typescript/src/models/StrokeParam.ts | 2 +- typescript/src/models/SuggestMetaData.ts | 2 +- typescript/src/models/Symbology.ts | 2 +- typescript/src/models/TaskAbortOptions.ts | 2 +- typescript/src/models/TaskFilter.ts | 2 +- typescript/src/models/TaskListOptions.ts | 2 +- typescript/src/models/TaskResponse.ts | 2 +- typescript/src/models/TaskStatus.ts | 2 +- typescript/src/models/TaskStatusAborted.ts | 2 +- typescript/src/models/TaskStatusCompleted.ts | 2 +- typescript/src/models/TaskStatusFailed.ts | 2 +- typescript/src/models/TaskStatusRunning.ts | 2 +- typescript/src/models/TaskStatusWithId.ts | 2 +- typescript/src/models/TextSymbology.ts | 2 +- typescript/src/models/TimeDescriptor.ts | 88 +++++ typescript/src/models/TimeGranularity.ts | 2 +- typescript/src/models/TimeInterval.ts | 2 +- typescript/src/models/TimeReference.ts | 2 +- typescript/src/models/TimeStep.ts | 2 +- .../src/models/TypedDataProviderDefinition.ts | 2 +- typescript/src/models/TypedGeometry.ts | 2 +- typescript/src/models/TypedGeometryOneOf.ts | 2 +- typescript/src/models/TypedGeometryOneOf1.ts | 2 +- typescript/src/models/TypedGeometryOneOf2.ts | 2 +- typescript/src/models/TypedGeometryOneOf3.ts | 2 +- typescript/src/models/TypedOperator.ts | 2 +- .../src/models/TypedOperatorOperator.ts | 2 +- .../src/models/TypedPlotResultDescriptor.ts | 2 +- .../src/models/TypedRasterResultDescriptor.ts | 35 +- .../src/models/TypedResultDescriptor.ts | 2 +- .../src/models/TypedVectorResultDescriptor.ts | 2 +- typescript/src/models/UnitlessMeasurement.ts | 2 +- typescript/src/models/UnixTimeStampType.ts | 2 +- typescript/src/models/UpdateDataset.ts | 2 +- typescript/src/models/UpdateLayer.ts | 2 +- .../src/models/UpdateLayerCollection.ts | 2 +- typescript/src/models/UpdateProject.ts | 2 +- typescript/src/models/UpdateQuota.ts | 2 +- .../src/models/UploadFileLayersResponse.ts | 2 +- typescript/src/models/UploadFilesResponse.ts | 2 +- .../src/models/UsageSummaryGranularity.ts | 2 +- typescript/src/models/UserCredentials.ts | 2 +- typescript/src/models/UserInfo.ts | 2 +- typescript/src/models/UserRegistration.ts | 2 +- typescript/src/models/UserSession.ts | 2 +- typescript/src/models/VecUpdate.ts | 2 +- typescript/src/models/VectorColumnInfo.ts | 2 +- typescript/src/models/VectorDataType.ts | 2 +- typescript/src/models/VectorQueryRectangle.ts | 106 ------ .../src/models/VectorResultDescriptor.ts | 2 +- typescript/src/models/Volume.ts | 2 +- .../src/models/VolumeFileLayersResponse.ts | 2 +- typescript/src/models/WcsBoundingbox.ts | 2 +- typescript/src/models/WcsService.ts | 2 +- typescript/src/models/WcsVersion.ts | 2 +- typescript/src/models/WfsService.ts | 2 +- typescript/src/models/WfsVersion.ts | 2 +- .../models/WildliveDataConnectorDefinition.ts | 2 +- typescript/src/models/WmsService.ts | 2 +- typescript/src/models/WmsVersion.ts | 2 +- typescript/src/models/Workflow.ts | 2 +- typescript/src/models/WrappedPlotOutput.ts | 2 +- typescript/src/models/index.ts | 14 +- typescript/src/runtime.ts | 2 +- 1898 files changed, 5808 insertions(+), 4277 deletions(-) create mode 100644 python/geoengine_openapi_client/models/geo_transform.py rename python/geoengine_openapi_client/models/{vector_query_rectangle.py => grid_bounding_box2_d.py} (57%) rename python/geoengine_openapi_client/models/{stac_zone.py => grid_idx2_d.py} (80%) rename python/geoengine_openapi_client/models/{raster_query_rectangle.py => raster_to_dataset_query_rectangle.py} (79%) rename python/geoengine_openapi_client/models/{stac_band.py => regular_time_dimension.py} (66%) rename python/geoengine_openapi_client/models/{plot_query_rectangle.py => spatial_grid_definition.py} (58%) create mode 100644 python/geoengine_openapi_client/models/spatial_grid_descriptor.py create mode 100644 python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py create mode 100644 python/geoengine_openapi_client/models/time_descriptor.py create mode 100644 python/test/test_geo_transform.py create mode 100644 python/test/test_grid_bounding_box2_d.py rename python/test/{test_stac_zone.py => test_grid_idx2_d.py} (59%) delete mode 100644 python/test/test_plot_query_rectangle.py rename python/test/{test_raster_query_rectangle.py => test_raster_to_dataset_query_rectangle.py} (68%) create mode 100644 python/test/test_regular_time_dimension.py create mode 100644 python/test/test_spatial_grid_definition.py create mode 100644 python/test/test_spatial_grid_descriptor.py create mode 100644 python/test/test_spatial_grid_descriptor_state.py delete mode 100644 python/test/test_stac_band.py create mode 100644 python/test/test_time_descriptor.py delete mode 100644 python/test/test_vector_query_rectangle.py create mode 100644 typescript/dist/esm/models/GeoTransform.d.ts create mode 100644 typescript/dist/esm/models/GeoTransform.js create mode 100644 typescript/dist/esm/models/GridBoundingBox2D.d.ts create mode 100644 typescript/dist/esm/models/GridBoundingBox2D.js create mode 100644 typescript/dist/esm/models/GridIdx2D.d.ts create mode 100644 typescript/dist/esm/models/GridIdx2D.js delete mode 100644 typescript/dist/esm/models/PlotQueryRectangle.d.ts delete mode 100644 typescript/dist/esm/models/PlotQueryRectangle.js delete mode 100644 typescript/dist/esm/models/RasterQueryRectangle.d.ts create mode 100644 typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts rename typescript/dist/esm/models/{RasterQueryRectangle.js => RasterToDatasetQueryRectangle.js} (56%) create mode 100644 typescript/dist/esm/models/RegularTimeDimension.d.ts create mode 100644 typescript/dist/esm/models/RegularTimeDimension.js create mode 100644 typescript/dist/esm/models/SpatialGridDefinition.d.ts create mode 100644 typescript/dist/esm/models/SpatialGridDefinition.js create mode 100644 typescript/dist/esm/models/SpatialGridDescriptor.d.ts create mode 100644 typescript/dist/esm/models/SpatialGridDescriptor.js create mode 100644 typescript/dist/esm/models/SpatialGridDescriptorState.d.ts create mode 100644 typescript/dist/esm/models/SpatialGridDescriptorState.js delete mode 100644 typescript/dist/esm/models/StacBand.d.ts delete mode 100644 typescript/dist/esm/models/StacBand.js delete mode 100644 typescript/dist/esm/models/StacZone.d.ts delete mode 100644 typescript/dist/esm/models/StacZone.js create mode 100644 typescript/dist/esm/models/TimeDescriptor.d.ts create mode 100644 typescript/dist/esm/models/TimeDescriptor.js delete mode 100644 typescript/dist/esm/models/VectorQueryRectangle.d.ts delete mode 100644 typescript/dist/esm/models/VectorQueryRectangle.js create mode 100644 typescript/dist/models/GeoTransform.d.ts create mode 100644 typescript/dist/models/GeoTransform.js create mode 100644 typescript/dist/models/GridBoundingBox2D.d.ts create mode 100644 typescript/dist/models/GridBoundingBox2D.js create mode 100644 typescript/dist/models/GridIdx2D.d.ts create mode 100644 typescript/dist/models/GridIdx2D.js delete mode 100644 typescript/dist/models/PlotQueryRectangle.d.ts delete mode 100644 typescript/dist/models/PlotQueryRectangle.js delete mode 100644 typescript/dist/models/RasterQueryRectangle.d.ts create mode 100644 typescript/dist/models/RasterToDatasetQueryRectangle.d.ts rename typescript/dist/models/{RasterQueryRectangle.js => RasterToDatasetQueryRectangle.js} (50%) create mode 100644 typescript/dist/models/RegularTimeDimension.d.ts create mode 100644 typescript/dist/models/RegularTimeDimension.js create mode 100644 typescript/dist/models/SpatialGridDefinition.d.ts create mode 100644 typescript/dist/models/SpatialGridDefinition.js create mode 100644 typescript/dist/models/SpatialGridDescriptor.d.ts create mode 100644 typescript/dist/models/SpatialGridDescriptor.js create mode 100644 typescript/dist/models/SpatialGridDescriptorState.d.ts create mode 100644 typescript/dist/models/SpatialGridDescriptorState.js delete mode 100644 typescript/dist/models/StacBand.d.ts delete mode 100644 typescript/dist/models/StacBand.js delete mode 100644 typescript/dist/models/StacZone.d.ts delete mode 100644 typescript/dist/models/StacZone.js create mode 100644 typescript/dist/models/TimeDescriptor.d.ts create mode 100644 typescript/dist/models/TimeDescriptor.js delete mode 100644 typescript/dist/models/VectorQueryRectangle.d.ts delete mode 100644 typescript/dist/models/VectorQueryRectangle.js rename typescript/docs/{PlotQueryRectangle.md => GeoTransform.md} (51%) rename typescript/docs/{VectorQueryRectangle.md => GridBoundingBox2D.md} (51%) rename typescript/docs/{StacZone.md => GridIdx2D.md} (70%) rename typescript/docs/{RasterQueryRectangle.md => RasterToDatasetQueryRectangle.md} (71%) rename typescript/docs/{StacBand.md => RegularTimeDimension.md} (63%) create mode 100644 typescript/docs/SpatialGridDefinition.md create mode 100644 typescript/docs/SpatialGridDescriptor.md create mode 100644 typescript/docs/SpatialGridDescriptorState.md create mode 100644 typescript/docs/TimeDescriptor.md create mode 100644 typescript/src/models/GeoTransform.ts create mode 100644 typescript/src/models/GridBoundingBox2D.ts create mode 100644 typescript/src/models/GridIdx2D.ts delete mode 100644 typescript/src/models/PlotQueryRectangle.ts rename typescript/src/models/{RasterQueryRectangle.ts => RasterToDatasetQueryRectangle.ts} (54%) create mode 100644 typescript/src/models/RegularTimeDimension.ts create mode 100644 typescript/src/models/SpatialGridDefinition.ts create mode 100644 typescript/src/models/SpatialGridDescriptor.ts create mode 100644 typescript/src/models/SpatialGridDescriptorState.ts delete mode 100644 typescript/src/models/StacBand.ts delete mode 100644 typescript/src/models/StacZone.ts create mode 100644 typescript/src/models/TimeDescriptor.ts delete mode 100644 typescript/src/models/VectorQueryRectangle.ts diff --git a/.generation/config.ini b/.generation/config.ini index 2809815a..2a7f0de4 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,5 +1,5 @@ [input] -backendCommit = 9c2decb9f961cdce3d26f278291344bc269b4cbe +backendCommit = 2f2fc88dcaa9b4b5993a9d980f4b4f1190585522 [general] githubUrl = https://github.com/geo-engine/openapi-client diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index 66a4d334..b1e2cd7e 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -11,7 +11,7 @@ "name": "Apache-2.0", "url": "https://github.com/geo-engine/geoengine/blob/main/LICENSE" }, - "version": "0.8.0" + "version": "0.9.0" }, "servers": [ { @@ -5438,14 +5438,6 @@ "type": "string" } }, - { - "name": "spatialResolution", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/SpatialResolution" - } - }, { "name": "attributes", "in": "query", @@ -7107,6 +7099,27 @@ } } }, + "GeoTransform": { + "type": "object", + "required": [ + "originCoordinate", + "xPixelSize", + "yPixelSize" + ], + "properties": { + "originCoordinate": { + "$ref": "#/components/schemas/Coordinate2D" + }, + "xPixelSize": { + "type": "number", + "format": "double" + }, + "yPixelSize": { + "type": "number", + "format": "double" + } + } + }, "GetCapabilitiesFormat": { "type": "string", "enum": [ @@ -7248,6 +7261,36 @@ } } }, + "GridBoundingBox2D": { + "type": "object", + "required": [ + "topLeftIdx", + "bottomRightIdx" + ], + "properties": { + "bottomRightIdx": { + "$ref": "#/components/schemas/GridIdx2D" + }, + "topLeftIdx": { + "$ref": "#/components/schemas/GridIdx2D" + } + } + }, + "GridIdx2D": { + "type": "object", + "required": [ + "yIdx", + "xIdx" + ], + "properties": { + "xIdx": { + "type": "integer" + }, + "yIdx": { + "type": "integer" + } + } + }, "InternalDataId": { "type": "object", "required": [ @@ -8712,26 +8755,6 @@ "ImagePng" ] }, - "PlotQueryRectangle": { - "type": "object", - "description": "A spatio-temporal rectangle with a specified resolution", - "required": [ - "spatialBounds", - "timeInterval", - "spatialResolution" - ], - "properties": { - "spatialBounds": { - "$ref": "#/components/schemas/BoundingBox2D" - }, - "spatialResolution": { - "$ref": "#/components/schemas/SpatialResolution" - }, - "timeInterval": { - "$ref": "#/components/schemas/TimeInterval" - } - } - }, "PlotResultDescriptor": { "type": "object", "description": "A `ResultDescriptor` for plot queries", @@ -9218,7 +9241,7 @@ ] }, "query": { - "$ref": "#/components/schemas/RasterQueryRectangle" + "$ref": "#/components/schemas/RasterToDatasetQueryRectangle" } }, "example": { @@ -9239,10 +9262,6 @@ "timeInterval": { "start": 1388534400000, "end": 1388534401000 - }, - "spatialResolution": { - "x": 0.1, - "y": 0.1 } } } @@ -9287,73 +9306,31 @@ } } }, - "RasterQueryRectangle": { - "type": "object", - "description": "A spatio-temporal rectangle with a specified resolution", - "required": [ - "spatialBounds", - "timeInterval", - "spatialResolution" - ], - "properties": { - "spatialBounds": { - "$ref": "#/components/schemas/SpatialPartition2D" - }, - "spatialResolution": { - "$ref": "#/components/schemas/SpatialResolution" - }, - "timeInterval": { - "$ref": "#/components/schemas/TimeInterval" - } - } - }, "RasterResultDescriptor": { "type": "object", "description": "A `ResultDescriptor` for raster queries", "required": [ "dataType", "spatialReference", + "time", + "spatialGrid", "bands" ], "properties": { "bands": { "$ref": "#/components/schemas/RasterBandDescriptors" }, - "bbox": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SpatialPartition2D" - } - ] - }, "dataType": { "$ref": "#/components/schemas/RasterDataType" }, - "resolution": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SpatialResolution" - } - ] + "spatialGrid": { + "$ref": "#/components/schemas/SpatialGridDescriptor" }, "spatialReference": { "type": "string" }, "time": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/TimeInterval" - } - ] + "$ref": "#/components/schemas/TimeDescriptor" } } }, @@ -9387,6 +9364,37 @@ } } }, + "RasterToDatasetQueryRectangle": { + "type": "object", + "description": "A spatio-temporal rectangle with a specified resolution", + "required": [ + "spatialBounds", + "timeInterval" + ], + "properties": { + "spatialBounds": { + "$ref": "#/components/schemas/SpatialPartition2D" + }, + "timeInterval": { + "$ref": "#/components/schemas/TimeInterval" + } + } + }, + "RegularTimeDimension": { + "type": "object", + "required": [ + "origin", + "step" + ], + "properties": { + "origin": { + "$ref": "#/components/schemas/TimeInstance" + }, + "step": { + "$ref": "#/components/schemas/TimeStep" + } + } + }, "Resource": { "oneOf": [ { @@ -9535,20 +9543,12 @@ "name", "id", "description", - "apiUrl", - "bands", - "zones" + "apiUrl" ], "properties": { "apiUrl": { "type": "string" }, - "bands": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StacBand" - } - }, "cacheTtl": { "$ref": "#/components/schemas/CacheTtlSeconds" }, @@ -9583,12 +9583,6 @@ "enum": [ "SentinelS2L2ACogs" ] - }, - "zones": { - "type": "array", - "items": { - "$ref": "#/components/schemas/StacZone" - } } } }, @@ -9643,6 +9637,43 @@ } } }, + "SpatialGridDefinition": { + "type": "object", + "required": [ + "geoTransform", + "gridBounds" + ], + "properties": { + "geoTransform": { + "$ref": "#/components/schemas/GeoTransform" + }, + "gridBounds": { + "$ref": "#/components/schemas/GridBoundingBox2D" + } + } + }, + "SpatialGridDescriptor": { + "type": "object", + "required": [ + "spatialGrid", + "descriptor" + ], + "properties": { + "descriptor": { + "$ref": "#/components/schemas/SpatialGridDescriptorState" + }, + "spatialGrid": { + "$ref": "#/components/schemas/SpatialGridDefinition" + } + } + }, + "SpatialGridDescriptorState": { + "type": "string", + "enum": [ + "source", + "derived" + ] + }, "SpatialPartition2D": { "type": "object", "description": "A partition of space that include the upper left but excludes the lower right coordinate", @@ -9754,28 +9785,6 @@ } } }, - "StacBand": { - "type": "object", - "required": [ - "name", - "dataType" - ], - "properties": { - "dataType": { - "$ref": "#/components/schemas/RasterDataType" - }, - "name": { - "type": "string" - }, - "noDataValue": { - "type": [ - "number", - "null" - ], - "format": "double" - } - } - }, "StacQueryBuffer": { "type": "object", "description": "A struct that represents buffers to apply to stac requests", @@ -9794,23 +9803,6 @@ } } }, - "StacZone": { - "type": "object", - "required": [ - "name", - "epsg" - ], - "properties": { - "epsg": { - "type": "integer", - "format": "int32", - "minimum": 0 - }, - "name": { - "type": "string" - } - } - }, "StaticColor": { "type": "object", "required": [ @@ -10129,6 +10121,31 @@ } } }, + "TimeDescriptor": { + "type": "object", + "properties": { + "bounds": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/TimeInterval" + } + ] + }, + "dimension": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/RegularTimeDimension" + } + ] + } + } + }, "TimeGranularity": { "type": "string", "description": "A time granularity.", @@ -10879,26 +10896,6 @@ "MultiPolygon" ] }, - "VectorQueryRectangle": { - "type": "object", - "description": "A spatio-temporal rectangle with a specified resolution", - "required": [ - "spatialBounds", - "timeInterval", - "spatialResolution" - ], - "properties": { - "spatialBounds": { - "$ref": "#/components/schemas/BoundingBox2D" - }, - "spatialResolution": { - "$ref": "#/components/schemas/SpatialResolution" - }, - "timeInterval": { - "$ref": "#/components/schemas/TimeInterval" - } - } - }, "VectorResultDescriptor": { "type": "object", "required": [ diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index 894d675e..314b5b5e 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -161,11 +161,10 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None _obj = cls.model_validate({ "bands": [RasterBandDescriptor.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, - "bbox": SpatialPartition2D.from_dict(obj["bbox"]) if obj.get("bbox") is not None else None, + "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "dataType": obj.get("dataType"), - "resolution": SpatialResolution.from_dict(obj["resolution"]) if obj.get("resolution") is not None else None, "spatialReference": obj.get("spatialReference"), - "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj '''), 2 * INDENT) @@ -242,6 +241,31 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, yield line +def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: + ''' + Modify the time_step.py file. + ''' + + for line in file_contents: + dedented_line = dedent(line) + if dedented_line.startswith('"""Create an instance of TimeStep from a dict"""'): + line = line + '\n' + indent(dedent('''\ + # Note: fixed handling of TimeGranularity enum + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "granularity": TimeGranularity(obj["granularity"]) if obj.get("granularity") is not None else None, + "step": obj.get("step"), + }) + return _obj + '''), 2 * INDENT) + + yield line + input_file = Path(sys.argv[1]) file_modifications = { @@ -255,6 +279,7 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, 'task_status_with_id.py': task_status_with_id_py, 'tasks_api.py': tasks_api_py, 'vector_result_descriptor.py': vector_result_descriptor_py, + 'time_step.py': time_step_py, } if modifier_function := file_modifications.get(input_file.name): diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 76dc72b8..15d4fa69 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -66,6 +66,7 @@ docs/GdalMetadataNetCdfCf.md docs/GdalSourceTimePlaceholder.md docs/GeneralApi.md docs/GeoJson.md +docs/GeoTransform.md docs/GetCapabilitiesFormat.md docs/GetCapabilitiesRequest.md docs/GetCoverageFormat.md @@ -77,6 +78,8 @@ docs/GetMapFormat.md docs/GetMapRequest.md docs/GfbioAbcdDataProviderDefinition.md docs/GfbioCollectionsDataProviderDefinition.md +docs/GridBoundingBox2D.md +docs/GridIdx2D.md docs/IdResponse.md docs/InternalDataId.md docs/Layer.md @@ -143,7 +146,6 @@ docs/PermissionRequest.md docs/PermissionsApi.md docs/Plot.md docs/PlotOutputFormat.md -docs/PlotQueryRectangle.md docs/PlotResultDescriptor.md docs/PlotsApi.md docs/PointSymbology.md @@ -170,10 +172,11 @@ docs/RasterDatasetFromWorkflow.md docs/RasterDatasetFromWorkflowResult.md docs/RasterPropertiesEntryType.md docs/RasterPropertiesKey.md -docs/RasterQueryRectangle.md docs/RasterResultDescriptor.md docs/RasterStreamWebsocketResultType.md docs/RasterSymbology.md +docs/RasterToDatasetQueryRectangle.md +docs/RegularTimeDimension.md docs/Resource.md docs/Role.md docs/RoleDescription.md @@ -185,15 +188,16 @@ docs/SentinelS2L2ACogsProviderDefinition.md docs/ServerInfo.md docs/SessionApi.md docs/SingleBandRasterColorizer.md +docs/SpatialGridDefinition.md +docs/SpatialGridDescriptor.md +docs/SpatialGridDescriptorState.md docs/SpatialPartition2D.md docs/SpatialReferenceAuthority.md docs/SpatialReferenceSpecification.md docs/SpatialReferencesApi.md docs/SpatialResolution.md docs/StacApiRetries.md -docs/StacBand.md docs/StacQueryBuffer.md -docs/StacZone.md docs/StaticColor.md docs/StaticNumber.md docs/StrokeParam.md @@ -211,6 +215,7 @@ docs/TaskStatusRunning.md docs/TaskStatusWithId.md docs/TasksApi.md docs/TextSymbology.md +docs/TimeDescriptor.md docs/TimeGranularity.md docs/TimeInterval.md docs/TimeReference.md @@ -246,7 +251,6 @@ docs/UserSession.md docs/VecUpdate.md docs/VectorColumnInfo.md docs/VectorDataType.md -docs/VectorQueryRectangle.md docs/VectorResultDescriptor.md docs/Volume.md docs/VolumeFileLayersResponse.md @@ -345,6 +349,7 @@ geoengine_openapi_client/models/gdal_metadata_mapping.py geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py geoengine_openapi_client/models/gdal_source_time_placeholder.py geoengine_openapi_client/models/geo_json.py +geoengine_openapi_client/models/geo_transform.py geoengine_openapi_client/models/get_capabilities_format.py geoengine_openapi_client/models/get_capabilities_request.py geoengine_openapi_client/models/get_coverage_format.py @@ -356,6 +361,8 @@ geoengine_openapi_client/models/get_map_format.py geoengine_openapi_client/models/get_map_request.py geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py +geoengine_openapi_client/models/grid_bounding_box2_d.py +geoengine_openapi_client/models/grid_idx2_d.py geoengine_openapi_client/models/id_response.py geoengine_openapi_client/models/internal_data_id.py geoengine_openapi_client/models/layer.py @@ -416,7 +423,6 @@ geoengine_openapi_client/models/permission_listing.py geoengine_openapi_client/models/permission_request.py geoengine_openapi_client/models/plot.py geoengine_openapi_client/models/plot_output_format.py -geoengine_openapi_client/models/plot_query_rectangle.py geoengine_openapi_client/models/plot_result_descriptor.py geoengine_openapi_client/models/point_symbology.py geoengine_openapi_client/models/polygon_symbology.py @@ -441,10 +447,11 @@ geoengine_openapi_client/models/raster_dataset_from_workflow.py geoengine_openapi_client/models/raster_dataset_from_workflow_result.py geoengine_openapi_client/models/raster_properties_entry_type.py geoengine_openapi_client/models/raster_properties_key.py -geoengine_openapi_client/models/raster_query_rectangle.py geoengine_openapi_client/models/raster_result_descriptor.py geoengine_openapi_client/models/raster_stream_websocket_result_type.py geoengine_openapi_client/models/raster_symbology.py +geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py +geoengine_openapi_client/models/regular_time_dimension.py geoengine_openapi_client/models/resource.py geoengine_openapi_client/models/role.py geoengine_openapi_client/models/role_description.py @@ -454,15 +461,16 @@ geoengine_openapi_client/models/search_types.py geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py geoengine_openapi_client/models/server_info.py geoengine_openapi_client/models/single_band_raster_colorizer.py +geoengine_openapi_client/models/spatial_grid_definition.py +geoengine_openapi_client/models/spatial_grid_descriptor.py +geoengine_openapi_client/models/spatial_grid_descriptor_state.py geoengine_openapi_client/models/spatial_partition2_d.py geoengine_openapi_client/models/spatial_reference_authority.py geoengine_openapi_client/models/spatial_reference_specification.py geoengine_openapi_client/models/spatial_resolution.py geoengine_openapi_client/models/st_rectangle.py geoengine_openapi_client/models/stac_api_retries.py -geoengine_openapi_client/models/stac_band.py geoengine_openapi_client/models/stac_query_buffer.py -geoengine_openapi_client/models/stac_zone.py geoengine_openapi_client/models/static_color.py geoengine_openapi_client/models/static_number.py geoengine_openapi_client/models/stroke_param.py @@ -479,6 +487,7 @@ geoengine_openapi_client/models/task_status_failed.py geoengine_openapi_client/models/task_status_running.py geoengine_openapi_client/models/task_status_with_id.py geoengine_openapi_client/models/text_symbology.py +geoengine_openapi_client/models/time_descriptor.py geoengine_openapi_client/models/time_granularity.py geoengine_openapi_client/models/time_interval.py geoengine_openapi_client/models/time_reference.py @@ -512,7 +521,6 @@ geoengine_openapi_client/models/user_session.py geoengine_openapi_client/models/vec_update.py geoengine_openapi_client/models/vector_column_info.py geoengine_openapi_client/models/vector_data_type.py -geoengine_openapi_client/models/vector_query_rectangle.py geoengine_openapi_client/models/vector_result_descriptor.py geoengine_openapi_client/models/volume.py geoengine_openapi_client/models/volume_file_layers_response.py @@ -598,6 +606,7 @@ test/test_gdal_metadata_net_cdf_cf.py test/test_gdal_source_time_placeholder.py test/test_general_api.py test/test_geo_json.py +test/test_geo_transform.py test/test_get_capabilities_format.py test/test_get_capabilities_request.py test/test_get_coverage_format.py @@ -609,6 +618,8 @@ test/test_get_map_format.py test/test_get_map_request.py test/test_gfbio_abcd_data_provider_definition.py test/test_gfbio_collections_data_provider_definition.py +test/test_grid_bounding_box2_d.py +test/test_grid_idx2_d.py test/test_id_response.py test/test_internal_data_id.py test/test_layer.py @@ -675,7 +686,6 @@ test/test_permission_request.py test/test_permissions_api.py test/test_plot.py test/test_plot_output_format.py -test/test_plot_query_rectangle.py test/test_plot_result_descriptor.py test/test_plots_api.py test/test_point_symbology.py @@ -702,10 +712,11 @@ test/test_raster_dataset_from_workflow.py test/test_raster_dataset_from_workflow_result.py test/test_raster_properties_entry_type.py test/test_raster_properties_key.py -test/test_raster_query_rectangle.py test/test_raster_result_descriptor.py test/test_raster_stream_websocket_result_type.py test/test_raster_symbology.py +test/test_raster_to_dataset_query_rectangle.py +test/test_regular_time_dimension.py test/test_resource.py test/test_role.py test/test_role_description.py @@ -716,6 +727,9 @@ test/test_sentinel_s2_l2_a_cogs_provider_definition.py test/test_server_info.py test/test_session_api.py test/test_single_band_raster_colorizer.py +test/test_spatial_grid_definition.py +test/test_spatial_grid_descriptor.py +test/test_spatial_grid_descriptor_state.py test/test_spatial_partition2_d.py test/test_spatial_reference_authority.py test/test_spatial_reference_specification.py @@ -723,9 +737,7 @@ test/test_spatial_references_api.py test/test_spatial_resolution.py test/test_st_rectangle.py test/test_stac_api_retries.py -test/test_stac_band.py test/test_stac_query_buffer.py -test/test_stac_zone.py test/test_static_color.py test/test_static_number.py test/test_stroke_param.py @@ -743,6 +755,7 @@ test/test_task_status_running.py test/test_task_status_with_id.py test/test_tasks_api.py test/test_text_symbology.py +test/test_time_descriptor.py test/test_time_granularity.py test/test_time_interval.py test/test_time_reference.py @@ -778,7 +791,6 @@ test/test_user_session.py test/test_vec_update.py test/test_vector_column_info.py test/test_vector_data_type.py -test/test_vector_query_rectangle.py test/test_vector_result_descriptor.py test/test_volume.py test/test_volume_file_layers_response.py diff --git a/python/README.md b/python/README.md index e1685887..47835b8b 100644 --- a/python/README.md +++ b/python/README.md @@ -3,7 +3,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.8.0 +- API version: 0.9.0 - Package version: 0.0.28 - Generator version: 7.17.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -255,6 +255,7 @@ Class | Method | HTTP request | Description - [GdalMetadataNetCdfCf](docs/GdalMetadataNetCdfCf.md) - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) + - [GeoTransform](docs/GeoTransform.md) - [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) - [GetCapabilitiesRequest](docs/GetCapabilitiesRequest.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) @@ -266,6 +267,8 @@ Class | Method | HTTP request | Description - [GetMapRequest](docs/GetMapRequest.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) + - [GridBoundingBox2D](docs/GridBoundingBox2D.md) + - [GridIdx2D](docs/GridIdx2D.md) - [IdResponse](docs/IdResponse.md) - [InternalDataId](docs/InternalDataId.md) - [Layer](docs/Layer.md) @@ -326,7 +329,6 @@ Class | Method | HTTP request | Description - [PermissionRequest](docs/PermissionRequest.md) - [Plot](docs/Plot.md) - [PlotOutputFormat](docs/PlotOutputFormat.md) - - [PlotQueryRectangle](docs/PlotQueryRectangle.md) - [PlotResultDescriptor](docs/PlotResultDescriptor.md) - [PointSymbology](docs/PointSymbology.md) - [PolygonSymbology](docs/PolygonSymbology.md) @@ -351,10 +353,11 @@ Class | Method | HTTP request | Description - [RasterDatasetFromWorkflowResult](docs/RasterDatasetFromWorkflowResult.md) - [RasterPropertiesEntryType](docs/RasterPropertiesEntryType.md) - [RasterPropertiesKey](docs/RasterPropertiesKey.md) - - [RasterQueryRectangle](docs/RasterQueryRectangle.md) - [RasterResultDescriptor](docs/RasterResultDescriptor.md) - [RasterStreamWebsocketResultType](docs/RasterStreamWebsocketResultType.md) - [RasterSymbology](docs/RasterSymbology.md) + - [RasterToDatasetQueryRectangle](docs/RasterToDatasetQueryRectangle.md) + - [RegularTimeDimension](docs/RegularTimeDimension.md) - [Resource](docs/Resource.md) - [Role](docs/Role.md) - [RoleDescription](docs/RoleDescription.md) @@ -365,14 +368,15 @@ Class | Method | HTTP request | Description - [SentinelS2L2ACogsProviderDefinition](docs/SentinelS2L2ACogsProviderDefinition.md) - [ServerInfo](docs/ServerInfo.md) - [SingleBandRasterColorizer](docs/SingleBandRasterColorizer.md) + - [SpatialGridDefinition](docs/SpatialGridDefinition.md) + - [SpatialGridDescriptor](docs/SpatialGridDescriptor.md) + - [SpatialGridDescriptorState](docs/SpatialGridDescriptorState.md) - [SpatialPartition2D](docs/SpatialPartition2D.md) - [SpatialReferenceAuthority](docs/SpatialReferenceAuthority.md) - [SpatialReferenceSpecification](docs/SpatialReferenceSpecification.md) - [SpatialResolution](docs/SpatialResolution.md) - [StacApiRetries](docs/StacApiRetries.md) - - [StacBand](docs/StacBand.md) - [StacQueryBuffer](docs/StacQueryBuffer.md) - - [StacZone](docs/StacZone.md) - [StaticColor](docs/StaticColor.md) - [StaticNumber](docs/StaticNumber.md) - [StrokeParam](docs/StrokeParam.md) @@ -389,6 +393,7 @@ Class | Method | HTTP request | Description - [TaskStatusRunning](docs/TaskStatusRunning.md) - [TaskStatusWithId](docs/TaskStatusWithId.md) - [TextSymbology](docs/TextSymbology.md) + - [TimeDescriptor](docs/TimeDescriptor.md) - [TimeGranularity](docs/TimeGranularity.md) - [TimeInterval](docs/TimeInterval.md) - [TimeReference](docs/TimeReference.md) @@ -422,7 +427,6 @@ Class | Method | HTTP request | Description - [VecUpdate](docs/VecUpdate.md) - [VectorColumnInfo](docs/VectorColumnInfo.md) - [VectorDataType](docs/VectorDataType.md) - - [VectorQueryRectangle](docs/VectorQueryRectangle.md) - [VectorResultDescriptor](docs/VectorResultDescriptor.md) - [Volume](docs/Volume.md) - [VolumeFileLayersResponse](docs/VolumeFileLayersResponse.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index b9f24cd9..0e234f8c 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -105,6 +105,7 @@ "GdalMetadataNetCdfCf", "GdalSourceTimePlaceholder", "GeoJson", + "GeoTransform", "GetCapabilitiesFormat", "GetCapabilitiesRequest", "GetCoverageFormat", @@ -116,6 +117,8 @@ "GetMapRequest", "GfbioAbcdDataProviderDefinition", "GfbioCollectionsDataProviderDefinition", + "GridBoundingBox2D", + "GridIdx2D", "IdResponse", "InternalDataId", "Layer", @@ -176,7 +179,6 @@ "PermissionRequest", "Plot", "PlotOutputFormat", - "PlotQueryRectangle", "PlotResultDescriptor", "PointSymbology", "PolygonSymbology", @@ -201,10 +203,11 @@ "RasterDatasetFromWorkflowResult", "RasterPropertiesEntryType", "RasterPropertiesKey", - "RasterQueryRectangle", "RasterResultDescriptor", "RasterStreamWebsocketResultType", "RasterSymbology", + "RasterToDatasetQueryRectangle", + "RegularTimeDimension", "Resource", "Role", "RoleDescription", @@ -215,14 +218,15 @@ "SentinelS2L2ACogsProviderDefinition", "ServerInfo", "SingleBandRasterColorizer", + "SpatialGridDefinition", + "SpatialGridDescriptor", + "SpatialGridDescriptorState", "SpatialPartition2D", "SpatialReferenceAuthority", "SpatialReferenceSpecification", "SpatialResolution", "StacApiRetries", - "StacBand", "StacQueryBuffer", - "StacZone", "StaticColor", "StaticNumber", "StrokeParam", @@ -239,6 +243,7 @@ "TaskStatusRunning", "TaskStatusWithId", "TextSymbology", + "TimeDescriptor", "TimeGranularity", "TimeInterval", "TimeReference", @@ -272,7 +277,6 @@ "VecUpdate", "VectorColumnInfo", "VectorDataType", - "VectorQueryRectangle", "VectorResultDescriptor", "Volume", "VolumeFileLayersResponse", @@ -379,6 +383,7 @@ from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf as GdalMetadataNetCdfCf from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder as GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson as GeoJson +from geoengine_openapi_client.models.geo_transform import GeoTransform as GeoTransform from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat as GetCapabilitiesFormat from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest as GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat as GetCoverageFormat @@ -390,6 +395,8 @@ from geoengine_openapi_client.models.get_map_request import GetMapRequest as GetMapRequest from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition as GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition as GfbioCollectionsDataProviderDefinition +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D as GridBoundingBox2D +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D as GridIdx2D from geoengine_openapi_client.models.id_response import IdResponse as IdResponse from geoengine_openapi_client.models.internal_data_id import InternalDataId as InternalDataId from geoengine_openapi_client.models.layer import Layer as Layer @@ -450,7 +457,6 @@ from geoengine_openapi_client.models.permission_request import PermissionRequest as PermissionRequest from geoengine_openapi_client.models.plot import Plot as Plot from geoengine_openapi_client.models.plot_output_format import PlotOutputFormat as PlotOutputFormat -from geoengine_openapi_client.models.plot_query_rectangle import PlotQueryRectangle as PlotQueryRectangle from geoengine_openapi_client.models.plot_result_descriptor import PlotResultDescriptor as PlotResultDescriptor from geoengine_openapi_client.models.point_symbology import PointSymbology as PointSymbology from geoengine_openapi_client.models.polygon_symbology import PolygonSymbology as PolygonSymbology @@ -475,10 +481,11 @@ from geoengine_openapi_client.models.raster_dataset_from_workflow_result import RasterDatasetFromWorkflowResult as RasterDatasetFromWorkflowResult from geoengine_openapi_client.models.raster_properties_entry_type import RasterPropertiesEntryType as RasterPropertiesEntryType from geoengine_openapi_client.models.raster_properties_key import RasterPropertiesKey as RasterPropertiesKey -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle as RasterQueryRectangle from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor as RasterResultDescriptor from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType as RasterStreamWebsocketResultType from geoengine_openapi_client.models.raster_symbology import RasterSymbology as RasterSymbology +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle as RasterToDatasetQueryRectangle +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension as RegularTimeDimension from geoengine_openapi_client.models.resource import Resource as Resource from geoengine_openapi_client.models.role import Role as Role from geoengine_openapi_client.models.role_description import RoleDescription as RoleDescription @@ -489,14 +496,15 @@ from geoengine_openapi_client.models.sentinel_s2_l2_a_cogs_provider_definition import SentinelS2L2ACogsProviderDefinition as SentinelS2L2ACogsProviderDefinition from geoengine_openapi_client.models.server_info import ServerInfo as ServerInfo from geoengine_openapi_client.models.single_band_raster_colorizer import SingleBandRasterColorizer as SingleBandRasterColorizer +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition as SpatialGridDefinition +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor as SpatialGridDescriptor +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState as SpatialGridDescriptorState from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D as SpatialPartition2D from geoengine_openapi_client.models.spatial_reference_authority import SpatialReferenceAuthority as SpatialReferenceAuthority from geoengine_openapi_client.models.spatial_reference_specification import SpatialReferenceSpecification as SpatialReferenceSpecification from geoengine_openapi_client.models.spatial_resolution import SpatialResolution as SpatialResolution from geoengine_openapi_client.models.stac_api_retries import StacApiRetries as StacApiRetries -from geoengine_openapi_client.models.stac_band import StacBand as StacBand from geoengine_openapi_client.models.stac_query_buffer import StacQueryBuffer as StacQueryBuffer -from geoengine_openapi_client.models.stac_zone import StacZone as StacZone from geoengine_openapi_client.models.static_color import StaticColor as StaticColor from geoengine_openapi_client.models.static_number import StaticNumber as StaticNumber from geoengine_openapi_client.models.stroke_param import StrokeParam as StrokeParam @@ -513,6 +521,7 @@ from geoengine_openapi_client.models.task_status_running import TaskStatusRunning as TaskStatusRunning from geoengine_openapi_client.models.task_status_with_id import TaskStatusWithId as TaskStatusWithId from geoengine_openapi_client.models.text_symbology import TextSymbology as TextSymbology +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor as TimeDescriptor from geoengine_openapi_client.models.time_granularity import TimeGranularity as TimeGranularity from geoengine_openapi_client.models.time_interval import TimeInterval as TimeInterval from geoengine_openapi_client.models.time_reference import TimeReference as TimeReference @@ -546,7 +555,6 @@ from geoengine_openapi_client.models.vec_update import VecUpdate as VecUpdate from geoengine_openapi_client.models.vector_column_info import VectorColumnInfo as VectorColumnInfo from geoengine_openapi_client.models.vector_data_type import VectorDataType as VectorDataType -from geoengine_openapi_client.models.vector_query_rectangle import VectorQueryRectangle as VectorQueryRectangle from geoengine_openapi_client.models.vector_result_descriptor import VectorResultDescriptor as VectorResultDescriptor from geoengine_openapi_client.models.volume import Volume as Volume from geoengine_openapi_client.models.volume_file_layers_response import VolumeFileLayersResponse as VolumeFileLayersResponse diff --git a/python/geoengine_openapi_client/api/datasets_api.py b/python/geoengine_openapi_client/api/datasets_api.py index bc557a05..4d4a7a93 100644 --- a/python/geoengine_openapi_client/api/datasets_api.py +++ b/python/geoengine_openapi_client/api/datasets_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/general_api.py b/python/geoengine_openapi_client/api/general_api.py index aa468d0c..4694d307 100644 --- a/python/geoengine_openapi_client/api/general_api.py +++ b/python/geoengine_openapi_client/api/general_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/layers_api.py b/python/geoengine_openapi_client/api/layers_api.py index 7fdc97ac..ad723744 100644 --- a/python/geoengine_openapi_client/api/layers_api.py +++ b/python/geoengine_openapi_client/api/layers_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ml_api.py b/python/geoengine_openapi_client/api/ml_api.py index 1f9d40dc..44a8c1a8 100644 --- a/python/geoengine_openapi_client/api/ml_api.py +++ b/python/geoengine_openapi_client/api/ml_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ogcwcs_api.py b/python/geoengine_openapi_client/api/ogcwcs_api.py index 3bfb7ac6..0259682f 100644 --- a/python/geoengine_openapi_client/api/ogcwcs_api.py +++ b/python/geoengine_openapi_client/api/ogcwcs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ogcwfs_api.py b/python/geoengine_openapi_client/api/ogcwfs_api.py index 6113e67b..1e80f1ab 100644 --- a/python/geoengine_openapi_client/api/ogcwfs_api.py +++ b/python/geoengine_openapi_client/api/ogcwfs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/ogcwms_api.py b/python/geoengine_openapi_client/api/ogcwms_api.py index 2d08df7c..8e143da6 100644 --- a/python/geoengine_openapi_client/api/ogcwms_api.py +++ b/python/geoengine_openapi_client/api/ogcwms_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/permissions_api.py b/python/geoengine_openapi_client/api/permissions_api.py index 384bac8a..b386502c 100644 --- a/python/geoengine_openapi_client/api/permissions_api.py +++ b/python/geoengine_openapi_client/api/permissions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/plots_api.py b/python/geoengine_openapi_client/api/plots_api.py index 37ecf287..fc34009a 100644 --- a/python/geoengine_openapi_client/api/plots_api.py +++ b/python/geoengine_openapi_client/api/plots_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/projects_api.py b/python/geoengine_openapi_client/api/projects_api.py index 6dea756a..f61bd9c1 100644 --- a/python/geoengine_openapi_client/api/projects_api.py +++ b/python/geoengine_openapi_client/api/projects_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/session_api.py b/python/geoengine_openapi_client/api/session_api.py index b5eb758a..0e9f1a71 100644 --- a/python/geoengine_openapi_client/api/session_api.py +++ b/python/geoengine_openapi_client/api/session_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/spatial_references_api.py b/python/geoengine_openapi_client/api/spatial_references_api.py index ca4a0284..56b83271 100644 --- a/python/geoengine_openapi_client/api/spatial_references_api.py +++ b/python/geoengine_openapi_client/api/spatial_references_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/tasks_api.py b/python/geoengine_openapi_client/api/tasks_api.py index 93b0f190..71f8daef 100644 --- a/python/geoengine_openapi_client/api/tasks_api.py +++ b/python/geoengine_openapi_client/api/tasks_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/uploads_api.py b/python/geoengine_openapi_client/api/uploads_api.py index d2541180..bb8d1866 100644 --- a/python/geoengine_openapi_client/api/uploads_api.py +++ b/python/geoengine_openapi_client/api/uploads_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/user_api.py b/python/geoengine_openapi_client/api/user_api.py index 0b98009c..032cc973 100644 --- a/python/geoengine_openapi_client/api/user_api.py +++ b/python/geoengine_openapi_client/api/user_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/api/workflows_api.py b/python/geoengine_openapi_client/api/workflows_api.py index 9f1ba8fb..4741bbbb 100644 --- a/python/geoengine_openapi_client/api/workflows_api.py +++ b/python/geoengine_openapi_client/api/workflows_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -26,7 +26,6 @@ from geoengine_openapi_client.models.raster_dataset_from_workflow import RasterDatasetFromWorkflow from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.task_response import TaskResponse from geoengine_openapi_client.models.typed_result_descriptor import TypedResultDescriptor from geoengine_openapi_client.models.workflow import Workflow @@ -1373,7 +1372,6 @@ def raster_stream_websocket( id: Annotated[UUID, Field(description="Workflow id")], spatial_bounds: SpatialPartition2D, time_interval: StrictStr, - spatial_resolution: SpatialResolution, attributes: StrictStr, result_type: RasterStreamWebsocketResultType, _request_timeout: Union[ @@ -1398,8 +1396,6 @@ def raster_stream_websocket( :type spatial_bounds: SpatialPartition2D :param time_interval: (required) :type time_interval: str - :param spatial_resolution: (required) - :type spatial_resolution: SpatialResolution :param attributes: (required) :type attributes: str :param result_type: (required) @@ -1430,7 +1426,6 @@ def raster_stream_websocket( id=id, spatial_bounds=spatial_bounds, time_interval=time_interval, - spatial_resolution=spatial_resolution, attributes=attributes, result_type=result_type, _request_auth=_request_auth, @@ -1459,7 +1454,6 @@ def raster_stream_websocket_with_http_info( id: Annotated[UUID, Field(description="Workflow id")], spatial_bounds: SpatialPartition2D, time_interval: StrictStr, - spatial_resolution: SpatialResolution, attributes: StrictStr, result_type: RasterStreamWebsocketResultType, _request_timeout: Union[ @@ -1484,8 +1478,6 @@ def raster_stream_websocket_with_http_info( :type spatial_bounds: SpatialPartition2D :param time_interval: (required) :type time_interval: str - :param spatial_resolution: (required) - :type spatial_resolution: SpatialResolution :param attributes: (required) :type attributes: str :param result_type: (required) @@ -1516,7 +1508,6 @@ def raster_stream_websocket_with_http_info( id=id, spatial_bounds=spatial_bounds, time_interval=time_interval, - spatial_resolution=spatial_resolution, attributes=attributes, result_type=result_type, _request_auth=_request_auth, @@ -1545,7 +1536,6 @@ def raster_stream_websocket_without_preload_content( id: Annotated[UUID, Field(description="Workflow id")], spatial_bounds: SpatialPartition2D, time_interval: StrictStr, - spatial_resolution: SpatialResolution, attributes: StrictStr, result_type: RasterStreamWebsocketResultType, _request_timeout: Union[ @@ -1570,8 +1560,6 @@ def raster_stream_websocket_without_preload_content( :type spatial_bounds: SpatialPartition2D :param time_interval: (required) :type time_interval: str - :param spatial_resolution: (required) - :type spatial_resolution: SpatialResolution :param attributes: (required) :type attributes: str :param result_type: (required) @@ -1602,7 +1590,6 @@ def raster_stream_websocket_without_preload_content( id=id, spatial_bounds=spatial_bounds, time_interval=time_interval, - spatial_resolution=spatial_resolution, attributes=attributes, result_type=result_type, _request_auth=_request_auth, @@ -1626,7 +1613,6 @@ def _raster_stream_websocket_serialize( id, spatial_bounds, time_interval, - spatial_resolution, attributes, result_type, _request_auth, @@ -1661,10 +1647,6 @@ def _raster_stream_websocket_serialize( _query_params.append(('timeInterval', time_interval)) - if spatial_resolution is not None: - - _query_params.append(('spatialResolution', spatial_resolution)) - if attributes is not None: _query_params.append(('attributes', attributes)) diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index 6de3b59b..c9c15b7b 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index fd3f8aa6..35827d79 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -515,7 +515,7 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.8.0\n"\ + "Version of the API: 0.9.0\n"\ "SDK Package Version: 0.0.28".\ format(env=sys.platform, pyversion=sys.version) diff --git a/python/geoengine_openapi_client/exceptions.py b/python/geoengine_openapi_client/exceptions.py index 8d35d172..7ce16c66 100644 --- a/python/geoengine_openapi_client/exceptions.py +++ b/python/geoengine_openapi_client/exceptions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index b4e1a390..0772c075 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -6,7 +6,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -75,6 +75,7 @@ from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson +from geoengine_openapi_client.models.geo_transform import GeoTransform from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat @@ -86,6 +87,8 @@ from geoengine_openapi_client.models.get_map_request import GetMapRequest from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D from geoengine_openapi_client.models.id_response import IdResponse from geoengine_openapi_client.models.internal_data_id import InternalDataId from geoengine_openapi_client.models.layer import Layer @@ -146,7 +149,6 @@ from geoengine_openapi_client.models.permission_request import PermissionRequest from geoengine_openapi_client.models.plot import Plot from geoengine_openapi_client.models.plot_output_format import PlotOutputFormat -from geoengine_openapi_client.models.plot_query_rectangle import PlotQueryRectangle from geoengine_openapi_client.models.plot_result_descriptor import PlotResultDescriptor from geoengine_openapi_client.models.point_symbology import PointSymbology from geoengine_openapi_client.models.polygon_symbology import PolygonSymbology @@ -171,10 +173,11 @@ from geoengine_openapi_client.models.raster_dataset_from_workflow_result import RasterDatasetFromWorkflowResult from geoengine_openapi_client.models.raster_properties_entry_type import RasterPropertiesEntryType from geoengine_openapi_client.models.raster_properties_key import RasterPropertiesKey -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor from geoengine_openapi_client.models.raster_stream_websocket_result_type import RasterStreamWebsocketResultType from geoengine_openapi_client.models.raster_symbology import RasterSymbology +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension from geoengine_openapi_client.models.resource import Resource from geoengine_openapi_client.models.role import Role from geoengine_openapi_client.models.role_description import RoleDescription @@ -185,14 +188,15 @@ from geoengine_openapi_client.models.sentinel_s2_l2_a_cogs_provider_definition import SentinelS2L2ACogsProviderDefinition from geoengine_openapi_client.models.server_info import ServerInfo from geoengine_openapi_client.models.single_band_raster_colorizer import SingleBandRasterColorizer +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D from geoengine_openapi_client.models.spatial_reference_authority import SpatialReferenceAuthority from geoengine_openapi_client.models.spatial_reference_specification import SpatialReferenceSpecification from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.stac_api_retries import StacApiRetries -from geoengine_openapi_client.models.stac_band import StacBand from geoengine_openapi_client.models.stac_query_buffer import StacQueryBuffer -from geoengine_openapi_client.models.stac_zone import StacZone from geoengine_openapi_client.models.static_color import StaticColor from geoengine_openapi_client.models.static_number import StaticNumber from geoengine_openapi_client.models.stroke_param import StrokeParam @@ -209,6 +213,7 @@ from geoengine_openapi_client.models.task_status_running import TaskStatusRunning from geoengine_openapi_client.models.task_status_with_id import TaskStatusWithId from geoengine_openapi_client.models.text_symbology import TextSymbology +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from geoengine_openapi_client.models.time_granularity import TimeGranularity from geoengine_openapi_client.models.time_interval import TimeInterval from geoengine_openapi_client.models.time_reference import TimeReference @@ -242,7 +247,6 @@ from geoengine_openapi_client.models.vec_update import VecUpdate from geoengine_openapi_client.models.vector_column_info import VectorColumnInfo from geoengine_openapi_client.models.vector_data_type import VectorDataType -from geoengine_openapi_client.models.vector_query_rectangle import VectorQueryRectangle from geoengine_openapi_client.models.vector_result_descriptor import VectorResultDescriptor from geoengine_openapi_client.models.volume import Volume from geoengine_openapi_client.models.volume_file_layers_response import VolumeFileLayersResponse diff --git a/python/geoengine_openapi_client/models/add_dataset.py b/python/geoengine_openapi_client/models/add_dataset.py index adfb407b..01b382aa 100644 --- a/python/geoengine_openapi_client/models/add_dataset.py +++ b/python/geoengine_openapi_client/models/add_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_layer.py b/python/geoengine_openapi_client/models/add_layer.py index 77f4f519..e6e8f5f3 100644 --- a/python/geoengine_openapi_client/models/add_layer.py +++ b/python/geoengine_openapi_client/models/add_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_layer_collection.py b/python/geoengine_openapi_client/models/add_layer_collection.py index 51901c28..e5a430cd 100644 --- a/python/geoengine_openapi_client/models/add_layer_collection.py +++ b/python/geoengine_openapi_client/models/add_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/add_role.py b/python/geoengine_openapi_client/models/add_role.py index a87f302a..884ef0cb 100644 --- a/python/geoengine_openapi_client/models/add_role.py +++ b/python/geoengine_openapi_client/models/add_role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/aruna_data_provider_definition.py b/python/geoengine_openapi_client/models/aruna_data_provider_definition.py index 0d6e6378..68f60863 100644 --- a/python/geoengine_openapi_client/models/aruna_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/aruna_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/auth_code_request_url.py b/python/geoengine_openapi_client/models/auth_code_request_url.py index 169271ba..a623b29b 100644 --- a/python/geoengine_openapi_client/models/auth_code_request_url.py +++ b/python/geoengine_openapi_client/models/auth_code_request_url.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/auth_code_response.py b/python/geoengine_openapi_client/models/auth_code_response.py index b71cd352..234e241e 100644 --- a/python/geoengine_openapi_client/models/auth_code_response.py +++ b/python/geoengine_openapi_client/models/auth_code_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/auto_create_dataset.py b/python/geoengine_openapi_client/models/auto_create_dataset.py index 9e3c1aac..2af978f6 100644 --- a/python/geoengine_openapi_client/models/auto_create_dataset.py +++ b/python/geoengine_openapi_client/models/auto_create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/axis_order.py b/python/geoengine_openapi_client/models/axis_order.py index 15ec675e..2ee900ba 100644 --- a/python/geoengine_openapi_client/models/axis_order.py +++ b/python/geoengine_openapi_client/models/axis_order.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/bounding_box2_d.py b/python/geoengine_openapi_client/models/bounding_box2_d.py index 542d384e..7cd779e7 100644 --- a/python/geoengine_openapi_client/models/bounding_box2_d.py +++ b/python/geoengine_openapi_client/models/bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/breakpoint.py b/python/geoengine_openapi_client/models/breakpoint.py index 2e8874fd..8faa6c7b 100644 --- a/python/geoengine_openapi_client/models/breakpoint.py +++ b/python/geoengine_openapi_client/models/breakpoint.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/classification_measurement.py b/python/geoengine_openapi_client/models/classification_measurement.py index 1a685074..1fc612d8 100644 --- a/python/geoengine_openapi_client/models/classification_measurement.py +++ b/python/geoengine_openapi_client/models/classification_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/collection_item.py b/python/geoengine_openapi_client/models/collection_item.py index 2e1f2232..997a9bba 100644 --- a/python/geoengine_openapi_client/models/collection_item.py +++ b/python/geoengine_openapi_client/models/collection_item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/collection_type.py b/python/geoengine_openapi_client/models/collection_type.py index 602c8b8b..d73f1d9e 100644 --- a/python/geoengine_openapi_client/models/collection_type.py +++ b/python/geoengine_openapi_client/models/collection_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/color_param.py b/python/geoengine_openapi_client/models/color_param.py index 5e61e49f..7ed001f0 100644 --- a/python/geoengine_openapi_client/models/color_param.py +++ b/python/geoengine_openapi_client/models/color_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/colorizer.py b/python/geoengine_openapi_client/models/colorizer.py index 21040183..f50d787b 100644 --- a/python/geoengine_openapi_client/models/colorizer.py +++ b/python/geoengine_openapi_client/models/colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/computation_quota.py b/python/geoengine_openapi_client/models/computation_quota.py index 00533214..4e148b3a 100644 --- a/python/geoengine_openapi_client/models/computation_quota.py +++ b/python/geoengine_openapi_client/models/computation_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/continuous_measurement.py b/python/geoengine_openapi_client/models/continuous_measurement.py index 7e931a0d..43dc254f 100644 --- a/python/geoengine_openapi_client/models/continuous_measurement.py +++ b/python/geoengine_openapi_client/models/continuous_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/coordinate2_d.py b/python/geoengine_openapi_client/models/coordinate2_d.py index 5c5eed3f..46a21c90 100644 --- a/python/geoengine_openapi_client/models/coordinate2_d.py +++ b/python/geoengine_openapi_client/models/coordinate2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py b/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py index c76599a9..3c3adb4a 100644 --- a/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/copernicus_dataspace_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/create_dataset.py b/python/geoengine_openapi_client/models/create_dataset.py index 18c896d8..af56bdbc 100644 --- a/python/geoengine_openapi_client/models/create_dataset.py +++ b/python/geoengine_openapi_client/models/create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/create_project.py b/python/geoengine_openapi_client/models/create_project.py index f1908bcd..2dc6b002 100644 --- a/python/geoengine_openapi_client/models/create_project.py +++ b/python/geoengine_openapi_client/models/create_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/csv_header.py b/python/geoengine_openapi_client/models/csv_header.py index 149132f0..a2bcfb78 100644 --- a/python/geoengine_openapi_client/models/csv_header.py +++ b/python/geoengine_openapi_client/models/csv_header.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_id.py b/python/geoengine_openapi_client/models/data_id.py index 43fd3155..b78c2067 100644 --- a/python/geoengine_openapi_client/models/data_id.py +++ b/python/geoengine_openapi_client/models/data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_path.py b/python/geoengine_openapi_client/models/data_path.py index 27906fdf..af94e136 100644 --- a/python/geoengine_openapi_client/models/data_path.py +++ b/python/geoengine_openapi_client/models/data_path.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_path_one_of.py b/python/geoengine_openapi_client/models/data_path_one_of.py index 18fcf369..716bbcf5 100644 --- a/python/geoengine_openapi_client/models/data_path_one_of.py +++ b/python/geoengine_openapi_client/models/data_path_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_path_one_of1.py b/python/geoengine_openapi_client/models/data_path_one_of1.py index 6c4f53c6..fd7d0560 100644 --- a/python/geoengine_openapi_client/models/data_path_one_of1.py +++ b/python/geoengine_openapi_client/models/data_path_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_provider_resource.py b/python/geoengine_openapi_client/models/data_provider_resource.py index a4ad655a..8c4f4ebb 100644 --- a/python/geoengine_openapi_client/models/data_provider_resource.py +++ b/python/geoengine_openapi_client/models/data_provider_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_usage.py b/python/geoengine_openapi_client/models/data_usage.py index bd96d4a7..4cfc5789 100644 --- a/python/geoengine_openapi_client/models/data_usage.py +++ b/python/geoengine_openapi_client/models/data_usage.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/data_usage_summary.py b/python/geoengine_openapi_client/models/data_usage_summary.py index fc232191..4998a322 100644 --- a/python/geoengine_openapi_client/models/data_usage_summary.py +++ b/python/geoengine_openapi_client/models/data_usage_summary.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/database_connection_config.py b/python/geoengine_openapi_client/models/database_connection_config.py index 27ae61d3..ef0a5502 100644 --- a/python/geoengine_openapi_client/models/database_connection_config.py +++ b/python/geoengine_openapi_client/models/database_connection_config.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset.py b/python/geoengine_openapi_client/models/dataset.py index 14eb9a2b..5d2fd310 100644 --- a/python/geoengine_openapi_client/models/dataset.py +++ b/python/geoengine_openapi_client/models/dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_definition.py b/python/geoengine_openapi_client/models/dataset_definition.py index 3fbe5829..b7450a70 100644 --- a/python/geoengine_openapi_client/models/dataset_definition.py +++ b/python/geoengine_openapi_client/models/dataset_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py b/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py index b01b5645..85d3424a 100644 --- a/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py +++ b/python/geoengine_openapi_client/models/dataset_layer_listing_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py b/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py index 9f9dd0e2..cdb60506 100644 --- a/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py +++ b/python/geoengine_openapi_client/models/dataset_layer_listing_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_listing.py b/python/geoengine_openapi_client/models/dataset_listing.py index c60b4b19..2167c00e 100644 --- a/python/geoengine_openapi_client/models/dataset_listing.py +++ b/python/geoengine_openapi_client/models/dataset_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_name_response.py b/python/geoengine_openapi_client/models/dataset_name_response.py index 7d1b2bbb..a286c57a 100644 --- a/python/geoengine_openapi_client/models/dataset_name_response.py +++ b/python/geoengine_openapi_client/models/dataset_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/dataset_resource.py b/python/geoengine_openapi_client/models/dataset_resource.py index 50ec4781..41d971c0 100644 --- a/python/geoengine_openapi_client/models/dataset_resource.py +++ b/python/geoengine_openapi_client/models/dataset_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/derived_color.py b/python/geoengine_openapi_client/models/derived_color.py index f45cfad3..5c10164c 100644 --- a/python/geoengine_openapi_client/models/derived_color.py +++ b/python/geoengine_openapi_client/models/derived_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/derived_number.py b/python/geoengine_openapi_client/models/derived_number.py index dd9537f0..b23d1f5d 100644 --- a/python/geoengine_openapi_client/models/derived_number.py +++ b/python/geoengine_openapi_client/models/derived_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/describe_coverage_request.py b/python/geoengine_openapi_client/models/describe_coverage_request.py index 20c93cce..4ea1b517 100644 --- a/python/geoengine_openapi_client/models/describe_coverage_request.py +++ b/python/geoengine_openapi_client/models/describe_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py b/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py index 4dc1aa18..fc37e110 100644 --- a/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/ebv_portal_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/edr_data_provider_definition.py b/python/geoengine_openapi_client/models/edr_data_provider_definition.py index 309370ff..43c6e27d 100644 --- a/python/geoengine_openapi_client/models/edr_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/edr_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/edr_vector_spec.py b/python/geoengine_openapi_client/models/edr_vector_spec.py index 05ee560e..5f475692 100644 --- a/python/geoengine_openapi_client/models/edr_vector_spec.py +++ b/python/geoengine_openapi_client/models/edr_vector_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/error_response.py b/python/geoengine_openapi_client/models/error_response.py index 0fce584d..ffe73a1d 100644 --- a/python/geoengine_openapi_client/models/error_response.py +++ b/python/geoengine_openapi_client/models/error_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/external_data_id.py b/python/geoengine_openapi_client/models/external_data_id.py index 116feee5..bb0f478b 100644 --- a/python/geoengine_openapi_client/models/external_data_id.py +++ b/python/geoengine_openapi_client/models/external_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/feature_data_type.py b/python/geoengine_openapi_client/models/feature_data_type.py index 26c9e6b3..debc7655 100644 --- a/python/geoengine_openapi_client/models/feature_data_type.py +++ b/python/geoengine_openapi_client/models/feature_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/file_not_found_handling.py b/python/geoengine_openapi_client/models/file_not_found_handling.py index ef14ea1a..fd14637e 100644 --- a/python/geoengine_openapi_client/models/file_not_found_handling.py +++ b/python/geoengine_openapi_client/models/file_not_found_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/format_specifics.py b/python/geoengine_openapi_client/models/format_specifics.py index 627e78bb..249834c5 100644 --- a/python/geoengine_openapi_client/models/format_specifics.py +++ b/python/geoengine_openapi_client/models/format_specifics.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/format_specifics_csv.py b/python/geoengine_openapi_client/models/format_specifics_csv.py index aaee115e..5fb8a9fd 100644 --- a/python/geoengine_openapi_client/models/format_specifics_csv.py +++ b/python/geoengine_openapi_client/models/format_specifics_csv.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gbif_data_provider_definition.py b/python/geoengine_openapi_client/models/gbif_data_provider_definition.py index cdb3a8eb..738b664f 100644 --- a/python/geoengine_openapi_client/models/gbif_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/gbif_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py b/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py index e54e8bc9..d89044a1 100644 --- a/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py +++ b/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_dataset_parameters.py b/python/geoengine_openapi_client/models/gdal_dataset_parameters.py index 6d0686d7..68a19f90 100644 --- a/python/geoengine_openapi_client/models/gdal_dataset_parameters.py +++ b/python/geoengine_openapi_client/models/gdal_dataset_parameters.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py b/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py index a335ac5e..84914f21 100644 --- a/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py +++ b/python/geoengine_openapi_client/models/gdal_loading_info_temporal_slice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_meta_data_list.py b/python/geoengine_openapi_client/models/gdal_meta_data_list.py index c25dacd7..431eb1cb 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_list.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_list.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_meta_data_regular.py b/python/geoengine_openapi_client/models/gdal_meta_data_regular.py index 0e10b300..8dcc3f8a 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_regular.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_regular.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_meta_data_static.py b/python/geoengine_openapi_client/models/gdal_meta_data_static.py index 6ab704c0..a8f68d7a 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_static.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_static.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_metadata_mapping.py b/python/geoengine_openapi_client/models/gdal_metadata_mapping.py index deceaed7..78fc1958 100644 --- a/python/geoengine_openapi_client/models/gdal_metadata_mapping.py +++ b/python/geoengine_openapi_client/models/gdal_metadata_mapping.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py b/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py index b9814199..d577584e 100644 --- a/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py +++ b/python/geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py b/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py index 34ddd25e..3b3a15e5 100644 --- a/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py +++ b/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/geo_json.py b/python/geoengine_openapi_client/models/geo_json.py index 65dd2489..c6f9ff2a 100644 --- a/python/geoengine_openapi_client/models/geo_json.py +++ b/python/geoengine_openapi_client/models/geo_json.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/geo_transform.py b/python/geoengine_openapi_client/models/geo_transform.py new file mode 100644 index 00000000..15e8c143 --- /dev/null +++ b/python/geoengine_openapi_client/models/geo_transform.py @@ -0,0 +1,96 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt +from typing import Any, ClassVar, Dict, List, Union +from geoengine_openapi_client.models.coordinate2_d import Coordinate2D +from typing import Optional, Set +from typing_extensions import Self + +class GeoTransform(BaseModel): + """ + GeoTransform + """ # noqa: E501 + origin_coordinate: Coordinate2D = Field(alias="originCoordinate") + x_pixel_size: Union[StrictFloat, StrictInt] = Field(alias="xPixelSize") + y_pixel_size: Union[StrictFloat, StrictInt] = Field(alias="yPixelSize") + __properties: ClassVar[List[str]] = ["originCoordinate", "xPixelSize", "yPixelSize"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of GeoTransform from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of origin_coordinate + if self.origin_coordinate: + _dict['originCoordinate'] = self.origin_coordinate.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of GeoTransform from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "originCoordinate": Coordinate2D.from_dict(obj["originCoordinate"]) if obj.get("originCoordinate") is not None else None, + "xPixelSize": obj.get("xPixelSize"), + "yPixelSize": obj.get("yPixelSize") + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/get_capabilities_format.py b/python/geoengine_openapi_client/models/get_capabilities_format.py index 58eac3b9..c06140f3 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_format.py +++ b/python/geoengine_openapi_client/models/get_capabilities_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_capabilities_request.py b/python/geoengine_openapi_client/models/get_capabilities_request.py index 07b5b608..1eff0daa 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_request.py +++ b/python/geoengine_openapi_client/models/get_capabilities_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_coverage_format.py b/python/geoengine_openapi_client/models/get_coverage_format.py index 39d1d573..60ce8e53 100644 --- a/python/geoengine_openapi_client/models/get_coverage_format.py +++ b/python/geoengine_openapi_client/models/get_coverage_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_coverage_request.py b/python/geoengine_openapi_client/models/get_coverage_request.py index 9df3ab15..0f84a6a4 100644 --- a/python/geoengine_openapi_client/models/get_coverage_request.py +++ b/python/geoengine_openapi_client/models/get_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_feature_request.py b/python/geoengine_openapi_client/models/get_feature_request.py index a4cd6056..1f9a4a02 100644 --- a/python/geoengine_openapi_client/models/get_feature_request.py +++ b/python/geoengine_openapi_client/models/get_feature_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_legend_graphic_request.py b/python/geoengine_openapi_client/models/get_legend_graphic_request.py index 48aab927..a7800ef7 100644 --- a/python/geoengine_openapi_client/models/get_legend_graphic_request.py +++ b/python/geoengine_openapi_client/models/get_legend_graphic_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_map_exception_format.py b/python/geoengine_openapi_client/models/get_map_exception_format.py index 5ef5613b..e78182f4 100644 --- a/python/geoengine_openapi_client/models/get_map_exception_format.py +++ b/python/geoengine_openapi_client/models/get_map_exception_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_map_format.py b/python/geoengine_openapi_client/models/get_map_format.py index 1da506de..7919b4cf 100644 --- a/python/geoengine_openapi_client/models/get_map_format.py +++ b/python/geoengine_openapi_client/models/get_map_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/get_map_request.py b/python/geoengine_openapi_client/models/get_map_request.py index 9effd255..d981ed17 100644 --- a/python/geoengine_openapi_client/models/get_map_request.py +++ b/python/geoengine_openapi_client/models/get_map_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py b/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py index 0ac7f990..228b0dd5 100644 --- a/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py b/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py index 6893be12..9d2874e6 100644 --- a/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_query_rectangle.py b/python/geoengine_openapi_client/models/grid_bounding_box2_d.py similarity index 57% rename from python/geoengine_openapi_client/models/vector_query_rectangle.py rename to python/geoengine_openapi_client/models/grid_bounding_box2_d.py index e1887eb5..f699c3a9 100644 --- a/python/geoengine_openapi_client/models/vector_query_rectangle.py +++ b/python/geoengine_openapi_client/models/grid_bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -20,20 +20,17 @@ from pydantic import BaseModel, ConfigDict, Field from typing import Any, ClassVar, Dict, List -from geoengine_openapi_client.models.bounding_box2_d import BoundingBox2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D from typing import Optional, Set from typing_extensions import Self -class VectorQueryRectangle(BaseModel): +class GridBoundingBox2D(BaseModel): """ - A spatio-temporal rectangle with a specified resolution + GridBoundingBox2D """ # noqa: E501 - spatial_bounds: BoundingBox2D = Field(alias="spatialBounds") - spatial_resolution: SpatialResolution = Field(alias="spatialResolution") - time_interval: TimeInterval = Field(alias="timeInterval") - __properties: ClassVar[List[str]] = ["spatialBounds", "spatialResolution", "timeInterval"] + bottom_right_idx: GridIdx2D = Field(alias="bottomRightIdx") + top_left_idx: GridIdx2D = Field(alias="topLeftIdx") + __properties: ClassVar[List[str]] = ["bottomRightIdx", "topLeftIdx"] model_config = ConfigDict( populate_by_name=True, @@ -53,7 +50,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of VectorQueryRectangle from a JSON string""" + """Create an instance of GridBoundingBox2D from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -74,20 +71,17 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # override the default output from pydantic by calling `to_dict()` of spatial_bounds - if self.spatial_bounds: - _dict['spatialBounds'] = self.spatial_bounds.to_dict() - # override the default output from pydantic by calling `to_dict()` of spatial_resolution - if self.spatial_resolution: - _dict['spatialResolution'] = self.spatial_resolution.to_dict() - # override the default output from pydantic by calling `to_dict()` of time_interval - if self.time_interval: - _dict['timeInterval'] = self.time_interval.to_dict() + # override the default output from pydantic by calling `to_dict()` of bottom_right_idx + if self.bottom_right_idx: + _dict['bottomRightIdx'] = self.bottom_right_idx.to_dict() + # override the default output from pydantic by calling `to_dict()` of top_left_idx + if self.top_left_idx: + _dict['topLeftIdx'] = self.top_left_idx.to_dict() return _dict @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of VectorQueryRectangle from a dict""" + """Create an instance of GridBoundingBox2D from a dict""" if obj is None: return None @@ -95,9 +89,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "spatialBounds": BoundingBox2D.from_dict(obj["spatialBounds"]) if obj.get("spatialBounds") is not None else None, - "spatialResolution": SpatialResolution.from_dict(obj["spatialResolution"]) if obj.get("spatialResolution") is not None else None, - "timeInterval": TimeInterval.from_dict(obj["timeInterval"]) if obj.get("timeInterval") is not None else None + "bottomRightIdx": GridIdx2D.from_dict(obj["bottomRightIdx"]) if obj.get("bottomRightIdx") is not None else None, + "topLeftIdx": GridIdx2D.from_dict(obj["topLeftIdx"]) if obj.get("topLeftIdx") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/stac_zone.py b/python/geoengine_openapi_client/models/grid_idx2_d.py similarity index 80% rename from python/geoengine_openapi_client/models/stac_zone.py rename to python/geoengine_openapi_client/models/grid_idx2_d.py index dedc9bb4..f42de2a0 100644 --- a/python/geoengine_openapi_client/models/stac_zone.py +++ b/python/geoengine_openapi_client/models/grid_idx2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,19 +18,18 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictInt from typing import Any, ClassVar, Dict, List -from typing_extensions import Annotated from typing import Optional, Set from typing_extensions import Self -class StacZone(BaseModel): +class GridIdx2D(BaseModel): """ - StacZone + GridIdx2D """ # noqa: E501 - epsg: Annotated[int, Field(strict=True, ge=0)] - name: StrictStr - __properties: ClassVar[List[str]] = ["epsg", "name"] + x_idx: StrictInt = Field(alias="xIdx") + y_idx: StrictInt = Field(alias="yIdx") + __properties: ClassVar[List[str]] = ["xIdx", "yIdx"] model_config = ConfigDict( populate_by_name=True, @@ -50,7 +49,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of StacZone from a JSON string""" + """Create an instance of GridIdx2D from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -75,7 +74,7 @@ def to_dict(self) -> Dict[str, Any]: @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of StacZone from a dict""" + """Create an instance of GridIdx2D from a dict""" if obj is None: return None @@ -83,8 +82,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "epsg": obj.get("epsg"), - "name": obj.get("name") + "xIdx": obj.get("xIdx"), + "yIdx": obj.get("yIdx") }) return _obj diff --git a/python/geoengine_openapi_client/models/id_response.py b/python/geoengine_openapi_client/models/id_response.py index 422e5283..3e9e7f15 100644 --- a/python/geoengine_openapi_client/models/id_response.py +++ b/python/geoengine_openapi_client/models/id_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/internal_data_id.py b/python/geoengine_openapi_client/models/internal_data_id.py index 3efd266a..13382595 100644 --- a/python/geoengine_openapi_client/models/internal_data_id.py +++ b/python/geoengine_openapi_client/models/internal_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer.py b/python/geoengine_openapi_client/models/layer.py index 6d0e81e5..e503a9ca 100644 --- a/python/geoengine_openapi_client/models/layer.py +++ b/python/geoengine_openapi_client/models/layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_collection.py b/python/geoengine_openapi_client/models/layer_collection.py index ccd392c2..6fa2afd9 100644 --- a/python/geoengine_openapi_client/models/layer_collection.py +++ b/python/geoengine_openapi_client/models/layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_collection_listing.py b/python/geoengine_openapi_client/models/layer_collection_listing.py index 533647da..62475e98 100644 --- a/python/geoengine_openapi_client/models/layer_collection_listing.py +++ b/python/geoengine_openapi_client/models/layer_collection_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_collection_resource.py b/python/geoengine_openapi_client/models/layer_collection_resource.py index 96c12874..ad32d420 100644 --- a/python/geoengine_openapi_client/models/layer_collection_resource.py +++ b/python/geoengine_openapi_client/models/layer_collection_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_listing.py b/python/geoengine_openapi_client/models/layer_listing.py index 50f807d2..b2fad2b7 100644 --- a/python/geoengine_openapi_client/models/layer_listing.py +++ b/python/geoengine_openapi_client/models/layer_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_provider_listing.py b/python/geoengine_openapi_client/models/layer_provider_listing.py index 51d6b74b..89b8ef8a 100644 --- a/python/geoengine_openapi_client/models/layer_provider_listing.py +++ b/python/geoengine_openapi_client/models/layer_provider_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_resource.py b/python/geoengine_openapi_client/models/layer_resource.py index 1b4cab5f..086a6beb 100644 --- a/python/geoengine_openapi_client/models/layer_resource.py +++ b/python/geoengine_openapi_client/models/layer_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/layer_visibility.py b/python/geoengine_openapi_client/models/layer_visibility.py index b7c9cd54..77ad5e73 100644 --- a/python/geoengine_openapi_client/models/layer_visibility.py +++ b/python/geoengine_openapi_client/models/layer_visibility.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/line_symbology.py b/python/geoengine_openapi_client/models/line_symbology.py index 618681ea..c54c7f7b 100644 --- a/python/geoengine_openapi_client/models/line_symbology.py +++ b/python/geoengine_openapi_client/models/line_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/linear_gradient.py b/python/geoengine_openapi_client/models/linear_gradient.py index 2578d6d6..ab74baca 100644 --- a/python/geoengine_openapi_client/models/linear_gradient.py +++ b/python/geoengine_openapi_client/models/linear_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/logarithmic_gradient.py b/python/geoengine_openapi_client/models/logarithmic_gradient.py index 98a479a5..4cab5240 100644 --- a/python/geoengine_openapi_client/models/logarithmic_gradient.py +++ b/python/geoengine_openapi_client/models/logarithmic_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/measurement.py b/python/geoengine_openapi_client/models/measurement.py index c974fe0f..f314962d 100644 --- a/python/geoengine_openapi_client/models/measurement.py +++ b/python/geoengine_openapi_client/models/measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/meta_data_definition.py b/python/geoengine_openapi_client/models/meta_data_definition.py index 463baf39..79104cf5 100644 --- a/python/geoengine_openapi_client/models/meta_data_definition.py +++ b/python/geoengine_openapi_client/models/meta_data_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/meta_data_suggestion.py b/python/geoengine_openapi_client/models/meta_data_suggestion.py index 14a5d587..aca07dbb 100644 --- a/python/geoengine_openapi_client/models/meta_data_suggestion.py +++ b/python/geoengine_openapi_client/models/meta_data_suggestion.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model.py b/python/geoengine_openapi_client/models/ml_model.py index 218bedce..3937f2ce 100644 --- a/python/geoengine_openapi_client/models/ml_model.py +++ b/python/geoengine_openapi_client/models/ml_model.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py index 28f0b4de..97fc0fec 100644 --- a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py +++ b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py index 82e44a69..ce443e40 100644 --- a/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py +++ b/python/geoengine_openapi_client/models/ml_model_input_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_metadata.py b/python/geoengine_openapi_client/models/ml_model_metadata.py index 148cece8..343f1ca5 100644 --- a/python/geoengine_openapi_client/models/ml_model_metadata.py +++ b/python/geoengine_openapi_client/models/ml_model_metadata.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_name_response.py b/python/geoengine_openapi_client/models/ml_model_name_response.py index a9746c50..3be7526d 100644 --- a/python/geoengine_openapi_client/models/ml_model_name_response.py +++ b/python/geoengine_openapi_client/models/ml_model_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py index 3d5322f9..b94c2f32 100644 --- a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py +++ b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py index 72f3e9f9..2e9c069b 100644 --- a/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py +++ b/python/geoengine_openapi_client/models/ml_model_output_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_model_resource.py b/python/geoengine_openapi_client/models/ml_model_resource.py index bd6eccfd..0e40814b 100644 --- a/python/geoengine_openapi_client/models/ml_model_resource.py +++ b/python/geoengine_openapi_client/models/ml_model_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py b/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py index 65a01213..c27639d1 100644 --- a/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py +++ b/python/geoengine_openapi_client/models/ml_tensor_shape3_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py b/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py index 924098dd..1fcb66b7 100644 --- a/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py +++ b/python/geoengine_openapi_client/models/mock_dataset_data_source_loading_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/mock_meta_data.py b/python/geoengine_openapi_client/models/mock_meta_data.py index 706407ff..8e16db11 100644 --- a/python/geoengine_openapi_client/models/mock_meta_data.py +++ b/python/geoengine_openapi_client/models/mock_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py b/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py index cc332b03..7fa3fcd5 100644 --- a/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py +++ b/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_line_string.py b/python/geoengine_openapi_client/models/multi_line_string.py index d164f2ce..e7810c1a 100644 --- a/python/geoengine_openapi_client/models/multi_line_string.py +++ b/python/geoengine_openapi_client/models/multi_line_string.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_point.py b/python/geoengine_openapi_client/models/multi_point.py index 4d9c2b81..72834215 100644 --- a/python/geoengine_openapi_client/models/multi_point.py +++ b/python/geoengine_openapi_client/models/multi_point.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/multi_polygon.py b/python/geoengine_openapi_client/models/multi_polygon.py index ce9105ca..9b98f4cd 100644 --- a/python/geoengine_openapi_client/models/multi_polygon.py +++ b/python/geoengine_openapi_client/models/multi_polygon.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py b/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py index 5a37dda0..23bab3f5 100644 --- a/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/net_cdf_cf_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/number_param.py b/python/geoengine_openapi_client/models/number_param.py index 065afb05..12eabaa5 100644 --- a/python/geoengine_openapi_client/models/number_param.py +++ b/python/geoengine_openapi_client/models/number_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_meta_data.py b/python/geoengine_openapi_client/models/ogr_meta_data.py index 77824f70..6a073f97 100644 --- a/python/geoengine_openapi_client/models/ogr_meta_data.py +++ b/python/geoengine_openapi_client/models/ogr_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_column_spec.py b/python/geoengine_openapi_client/models/ogr_source_column_spec.py index c2c4f5e5..74bed4aa 100644 --- a/python/geoengine_openapi_client/models/ogr_source_column_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_column_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset.py b/python/geoengine_openapi_client/models/ogr_source_dataset.py index b54dac6a..4ebe6e07 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py index 39948a91..085fd94b 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py index f03974c6..5523e8c9 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_none.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py index 7107255e..69e0d2cb 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py index 1add572a..5a03b4a1 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_duration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py index 85dfa151..8a6b048c 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset_time_type_start_end.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec.py index 75ae0e03..ab1e2144 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py index 2531a215..599f1102 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec_infinite.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py index d7ba6747..283d2305 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec_value.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py b/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py index fac14ab0..5d3bccee 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec_zero.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_error_spec.py b/python/geoengine_openapi_client/models/ogr_source_error_spec.py index 8a4b23a2..ee051875 100644 --- a/python/geoengine_openapi_client/models/ogr_source_error_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_error_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format.py b/python/geoengine_openapi_client/models/ogr_source_time_format.py index 6d368b07..cd7d98ed 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py b/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py index 71863600..f1a75102 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format_auto.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py b/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py index fac45fbb..a65777b9 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format_custom.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py b/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py index 723e5552..0f77d6b1 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format_unix_time_stamp.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/operator_quota.py b/python/geoengine_openapi_client/models/operator_quota.py index 435fd6db..29b59c4f 100644 --- a/python/geoengine_openapi_client/models/operator_quota.py +++ b/python/geoengine_openapi_client/models/operator_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/order_by.py b/python/geoengine_openapi_client/models/order_by.py index 6c648d76..af80c1c8 100644 --- a/python/geoengine_openapi_client/models/order_by.py +++ b/python/geoengine_openapi_client/models/order_by.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/palette_colorizer.py b/python/geoengine_openapi_client/models/palette_colorizer.py index 3523ff47..c4e1eb9a 100644 --- a/python/geoengine_openapi_client/models/palette_colorizer.py +++ b/python/geoengine_openapi_client/models/palette_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py b/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py index a9c3e96c..bc94bdf5 100644 --- a/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/pangaea_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission.py b/python/geoengine_openapi_client/models/permission.py index 6b317edb..fdbf1189 100644 --- a/python/geoengine_openapi_client/models/permission.py +++ b/python/geoengine_openapi_client/models/permission.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission_list_options.py b/python/geoengine_openapi_client/models/permission_list_options.py index 270b9ea9..716aa8aa 100644 --- a/python/geoengine_openapi_client/models/permission_list_options.py +++ b/python/geoengine_openapi_client/models/permission_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission_listing.py b/python/geoengine_openapi_client/models/permission_listing.py index 3817b4e2..7e43cdd8 100644 --- a/python/geoengine_openapi_client/models/permission_listing.py +++ b/python/geoengine_openapi_client/models/permission_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/permission_request.py b/python/geoengine_openapi_client/models/permission_request.py index a036ecb3..e18889c5 100644 --- a/python/geoengine_openapi_client/models/permission_request.py +++ b/python/geoengine_openapi_client/models/permission_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot.py b/python/geoengine_openapi_client/models/plot.py index ee8c9699..5aaa29e4 100644 --- a/python/geoengine_openapi_client/models/plot.py +++ b/python/geoengine_openapi_client/models/plot.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot_output_format.py b/python/geoengine_openapi_client/models/plot_output_format.py index 10612d29..6c06e087 100644 --- a/python/geoengine_openapi_client/models/plot_output_format.py +++ b/python/geoengine_openapi_client/models/plot_output_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot_result_descriptor.py b/python/geoengine_openapi_client/models/plot_result_descriptor.py index f1dd952d..bf840414 100644 --- a/python/geoengine_openapi_client/models/plot_result_descriptor.py +++ b/python/geoengine_openapi_client/models/plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/point_symbology.py b/python/geoengine_openapi_client/models/point_symbology.py index ccfacbf9..785a23a5 100644 --- a/python/geoengine_openapi_client/models/point_symbology.py +++ b/python/geoengine_openapi_client/models/point_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/polygon_symbology.py b/python/geoengine_openapi_client/models/polygon_symbology.py index 5ce7d23e..51b3b6f8 100644 --- a/python/geoengine_openapi_client/models/polygon_symbology.py +++ b/python/geoengine_openapi_client/models/polygon_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project.py b/python/geoengine_openapi_client/models/project.py index 787f244f..90d052b9 100644 --- a/python/geoengine_openapi_client/models/project.py +++ b/python/geoengine_openapi_client/models/project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_layer.py b/python/geoengine_openapi_client/models/project_layer.py index d985318a..df2f1aad 100644 --- a/python/geoengine_openapi_client/models/project_layer.py +++ b/python/geoengine_openapi_client/models/project_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_listing.py b/python/geoengine_openapi_client/models/project_listing.py index 49649895..1af7224f 100644 --- a/python/geoengine_openapi_client/models/project_listing.py +++ b/python/geoengine_openapi_client/models/project_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_resource.py b/python/geoengine_openapi_client/models/project_resource.py index 562e6a87..bd5a38f8 100644 --- a/python/geoengine_openapi_client/models/project_resource.py +++ b/python/geoengine_openapi_client/models/project_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_update_token.py b/python/geoengine_openapi_client/models/project_update_token.py index 6dd63f3d..0dfa93f5 100644 --- a/python/geoengine_openapi_client/models/project_update_token.py +++ b/python/geoengine_openapi_client/models/project_update_token.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/project_version.py b/python/geoengine_openapi_client/models/project_version.py index bfb3e51e..3ff0a9f5 100644 --- a/python/geoengine_openapi_client/models/project_version.py +++ b/python/geoengine_openapi_client/models/project_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenance.py b/python/geoengine_openapi_client/models/provenance.py index b402680d..1de8e6a8 100644 --- a/python/geoengine_openapi_client/models/provenance.py +++ b/python/geoengine_openapi_client/models/provenance.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenance_entry.py b/python/geoengine_openapi_client/models/provenance_entry.py index d57acd80..e43d542d 100644 --- a/python/geoengine_openapi_client/models/provenance_entry.py +++ b/python/geoengine_openapi_client/models/provenance_entry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenance_output.py b/python/geoengine_openapi_client/models/provenance_output.py index f8eb6cdc..8c699266 100644 --- a/python/geoengine_openapi_client/models/provenance_output.py +++ b/python/geoengine_openapi_client/models/provenance_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provenances.py b/python/geoengine_openapi_client/models/provenances.py index c41a9e94..3b984836 100644 --- a/python/geoengine_openapi_client/models/provenances.py +++ b/python/geoengine_openapi_client/models/provenances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provider_capabilities.py b/python/geoengine_openapi_client/models/provider_capabilities.py index 6a81ba8d..3c97be4e 100644 --- a/python/geoengine_openapi_client/models/provider_capabilities.py +++ b/python/geoengine_openapi_client/models/provider_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provider_layer_collection_id.py b/python/geoengine_openapi_client/models/provider_layer_collection_id.py index f4d627fb..ee4ffee5 100644 --- a/python/geoengine_openapi_client/models/provider_layer_collection_id.py +++ b/python/geoengine_openapi_client/models/provider_layer_collection_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/provider_layer_id.py b/python/geoengine_openapi_client/models/provider_layer_id.py index 24d1fb6b..65692526 100644 --- a/python/geoengine_openapi_client/models/provider_layer_id.py +++ b/python/geoengine_openapi_client/models/provider_layer_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/quota.py b/python/geoengine_openapi_client/models/quota.py index 0894165a..6a14e351 100644 --- a/python/geoengine_openapi_client/models/quota.py +++ b/python/geoengine_openapi_client/models/quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_band_descriptor.py b/python/geoengine_openapi_client/models/raster_band_descriptor.py index 7210ada6..40ed8c05 100644 --- a/python/geoengine_openapi_client/models/raster_band_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_band_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_colorizer.py b/python/geoengine_openapi_client/models/raster_colorizer.py index 0983764b..187e275b 100644 --- a/python/geoengine_openapi_client/models/raster_colorizer.py +++ b/python/geoengine_openapi_client/models/raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_data_type.py b/python/geoengine_openapi_client/models/raster_data_type.py index b6d0d198..908c8a52 100644 --- a/python/geoengine_openapi_client/models/raster_data_type.py +++ b/python/geoengine_openapi_client/models/raster_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py index 383a4807..33f90a0a 100644 --- a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py +++ b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -20,7 +20,7 @@ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr from typing import Any, ClassVar, Dict, List, Optional -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle from typing import Optional, Set from typing_extensions import Self @@ -32,7 +32,7 @@ class RasterDatasetFromWorkflow(BaseModel): description: Optional[StrictStr] = None display_name: StrictStr = Field(alias="displayName") name: Optional[StrictStr] = None - query: RasterQueryRectangle + query: RasterToDatasetQueryRectangle __properties: ClassVar[List[str]] = ["asCog", "description", "displayName", "name", "query"] model_config = ConfigDict( @@ -98,7 +98,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "description": obj.get("description"), "displayName": obj.get("displayName"), "name": obj.get("name"), - "query": RasterQueryRectangle.from_dict(obj["query"]) if obj.get("query") is not None else None + "query": RasterToDatasetQueryRectangle.from_dict(obj["query"]) if obj.get("query") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py b/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py index 728b139d..0e70e231 100644 --- a/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py +++ b/python/geoengine_openapi_client/models/raster_dataset_from_workflow_result.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_properties_entry_type.py b/python/geoengine_openapi_client/models/raster_properties_entry_type.py index ffe87d2f..50fbf28c 100644 --- a/python/geoengine_openapi_client/models/raster_properties_entry_type.py +++ b/python/geoengine_openapi_client/models/raster_properties_entry_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_properties_key.py b/python/geoengine_openapi_client/models/raster_properties_key.py index 772994e1..59ca0c94 100644 --- a/python/geoengine_openapi_client/models/raster_properties_key.py +++ b/python/geoengine_openapi_client/models/raster_properties_key.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index 76ac7e4e..0f931a2d 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -19,12 +19,11 @@ import json from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from geoengine_openapi_client.models.raster_band_descriptor import RasterBandDescriptor from geoengine_openapi_client.models.raster_data_type import RasterDataType -from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from typing import Optional, Set from typing_extensions import Self @@ -33,12 +32,11 @@ class RasterResultDescriptor(BaseModel): A `ResultDescriptor` for raster queries """ # noqa: E501 bands: List[RasterBandDescriptor] - bbox: Optional[SpatialPartition2D] = None data_type: RasterDataType = Field(alias="dataType") - resolution: Optional[SpatialResolution] = None + spatial_grid: SpatialGridDescriptor = Field(alias="spatialGrid") spatial_reference: StrictStr = Field(alias="spatialReference") - time: Optional[TimeInterval] = None - __properties: ClassVar[List[str]] = ["bands", "bbox", "dataType", "resolution", "spatialReference", "time"] + time: TimeDescriptor + __properties: ClassVar[List[str]] = ["bands", "dataType", "spatialGrid", "spatialReference", "time"] model_config = ConfigDict( populate_by_name=True, @@ -86,30 +84,12 @@ def to_dict(self) -> Dict[str, Any]: if _item_bands: _items.append(_item_bands.to_dict()) _dict['bands'] = _items - # override the default output from pydantic by calling `to_dict()` of bbox - if self.bbox: - _dict['bbox'] = self.bbox.to_dict() - # override the default output from pydantic by calling `to_dict()` of resolution - if self.resolution: - _dict['resolution'] = self.resolution.to_dict() + # override the default output from pydantic by calling `to_dict()` of spatial_grid + if self.spatial_grid: + _dict['spatialGrid'] = self.spatial_grid.to_dict() # override the default output from pydantic by calling `to_dict()` of time if self.time: _dict['time'] = self.time.to_dict() - # set to None if bbox (nullable) is None - # and model_fields_set contains the field - if self.bbox is None and "bbox" in self.model_fields_set: - _dict['bbox'] = None - - # set to None if resolution (nullable) is None - # and model_fields_set contains the field - if self.resolution is None and "resolution" in self.model_fields_set: - _dict['resolution'] = None - - # set to None if time (nullable) is None - # and model_fields_set contains the field - if self.time is None and "time" in self.model_fields_set: - _dict['time'] = None - return _dict @classmethod @@ -125,11 +105,10 @@ def from_dict(cls, obj: Dict[str, Any]) -> Optional[Self]: _obj = cls.model_validate({ "bands": [RasterBandDescriptor.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, - "bbox": SpatialPartition2D.from_dict(obj["bbox"]) if obj.get("bbox") is not None else None, + "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "dataType": obj.get("dataType"), - "resolution": SpatialResolution.from_dict(obj["resolution"]) if obj.get("resolution") is not None else None, "spatialReference": obj.get("spatialReference"), - "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj diff --git a/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py b/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py index 27e9af1f..04b07fc1 100644 --- a/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py +++ b/python/geoengine_openapi_client/models/raster_stream_websocket_result_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_symbology.py b/python/geoengine_openapi_client/models/raster_symbology.py index 5cb39404..d7456300 100644 --- a/python/geoengine_openapi_client/models/raster_symbology.py +++ b/python/geoengine_openapi_client/models/raster_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/raster_query_rectangle.py b/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py similarity index 79% rename from python/geoengine_openapi_client/models/raster_query_rectangle.py rename to python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py index 54b23f83..484df5c7 100644 --- a/python/geoengine_openapi_client/models/raster_query_rectangle.py +++ b/python/geoengine_openapi_client/models/raster_to_dataset_query_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -21,19 +21,17 @@ from pydantic import BaseModel, ConfigDict, Field from typing import Any, ClassVar, Dict, List from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution from geoengine_openapi_client.models.time_interval import TimeInterval from typing import Optional, Set from typing_extensions import Self -class RasterQueryRectangle(BaseModel): +class RasterToDatasetQueryRectangle(BaseModel): """ A spatio-temporal rectangle with a specified resolution """ # noqa: E501 spatial_bounds: SpatialPartition2D = Field(alias="spatialBounds") - spatial_resolution: SpatialResolution = Field(alias="spatialResolution") time_interval: TimeInterval = Field(alias="timeInterval") - __properties: ClassVar[List[str]] = ["spatialBounds", "spatialResolution", "timeInterval"] + __properties: ClassVar[List[str]] = ["spatialBounds", "timeInterval"] model_config = ConfigDict( populate_by_name=True, @@ -53,7 +51,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of RasterQueryRectangle from a JSON string""" + """Create an instance of RasterToDatasetQueryRectangle from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -77,9 +75,6 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of spatial_bounds if self.spatial_bounds: _dict['spatialBounds'] = self.spatial_bounds.to_dict() - # override the default output from pydantic by calling `to_dict()` of spatial_resolution - if self.spatial_resolution: - _dict['spatialResolution'] = self.spatial_resolution.to_dict() # override the default output from pydantic by calling `to_dict()` of time_interval if self.time_interval: _dict['timeInterval'] = self.time_interval.to_dict() @@ -87,7 +82,7 @@ def to_dict(self) -> Dict[str, Any]: @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of RasterQueryRectangle from a dict""" + """Create an instance of RasterToDatasetQueryRectangle from a dict""" if obj is None: return None @@ -96,7 +91,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "spatialBounds": SpatialPartition2D.from_dict(obj["spatialBounds"]) if obj.get("spatialBounds") is not None else None, - "spatialResolution": SpatialResolution.from_dict(obj["spatialResolution"]) if obj.get("spatialResolution") is not None else None, "timeInterval": TimeInterval.from_dict(obj["timeInterval"]) if obj.get("timeInterval") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/stac_band.py b/python/geoengine_openapi_client/models/regular_time_dimension.py similarity index 66% rename from python/geoengine_openapi_client/models/stac_band.py rename to python/geoengine_openapi_client/models/regular_time_dimension.py index 308d3117..3072be6d 100644 --- a/python/geoengine_openapi_client/models/stac_band.py +++ b/python/geoengine_openapi_client/models/regular_time_dimension.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,20 +18,19 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr -from typing import Any, ClassVar, Dict, List, Optional, Union -from geoengine_openapi_client.models.raster_data_type import RasterDataType +from pydantic import BaseModel, ConfigDict, StrictInt +from typing import Any, ClassVar, Dict, List +from geoengine_openapi_client.models.time_step import TimeStep from typing import Optional, Set from typing_extensions import Self -class StacBand(BaseModel): +class RegularTimeDimension(BaseModel): """ - StacBand + RegularTimeDimension """ # noqa: E501 - data_type: RasterDataType = Field(alias="dataType") - name: StrictStr - no_data_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="noDataValue") - __properties: ClassVar[List[str]] = ["dataType", "name", "noDataValue"] + origin: StrictInt + step: TimeStep + __properties: ClassVar[List[str]] = ["origin", "step"] model_config = ConfigDict( populate_by_name=True, @@ -51,7 +50,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of StacBand from a JSON string""" + """Create an instance of RegularTimeDimension from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -72,16 +71,14 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # set to None if no_data_value (nullable) is None - # and model_fields_set contains the field - if self.no_data_value is None and "no_data_value" in self.model_fields_set: - _dict['noDataValue'] = None - + # override the default output from pydantic by calling `to_dict()` of step + if self.step: + _dict['step'] = self.step.to_dict() return _dict @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of StacBand from a dict""" + """Create an instance of RegularTimeDimension from a dict""" if obj is None: return None @@ -89,9 +86,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "dataType": obj.get("dataType"), - "name": obj.get("name"), - "noDataValue": obj.get("noDataValue") + "origin": obj.get("origin"), + "step": TimeStep.from_dict(obj["step"]) if obj.get("step") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/resource.py b/python/geoengine_openapi_client/models/resource.py index 4cb545f1..98278040 100644 --- a/python/geoengine_openapi_client/models/resource.py +++ b/python/geoengine_openapi_client/models/resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/role.py b/python/geoengine_openapi_client/models/role.py index fbc7f570..19ea410a 100644 --- a/python/geoengine_openapi_client/models/role.py +++ b/python/geoengine_openapi_client/models/role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/role_description.py b/python/geoengine_openapi_client/models/role_description.py index 2836111f..e6617fce 100644 --- a/python/geoengine_openapi_client/models/role_description.py +++ b/python/geoengine_openapi_client/models/role_description.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/search_capabilities.py b/python/geoengine_openapi_client/models/search_capabilities.py index e2d80aaa..3ab2168c 100644 --- a/python/geoengine_openapi_client/models/search_capabilities.py +++ b/python/geoengine_openapi_client/models/search_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/search_type.py b/python/geoengine_openapi_client/models/search_type.py index 3a608b52..c1aa8ca2 100644 --- a/python/geoengine_openapi_client/models/search_type.py +++ b/python/geoengine_openapi_client/models/search_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/search_types.py b/python/geoengine_openapi_client/models/search_types.py index 1571ad05..08a8d743 100644 --- a/python/geoengine_openapi_client/models/search_types.py +++ b/python/geoengine_openapi_client/models/search_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py b/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py index 178d7398..d067f8ff 100644 --- a/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py +++ b/python/geoengine_openapi_client/models/sentinel_s2_l2_a_cogs_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -23,9 +23,7 @@ from typing_extensions import Annotated from uuid import UUID from geoengine_openapi_client.models.stac_api_retries import StacApiRetries -from geoengine_openapi_client.models.stac_band import StacBand from geoengine_openapi_client.models.stac_query_buffer import StacQueryBuffer -from geoengine_openapi_client.models.stac_zone import StacZone from typing import Optional, Set from typing_extensions import Self @@ -34,7 +32,6 @@ class SentinelS2L2ACogsProviderDefinition(BaseModel): SentinelS2L2ACogsProviderDefinition """ # noqa: E501 api_url: StrictStr = Field(alias="apiUrl") - bands: List[StacBand] cache_ttl: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(default=None, alias="cacheTtl") description: StrictStr gdal_retries: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(default=None, alias="gdalRetries") @@ -44,8 +41,7 @@ class SentinelS2L2ACogsProviderDefinition(BaseModel): query_buffer: Optional[StacQueryBuffer] = Field(default=None, alias="queryBuffer") stac_api_retries: Optional[StacApiRetries] = Field(default=None, alias="stacApiRetries") type: StrictStr - zones: List[StacZone] - __properties: ClassVar[List[str]] = ["apiUrl", "bands", "cacheTtl", "description", "gdalRetries", "id", "name", "priority", "queryBuffer", "stacApiRetries", "type", "zones"] + __properties: ClassVar[List[str]] = ["apiUrl", "cacheTtl", "description", "gdalRetries", "id", "name", "priority", "queryBuffer", "stacApiRetries", "type"] @field_validator('type') def type_validate_enum(cls, value): @@ -93,26 +89,12 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # override the default output from pydantic by calling `to_dict()` of each item in bands (list) - _items = [] - if self.bands: - for _item_bands in self.bands: - if _item_bands: - _items.append(_item_bands.to_dict()) - _dict['bands'] = _items # override the default output from pydantic by calling `to_dict()` of query_buffer if self.query_buffer: _dict['queryBuffer'] = self.query_buffer.to_dict() # override the default output from pydantic by calling `to_dict()` of stac_api_retries if self.stac_api_retries: _dict['stacApiRetries'] = self.stac_api_retries.to_dict() - # override the default output from pydantic by calling `to_dict()` of each item in zones (list) - _items = [] - if self.zones: - for _item_zones in self.zones: - if _item_zones: - _items.append(_item_zones.to_dict()) - _dict['zones'] = _items # set to None if priority (nullable) is None # and model_fields_set contains the field if self.priority is None and "priority" in self.model_fields_set: @@ -131,7 +113,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "apiUrl": obj.get("apiUrl"), - "bands": [StacBand.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, "cacheTtl": obj.get("cacheTtl"), "description": obj.get("description"), "gdalRetries": obj.get("gdalRetries"), @@ -140,8 +121,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "priority": obj.get("priority"), "queryBuffer": StacQueryBuffer.from_dict(obj["queryBuffer"]) if obj.get("queryBuffer") is not None else None, "stacApiRetries": StacApiRetries.from_dict(obj["stacApiRetries"]) if obj.get("stacApiRetries") is not None else None, - "type": obj.get("type"), - "zones": [StacZone.from_dict(_item) for _item in obj["zones"]] if obj.get("zones") is not None else None + "type": obj.get("type") }) return _obj diff --git a/python/geoengine_openapi_client/models/server_info.py b/python/geoengine_openapi_client/models/server_info.py index 98818a9d..8ffed6ba 100644 --- a/python/geoengine_openapi_client/models/server_info.py +++ b/python/geoengine_openapi_client/models/server_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/single_band_raster_colorizer.py b/python/geoengine_openapi_client/models/single_band_raster_colorizer.py index 98a6e928..0c499627 100644 --- a/python/geoengine_openapi_client/models/single_band_raster_colorizer.py +++ b/python/geoengine_openapi_client/models/single_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/plot_query_rectangle.py b/python/geoengine_openapi_client/models/spatial_grid_definition.py similarity index 58% rename from python/geoengine_openapi_client/models/plot_query_rectangle.py rename to python/geoengine_openapi_client/models/spatial_grid_definition.py index ff6626cd..251a2b4e 100644 --- a/python/geoengine_openapi_client/models/plot_query_rectangle.py +++ b/python/geoengine_openapi_client/models/spatial_grid_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -20,20 +20,18 @@ from pydantic import BaseModel, ConfigDict, Field from typing import Any, ClassVar, Dict, List -from geoengine_openapi_client.models.bounding_box2_d import BoundingBox2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.geo_transform import GeoTransform +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D from typing import Optional, Set from typing_extensions import Self -class PlotQueryRectangle(BaseModel): +class SpatialGridDefinition(BaseModel): """ - A spatio-temporal rectangle with a specified resolution + SpatialGridDefinition """ # noqa: E501 - spatial_bounds: BoundingBox2D = Field(alias="spatialBounds") - spatial_resolution: SpatialResolution = Field(alias="spatialResolution") - time_interval: TimeInterval = Field(alias="timeInterval") - __properties: ClassVar[List[str]] = ["spatialBounds", "spatialResolution", "timeInterval"] + geo_transform: GeoTransform = Field(alias="geoTransform") + grid_bounds: GridBoundingBox2D = Field(alias="gridBounds") + __properties: ClassVar[List[str]] = ["geoTransform", "gridBounds"] model_config = ConfigDict( populate_by_name=True, @@ -53,7 +51,7 @@ def to_json(self) -> str: @classmethod def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of PlotQueryRectangle from a JSON string""" + """Create an instance of SpatialGridDefinition from a JSON string""" return cls.from_dict(json.loads(json_str)) def to_dict(self) -> Dict[str, Any]: @@ -74,20 +72,17 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # override the default output from pydantic by calling `to_dict()` of spatial_bounds - if self.spatial_bounds: - _dict['spatialBounds'] = self.spatial_bounds.to_dict() - # override the default output from pydantic by calling `to_dict()` of spatial_resolution - if self.spatial_resolution: - _dict['spatialResolution'] = self.spatial_resolution.to_dict() - # override the default output from pydantic by calling `to_dict()` of time_interval - if self.time_interval: - _dict['timeInterval'] = self.time_interval.to_dict() + # override the default output from pydantic by calling `to_dict()` of geo_transform + if self.geo_transform: + _dict['geoTransform'] = self.geo_transform.to_dict() + # override the default output from pydantic by calling `to_dict()` of grid_bounds + if self.grid_bounds: + _dict['gridBounds'] = self.grid_bounds.to_dict() return _dict @classmethod def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of PlotQueryRectangle from a dict""" + """Create an instance of SpatialGridDefinition from a dict""" if obj is None: return None @@ -95,9 +90,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "spatialBounds": BoundingBox2D.from_dict(obj["spatialBounds"]) if obj.get("spatialBounds") is not None else None, - "spatialResolution": SpatialResolution.from_dict(obj["spatialResolution"]) if obj.get("spatialResolution") is not None else None, - "timeInterval": TimeInterval.from_dict(obj["timeInterval"]) if obj.get("timeInterval") is not None else None + "geoTransform": GeoTransform.from_dict(obj["geoTransform"]) if obj.get("geoTransform") is not None else None, + "gridBounds": GridBoundingBox2D.from_dict(obj["gridBounds"]) if obj.get("gridBounds") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/spatial_grid_descriptor.py b/python/geoengine_openapi_client/models/spatial_grid_descriptor.py new file mode 100644 index 00000000..7224d8cf --- /dev/null +++ b/python/geoengine_openapi_client/models/spatial_grid_descriptor.py @@ -0,0 +1,95 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState +from typing import Optional, Set +from typing_extensions import Self + +class SpatialGridDescriptor(BaseModel): + """ + SpatialGridDescriptor + """ # noqa: E501 + descriptor: SpatialGridDescriptorState + spatial_grid: SpatialGridDefinition = Field(alias="spatialGrid") + __properties: ClassVar[List[str]] = ["descriptor", "spatialGrid"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of SpatialGridDescriptor from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of spatial_grid + if self.spatial_grid: + _dict['spatialGrid'] = self.spatial_grid.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of SpatialGridDescriptor from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "descriptor": obj.get("descriptor"), + "spatialGrid": SpatialGridDefinition.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py b/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py new file mode 100644 index 00000000..ec5d83da --- /dev/null +++ b/python/geoengine_openapi_client/models/spatial_grid_descriptor_state.py @@ -0,0 +1,38 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import json +from enum import Enum +from typing_extensions import Self + + +class SpatialGridDescriptorState(str, Enum): + """ + SpatialGridDescriptorState + """ + + """ + allowed enum values + """ + SOURCE = 'source' + DERIVED = 'derived' + + @classmethod + def from_json(cls, json_str: str) -> Self: + """Create an instance of SpatialGridDescriptorState from a JSON string""" + return cls(json.loads(json_str)) + + diff --git a/python/geoengine_openapi_client/models/spatial_partition2_d.py b/python/geoengine_openapi_client/models/spatial_partition2_d.py index d853e7f8..831bb199 100644 --- a/python/geoengine_openapi_client/models/spatial_partition2_d.py +++ b/python/geoengine_openapi_client/models/spatial_partition2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_reference_authority.py b/python/geoengine_openapi_client/models/spatial_reference_authority.py index a5719f31..157d55db 100644 --- a/python/geoengine_openapi_client/models/spatial_reference_authority.py +++ b/python/geoengine_openapi_client/models/spatial_reference_authority.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_reference_specification.py b/python/geoengine_openapi_client/models/spatial_reference_specification.py index 62d932eb..eec91b67 100644 --- a/python/geoengine_openapi_client/models/spatial_reference_specification.py +++ b/python/geoengine_openapi_client/models/spatial_reference_specification.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/spatial_resolution.py b/python/geoengine_openapi_client/models/spatial_resolution.py index 3287be67..e7518a75 100644 --- a/python/geoengine_openapi_client/models/spatial_resolution.py +++ b/python/geoengine_openapi_client/models/spatial_resolution.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/st_rectangle.py b/python/geoengine_openapi_client/models/st_rectangle.py index 9f76d559..cb271d61 100644 --- a/python/geoengine_openapi_client/models/st_rectangle.py +++ b/python/geoengine_openapi_client/models/st_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/stac_api_retries.py b/python/geoengine_openapi_client/models/stac_api_retries.py index 183f0cbf..36fdd7c4 100644 --- a/python/geoengine_openapi_client/models/stac_api_retries.py +++ b/python/geoengine_openapi_client/models/stac_api_retries.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/stac_query_buffer.py b/python/geoengine_openapi_client/models/stac_query_buffer.py index 2bb245af..42419745 100644 --- a/python/geoengine_openapi_client/models/stac_query_buffer.py +++ b/python/geoengine_openapi_client/models/stac_query_buffer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/static_color.py b/python/geoengine_openapi_client/models/static_color.py index ac169175..5d5a35dd 100644 --- a/python/geoengine_openapi_client/models/static_color.py +++ b/python/geoengine_openapi_client/models/static_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/static_number.py b/python/geoengine_openapi_client/models/static_number.py index c896b40e..570d99e6 100644 --- a/python/geoengine_openapi_client/models/static_number.py +++ b/python/geoengine_openapi_client/models/static_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/stroke_param.py b/python/geoengine_openapi_client/models/stroke_param.py index d5e167a1..61337ed1 100644 --- a/python/geoengine_openapi_client/models/stroke_param.py +++ b/python/geoengine_openapi_client/models/stroke_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/suggest_meta_data.py b/python/geoengine_openapi_client/models/suggest_meta_data.py index e5075b7c..5d344efb 100644 --- a/python/geoengine_openapi_client/models/suggest_meta_data.py +++ b/python/geoengine_openapi_client/models/suggest_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/symbology.py b/python/geoengine_openapi_client/models/symbology.py index 97fed3a2..984c5b5b 100644 --- a/python/geoengine_openapi_client/models/symbology.py +++ b/python/geoengine_openapi_client/models/symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_abort_options.py b/python/geoengine_openapi_client/models/task_abort_options.py index 894f2e32..9eb150a9 100644 --- a/python/geoengine_openapi_client/models/task_abort_options.py +++ b/python/geoengine_openapi_client/models/task_abort_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_filter.py b/python/geoengine_openapi_client/models/task_filter.py index 0f43c3a5..cc150a1f 100644 --- a/python/geoengine_openapi_client/models/task_filter.py +++ b/python/geoengine_openapi_client/models/task_filter.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_list_options.py b/python/geoengine_openapi_client/models/task_list_options.py index 050ba8c4..661a3e1f 100644 --- a/python/geoengine_openapi_client/models/task_list_options.py +++ b/python/geoengine_openapi_client/models/task_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_response.py b/python/geoengine_openapi_client/models/task_response.py index fab574d0..5ffea2d3 100644 --- a/python/geoengine_openapi_client/models/task_response.py +++ b/python/geoengine_openapi_client/models/task_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status.py b/python/geoengine_openapi_client/models/task_status.py index 38b0a1d6..88818705 100644 --- a/python/geoengine_openapi_client/models/task_status.py +++ b/python/geoengine_openapi_client/models/task_status.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_aborted.py b/python/geoengine_openapi_client/models/task_status_aborted.py index 956c6ef2..68f96ae1 100644 --- a/python/geoengine_openapi_client/models/task_status_aborted.py +++ b/python/geoengine_openapi_client/models/task_status_aborted.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_completed.py b/python/geoengine_openapi_client/models/task_status_completed.py index 3283b8cd..ee21b6e4 100644 --- a/python/geoengine_openapi_client/models/task_status_completed.py +++ b/python/geoengine_openapi_client/models/task_status_completed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_failed.py b/python/geoengine_openapi_client/models/task_status_failed.py index 13cc7470..e6b5e920 100644 --- a/python/geoengine_openapi_client/models/task_status_failed.py +++ b/python/geoengine_openapi_client/models/task_status_failed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_running.py b/python/geoengine_openapi_client/models/task_status_running.py index 98cdf6c0..3aaa9afa 100644 --- a/python/geoengine_openapi_client/models/task_status_running.py +++ b/python/geoengine_openapi_client/models/task_status_running.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/task_status_with_id.py b/python/geoengine_openapi_client/models/task_status_with_id.py index d48804dd..cc07cc6e 100644 --- a/python/geoengine_openapi_client/models/task_status_with_id.py +++ b/python/geoengine_openapi_client/models/task_status_with_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/text_symbology.py b/python/geoengine_openapi_client/models/text_symbology.py index 191f54d6..a75fd2f2 100644 --- a/python/geoengine_openapi_client/models/text_symbology.py +++ b/python/geoengine_openapi_client/models/text_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_descriptor.py b/python/geoengine_openapi_client/models/time_descriptor.py new file mode 100644 index 00000000..3777a3f5 --- /dev/null +++ b/python/geoengine_openapi_client/models/time_descriptor.py @@ -0,0 +1,108 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict +from typing import Any, ClassVar, Dict, List, Optional +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension +from geoengine_openapi_client.models.time_interval import TimeInterval +from typing import Optional, Set +from typing_extensions import Self + +class TimeDescriptor(BaseModel): + """ + TimeDescriptor + """ # noqa: E501 + bounds: Optional[TimeInterval] = None + dimension: Optional[RegularTimeDimension] = None + __properties: ClassVar[List[str]] = ["bounds", "dimension"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of TimeDescriptor from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of bounds + if self.bounds: + _dict['bounds'] = self.bounds.to_dict() + # override the default output from pydantic by calling `to_dict()` of dimension + if self.dimension: + _dict['dimension'] = self.dimension.to_dict() + # set to None if bounds (nullable) is None + # and model_fields_set contains the field + if self.bounds is None and "bounds" in self.model_fields_set: + _dict['bounds'] = None + + # set to None if dimension (nullable) is None + # and model_fields_set contains the field + if self.dimension is None and "dimension" in self.model_fields_set: + _dict['dimension'] = None + + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of TimeDescriptor from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "bounds": TimeInterval.from_dict(obj["bounds"]) if obj.get("bounds") is not None else None, + "dimension": RegularTimeDimension.from_dict(obj["dimension"]) if obj.get("dimension") is not None else None + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/time_granularity.py b/python/geoengine_openapi_client/models/time_granularity.py index 28b357fe..cf9c64d0 100644 --- a/python/geoengine_openapi_client/models/time_granularity.py +++ b/python/geoengine_openapi_client/models/time_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_interval.py b/python/geoengine_openapi_client/models/time_interval.py index aae8409a..38128b51 100644 --- a/python/geoengine_openapi_client/models/time_interval.py +++ b/python/geoengine_openapi_client/models/time_interval.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_reference.py b/python/geoengine_openapi_client/models/time_reference.py index 4bcc47ca..2c00c50b 100644 --- a/python/geoengine_openapi_client/models/time_reference.py +++ b/python/geoengine_openapi_client/models/time_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/time_step.py b/python/geoengine_openapi_client/models/time_step.py index 07db6cf3..685061e6 100644 --- a/python/geoengine_openapi_client/models/time_step.py +++ b/python/geoengine_openapi_client/models/time_step.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -78,4 +78,17 @@ def to_dict(self) -> Dict[str, Any]: def from_dict(cls, obj: Dict[str, Any]) -> Optional[Self]: """Create an instance of TimeStep from a dict""" + # Note: fixed handling of TimeGranularity enum + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "granularity": TimeGranularity(obj["granularity"]) if obj.get("granularity") is not None else None, + "step": obj.get("step"), + }) + return _obj + diff --git a/python/geoengine_openapi_client/models/typed_data_provider_definition.py b/python/geoengine_openapi_client/models/typed_data_provider_definition.py index 5529a310..f32fed4a 100644 --- a/python/geoengine_openapi_client/models/typed_data_provider_definition.py +++ b/python/geoengine_openapi_client/models/typed_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry.py b/python/geoengine_openapi_client/models/typed_geometry.py index 05c64aae..e3df2069 100644 --- a/python/geoengine_openapi_client/models/typed_geometry.py +++ b/python/geoengine_openapi_client/models/typed_geometry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of.py b/python/geoengine_openapi_client/models/typed_geometry_one_of.py index d1108fc6..9782ad82 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of1.py b/python/geoengine_openapi_client/models/typed_geometry_one_of1.py index 3dbe55ae..6e91c61a 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of1.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of2.py b/python/geoengine_openapi_client/models/typed_geometry_one_of2.py index ef865f71..a14025a5 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of2.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of2.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_geometry_one_of3.py b/python/geoengine_openapi_client/models/typed_geometry_one_of3.py index 7a48fcc0..2fad5733 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of3.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of3.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_operator.py b/python/geoengine_openapi_client/models/typed_operator.py index a0c4a0cc..939f46e6 100644 --- a/python/geoengine_openapi_client/models/typed_operator.py +++ b/python/geoengine_openapi_client/models/typed_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_operator_operator.py b/python/geoengine_openapi_client/models/typed_operator_operator.py index 453c5bc2..d9e16832 100644 --- a/python/geoengine_openapi_client/models/typed_operator_operator.py +++ b/python/geoengine_openapi_client/models/typed_operator_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py b/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py index b3d3e07a..9d46a662 100644 --- a/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py index d32c049e..05efc5cd 100644 --- a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -23,9 +23,8 @@ from geoengine_openapi_client.models.raster_band_descriptor import RasterBandDescriptor from geoengine_openapi_client.models.raster_data_type import RasterDataType from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor -from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D -from geoengine_openapi_client.models.spatial_resolution import SpatialResolution -from geoengine_openapi_client.models.time_interval import TimeInterval +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor from typing import Optional, Set from typing_extensions import Self @@ -34,7 +33,7 @@ class TypedRasterResultDescriptor(RasterResultDescriptor): TypedRasterResultDescriptor """ # noqa: E501 type: StrictStr - __properties: ClassVar[List[str]] = ["bands", "bbox", "dataType", "resolution", "spatialReference", "time", "type"] + __properties: ClassVar[List[str]] = ["bands", "dataType", "spatialGrid", "spatialReference", "time", "type"] @field_validator('type') def type_validate_enum(cls, value): @@ -89,30 +88,12 @@ def to_dict(self) -> Dict[str, Any]: if _item_bands: _items.append(_item_bands.to_dict()) _dict['bands'] = _items - # override the default output from pydantic by calling `to_dict()` of bbox - if self.bbox: - _dict['bbox'] = self.bbox.to_dict() - # override the default output from pydantic by calling `to_dict()` of resolution - if self.resolution: - _dict['resolution'] = self.resolution.to_dict() + # override the default output from pydantic by calling `to_dict()` of spatial_grid + if self.spatial_grid: + _dict['spatialGrid'] = self.spatial_grid.to_dict() # override the default output from pydantic by calling `to_dict()` of time if self.time: _dict['time'] = self.time.to_dict() - # set to None if bbox (nullable) is None - # and model_fields_set contains the field - if self.bbox is None and "bbox" in self.model_fields_set: - _dict['bbox'] = None - - # set to None if resolution (nullable) is None - # and model_fields_set contains the field - if self.resolution is None and "resolution" in self.model_fields_set: - _dict['resolution'] = None - - # set to None if time (nullable) is None - # and model_fields_set contains the field - if self.time is None and "time" in self.model_fields_set: - _dict['time'] = None - return _dict @classmethod @@ -126,11 +107,10 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "bands": [RasterBandDescriptor.from_dict(_item) for _item in obj["bands"]] if obj.get("bands") is not None else None, - "bbox": SpatialPartition2D.from_dict(obj["bbox"]) if obj.get("bbox") is not None else None, "dataType": obj.get("dataType"), - "resolution": SpatialResolution.from_dict(obj["resolution"]) if obj.get("resolution") is not None else None, + "spatialGrid": SpatialGridDescriptor.from_dict(obj["spatialGrid"]) if obj.get("spatialGrid") is not None else None, "spatialReference": obj.get("spatialReference"), - "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, "type": obj.get("type") }) return _obj diff --git a/python/geoengine_openapi_client/models/typed_result_descriptor.py b/python/geoengine_openapi_client/models/typed_result_descriptor.py index 2f8a0df7..f5f6e153 100644 --- a/python/geoengine_openapi_client/models/typed_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py b/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py index f90e1f9a..601619df 100644 --- a/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/unitless_measurement.py b/python/geoengine_openapi_client/models/unitless_measurement.py index 4c27eafe..ddaba6b3 100644 --- a/python/geoengine_openapi_client/models/unitless_measurement.py +++ b/python/geoengine_openapi_client/models/unitless_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/unix_time_stamp_type.py b/python/geoengine_openapi_client/models/unix_time_stamp_type.py index 1ad4b3a3..2da6758b 100644 --- a/python/geoengine_openapi_client/models/unix_time_stamp_type.py +++ b/python/geoengine_openapi_client/models/unix_time_stamp_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_dataset.py b/python/geoengine_openapi_client/models/update_dataset.py index 21ab8a28..3b6c8856 100644 --- a/python/geoengine_openapi_client/models/update_dataset.py +++ b/python/geoengine_openapi_client/models/update_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_layer.py b/python/geoengine_openapi_client/models/update_layer.py index e99cb46a..7de6a4c5 100644 --- a/python/geoengine_openapi_client/models/update_layer.py +++ b/python/geoengine_openapi_client/models/update_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_layer_collection.py b/python/geoengine_openapi_client/models/update_layer_collection.py index 0a6341ae..dcd8e706 100644 --- a/python/geoengine_openapi_client/models/update_layer_collection.py +++ b/python/geoengine_openapi_client/models/update_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_project.py b/python/geoengine_openapi_client/models/update_project.py index 4de6d979..d2e0d7c6 100644 --- a/python/geoengine_openapi_client/models/update_project.py +++ b/python/geoengine_openapi_client/models/update_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/update_quota.py b/python/geoengine_openapi_client/models/update_quota.py index 7b871979..77358b31 100644 --- a/python/geoengine_openapi_client/models/update_quota.py +++ b/python/geoengine_openapi_client/models/update_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/upload_file_layers_response.py b/python/geoengine_openapi_client/models/upload_file_layers_response.py index 0be461fb..0754945d 100644 --- a/python/geoengine_openapi_client/models/upload_file_layers_response.py +++ b/python/geoengine_openapi_client/models/upload_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/upload_files_response.py b/python/geoengine_openapi_client/models/upload_files_response.py index 233ceba9..61bf659a 100644 --- a/python/geoengine_openapi_client/models/upload_files_response.py +++ b/python/geoengine_openapi_client/models/upload_files_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/usage_summary_granularity.py b/python/geoengine_openapi_client/models/usage_summary_granularity.py index cf7166af..83ba119c 100644 --- a/python/geoengine_openapi_client/models/usage_summary_granularity.py +++ b/python/geoengine_openapi_client/models/usage_summary_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_credentials.py b/python/geoengine_openapi_client/models/user_credentials.py index 1bff3987..d9cdafde 100644 --- a/python/geoengine_openapi_client/models/user_credentials.py +++ b/python/geoengine_openapi_client/models/user_credentials.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_info.py b/python/geoengine_openapi_client/models/user_info.py index e39ec4b7..27d3b395 100644 --- a/python/geoengine_openapi_client/models/user_info.py +++ b/python/geoengine_openapi_client/models/user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_registration.py b/python/geoengine_openapi_client/models/user_registration.py index 7178b92a..a28bb972 100644 --- a/python/geoengine_openapi_client/models/user_registration.py +++ b/python/geoengine_openapi_client/models/user_registration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/user_session.py b/python/geoengine_openapi_client/models/user_session.py index 6a9c76e2..1594edce 100644 --- a/python/geoengine_openapi_client/models/user_session.py +++ b/python/geoengine_openapi_client/models/user_session.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vec_update.py b/python/geoengine_openapi_client/models/vec_update.py index 8d60c338..a0b8dbb4 100644 --- a/python/geoengine_openapi_client/models/vec_update.py +++ b/python/geoengine_openapi_client/models/vec_update.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_column_info.py b/python/geoengine_openapi_client/models/vector_column_info.py index e330090e..6a04a3ad 100644 --- a/python/geoengine_openapi_client/models/vector_column_info.py +++ b/python/geoengine_openapi_client/models/vector_column_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_data_type.py b/python/geoengine_openapi_client/models/vector_data_type.py index 05a29c1b..495fdd76 100644 --- a/python/geoengine_openapi_client/models/vector_data_type.py +++ b/python/geoengine_openapi_client/models/vector_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/vector_result_descriptor.py b/python/geoengine_openapi_client/models/vector_result_descriptor.py index f48c3cf3..71562dce 100644 --- a/python/geoengine_openapi_client/models/vector_result_descriptor.py +++ b/python/geoengine_openapi_client/models/vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/volume.py b/python/geoengine_openapi_client/models/volume.py index a86ae396..3b5bd85d 100644 --- a/python/geoengine_openapi_client/models/volume.py +++ b/python/geoengine_openapi_client/models/volume.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/volume_file_layers_response.py b/python/geoengine_openapi_client/models/volume_file_layers_response.py index 13c6bc87..8021e157 100644 --- a/python/geoengine_openapi_client/models/volume_file_layers_response.py +++ b/python/geoengine_openapi_client/models/volume_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wcs_boundingbox.py b/python/geoengine_openapi_client/models/wcs_boundingbox.py index 319945c1..521f62b3 100644 --- a/python/geoengine_openapi_client/models/wcs_boundingbox.py +++ b/python/geoengine_openapi_client/models/wcs_boundingbox.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wcs_service.py b/python/geoengine_openapi_client/models/wcs_service.py index 3a8f5be9..8ac56f05 100644 --- a/python/geoengine_openapi_client/models/wcs_service.py +++ b/python/geoengine_openapi_client/models/wcs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wcs_version.py b/python/geoengine_openapi_client/models/wcs_version.py index abd0d0bd..94fc2759 100644 --- a/python/geoengine_openapi_client/models/wcs_version.py +++ b/python/geoengine_openapi_client/models/wcs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wfs_service.py b/python/geoengine_openapi_client/models/wfs_service.py index 5cfad687..da10c0ad 100644 --- a/python/geoengine_openapi_client/models/wfs_service.py +++ b/python/geoengine_openapi_client/models/wfs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wfs_version.py b/python/geoengine_openapi_client/models/wfs_version.py index 8656db7d..110f3ab7 100644 --- a/python/geoengine_openapi_client/models/wfs_version.py +++ b/python/geoengine_openapi_client/models/wfs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py b/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py index 51ec3776..159dfec8 100644 --- a/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py +++ b/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wms_service.py b/python/geoengine_openapi_client/models/wms_service.py index 235a1148..8048abfa 100644 --- a/python/geoengine_openapi_client/models/wms_service.py +++ b/python/geoengine_openapi_client/models/wms_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wms_version.py b/python/geoengine_openapi_client/models/wms_version.py index 6e1e52fc..d9b6ae1f 100644 --- a/python/geoengine_openapi_client/models/wms_version.py +++ b/python/geoengine_openapi_client/models/wms_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/workflow.py b/python/geoengine_openapi_client/models/workflow.py index 2ce9cd49..edced8bd 100644 --- a/python/geoengine_openapi_client/models/workflow.py +++ b/python/geoengine_openapi_client/models/workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/models/wrapped_plot_output.py b/python/geoengine_openapi_client/models/wrapped_plot_output.py index 1865374e..6c6e5a38 100644 --- a/python/geoengine_openapi_client/models/wrapped_plot_output.py +++ b/python/geoengine_openapi_client/models/wrapped_plot_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/geoengine_openapi_client/rest.py b/python/geoengine_openapi_client/rest.py index d8024ffe..16feaa30 100644 --- a/python/geoengine_openapi_client/rest.py +++ b/python/geoengine_openapi_client/rest.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/setup.py b/python/setup.py index 3b43ff55..25d04138 100644 --- a/python/setup.py +++ b/python/setup.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_dataset.py b/python/test/test_add_dataset.py index f834dda9..182374c2 100644 --- a/python/test/test_add_dataset.py +++ b/python/test/test_add_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_layer.py b/python/test/test_add_layer.py index 85c14728..fdfa2a3d 100644 --- a/python/test/test_add_layer.py +++ b/python/test/test_add_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_layer_collection.py b/python/test/test_add_layer_collection.py index 6574ff45..9b40fae2 100644 --- a/python/test/test_add_layer_collection.py +++ b/python/test/test_add_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_add_role.py b/python/test/test_add_role.py index f025f667..cab04b9f 100644 --- a/python/test/test_add_role.py +++ b/python/test/test_add_role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_aruna_data_provider_definition.py b/python/test/test_aruna_data_provider_definition.py index b59f10a4..eeba7e25 100644 --- a/python/test/test_aruna_data_provider_definition.py +++ b/python/test/test_aruna_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_auth_code_request_url.py b/python/test/test_auth_code_request_url.py index 9a322482..5a8efd3b 100644 --- a/python/test/test_auth_code_request_url.py +++ b/python/test/test_auth_code_request_url.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_auth_code_response.py b/python/test/test_auth_code_response.py index d98f1c3a..952d0a8f 100644 --- a/python/test/test_auth_code_response.py +++ b/python/test/test_auth_code_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_auto_create_dataset.py b/python/test/test_auto_create_dataset.py index d1461734..a9c12b8b 100644 --- a/python/test/test_auto_create_dataset.py +++ b/python/test/test_auto_create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_axis_order.py b/python/test/test_axis_order.py index 523458af..f344e63e 100644 --- a/python/test/test_axis_order.py +++ b/python/test/test_axis_order.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_bounding_box2_d.py b/python/test/test_bounding_box2_d.py index 1b8e8327..333b8200 100644 --- a/python/test/test_bounding_box2_d.py +++ b/python/test/test_bounding_box2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_breakpoint.py b/python/test/test_breakpoint.py index 54549fc6..99c80d6a 100644 --- a/python/test/test_breakpoint.py +++ b/python/test/test_breakpoint.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_classification_measurement.py b/python/test/test_classification_measurement.py index b4271c7f..4c97adfe 100644 --- a/python/test/test_classification_measurement.py +++ b/python/test/test_classification_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_collection_item.py b/python/test/test_collection_item.py index 7b357346..315f6f18 100644 --- a/python/test/test_collection_item.py +++ b/python/test/test_collection_item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_collection_type.py b/python/test/test_collection_type.py index e7ae6ce4..f40e4944 100644 --- a/python/test/test_collection_type.py +++ b/python/test/test_collection_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_color_param.py b/python/test/test_color_param.py index 49982223..c8ab5cbc 100644 --- a/python/test/test_color_param.py +++ b/python/test/test_color_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_colorizer.py b/python/test/test_colorizer.py index 86d909ad..5072936a 100644 --- a/python/test/test_colorizer.py +++ b/python/test/test_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_computation_quota.py b/python/test/test_computation_quota.py index c8cf959f..2439c57e 100644 --- a/python/test/test_computation_quota.py +++ b/python/test/test_computation_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_continuous_measurement.py b/python/test/test_continuous_measurement.py index df9fcdbb..0c244853 100644 --- a/python/test/test_continuous_measurement.py +++ b/python/test/test_continuous_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_coordinate2_d.py b/python/test/test_coordinate2_d.py index 3c21de56..69896c0e 100644 --- a/python/test/test_coordinate2_d.py +++ b/python/test/test_coordinate2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_copernicus_dataspace_data_provider_definition.py b/python/test/test_copernicus_dataspace_data_provider_definition.py index 74bdfb1e..ef730f6b 100644 --- a/python/test/test_copernicus_dataspace_data_provider_definition.py +++ b/python/test/test_copernicus_dataspace_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_create_dataset.py b/python/test/test_create_dataset.py index d5f98844..25683dd1 100644 --- a/python/test/test_create_dataset.py +++ b/python/test/test_create_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_create_project.py b/python/test/test_create_project.py index 68a2f855..b0a7f70f 100644 --- a/python/test/test_create_project.py +++ b/python/test/test_create_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_csv_header.py b/python/test/test_csv_header.py index 245e0c5a..3002bf56 100644 --- a/python/test/test_csv_header.py +++ b/python/test/test_csv_header.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_id.py b/python/test/test_data_id.py index 83519351..19824f94 100644 --- a/python/test/test_data_id.py +++ b/python/test/test_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_path.py b/python/test/test_data_path.py index 70480b7d..f1ba5238 100644 --- a/python/test/test_data_path.py +++ b/python/test/test_data_path.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_path_one_of.py b/python/test/test_data_path_one_of.py index 69d4424e..0c505f24 100644 --- a/python/test/test_data_path_one_of.py +++ b/python/test/test_data_path_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_path_one_of1.py b/python/test/test_data_path_one_of1.py index c61e1b06..49708deb 100644 --- a/python/test/test_data_path_one_of1.py +++ b/python/test/test_data_path_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_provider_resource.py b/python/test/test_data_provider_resource.py index 88ff2e44..394ca297 100644 --- a/python/test/test_data_provider_resource.py +++ b/python/test/test_data_provider_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_usage.py b/python/test/test_data_usage.py index 8faa5302..d2f6515e 100644 --- a/python/test/test_data_usage.py +++ b/python/test/test_data_usage.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_data_usage_summary.py b/python/test/test_data_usage_summary.py index 6964ce9e..78fc861f 100644 --- a/python/test/test_data_usage_summary.py +++ b/python/test/test_data_usage_summary.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_database_connection_config.py b/python/test/test_database_connection_config.py index f1324d61..f21b53a4 100644 --- a/python/test/test_database_connection_config.py +++ b/python/test/test_database_connection_config.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset.py b/python/test/test_dataset.py index e4a64c2b..d0ef995e 100644 --- a/python/test/test_dataset.py +++ b/python/test/test_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_definition.py b/python/test/test_dataset_definition.py index f5cb24db..ee8e6e1e 100644 --- a/python/test/test_dataset_definition.py +++ b/python/test/test_dataset_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_layer_listing_collection.py b/python/test/test_dataset_layer_listing_collection.py index 87ca0245..059ba697 100644 --- a/python/test/test_dataset_layer_listing_collection.py +++ b/python/test/test_dataset_layer_listing_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_layer_listing_provider_definition.py b/python/test/test_dataset_layer_listing_provider_definition.py index b7999843..84fac4b5 100644 --- a/python/test/test_dataset_layer_listing_provider_definition.py +++ b/python/test/test_dataset_layer_listing_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_listing.py b/python/test/test_dataset_listing.py index 5e93362d..05b326b5 100644 --- a/python/test/test_dataset_listing.py +++ b/python/test/test_dataset_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_name_response.py b/python/test/test_dataset_name_response.py index fc64554a..f7b68bba 100644 --- a/python/test/test_dataset_name_response.py +++ b/python/test/test_dataset_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_dataset_resource.py b/python/test/test_dataset_resource.py index 327441b6..48113860 100644 --- a/python/test/test_dataset_resource.py +++ b/python/test/test_dataset_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_datasets_api.py b/python/test/test_datasets_api.py index 5ef40249..6adb3552 100644 --- a/python/test/test_datasets_api.py +++ b/python/test/test_datasets_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_derived_color.py b/python/test/test_derived_color.py index 25ad4f7e..ab7ef8ac 100644 --- a/python/test/test_derived_color.py +++ b/python/test/test_derived_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_derived_number.py b/python/test/test_derived_number.py index ed47e622..a709accf 100644 --- a/python/test/test_derived_number.py +++ b/python/test/test_derived_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_describe_coverage_request.py b/python/test/test_describe_coverage_request.py index 29b6bb02..41afcd5a 100644 --- a/python/test/test_describe_coverage_request.py +++ b/python/test/test_describe_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ebv_portal_data_provider_definition.py b/python/test/test_ebv_portal_data_provider_definition.py index df573a6e..f466d067 100644 --- a/python/test/test_ebv_portal_data_provider_definition.py +++ b/python/test/test_ebv_portal_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_edr_data_provider_definition.py b/python/test/test_edr_data_provider_definition.py index 6dd767ce..6439eb37 100644 --- a/python/test/test_edr_data_provider_definition.py +++ b/python/test/test_edr_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_edr_vector_spec.py b/python/test/test_edr_vector_spec.py index c39fc7de..0181ffb0 100644 --- a/python/test/test_edr_vector_spec.py +++ b/python/test/test_edr_vector_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_error_response.py b/python/test/test_error_response.py index 2aebb232..4bccaa90 100644 --- a/python/test/test_error_response.py +++ b/python/test/test_error_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_external_data_id.py b/python/test/test_external_data_id.py index fffcfd73..3499cd7e 100644 --- a/python/test/test_external_data_id.py +++ b/python/test/test_external_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_feature_data_type.py b/python/test/test_feature_data_type.py index 598f5d21..38b786c7 100644 --- a/python/test/test_feature_data_type.py +++ b/python/test/test_feature_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_file_not_found_handling.py b/python/test/test_file_not_found_handling.py index 78f1a414..615b7186 100644 --- a/python/test/test_file_not_found_handling.py +++ b/python/test/test_file_not_found_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_format_specifics.py b/python/test/test_format_specifics.py index e26c8799..196e2d87 100644 --- a/python/test/test_format_specifics.py +++ b/python/test/test_format_specifics.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_format_specifics_csv.py b/python/test/test_format_specifics_csv.py index f404acbb..54dc0b3e 100644 --- a/python/test/test_format_specifics_csv.py +++ b/python/test/test_format_specifics_csv.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gbif_data_provider_definition.py b/python/test/test_gbif_data_provider_definition.py index 782d5fc7..043eed9c 100644 --- a/python/test/test_gbif_data_provider_definition.py +++ b/python/test/test_gbif_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_dataset_geo_transform.py b/python/test/test_gdal_dataset_geo_transform.py index e0d99702..0fa1eed4 100644 --- a/python/test/test_gdal_dataset_geo_transform.py +++ b/python/test/test_gdal_dataset_geo_transform.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_dataset_parameters.py b/python/test/test_gdal_dataset_parameters.py index 0a191627..279fd403 100644 --- a/python/test/test_gdal_dataset_parameters.py +++ b/python/test/test_gdal_dataset_parameters.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_loading_info_temporal_slice.py b/python/test/test_gdal_loading_info_temporal_slice.py index 06f47c2b..00844c1a 100644 --- a/python/test/test_gdal_loading_info_temporal_slice.py +++ b/python/test/test_gdal_loading_info_temporal_slice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_meta_data_list.py b/python/test/test_gdal_meta_data_list.py index 42d3515f..6ee34e22 100644 --- a/python/test/test_gdal_meta_data_list.py +++ b/python/test/test_gdal_meta_data_list.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -81,21 +81,33 @@ def make_instance(self, include_optional) -> GdalMetaDataList: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'GdalMetaDataList' ) else: @@ -145,21 +157,33 @@ def make_instance(self, include_optional) -> GdalMetaDataList: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'GdalMetaDataList', ) """ diff --git a/python/test/test_gdal_meta_data_regular.py b/python/test/test_gdal_meta_data_regular.py index 1e5b317a..ce8e31ae 100644 --- a/python/test/test_gdal_meta_data_regular.py +++ b/python/test/test_gdal_meta_data_regular.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -78,21 +78,33 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', step = 0, ), @@ -146,21 +158,33 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', step = 0, ), diff --git a/python/test/test_gdal_meta_data_static.py b/python/test/test_gdal_meta_data_static.py index 668af720..33ce9ad9 100644 --- a/python/test/test_gdal_meta_data_static.py +++ b/python/test/test_gdal_meta_data_static.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -75,21 +75,33 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), @@ -135,21 +147,33 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'GdalStatic', ) """ diff --git a/python/test/test_gdal_metadata_mapping.py b/python/test/test_gdal_metadata_mapping.py index 1e0dc211..b4be9d73 100644 --- a/python/test/test_gdal_metadata_mapping.py +++ b/python/test/test_gdal_metadata_mapping.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gdal_metadata_net_cdf_cf.py b/python/test/test_gdal_metadata_net_cdf_cf.py index 287e51ad..94e392d1 100644 --- a/python/test/test_gdal_metadata_net_cdf_cf.py +++ b/python/test/test_gdal_metadata_net_cdf_cf.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -77,21 +77,33 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), start = 56, step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', @@ -140,21 +152,33 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), start = 56, step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', diff --git a/python/test/test_gdal_source_time_placeholder.py b/python/test/test_gdal_source_time_placeholder.py index 83f7093a..65b049de 100644 --- a/python/test/test_gdal_source_time_placeholder.py +++ b/python/test/test_gdal_source_time_placeholder.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_general_api.py b/python/test/test_general_api.py index fc634733..be6d28a1 100644 --- a/python/test/test_general_api.py +++ b/python/test/test_general_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_geo_json.py b/python/test/test_geo_json.py index 8858b6d4..020035bb 100644 --- a/python/test/test_geo_json.py +++ b/python/test/test_geo_json.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_geo_transform.py b/python/test/test_geo_transform.py new file mode 100644 index 00000000..2155fc6d --- /dev/null +++ b/python/test/test_geo_transform.py @@ -0,0 +1,61 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.geo_transform import GeoTransform + +class TestGeoTransform(unittest.TestCase): + """GeoTransform unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> GeoTransform: + """Test GeoTransform + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `GeoTransform` + """ + model = GeoTransform() + if include_optional: + return GeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337 + ) + else: + return GeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, + ) + """ + + def testGeoTransform(self): + """Test GeoTransform""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_get_capabilities_format.py b/python/test/test_get_capabilities_format.py index a6ab84b4..c62fe0d3 100644 --- a/python/test/test_get_capabilities_format.py +++ b/python/test/test_get_capabilities_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_capabilities_request.py b/python/test/test_get_capabilities_request.py index 936f40cb..3f065938 100644 --- a/python/test/test_get_capabilities_request.py +++ b/python/test/test_get_capabilities_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_coverage_format.py b/python/test/test_get_coverage_format.py index 5b17b576..ac1c3ac5 100644 --- a/python/test/test_get_coverage_format.py +++ b/python/test/test_get_coverage_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_coverage_request.py b/python/test/test_get_coverage_request.py index bd8fd7de..6060ff35 100644 --- a/python/test/test_get_coverage_request.py +++ b/python/test/test_get_coverage_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_feature_request.py b/python/test/test_get_feature_request.py index 0dbf2235..4a6ff56f 100644 --- a/python/test/test_get_feature_request.py +++ b/python/test/test_get_feature_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_legend_graphic_request.py b/python/test/test_get_legend_graphic_request.py index 658cc132..80554911 100644 --- a/python/test/test_get_legend_graphic_request.py +++ b/python/test/test_get_legend_graphic_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_map_exception_format.py b/python/test/test_get_map_exception_format.py index 1f7e58a5..08476d1a 100644 --- a/python/test/test_get_map_exception_format.py +++ b/python/test/test_get_map_exception_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_map_format.py b/python/test/test_get_map_format.py index fea9a1b8..96e3e1e6 100644 --- a/python/test/test_get_map_format.py +++ b/python/test/test_get_map_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_get_map_request.py b/python/test/test_get_map_request.py index 04b8c92c..7eb4837a 100644 --- a/python/test/test_get_map_request.py +++ b/python/test/test_get_map_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gfbio_abcd_data_provider_definition.py b/python/test/test_gfbio_abcd_data_provider_definition.py index 9e5d0092..ce0ef9d4 100644 --- a/python/test/test_gfbio_abcd_data_provider_definition.py +++ b/python/test/test_gfbio_abcd_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_gfbio_collections_data_provider_definition.py b/python/test/test_gfbio_collections_data_provider_definition.py index 8279ed26..7a8addab 100644 --- a/python/test/test_gfbio_collections_data_provider_definition.py +++ b/python/test/test_gfbio_collections_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_grid_bounding_box2_d.py b/python/test/test_grid_bounding_box2_d.py new file mode 100644 index 00000000..289bbf0e --- /dev/null +++ b/python/test/test_grid_bounding_box2_d.py @@ -0,0 +1,63 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D + +class TestGridBoundingBox2D(unittest.TestCase): + """GridBoundingBox2D unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> GridBoundingBox2D: + """Test GridBoundingBox2D + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `GridBoundingBox2D` + """ + model = GridBoundingBox2D() + if include_optional: + return GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ) + ) + else: + return GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + ) + """ + + def testGridBoundingBox2D(self): + """Test GridBoundingBox2D""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_stac_zone.py b/python/test/test_grid_idx2_d.py similarity index 59% rename from python/test/test_stac_zone.py rename to python/test/test_grid_idx2_d.py index 1a6c7a37..9ddf2705 100644 --- a/python/test/test_stac_zone.py +++ b/python/test/test_grid_idx2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.stac_zone import StacZone +from geoengine_openapi_client.models.grid_idx2_d import GridIdx2D -class TestStacZone(unittest.TestCase): - """StacZone unit test stubs""" +class TestGridIdx2D(unittest.TestCase): + """GridIdx2D unit test stubs""" def setUp(self): pass @@ -26,28 +26,28 @@ def setUp(self): def tearDown(self): pass - def make_instance(self, include_optional) -> StacZone: - """Test StacZone + def make_instance(self, include_optional) -> GridIdx2D: + """Test GridIdx2D include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ - # uncomment below to create an instance of `StacZone` + # uncomment below to create an instance of `GridIdx2D` """ - model = StacZone() + model = GridIdx2D() if include_optional: - return StacZone( - epsg = 0, - name = '' + return GridIdx2D( + x_idx = 56, + y_idx = 56 ) else: - return StacZone( - epsg = 0, - name = '', + return GridIdx2D( + x_idx = 56, + y_idx = 56, ) """ - def testStacZone(self): - """Test StacZone""" + def testGridIdx2D(self): + """Test GridIdx2D""" # inst_req_only = self.make_instance(include_optional=False) # inst_req_and_optional = self.make_instance(include_optional=True) diff --git a/python/test/test_id_response.py b/python/test/test_id_response.py index 6641f7a3..84c16a85 100644 --- a/python/test/test_id_response.py +++ b/python/test/test_id_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_internal_data_id.py b/python/test/test_internal_data_id.py index e3b5ea5f..2af7555a 100644 --- a/python/test/test_internal_data_id.py +++ b/python/test/test_internal_data_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer.py b/python/test/test_layer.py index 1f64627b..433ba4e4 100644 --- a/python/test/test_layer.py +++ b/python/test/test_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_collection.py b/python/test/test_layer_collection.py index d9f8a61b..090fe044 100644 --- a/python/test/test_layer_collection.py +++ b/python/test/test_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_collection_listing.py b/python/test/test_layer_collection_listing.py index a44b30bb..3eab77f7 100644 --- a/python/test/test_layer_collection_listing.py +++ b/python/test/test_layer_collection_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_collection_resource.py b/python/test/test_layer_collection_resource.py index 57f66683..5f40debe 100644 --- a/python/test/test_layer_collection_resource.py +++ b/python/test/test_layer_collection_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_listing.py b/python/test/test_layer_listing.py index 82625cd4..a433ca42 100644 --- a/python/test/test_layer_listing.py +++ b/python/test/test_layer_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_provider_listing.py b/python/test/test_layer_provider_listing.py index 0572ab04..d89220ed 100644 --- a/python/test/test_layer_provider_listing.py +++ b/python/test/test_layer_provider_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_resource.py b/python/test/test_layer_resource.py index ddc12cca..78b97165 100644 --- a/python/test/test_layer_resource.py +++ b/python/test/test_layer_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layer_visibility.py b/python/test/test_layer_visibility.py index 3aaef2dc..4d74443d 100644 --- a/python/test/test_layer_visibility.py +++ b/python/test/test_layer_visibility.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_layers_api.py b/python/test/test_layers_api.py index dffbd998..e3372750 100644 --- a/python/test/test_layers_api.py +++ b/python/test/test_layers_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_line_symbology.py b/python/test/test_line_symbology.py index d1a0a826..fc981be5 100644 --- a/python/test/test_line_symbology.py +++ b/python/test/test_line_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_linear_gradient.py b/python/test/test_linear_gradient.py index 284fc245..c6a8ee7d 100644 --- a/python/test/test_linear_gradient.py +++ b/python/test/test_linear_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_logarithmic_gradient.py b/python/test/test_logarithmic_gradient.py index 27d9a17a..59b613bd 100644 --- a/python/test/test_logarithmic_gradient.py +++ b/python/test/test_logarithmic_gradient.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_measurement.py b/python/test/test_measurement.py index c2f2b36a..c60e3bc7 100644 --- a/python/test/test_measurement.py +++ b/python/test/test_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_meta_data_definition.py b/python/test/test_meta_data_definition.py index 6fec0408..48083041 100644 --- a/python/test/test_meta_data_definition.py +++ b/python/test/test_meta_data_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -78,21 +78,33 @@ def make_instance(self, include_optional) -> MetaDataDefinition: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'MockMetaData', cache_ttl = 0, data_time = geoengine_openapi_client.models.time_interval.TimeInterval( @@ -164,21 +176,33 @@ def make_instance(self, include_optional) -> MetaDataDefinition: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), ), + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ), type = 'MockMetaData', data_time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_meta_data_suggestion.py b/python/test/test_meta_data_suggestion.py index 2e7dce2d..9184c9d3 100644 --- a/python/test/test_meta_data_suggestion.py +++ b/python/test/test_meta_data_suggestion.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_api.py b/python/test/test_ml_api.py index d1c722e8..a8c23345 100644 --- a/python/test/test_ml_api.py +++ b/python/test/test_ml_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model.py b/python/test/test_ml_model.py index 29bab5d0..94adf14a 100644 --- a/python/test/test_ml_model.py +++ b/python/test/test_ml_model.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_input_no_data_handling.py b/python/test/test_ml_model_input_no_data_handling.py index e5b8f0e6..dfc693b5 100644 --- a/python/test/test_ml_model_input_no_data_handling.py +++ b/python/test/test_ml_model_input_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_input_no_data_handling_variant.py b/python/test/test_ml_model_input_no_data_handling_variant.py index 9affe934..312a003d 100644 --- a/python/test/test_ml_model_input_no_data_handling_variant.py +++ b/python/test/test_ml_model_input_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_metadata.py b/python/test/test_ml_model_metadata.py index ab5d6065..68d859ce 100644 --- a/python/test/test_ml_model_metadata.py +++ b/python/test/test_ml_model_metadata.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_name_response.py b/python/test/test_ml_model_name_response.py index 9876ede1..6d833117 100644 --- a/python/test/test_ml_model_name_response.py +++ b/python/test/test_ml_model_name_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_output_no_data_handling.py b/python/test/test_ml_model_output_no_data_handling.py index 54a59576..343a4c93 100644 --- a/python/test/test_ml_model_output_no_data_handling.py +++ b/python/test/test_ml_model_output_no_data_handling.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_output_no_data_handling_variant.py b/python/test/test_ml_model_output_no_data_handling_variant.py index e5a49827..55ec2b04 100644 --- a/python/test/test_ml_model_output_no_data_handling_variant.py +++ b/python/test/test_ml_model_output_no_data_handling_variant.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_model_resource.py b/python/test/test_ml_model_resource.py index 9eb71960..96250324 100644 --- a/python/test/test_ml_model_resource.py +++ b/python/test/test_ml_model_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ml_tensor_shape3_d.py b/python/test/test_ml_tensor_shape3_d.py index e3463f32..c41f3771 100644 --- a/python/test/test_ml_tensor_shape3_d.py +++ b/python/test/test_ml_tensor_shape3_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_mock_dataset_data_source_loading_info.py b/python/test/test_mock_dataset_data_source_loading_info.py index 9b432667..2f09c260 100644 --- a/python/test/test_mock_dataset_data_source_loading_info.py +++ b/python/test/test_mock_dataset_data_source_loading_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_mock_meta_data.py b/python/test/test_mock_meta_data.py index 7311c637..6e8955b3 100644 --- a/python/test/test_mock_meta_data.py +++ b/python/test/test_mock_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_band_raster_colorizer.py b/python/test/test_multi_band_raster_colorizer.py index 0e44a6cd..9d018281 100644 --- a/python/test/test_multi_band_raster_colorizer.py +++ b/python/test/test_multi_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_line_string.py b/python/test/test_multi_line_string.py index f0561181..01068f0f 100644 --- a/python/test/test_multi_line_string.py +++ b/python/test/test_multi_line_string.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_point.py b/python/test/test_multi_point.py index a78f2c51..a0bc81bc 100644 --- a/python/test/test_multi_point.py +++ b/python/test/test_multi_point.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_multi_polygon.py b/python/test/test_multi_polygon.py index c21f0b62..c897fb72 100644 --- a/python/test/test_multi_polygon.py +++ b/python/test/test_multi_polygon.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_net_cdf_cf_data_provider_definition.py b/python/test/test_net_cdf_cf_data_provider_definition.py index 0ecc9261..395171c7 100644 --- a/python/test/test_net_cdf_cf_data_provider_definition.py +++ b/python/test/test_net_cdf_cf_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_number_param.py b/python/test/test_number_param.py index bdb3d225..06ba0e5c 100644 --- a/python/test/test_number_param.py +++ b/python/test/test_number_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogcwcs_api.py b/python/test/test_ogcwcs_api.py index 42e178ea..a93cd651 100644 --- a/python/test/test_ogcwcs_api.py +++ b/python/test/test_ogcwcs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogcwfs_api.py b/python/test/test_ogcwfs_api.py index 49ecfc54..6fffd295 100644 --- a/python/test/test_ogcwfs_api.py +++ b/python/test/test_ogcwfs_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogcwms_api.py b/python/test/test_ogcwms_api.py index 787b92ba..361b787b 100644 --- a/python/test/test_ogcwms_api.py +++ b/python/test/test_ogcwms_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_meta_data.py b/python/test/test_ogr_meta_data.py index 705d942e..e032d3b2 100644 --- a/python/test/test_ogr_meta_data.py +++ b/python/test/test_ogr_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_column_spec.py b/python/test/test_ogr_source_column_spec.py index 17a65eb5..edea1c00 100644 --- a/python/test/test_ogr_source_column_spec.py +++ b/python/test/test_ogr_source_column_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset.py b/python/test/test_ogr_source_dataset.py index e8369f3c..b620cc94 100644 --- a/python/test/test_ogr_source_dataset.py +++ b/python/test/test_ogr_source_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type.py b/python/test/test_ogr_source_dataset_time_type.py index d1039b08..70c0c73c 100644 --- a/python/test/test_ogr_source_dataset_time_type.py +++ b/python/test/test_ogr_source_dataset_time_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_none.py b/python/test/test_ogr_source_dataset_time_type_none.py index 34c5a92c..51dd592c 100644 --- a/python/test/test_ogr_source_dataset_time_type_none.py +++ b/python/test/test_ogr_source_dataset_time_type_none.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_start.py b/python/test/test_ogr_source_dataset_time_type_start.py index 06605fb7..35ad0462 100644 --- a/python/test/test_ogr_source_dataset_time_type_start.py +++ b/python/test/test_ogr_source_dataset_time_type_start.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_start_duration.py b/python/test/test_ogr_source_dataset_time_type_start_duration.py index dad7ac48..b1257271 100644 --- a/python/test/test_ogr_source_dataset_time_type_start_duration.py +++ b/python/test/test_ogr_source_dataset_time_type_start_duration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_dataset_time_type_start_end.py b/python/test/test_ogr_source_dataset_time_type_start_end.py index 53af1094..1e44a68f 100644 --- a/python/test/test_ogr_source_dataset_time_type_start_end.py +++ b/python/test/test_ogr_source_dataset_time_type_start_end.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec.py b/python/test/test_ogr_source_duration_spec.py index feaa6552..be465dc3 100644 --- a/python/test/test_ogr_source_duration_spec.py +++ b/python/test/test_ogr_source_duration_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec_infinite.py b/python/test/test_ogr_source_duration_spec_infinite.py index 803c5c57..3c914e4b 100644 --- a/python/test/test_ogr_source_duration_spec_infinite.py +++ b/python/test/test_ogr_source_duration_spec_infinite.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec_value.py b/python/test/test_ogr_source_duration_spec_value.py index 638922b4..73a00b65 100644 --- a/python/test/test_ogr_source_duration_spec_value.py +++ b/python/test/test_ogr_source_duration_spec_value.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_duration_spec_zero.py b/python/test/test_ogr_source_duration_spec_zero.py index 55ca109d..03e65e92 100644 --- a/python/test/test_ogr_source_duration_spec_zero.py +++ b/python/test/test_ogr_source_duration_spec_zero.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_error_spec.py b/python/test/test_ogr_source_error_spec.py index b4850f63..651192f0 100644 --- a/python/test/test_ogr_source_error_spec.py +++ b/python/test/test_ogr_source_error_spec.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format.py b/python/test/test_ogr_source_time_format.py index 3d7e635b..2ab27cfb 100644 --- a/python/test/test_ogr_source_time_format.py +++ b/python/test/test_ogr_source_time_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format_auto.py b/python/test/test_ogr_source_time_format_auto.py index a88e37ad..29c08c3c 100644 --- a/python/test/test_ogr_source_time_format_auto.py +++ b/python/test/test_ogr_source_time_format_auto.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format_custom.py b/python/test/test_ogr_source_time_format_custom.py index 7bdfc5ad..f379f5ad 100644 --- a/python/test/test_ogr_source_time_format_custom.py +++ b/python/test/test_ogr_source_time_format_custom.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_ogr_source_time_format_unix_time_stamp.py b/python/test/test_ogr_source_time_format_unix_time_stamp.py index 60dc720e..0d2cdb71 100644 --- a/python/test/test_ogr_source_time_format_unix_time_stamp.py +++ b/python/test/test_ogr_source_time_format_unix_time_stamp.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_operator_quota.py b/python/test/test_operator_quota.py index b73e74c9..764d8538 100644 --- a/python/test/test_operator_quota.py +++ b/python/test/test_operator_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_order_by.py b/python/test/test_order_by.py index 79dd079d..0067dad0 100644 --- a/python/test/test_order_by.py +++ b/python/test/test_order_by.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_palette_colorizer.py b/python/test/test_palette_colorizer.py index 82d79002..2f13854c 100644 --- a/python/test/test_palette_colorizer.py +++ b/python/test/test_palette_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_pangaea_data_provider_definition.py b/python/test/test_pangaea_data_provider_definition.py index 7864fb83..f6f19602 100644 --- a/python/test/test_pangaea_data_provider_definition.py +++ b/python/test/test_pangaea_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission.py b/python/test/test_permission.py index d940e796..140b8a4b 100644 --- a/python/test/test_permission.py +++ b/python/test/test_permission.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission_list_options.py b/python/test/test_permission_list_options.py index 72cf54b6..29af385e 100644 --- a/python/test/test_permission_list_options.py +++ b/python/test/test_permission_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission_listing.py b/python/test/test_permission_listing.py index 5ff41d18..44c7c889 100644 --- a/python/test/test_permission_listing.py +++ b/python/test/test_permission_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permission_request.py b/python/test/test_permission_request.py index 951c299d..6d337462 100644 --- a/python/test/test_permission_request.py +++ b/python/test/test_permission_request.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_permissions_api.py b/python/test/test_permissions_api.py index db811c97..08cc02cb 100644 --- a/python/test/test_permissions_api.py +++ b/python/test/test_permissions_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plot.py b/python/test/test_plot.py index 9ced7aa1..b649f4b2 100644 --- a/python/test/test_plot.py +++ b/python/test/test_plot.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plot_output_format.py b/python/test/test_plot_output_format.py index 6fd579ef..990ffcc1 100644 --- a/python/test/test_plot_output_format.py +++ b/python/test/test_plot_output_format.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plot_query_rectangle.py b/python/test/test_plot_query_rectangle.py deleted file mode 100644 index a29de7ce..00000000 --- a/python/test/test_plot_query_rectangle.py +++ /dev/null @@ -1,77 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.8.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.plot_query_rectangle import PlotQueryRectangle - -class TestPlotQueryRectangle(unittest.TestCase): - """PlotQueryRectangle unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def make_instance(self, include_optional) -> PlotQueryRectangle: - """Test PlotQueryRectangle - include_optional is a boolean, when False only required - params are included, when True both required and - optional params are included """ - # uncomment below to create an instance of `PlotQueryRectangle` - """ - model = PlotQueryRectangle() - if include_optional: - return PlotQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ) - ) - else: - return PlotQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), - ) - """ - - def testPlotQueryRectangle(self): - """Test PlotQueryRectangle""" - # inst_req_only = self.make_instance(include_optional=False) - # inst_req_and_optional = self.make_instance(include_optional=True) - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_plot_result_descriptor.py b/python/test/test_plot_result_descriptor.py index 4f84be94..2bfc1e57 100644 --- a/python/test/test_plot_result_descriptor.py +++ b/python/test/test_plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_plots_api.py b/python/test/test_plots_api.py index 988275b4..8d1174ca 100644 --- a/python/test/test_plots_api.py +++ b/python/test/test_plots_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_point_symbology.py b/python/test/test_point_symbology.py index 14c13fe3..07629585 100644 --- a/python/test/test_point_symbology.py +++ b/python/test/test_point_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_polygon_symbology.py b/python/test/test_polygon_symbology.py index 4c90416d..8945ebfd 100644 --- a/python/test/test_polygon_symbology.py +++ b/python/test/test_polygon_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project.py b/python/test/test_project.py index 7faefba2..05abdf01 100644 --- a/python/test/test_project.py +++ b/python/test/test_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_layer.py b/python/test/test_project_layer.py index 12dd5d59..519fca3f 100644 --- a/python/test/test_project_layer.py +++ b/python/test/test_project_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_listing.py b/python/test/test_project_listing.py index acc99244..8c73ab4e 100644 --- a/python/test/test_project_listing.py +++ b/python/test/test_project_listing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_resource.py b/python/test/test_project_resource.py index d854c337..70cd9293 100644 --- a/python/test/test_project_resource.py +++ b/python/test/test_project_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_update_token.py b/python/test/test_project_update_token.py index b4beb713..ab08b701 100644 --- a/python/test/test_project_update_token.py +++ b/python/test/test_project_update_token.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_project_version.py b/python/test/test_project_version.py index 716b702f..15539449 100644 --- a/python/test/test_project_version.py +++ b/python/test/test_project_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_projects_api.py b/python/test/test_projects_api.py index 9372c2e4..ff57f60e 100644 --- a/python/test/test_projects_api.py +++ b/python/test/test_projects_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenance.py b/python/test/test_provenance.py index 17ae6b29..99570a1f 100644 --- a/python/test/test_provenance.py +++ b/python/test/test_provenance.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenance_entry.py b/python/test/test_provenance_entry.py index c70cd847..6c5e963a 100644 --- a/python/test/test_provenance_entry.py +++ b/python/test/test_provenance_entry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenance_output.py b/python/test/test_provenance_output.py index 01ec5062..e8c836e6 100644 --- a/python/test/test_provenance_output.py +++ b/python/test/test_provenance_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provenances.py b/python/test/test_provenances.py index 2e81964d..e7c27a77 100644 --- a/python/test/test_provenances.py +++ b/python/test/test_provenances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provider_capabilities.py b/python/test/test_provider_capabilities.py index 98671351..1ff47513 100644 --- a/python/test/test_provider_capabilities.py +++ b/python/test/test_provider_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provider_layer_collection_id.py b/python/test/test_provider_layer_collection_id.py index 33478e31..c8729958 100644 --- a/python/test/test_provider_layer_collection_id.py +++ b/python/test/test_provider_layer_collection_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_provider_layer_id.py b/python/test/test_provider_layer_id.py index b756d835..d502fb80 100644 --- a/python/test/test_provider_layer_id.py +++ b/python/test/test_provider_layer_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_quota.py b/python/test/test_quota.py index b44f401d..670bd82e 100644 --- a/python/test/test_quota.py +++ b/python/test/test_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_band_descriptor.py b/python/test/test_raster_band_descriptor.py index c8298f35..595d9215 100644 --- a/python/test/test_raster_band_descriptor.py +++ b/python/test/test_raster_band_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_colorizer.py b/python/test/test_raster_colorizer.py index fc671037..fbdc75e9 100644 --- a/python/test/test_raster_colorizer.py +++ b/python/test/test_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_data_type.py b/python/test/test_raster_data_type.py index 4b8642ed..33595e39 100644 --- a/python/test/test_raster_data_type.py +++ b/python/test/test_raster_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_dataset_from_workflow.py b/python/test/test_raster_dataset_from_workflow.py index 63635691..6b02913f 100644 --- a/python/test/test_raster_dataset_from_workflow.py +++ b/python/test/test_raster_dataset_from_workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -40,7 +40,7 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: description = '', display_name = '', name = '', - query = geoengine_openapi_client.models.raster_query_rectangle.RasterQueryRectangle( + query = geoengine_openapi_client.models.raster_to_dataset_query_rectangle.RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -48,9 +48,6 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), ) @@ -58,7 +55,7 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: else: return RasterDatasetFromWorkflow( display_name = '', - query = geoengine_openapi_client.models.raster_query_rectangle.RasterQueryRectangle( + query = geoengine_openapi_client.models.raster_to_dataset_query_rectangle.RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -66,9 +63,6 @@ def make_instance(self, include_optional) -> RasterDatasetFromWorkflow: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), ), diff --git a/python/test/test_raster_dataset_from_workflow_result.py b/python/test/test_raster_dataset_from_workflow_result.py index a9536305..24e3f20b 100644 --- a/python/test/test_raster_dataset_from_workflow_result.py +++ b/python/test/test_raster_dataset_from_workflow_result.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_properties_entry_type.py b/python/test/test_raster_properties_entry_type.py index b6334751..8d7f7e5b 100644 --- a/python/test/test_raster_properties_entry_type.py +++ b/python/test/test_raster_properties_entry_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_properties_key.py b/python/test/test_raster_properties_key.py index 0e816086..ad8ad0a4 100644 --- a/python/test/test_raster_properties_key.py +++ b/python/test/test_raster_properties_key.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_result_descriptor.py b/python/test/test_raster_result_descriptor.py index 8ce8ad2e..7289abbe 100644 --- a/python/test/test_raster_result_descriptor.py +++ b/python/test/test_raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -41,21 +41,33 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: measurement = null, name = '', ) ], - bbox = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( - lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), data_type = 'U8', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', - time = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ) + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ) ) else: return RasterResultDescriptor( @@ -65,7 +77,32 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: name = '', ) ], data_type = 'U8', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), spatial_reference = '', + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ), ), ) """ diff --git a/python/test/test_raster_stream_websocket_result_type.py b/python/test/test_raster_stream_websocket_result_type.py index 75c66f77..a607d2e7 100644 --- a/python/test/test_raster_stream_websocket_result_type.py +++ b/python/test/test_raster_stream_websocket_result_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_symbology.py b/python/test/test_raster_symbology.py index ce821972..511994d9 100644 --- a/python/test/test_raster_symbology.py +++ b/python/test/test_raster_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_raster_query_rectangle.py b/python/test/test_raster_to_dataset_query_rectangle.py similarity index 68% rename from python/test/test_raster_query_rectangle.py rename to python/test/test_raster_to_dataset_query_rectangle.py index bbcf57bd..d602acc6 100644 --- a/python/test/test_raster_query_rectangle.py +++ b/python/test/test_raster_to_dataset_query_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.raster_query_rectangle import RasterQueryRectangle +from geoengine_openapi_client.models.raster_to_dataset_query_rectangle import RasterToDatasetQueryRectangle -class TestRasterQueryRectangle(unittest.TestCase): - """RasterQueryRectangle unit test stubs""" +class TestRasterToDatasetQueryRectangle(unittest.TestCase): + """RasterToDatasetQueryRectangle unit test stubs""" def setUp(self): pass @@ -26,16 +26,16 @@ def setUp(self): def tearDown(self): pass - def make_instance(self, include_optional) -> RasterQueryRectangle: - """Test RasterQueryRectangle + def make_instance(self, include_optional) -> RasterToDatasetQueryRectangle: + """Test RasterToDatasetQueryRectangle include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ - # uncomment below to create an instance of `RasterQueryRectangle` + # uncomment below to create an instance of `RasterToDatasetQueryRectangle` """ - model = RasterQueryRectangle() + model = RasterToDatasetQueryRectangle() if include_optional: - return RasterQueryRectangle( + return RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -43,15 +43,12 @@ def make_instance(self, include_optional) -> RasterQueryRectangle: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ) ) else: - return RasterQueryRectangle( + return RasterToDatasetQueryRectangle( spatial_bounds = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, @@ -59,17 +56,14 @@ def make_instance(self, include_optional) -> RasterQueryRectangle: upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( x = 1.337, y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), ) """ - def testRasterQueryRectangle(self): - """Test RasterQueryRectangle""" + def testRasterToDatasetQueryRectangle(self): + """Test RasterToDatasetQueryRectangle""" # inst_req_only = self.make_instance(include_optional=False) # inst_req_and_optional = self.make_instance(include_optional=True) diff --git a/python/test/test_regular_time_dimension.py b/python/test/test_regular_time_dimension.py new file mode 100644 index 00000000..a70e979c --- /dev/null +++ b/python/test/test_regular_time_dimension.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension + +class TestRegularTimeDimension(unittest.TestCase): + """RegularTimeDimension unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> RegularTimeDimension: + """Test RegularTimeDimension + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `RegularTimeDimension` + """ + model = RegularTimeDimension() + if include_optional: + return RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ) + ) + else: + return RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), + ) + """ + + def testRegularTimeDimension(self): + """Test RegularTimeDimension""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_resource.py b/python/test/test_resource.py index 894fcc67..e8a56e60 100644 --- a/python/test/test_resource.py +++ b/python/test/test_resource.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_role.py b/python/test/test_role.py index 34e13116..64e3f222 100644 --- a/python/test/test_role.py +++ b/python/test/test_role.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_role_description.py b/python/test/test_role_description.py index 143659c4..4f1f88c1 100644 --- a/python/test/test_role_description.py +++ b/python/test/test_role_description.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_search_capabilities.py b/python/test/test_search_capabilities.py index 024c9732..87955645 100644 --- a/python/test/test_search_capabilities.py +++ b/python/test/test_search_capabilities.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_search_type.py b/python/test/test_search_type.py index b0f33dbe..2be1324e 100644 --- a/python/test/test_search_type.py +++ b/python/test/test_search_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_search_types.py b/python/test/test_search_types.py index 943da8d1..c866c908 100644 --- a/python/test/test_search_types.py +++ b/python/test/test_search_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py b/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py index 93f8b6eb..75276ef9 100644 --- a/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py +++ b/python/test/test_sentinel_s2_l2_a_cogs_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -37,12 +37,6 @@ def make_instance(self, include_optional) -> SentinelS2L2ACogsProviderDefinition if include_optional: return SentinelS2L2ACogsProviderDefinition( api_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], cache_ttl = 0, description = '', gdal_retries = 0, @@ -56,31 +50,15 @@ def make_instance(self, include_optional) -> SentinelS2L2ACogsProviderDefinition exponential_backoff_factor = 1.337, initial_delay_ms = 0, number_of_retries = 0, ), - type = 'SentinelS2L2ACogs', - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ] + type = 'SentinelS2L2ACogs' ) else: return SentinelS2L2ACogsProviderDefinition( api_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], description = '', id = '', name = '', type = 'SentinelS2L2ACogs', - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ], ) """ diff --git a/python/test/test_server_info.py b/python/test/test_server_info.py index 899a5e5f..92affce7 100644 --- a/python/test/test_server_info.py +++ b/python/test/test_server_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_session_api.py b/python/test/test_session_api.py index 4c7fd0b4..a0653181 100644 --- a/python/test/test_session_api.py +++ b/python/test/test_session_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_single_band_raster_colorizer.py b/python/test/test_single_band_raster_colorizer.py index 8a4cb660..f24d5d96 100644 --- a/python/test/test_single_band_raster_colorizer.py +++ b/python/test/test_single_band_raster_colorizer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_grid_definition.py b/python/test/test_spatial_grid_definition.py new file mode 100644 index 00000000..30ee2d4c --- /dev/null +++ b/python/test/test_spatial_grid_definition.py @@ -0,0 +1,77 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.spatial_grid_definition import SpatialGridDefinition + +class TestSpatialGridDefinition(unittest.TestCase): + """SpatialGridDefinition unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SpatialGridDefinition: + """Test SpatialGridDefinition + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SpatialGridDefinition` + """ + model = SpatialGridDefinition() + if include_optional: + return SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ) + ) + else: + return SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), + ) + """ + + def testSpatialGridDefinition(self): + """Test SpatialGridDefinition""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_spatial_grid_descriptor.py b/python/test/test_spatial_grid_descriptor.py new file mode 100644 index 00000000..b4a48db5 --- /dev/null +++ b/python/test/test_spatial_grid_descriptor.py @@ -0,0 +1,81 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.spatial_grid_descriptor import SpatialGridDescriptor + +class TestSpatialGridDescriptor(unittest.TestCase): + """SpatialGridDescriptor unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SpatialGridDescriptor: + """Test SpatialGridDescriptor + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SpatialGridDescriptor` + """ + model = SpatialGridDescriptor() + if include_optional: + return SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ) + ) + else: + return SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), + ) + """ + + def testSpatialGridDescriptor(self): + """Test SpatialGridDescriptor""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_spatial_grid_descriptor_state.py b/python/test/test_spatial_grid_descriptor_state.py new file mode 100644 index 00000000..8bbe24b0 --- /dev/null +++ b/python/test/test_spatial_grid_descriptor_state.py @@ -0,0 +1,34 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.spatial_grid_descriptor_state import SpatialGridDescriptorState + +class TestSpatialGridDescriptorState(unittest.TestCase): + """SpatialGridDescriptorState unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testSpatialGridDescriptorState(self): + """Test SpatialGridDescriptorState""" + # inst = SpatialGridDescriptorState() + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_spatial_partition2_d.py b/python/test/test_spatial_partition2_d.py index 51061d34..78c66986 100644 --- a/python/test/test_spatial_partition2_d.py +++ b/python/test/test_spatial_partition2_d.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_reference_authority.py b/python/test/test_spatial_reference_authority.py index 5776d893..e0a66437 100644 --- a/python/test/test_spatial_reference_authority.py +++ b/python/test/test_spatial_reference_authority.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_reference_specification.py b/python/test/test_spatial_reference_specification.py index 62dc8888..78c68e0c 100644 --- a/python/test/test_spatial_reference_specification.py +++ b/python/test/test_spatial_reference_specification.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_references_api.py b/python/test/test_spatial_references_api.py index a118fff6..b5bb3096 100644 --- a/python/test/test_spatial_references_api.py +++ b/python/test/test_spatial_references_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_spatial_resolution.py b/python/test/test_spatial_resolution.py index e6a7c7ef..5876f0ca 100644 --- a/python/test/test_spatial_resolution.py +++ b/python/test/test_spatial_resolution.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_st_rectangle.py b/python/test/test_st_rectangle.py index abd124bd..345420f7 100644 --- a/python/test/test_st_rectangle.py +++ b/python/test/test_st_rectangle.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_stac_api_retries.py b/python/test/test_stac_api_retries.py index 9f687213..b3169050 100644 --- a/python/test/test_stac_api_retries.py +++ b/python/test/test_stac_api_retries.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_stac_band.py b/python/test/test_stac_band.py deleted file mode 100644 index e08eca33..00000000 --- a/python/test/test_stac_band.py +++ /dev/null @@ -1,56 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.8.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.stac_band import StacBand - -class TestStacBand(unittest.TestCase): - """StacBand unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def make_instance(self, include_optional) -> StacBand: - """Test StacBand - include_optional is a boolean, when False only required - params are included, when True both required and - optional params are included """ - # uncomment below to create an instance of `StacBand` - """ - model = StacBand() - if include_optional: - return StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337 - ) - else: - return StacBand( - data_type = 'U8', - name = '', - ) - """ - - def testStacBand(self): - """Test StacBand""" - # inst_req_only = self.make_instance(include_optional=False) - # inst_req_and_optional = self.make_instance(include_optional=True) - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_stac_query_buffer.py b/python/test/test_stac_query_buffer.py index 2e36c2b9..898023e5 100644 --- a/python/test/test_stac_query_buffer.py +++ b/python/test/test_stac_query_buffer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_static_color.py b/python/test/test_static_color.py index 5a1531af..641d2bb4 100644 --- a/python/test/test_static_color.py +++ b/python/test/test_static_color.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_static_number.py b/python/test/test_static_number.py index 76c33ae0..7633ce23 100644 --- a/python/test/test_static_number.py +++ b/python/test/test_static_number.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_stroke_param.py b/python/test/test_stroke_param.py index 5bd39328..530abe27 100644 --- a/python/test/test_stroke_param.py +++ b/python/test/test_stroke_param.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_suggest_meta_data.py b/python/test/test_suggest_meta_data.py index 2b97b38c..ec2621c9 100644 --- a/python/test/test_suggest_meta_data.py +++ b/python/test/test_suggest_meta_data.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_symbology.py b/python/test/test_symbology.py index 31249fb7..d423ac35 100644 --- a/python/test/test_symbology.py +++ b/python/test/test_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_abort_options.py b/python/test/test_task_abort_options.py index 6a43c00c..5ee30ed9 100644 --- a/python/test/test_task_abort_options.py +++ b/python/test/test_task_abort_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_filter.py b/python/test/test_task_filter.py index 194640d9..d096288d 100644 --- a/python/test/test_task_filter.py +++ b/python/test/test_task_filter.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_list_options.py b/python/test/test_task_list_options.py index 93df6e77..d00dce63 100644 --- a/python/test/test_task_list_options.py +++ b/python/test/test_task_list_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_response.py b/python/test/test_task_response.py index a1d5b4c3..721abd83 100644 --- a/python/test/test_task_response.py +++ b/python/test/test_task_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status.py b/python/test/test_task_status.py index bbda84ae..013ee332 100644 --- a/python/test/test_task_status.py +++ b/python/test/test_task_status.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_aborted.py b/python/test/test_task_status_aborted.py index 3340b36a..3a4502b8 100644 --- a/python/test/test_task_status_aborted.py +++ b/python/test/test_task_status_aborted.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_completed.py b/python/test/test_task_status_completed.py index 641cd787..65183163 100644 --- a/python/test/test_task_status_completed.py +++ b/python/test/test_task_status_completed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_failed.py b/python/test/test_task_status_failed.py index 1ce8d04f..8fb58530 100644 --- a/python/test/test_task_status_failed.py +++ b/python/test/test_task_status_failed.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_running.py b/python/test/test_task_status_running.py index 00739830..cb5d6406 100644 --- a/python/test/test_task_status_running.py +++ b/python/test/test_task_status_running.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_task_status_with_id.py b/python/test/test_task_status_with_id.py index dc075dd4..fa7dcd47 100644 --- a/python/test/test_task_status_with_id.py +++ b/python/test/test_task_status_with_id.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_tasks_api.py b/python/test/test_tasks_api.py index c99b474e..4bbe1b0e 100644 --- a/python/test/test_tasks_api.py +++ b/python/test/test_tasks_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_text_symbology.py b/python/test/test_text_symbology.py index c2606320..8f50794c 100644 --- a/python/test/test_text_symbology.py +++ b/python/test/test_text_symbology.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_descriptor.py b/python/test/test_time_descriptor.py new file mode 100644 index 00000000..9e5afbca --- /dev/null +++ b/python/test/test_time_descriptor.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.time_descriptor import TimeDescriptor + +class TestTimeDescriptor(unittest.TestCase): + """TimeDescriptor unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> TimeDescriptor: + """Test TimeDescriptor + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `TimeDescriptor` + """ + model = TimeDescriptor() + if include_optional: + return TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( + origin = 56, + step = geoengine_openapi_client.models.time_step.TimeStep( + granularity = 'millis', + step = 0, ), ) + ) + else: + return TimeDescriptor( + ) + """ + + def testTimeDescriptor(self): + """Test TimeDescriptor""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_time_granularity.py b/python/test/test_time_granularity.py index ffe13cae..1f0b8d70 100644 --- a/python/test/test_time_granularity.py +++ b/python/test/test_time_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_interval.py b/python/test/test_time_interval.py index 0654bfce..9bb92c25 100644 --- a/python/test/test_time_interval.py +++ b/python/test/test_time_interval.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_reference.py b/python/test/test_time_reference.py index 547eefd2..50936dbd 100644 --- a/python/test/test_time_reference.py +++ b/python/test/test_time_reference.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_time_step.py b/python/test/test_time_step.py index 1c311640..6cf0d7cb 100644 --- a/python/test/test_time_step.py +++ b/python/test/test_time_step.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_data_provider_definition.py b/python/test/test_typed_data_provider_definition.py index df7013a8..1eaed906 100644 --- a/python/test/test_typed_data_provider_definition.py +++ b/python/test/test_typed_data_provider_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -100,12 +100,6 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: collection_api_auth_token = '', collection_api_url = '', pangaea_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], gdal_retries = 0, query_buffer = geoengine_openapi_client.models.stac_query_buffer.StacQueryBuffer( end_seconds = 56, @@ -114,11 +108,6 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: exponential_backoff_factor = 1.337, initial_delay_ms = 0, number_of_retries = 0, ), - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ], api_key = '' ) else: @@ -173,17 +162,6 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: collection_api_auth_token = '', collection_api_url = '', pangaea_url = '', - bands = [ - geoengine_openapi_client.models.stac_band.StacBand( - data_type = 'U8', - name = '', - no_data_value = 1.337, ) - ], - zones = [ - geoengine_openapi_client.models.stac_zone.StacZone( - epsg = 0, - name = '', ) - ], ) """ diff --git a/python/test/test_typed_geometry.py b/python/test/test_typed_geometry.py index 512ef82a..c975af51 100644 --- a/python/test/test_typed_geometry.py +++ b/python/test/test_typed_geometry.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of.py b/python/test/test_typed_geometry_one_of.py index a5122a2c..d84f6804 100644 --- a/python/test/test_typed_geometry_one_of.py +++ b/python/test/test_typed_geometry_one_of.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of1.py b/python/test/test_typed_geometry_one_of1.py index 51b07391..7251e954 100644 --- a/python/test/test_typed_geometry_one_of1.py +++ b/python/test/test_typed_geometry_one_of1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of2.py b/python/test/test_typed_geometry_one_of2.py index c1c6b8cf..65d8effa 100644 --- a/python/test/test_typed_geometry_one_of2.py +++ b/python/test/test_typed_geometry_one_of2.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_geometry_one_of3.py b/python/test/test_typed_geometry_one_of3.py index 80797b07..cd48dcc5 100644 --- a/python/test/test_typed_geometry_one_of3.py +++ b/python/test/test_typed_geometry_one_of3.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_operator.py b/python/test/test_typed_operator.py index b50075f2..c1bbb0dc 100644 --- a/python/test/test_typed_operator.py +++ b/python/test/test_typed_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_operator_operator.py b/python/test/test_typed_operator_operator.py index ff8fe13c..852cd261 100644 --- a/python/test/test_typed_operator_operator.py +++ b/python/test/test_typed_operator_operator.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_plot_result_descriptor.py b/python/test/test_typed_plot_result_descriptor.py index f5013dcd..c5383a5d 100644 --- a/python/test/test_typed_plot_result_descriptor.py +++ b/python/test/test_typed_plot_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_raster_result_descriptor.py b/python/test/test_typed_raster_result_descriptor.py index de501f12..8c4679fc 100644 --- a/python/test/test_typed_raster_result_descriptor.py +++ b/python/test/test_typed_raster_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_typed_result_descriptor.py b/python/test/test_typed_result_descriptor.py index fe0f85a1..04157087 100644 --- a/python/test/test_typed_result_descriptor.py +++ b/python/test/test_typed_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -54,9 +54,22 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: name = '', ) ], data_type = 'Data', - resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), columns = { 'key' : geoengine_openapi_client.models.vector_column_info.VectorColumnInfo( data_type = 'category', @@ -66,6 +79,9 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: else: return TypedResultDescriptor( spatial_reference = '', + time = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), type = 'plot', bands = [ geoengine_openapi_client.models.raster_band_descriptor.RasterBandDescriptor( @@ -73,6 +89,22 @@ def make_instance(self, include_optional) -> TypedResultDescriptor: name = '', ) ], data_type = 'Data', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), columns = { 'key' : geoengine_openapi_client.models.vector_column_info.VectorColumnInfo( data_type = 'category', diff --git a/python/test/test_typed_vector_result_descriptor.py b/python/test/test_typed_vector_result_descriptor.py index 1994be4b..256a1996 100644 --- a/python/test/test_typed_vector_result_descriptor.py +++ b/python/test/test_typed_vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_unitless_measurement.py b/python/test/test_unitless_measurement.py index 323e39cd..562a656e 100644 --- a/python/test/test_unitless_measurement.py +++ b/python/test/test_unitless_measurement.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_unix_time_stamp_type.py b/python/test/test_unix_time_stamp_type.py index 370cb64e..f40415bb 100644 --- a/python/test/test_unix_time_stamp_type.py +++ b/python/test/test_unix_time_stamp_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_dataset.py b/python/test/test_update_dataset.py index a5ede464..b350f60e 100644 --- a/python/test/test_update_dataset.py +++ b/python/test/test_update_dataset.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_layer.py b/python/test/test_update_layer.py index a201b89b..cf49e15d 100644 --- a/python/test/test_update_layer.py +++ b/python/test/test_update_layer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_layer_collection.py b/python/test/test_update_layer_collection.py index 6a195e2a..2d5996b6 100644 --- a/python/test/test_update_layer_collection.py +++ b/python/test/test_update_layer_collection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_project.py b/python/test/test_update_project.py index 095948e8..49fcb58a 100644 --- a/python/test/test_update_project.py +++ b/python/test/test_update_project.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_update_quota.py b/python/test/test_update_quota.py index 2746eac8..d3546c98 100644 --- a/python/test/test_update_quota.py +++ b/python/test/test_update_quota.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_upload_file_layers_response.py b/python/test/test_upload_file_layers_response.py index b8c08759..01a1c8a1 100644 --- a/python/test/test_upload_file_layers_response.py +++ b/python/test/test_upload_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_upload_files_response.py b/python/test/test_upload_files_response.py index 385a4a79..bb583e7a 100644 --- a/python/test/test_upload_files_response.py +++ b/python/test/test_upload_files_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_uploads_api.py b/python/test/test_uploads_api.py index e28b2df6..386ab318 100644 --- a/python/test/test_uploads_api.py +++ b/python/test/test_uploads_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_usage_summary_granularity.py b/python/test/test_usage_summary_granularity.py index 885691ef..34de82cf 100644 --- a/python/test/test_usage_summary_granularity.py +++ b/python/test/test_usage_summary_granularity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_api.py b/python/test/test_user_api.py index 89f4c05e..5a6311ba 100644 --- a/python/test/test_user_api.py +++ b/python/test/test_user_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_credentials.py b/python/test/test_user_credentials.py index 7b3c0dc4..9c61c045 100644 --- a/python/test/test_user_credentials.py +++ b/python/test/test_user_credentials.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_info.py b/python/test/test_user_info.py index 89800932..09ac5dff 100644 --- a/python/test/test_user_info.py +++ b/python/test/test_user_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_registration.py b/python/test/test_user_registration.py index 640869ba..21f928d3 100644 --- a/python/test/test_user_registration.py +++ b/python/test/test_user_registration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_user_session.py b/python/test/test_user_session.py index 1f2ec33b..38896e55 100644 --- a/python/test/test_user_session.py +++ b/python/test/test_user_session.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vec_update.py b/python/test/test_vec_update.py index 6d5b1c1c..b81e8a96 100644 --- a/python/test/test_vec_update.py +++ b/python/test/test_vec_update.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vector_column_info.py b/python/test/test_vector_column_info.py index 1868cf7d..3301a116 100644 --- a/python/test/test_vector_column_info.py +++ b/python/test/test_vector_column_info.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vector_data_type.py b/python/test/test_vector_data_type.py index 85b30254..6ac08f53 100644 --- a/python/test/test_vector_data_type.py +++ b/python/test/test_vector_data_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_vector_query_rectangle.py b/python/test/test_vector_query_rectangle.py deleted file mode 100644 index ab67ac7a..00000000 --- a/python/test/test_vector_query_rectangle.py +++ /dev/null @@ -1,77 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.8.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.vector_query_rectangle import VectorQueryRectangle - -class TestVectorQueryRectangle(unittest.TestCase): - """VectorQueryRectangle unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def make_instance(self, include_optional) -> VectorQueryRectangle: - """Test VectorQueryRectangle - include_optional is a boolean, when False only required - params are included, when True both required and - optional params are included """ - # uncomment below to create an instance of `VectorQueryRectangle` - """ - model = VectorQueryRectangle() - if include_optional: - return VectorQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ) - ) - else: - return VectorQueryRectangle( - spatial_bounds = geoengine_openapi_client.models.bounding_box2_d.BoundingBox2D( - lower_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), - upper_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( - x = 1.337, - y = 1.337, ), ), - spatial_resolution = geoengine_openapi_client.models.spatial_resolution.SpatialResolution( - x = 1.337, - y = 1.337, ), - time_interval = geoengine_openapi_client.models.time_interval.TimeInterval( - end = 56, - start = 56, ), - ) - """ - - def testVectorQueryRectangle(self): - """Test VectorQueryRectangle""" - # inst_req_only = self.make_instance(include_optional=False) - # inst_req_and_optional = self.make_instance(include_optional=True) - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_vector_result_descriptor.py b/python/test/test_vector_result_descriptor.py index 3b2ee847..4a21dd33 100644 --- a/python/test/test_vector_result_descriptor.py +++ b/python/test/test_vector_result_descriptor.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_volume.py b/python/test/test_volume.py index 441d041f..f789236a 100644 --- a/python/test/test_volume.py +++ b/python/test/test_volume.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_volume_file_layers_response.py b/python/test/test_volume_file_layers_response.py index a1f8f1d1..4c235414 100644 --- a/python/test/test_volume_file_layers_response.py +++ b/python/test/test_volume_file_layers_response.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wcs_boundingbox.py b/python/test/test_wcs_boundingbox.py index 140c39da..9941df21 100644 --- a/python/test/test_wcs_boundingbox.py +++ b/python/test/test_wcs_boundingbox.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wcs_service.py b/python/test/test_wcs_service.py index a674a633..bb80bb4d 100644 --- a/python/test/test_wcs_service.py +++ b/python/test/test_wcs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wcs_version.py b/python/test/test_wcs_version.py index 43a8e08f..2484a1db 100644 --- a/python/test/test_wcs_version.py +++ b/python/test/test_wcs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wfs_service.py b/python/test/test_wfs_service.py index 94297d93..dbefdf02 100644 --- a/python/test/test_wfs_service.py +++ b/python/test/test_wfs_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wfs_version.py b/python/test/test_wfs_version.py index 377dcabd..a863f6d9 100644 --- a/python/test/test_wfs_version.py +++ b/python/test/test_wfs_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wildlive_data_connector_definition.py b/python/test/test_wildlive_data_connector_definition.py index a90aa069..614299ee 100644 --- a/python/test/test_wildlive_data_connector_definition.py +++ b/python/test/test_wildlive_data_connector_definition.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wms_service.py b/python/test/test_wms_service.py index 9e94c03e..d2766b11 100644 --- a/python/test/test_wms_service.py +++ b/python/test/test_wms_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wms_version.py b/python/test/test_wms_version.py index d53cd4bf..f5537191 100644 --- a/python/test/test_wms_version.py +++ b/python/test/test_wms_version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_workflow.py b/python/test/test_workflow.py index 848700de..dfcb371e 100644 --- a/python/test/test_workflow.py +++ b/python/test/test_workflow.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_workflows_api.py b/python/test/test_workflows_api.py index 1030c705..06b815d8 100644 --- a/python/test/test_workflows_api.py +++ b/python/test/test_workflows_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/python/test/test_wrapped_plot_output.py b/python/test/test_wrapped_plot_output.py index a798da80..e99c8d65 100644 --- a/python/test/test_wrapped_plot_output.py +++ b/python/test/test_wrapped_plot_output.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - The version of the OpenAPI document: 0.8.0 + The version of the OpenAPI document: 0.9.0 Contact: dev@geoengine.de Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/typescript/README.md b/typescript/README.md index 6b06fa60..366adabe 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -215,6 +215,7 @@ All URIs are relative to *https://geoengine.io/api* - [GdalMetadataNetCdfCf](docs/GdalMetadataNetCdfCf.md) - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) +- [GeoTransform](docs/GeoTransform.md) - [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) - [GetCapabilitiesRequest](docs/GetCapabilitiesRequest.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) @@ -226,6 +227,8 @@ All URIs are relative to *https://geoengine.io/api* - [GetMapRequest](docs/GetMapRequest.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) +- [GridBoundingBox2D](docs/GridBoundingBox2D.md) +- [GridIdx2D](docs/GridIdx2D.md) - [IdResponse](docs/IdResponse.md) - [InternalDataId](docs/InternalDataId.md) - [Layer](docs/Layer.md) @@ -286,7 +289,6 @@ All URIs are relative to *https://geoengine.io/api* - [PermissionRequest](docs/PermissionRequest.md) - [Plot](docs/Plot.md) - [PlotOutputFormat](docs/PlotOutputFormat.md) -- [PlotQueryRectangle](docs/PlotQueryRectangle.md) - [PlotResultDescriptor](docs/PlotResultDescriptor.md) - [PointSymbology](docs/PointSymbology.md) - [PolygonSymbology](docs/PolygonSymbology.md) @@ -311,10 +313,11 @@ All URIs are relative to *https://geoengine.io/api* - [RasterDatasetFromWorkflowResult](docs/RasterDatasetFromWorkflowResult.md) - [RasterPropertiesEntryType](docs/RasterPropertiesEntryType.md) - [RasterPropertiesKey](docs/RasterPropertiesKey.md) -- [RasterQueryRectangle](docs/RasterQueryRectangle.md) - [RasterResultDescriptor](docs/RasterResultDescriptor.md) - [RasterStreamWebsocketResultType](docs/RasterStreamWebsocketResultType.md) - [RasterSymbology](docs/RasterSymbology.md) +- [RasterToDatasetQueryRectangle](docs/RasterToDatasetQueryRectangle.md) +- [RegularTimeDimension](docs/RegularTimeDimension.md) - [Resource](docs/Resource.md) - [Role](docs/Role.md) - [RoleDescription](docs/RoleDescription.md) @@ -325,14 +328,15 @@ All URIs are relative to *https://geoengine.io/api* - [SentinelS2L2ACogsProviderDefinition](docs/SentinelS2L2ACogsProviderDefinition.md) - [ServerInfo](docs/ServerInfo.md) - [SingleBandRasterColorizer](docs/SingleBandRasterColorizer.md) +- [SpatialGridDefinition](docs/SpatialGridDefinition.md) +- [SpatialGridDescriptor](docs/SpatialGridDescriptor.md) +- [SpatialGridDescriptorState](docs/SpatialGridDescriptorState.md) - [SpatialPartition2D](docs/SpatialPartition2D.md) - [SpatialReferenceAuthority](docs/SpatialReferenceAuthority.md) - [SpatialReferenceSpecification](docs/SpatialReferenceSpecification.md) - [SpatialResolution](docs/SpatialResolution.md) - [StacApiRetries](docs/StacApiRetries.md) -- [StacBand](docs/StacBand.md) - [StacQueryBuffer](docs/StacQueryBuffer.md) -- [StacZone](docs/StacZone.md) - [StaticColor](docs/StaticColor.md) - [StaticNumber](docs/StaticNumber.md) - [StrokeParam](docs/StrokeParam.md) @@ -349,6 +353,7 @@ All URIs are relative to *https://geoengine.io/api* - [TaskStatusRunning](docs/TaskStatusRunning.md) - [TaskStatusWithId](docs/TaskStatusWithId.md) - [TextSymbology](docs/TextSymbology.md) +- [TimeDescriptor](docs/TimeDescriptor.md) - [TimeGranularity](docs/TimeGranularity.md) - [TimeInterval](docs/TimeInterval.md) - [TimeReference](docs/TimeReference.md) @@ -382,7 +387,6 @@ All URIs are relative to *https://geoengine.io/api* - [VecUpdate](docs/VecUpdate.md) - [VectorColumnInfo](docs/VectorColumnInfo.md) - [VectorDataType](docs/VectorDataType.md) -- [VectorQueryRectangle](docs/VectorQueryRectangle.md) - [VectorResultDescriptor](docs/VectorResultDescriptor.md) - [Volume](docs/Volume.md) - [VolumeFileLayersResponse](docs/VolumeFileLayersResponse.md) @@ -413,7 +417,7 @@ This TypeScript SDK client supports the [Fetch API](https://fetch.spec.whatwg.or and is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: `0.8.0` +- API version: `0.9.0` - Package version: `0.0.28` - Generator version: `7.17.0` - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen` diff --git a/typescript/dist/apis/DatasetsApi.d.ts b/typescript/dist/apis/DatasetsApi.d.ts index b3130d1c..63db095a 100644 --- a/typescript/dist/apis/DatasetsApi.d.ts +++ b/typescript/dist/apis/DatasetsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/DatasetsApi.js b/typescript/dist/apis/DatasetsApi.js index d94c9400..28b59024 100644 --- a/typescript/dist/apis/DatasetsApi.js +++ b/typescript/dist/apis/DatasetsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/GeneralApi.d.ts b/typescript/dist/apis/GeneralApi.d.ts index e2bb908a..90a06a9a 100644 --- a/typescript/dist/apis/GeneralApi.d.ts +++ b/typescript/dist/apis/GeneralApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/GeneralApi.js b/typescript/dist/apis/GeneralApi.js index eb00bc53..611abd90 100644 --- a/typescript/dist/apis/GeneralApi.js +++ b/typescript/dist/apis/GeneralApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/LayersApi.d.ts b/typescript/dist/apis/LayersApi.d.ts index 5f74b7b9..e2f3cd5d 100644 --- a/typescript/dist/apis/LayersApi.d.ts +++ b/typescript/dist/apis/LayersApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/LayersApi.js b/typescript/dist/apis/LayersApi.js index b7135fed..ed62b827 100644 --- a/typescript/dist/apis/LayersApi.js +++ b/typescript/dist/apis/LayersApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/MLApi.d.ts b/typescript/dist/apis/MLApi.d.ts index e60a3914..49e1da80 100644 --- a/typescript/dist/apis/MLApi.d.ts +++ b/typescript/dist/apis/MLApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/MLApi.js b/typescript/dist/apis/MLApi.js index 23395d85..1968049e 100644 --- a/typescript/dist/apis/MLApi.js +++ b/typescript/dist/apis/MLApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWCSApi.d.ts b/typescript/dist/apis/OGCWCSApi.d.ts index 1300a177..a33cd786 100644 --- a/typescript/dist/apis/OGCWCSApi.d.ts +++ b/typescript/dist/apis/OGCWCSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWCSApi.js b/typescript/dist/apis/OGCWCSApi.js index 28d5f366..6566d787 100644 --- a/typescript/dist/apis/OGCWCSApi.js +++ b/typescript/dist/apis/OGCWCSApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWFSApi.d.ts b/typescript/dist/apis/OGCWFSApi.d.ts index 2c45aa3a..f4b165c7 100644 --- a/typescript/dist/apis/OGCWFSApi.d.ts +++ b/typescript/dist/apis/OGCWFSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWFSApi.js b/typescript/dist/apis/OGCWFSApi.js index 724d64c7..07657086 100644 --- a/typescript/dist/apis/OGCWFSApi.js +++ b/typescript/dist/apis/OGCWFSApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWMSApi.d.ts b/typescript/dist/apis/OGCWMSApi.d.ts index abb19f7f..ad1406c7 100644 --- a/typescript/dist/apis/OGCWMSApi.d.ts +++ b/typescript/dist/apis/OGCWMSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/OGCWMSApi.js b/typescript/dist/apis/OGCWMSApi.js index 4594bc02..c7f5a311 100644 --- a/typescript/dist/apis/OGCWMSApi.js +++ b/typescript/dist/apis/OGCWMSApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PermissionsApi.d.ts b/typescript/dist/apis/PermissionsApi.d.ts index d43e3c9a..2980a3b5 100644 --- a/typescript/dist/apis/PermissionsApi.d.ts +++ b/typescript/dist/apis/PermissionsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PermissionsApi.js b/typescript/dist/apis/PermissionsApi.js index 9adc6671..76e3a036 100644 --- a/typescript/dist/apis/PermissionsApi.js +++ b/typescript/dist/apis/PermissionsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PlotsApi.d.ts b/typescript/dist/apis/PlotsApi.d.ts index 4827ac54..9d30528f 100644 --- a/typescript/dist/apis/PlotsApi.d.ts +++ b/typescript/dist/apis/PlotsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/PlotsApi.js b/typescript/dist/apis/PlotsApi.js index 64fac6f6..c33dc3c5 100644 --- a/typescript/dist/apis/PlotsApi.js +++ b/typescript/dist/apis/PlotsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/ProjectsApi.d.ts b/typescript/dist/apis/ProjectsApi.d.ts index 6bf469a8..0a32952d 100644 --- a/typescript/dist/apis/ProjectsApi.d.ts +++ b/typescript/dist/apis/ProjectsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/ProjectsApi.js b/typescript/dist/apis/ProjectsApi.js index ce699be4..16810dae 100644 --- a/typescript/dist/apis/ProjectsApi.js +++ b/typescript/dist/apis/ProjectsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SessionApi.d.ts b/typescript/dist/apis/SessionApi.d.ts index 833af468..2c437467 100644 --- a/typescript/dist/apis/SessionApi.d.ts +++ b/typescript/dist/apis/SessionApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SessionApi.js b/typescript/dist/apis/SessionApi.js index 3c619e0f..ea1e58fc 100644 --- a/typescript/dist/apis/SessionApi.js +++ b/typescript/dist/apis/SessionApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SpatialReferencesApi.d.ts b/typescript/dist/apis/SpatialReferencesApi.d.ts index 69199a94..edc20d25 100644 --- a/typescript/dist/apis/SpatialReferencesApi.d.ts +++ b/typescript/dist/apis/SpatialReferencesApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/SpatialReferencesApi.js b/typescript/dist/apis/SpatialReferencesApi.js index bda9636e..adb3b1c2 100644 --- a/typescript/dist/apis/SpatialReferencesApi.js +++ b/typescript/dist/apis/SpatialReferencesApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/TasksApi.d.ts b/typescript/dist/apis/TasksApi.d.ts index c579f122..3d89da77 100644 --- a/typescript/dist/apis/TasksApi.d.ts +++ b/typescript/dist/apis/TasksApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/TasksApi.js b/typescript/dist/apis/TasksApi.js index 623370c8..e5bfd00a 100644 --- a/typescript/dist/apis/TasksApi.js +++ b/typescript/dist/apis/TasksApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UploadsApi.d.ts b/typescript/dist/apis/UploadsApi.d.ts index 432e2f98..2dff90b6 100644 --- a/typescript/dist/apis/UploadsApi.d.ts +++ b/typescript/dist/apis/UploadsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UploadsApi.js b/typescript/dist/apis/UploadsApi.js index 66fbebda..b2657185 100644 --- a/typescript/dist/apis/UploadsApi.js +++ b/typescript/dist/apis/UploadsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UserApi.d.ts b/typescript/dist/apis/UserApi.d.ts index 5549a59e..d773f7a1 100644 --- a/typescript/dist/apis/UserApi.d.ts +++ b/typescript/dist/apis/UserApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/UserApi.js b/typescript/dist/apis/UserApi.js index 5f2d7ae7..4abd1856 100644 --- a/typescript/dist/apis/UserApi.js +++ b/typescript/dist/apis/UserApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/apis/WorkflowsApi.d.ts b/typescript/dist/apis/WorkflowsApi.d.ts index a8919c2c..283de95a 100644 --- a/typescript/dist/apis/WorkflowsApi.d.ts +++ b/typescript/dist/apis/WorkflowsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -10,7 +10,7 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, SpatialResolution, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; +import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; export interface DatasetFromWorkflowHandlerRequest { id: string; rasterDatasetFromWorkflow: RasterDatasetFromWorkflow; @@ -31,7 +31,6 @@ export interface RasterStreamWebsocketRequest { id: string; spatialBounds: SpatialPartition2D; timeInterval: string; - spatialResolution: SpatialResolution; attributes: string; resultType: RasterStreamWebsocketResultType; } diff --git a/typescript/dist/apis/WorkflowsApi.js b/typescript/dist/apis/WorkflowsApi.js index fcd564aa..c7b01f83 100644 --- a/typescript/dist/apis/WorkflowsApi.js +++ b/typescript/dist/apis/WorkflowsApi.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -233,9 +233,6 @@ class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] == null) { throw new runtime.RequiredError('timeInterval', 'Required parameter "timeInterval" was null or undefined when calling rasterStreamWebsocket().'); } - if (requestParameters['spatialResolution'] == null) { - throw new runtime.RequiredError('spatialResolution', 'Required parameter "spatialResolution" was null or undefined when calling rasterStreamWebsocket().'); - } if (requestParameters['attributes'] == null) { throw new runtime.RequiredError('attributes', 'Required parameter "attributes" was null or undefined when calling rasterStreamWebsocket().'); } @@ -249,9 +246,6 @@ class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] != null) { queryParameters['timeInterval'] = requestParameters['timeInterval']; } - if (requestParameters['spatialResolution'] != null) { - queryParameters['spatialResolution'] = requestParameters['spatialResolution']; - } if (requestParameters['attributes'] != null) { queryParameters['attributes'] = requestParameters['attributes']; } diff --git a/typescript/dist/esm/apis/DatasetsApi.d.ts b/typescript/dist/esm/apis/DatasetsApi.d.ts index b3130d1c..63db095a 100644 --- a/typescript/dist/esm/apis/DatasetsApi.d.ts +++ b/typescript/dist/esm/apis/DatasetsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/DatasetsApi.js b/typescript/dist/esm/apis/DatasetsApi.js index 4dea56f9..75d0115a 100644 --- a/typescript/dist/esm/apis/DatasetsApi.js +++ b/typescript/dist/esm/apis/DatasetsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/GeneralApi.d.ts b/typescript/dist/esm/apis/GeneralApi.d.ts index e2bb908a..90a06a9a 100644 --- a/typescript/dist/esm/apis/GeneralApi.d.ts +++ b/typescript/dist/esm/apis/GeneralApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/GeneralApi.js b/typescript/dist/esm/apis/GeneralApi.js index e128af39..d177bf6a 100644 --- a/typescript/dist/esm/apis/GeneralApi.js +++ b/typescript/dist/esm/apis/GeneralApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/LayersApi.d.ts b/typescript/dist/esm/apis/LayersApi.d.ts index 5f74b7b9..e2f3cd5d 100644 --- a/typescript/dist/esm/apis/LayersApi.d.ts +++ b/typescript/dist/esm/apis/LayersApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/LayersApi.js b/typescript/dist/esm/apis/LayersApi.js index 3494ddaf..40a6b7e1 100644 --- a/typescript/dist/esm/apis/LayersApi.js +++ b/typescript/dist/esm/apis/LayersApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/MLApi.d.ts b/typescript/dist/esm/apis/MLApi.d.ts index e60a3914..49e1da80 100644 --- a/typescript/dist/esm/apis/MLApi.d.ts +++ b/typescript/dist/esm/apis/MLApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/MLApi.js b/typescript/dist/esm/apis/MLApi.js index b13b06e8..0c21bf70 100644 --- a/typescript/dist/esm/apis/MLApi.js +++ b/typescript/dist/esm/apis/MLApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWCSApi.d.ts b/typescript/dist/esm/apis/OGCWCSApi.d.ts index 1300a177..a33cd786 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWCSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWCSApi.js b/typescript/dist/esm/apis/OGCWCSApi.js index a8dfafc3..067fe03a 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.js +++ b/typescript/dist/esm/apis/OGCWCSApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWFSApi.d.ts b/typescript/dist/esm/apis/OGCWFSApi.d.ts index 2c45aa3a..f4b165c7 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWFSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWFSApi.js b/typescript/dist/esm/apis/OGCWFSApi.js index af25cf07..9bfc35c8 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.js +++ b/typescript/dist/esm/apis/OGCWFSApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWMSApi.d.ts b/typescript/dist/esm/apis/OGCWMSApi.d.ts index abb19f7f..ad1406c7 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWMSApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/OGCWMSApi.js b/typescript/dist/esm/apis/OGCWMSApi.js index 0c927dd0..7ef5b08a 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.js +++ b/typescript/dist/esm/apis/OGCWMSApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PermissionsApi.d.ts b/typescript/dist/esm/apis/PermissionsApi.d.ts index d43e3c9a..2980a3b5 100644 --- a/typescript/dist/esm/apis/PermissionsApi.d.ts +++ b/typescript/dist/esm/apis/PermissionsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PermissionsApi.js b/typescript/dist/esm/apis/PermissionsApi.js index 5d6dddb8..c0347717 100644 --- a/typescript/dist/esm/apis/PermissionsApi.js +++ b/typescript/dist/esm/apis/PermissionsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PlotsApi.d.ts b/typescript/dist/esm/apis/PlotsApi.d.ts index 4827ac54..9d30528f 100644 --- a/typescript/dist/esm/apis/PlotsApi.d.ts +++ b/typescript/dist/esm/apis/PlotsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/PlotsApi.js b/typescript/dist/esm/apis/PlotsApi.js index c1540806..74d4c08d 100644 --- a/typescript/dist/esm/apis/PlotsApi.js +++ b/typescript/dist/esm/apis/PlotsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/ProjectsApi.d.ts b/typescript/dist/esm/apis/ProjectsApi.d.ts index 6bf469a8..0a32952d 100644 --- a/typescript/dist/esm/apis/ProjectsApi.d.ts +++ b/typescript/dist/esm/apis/ProjectsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/ProjectsApi.js b/typescript/dist/esm/apis/ProjectsApi.js index c1631b0d..91651486 100644 --- a/typescript/dist/esm/apis/ProjectsApi.js +++ b/typescript/dist/esm/apis/ProjectsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SessionApi.d.ts b/typescript/dist/esm/apis/SessionApi.d.ts index 833af468..2c437467 100644 --- a/typescript/dist/esm/apis/SessionApi.d.ts +++ b/typescript/dist/esm/apis/SessionApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SessionApi.js b/typescript/dist/esm/apis/SessionApi.js index 39b2b862..bd6762cc 100644 --- a/typescript/dist/esm/apis/SessionApi.js +++ b/typescript/dist/esm/apis/SessionApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SpatialReferencesApi.d.ts b/typescript/dist/esm/apis/SpatialReferencesApi.d.ts index 69199a94..edc20d25 100644 --- a/typescript/dist/esm/apis/SpatialReferencesApi.d.ts +++ b/typescript/dist/esm/apis/SpatialReferencesApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/SpatialReferencesApi.js b/typescript/dist/esm/apis/SpatialReferencesApi.js index f73a583f..6c852d89 100644 --- a/typescript/dist/esm/apis/SpatialReferencesApi.js +++ b/typescript/dist/esm/apis/SpatialReferencesApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/TasksApi.d.ts b/typescript/dist/esm/apis/TasksApi.d.ts index c579f122..3d89da77 100644 --- a/typescript/dist/esm/apis/TasksApi.d.ts +++ b/typescript/dist/esm/apis/TasksApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/TasksApi.js b/typescript/dist/esm/apis/TasksApi.js index 47d9116e..cc7c5c94 100644 --- a/typescript/dist/esm/apis/TasksApi.js +++ b/typescript/dist/esm/apis/TasksApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UploadsApi.d.ts b/typescript/dist/esm/apis/UploadsApi.d.ts index 432e2f98..2dff90b6 100644 --- a/typescript/dist/esm/apis/UploadsApi.d.ts +++ b/typescript/dist/esm/apis/UploadsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UploadsApi.js b/typescript/dist/esm/apis/UploadsApi.js index 8fa99376..76a567c6 100644 --- a/typescript/dist/esm/apis/UploadsApi.js +++ b/typescript/dist/esm/apis/UploadsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UserApi.d.ts b/typescript/dist/esm/apis/UserApi.d.ts index 5549a59e..d773f7a1 100644 --- a/typescript/dist/esm/apis/UserApi.d.ts +++ b/typescript/dist/esm/apis/UserApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/UserApi.js b/typescript/dist/esm/apis/UserApi.js index c1c9d705..c6db1807 100644 --- a/typescript/dist/esm/apis/UserApi.js +++ b/typescript/dist/esm/apis/UserApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/apis/WorkflowsApi.d.ts b/typescript/dist/esm/apis/WorkflowsApi.d.ts index a8919c2c..283de95a 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.d.ts +++ b/typescript/dist/esm/apis/WorkflowsApi.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -10,7 +10,7 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, SpatialResolution, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; +import type { IdResponse, ProvenanceEntry, RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, TaskResponse, TypedResultDescriptor, Workflow } from '../models/index'; export interface DatasetFromWorkflowHandlerRequest { id: string; rasterDatasetFromWorkflow: RasterDatasetFromWorkflow; @@ -31,7 +31,6 @@ export interface RasterStreamWebsocketRequest { id: string; spatialBounds: SpatialPartition2D; timeInterval: string; - spatialResolution: SpatialResolution; attributes: string; resultType: RasterStreamWebsocketResultType; } diff --git a/typescript/dist/esm/apis/WorkflowsApi.js b/typescript/dist/esm/apis/WorkflowsApi.js index ac9cc9c5..0c3d4b8c 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.js +++ b/typescript/dist/esm/apis/WorkflowsApi.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -230,9 +230,6 @@ export class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] == null) { throw new runtime.RequiredError('timeInterval', 'Required parameter "timeInterval" was null or undefined when calling rasterStreamWebsocket().'); } - if (requestParameters['spatialResolution'] == null) { - throw new runtime.RequiredError('spatialResolution', 'Required parameter "spatialResolution" was null or undefined when calling rasterStreamWebsocket().'); - } if (requestParameters['attributes'] == null) { throw new runtime.RequiredError('attributes', 'Required parameter "attributes" was null or undefined when calling rasterStreamWebsocket().'); } @@ -246,9 +243,6 @@ export class WorkflowsApi extends runtime.BaseAPI { if (requestParameters['timeInterval'] != null) { queryParameters['timeInterval'] = requestParameters['timeInterval']; } - if (requestParameters['spatialResolution'] != null) { - queryParameters['spatialResolution'] = requestParameters['spatialResolution']; - } if (requestParameters['attributes'] != null) { queryParameters['attributes'] = requestParameters['attributes']; } diff --git a/typescript/dist/esm/models/AddDataset.d.ts b/typescript/dist/esm/models/AddDataset.d.ts index 3a8d9b2c..57ea8090 100644 --- a/typescript/dist/esm/models/AddDataset.d.ts +++ b/typescript/dist/esm/models/AddDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddDataset.js b/typescript/dist/esm/models/AddDataset.js index dad77311..b3477f40 100644 --- a/typescript/dist/esm/models/AddDataset.js +++ b/typescript/dist/esm/models/AddDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayer.d.ts b/typescript/dist/esm/models/AddLayer.d.ts index 7801eab1..9e1833d1 100644 --- a/typescript/dist/esm/models/AddLayer.d.ts +++ b/typescript/dist/esm/models/AddLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayer.js b/typescript/dist/esm/models/AddLayer.js index d7a1441c..777f531e 100644 --- a/typescript/dist/esm/models/AddLayer.js +++ b/typescript/dist/esm/models/AddLayer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayerCollection.d.ts b/typescript/dist/esm/models/AddLayerCollection.d.ts index 475a5dd4..5715b027 100644 --- a/typescript/dist/esm/models/AddLayerCollection.d.ts +++ b/typescript/dist/esm/models/AddLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddLayerCollection.js b/typescript/dist/esm/models/AddLayerCollection.js index bdee694d..1bda4d08 100644 --- a/typescript/dist/esm/models/AddLayerCollection.js +++ b/typescript/dist/esm/models/AddLayerCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddRole.d.ts b/typescript/dist/esm/models/AddRole.d.ts index ba12ddac..67bc7e6e 100644 --- a/typescript/dist/esm/models/AddRole.d.ts +++ b/typescript/dist/esm/models/AddRole.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AddRole.js b/typescript/dist/esm/models/AddRole.js index 7656bd9d..469d4e4f 100644 --- a/typescript/dist/esm/models/AddRole.js +++ b/typescript/dist/esm/models/AddRole.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts b/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts index a8d95edd..94532500 100644 --- a/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/ArunaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ArunaDataProviderDefinition.js b/typescript/dist/esm/models/ArunaDataProviderDefinition.js index 96300947..bdb48756 100644 --- a/typescript/dist/esm/models/ArunaDataProviderDefinition.js +++ b/typescript/dist/esm/models/ArunaDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeRequestURL.d.ts b/typescript/dist/esm/models/AuthCodeRequestURL.d.ts index 448be092..5b1e8e4b 100644 --- a/typescript/dist/esm/models/AuthCodeRequestURL.d.ts +++ b/typescript/dist/esm/models/AuthCodeRequestURL.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeRequestURL.js b/typescript/dist/esm/models/AuthCodeRequestURL.js index b4ad20f6..c018bd2c 100644 --- a/typescript/dist/esm/models/AuthCodeRequestURL.js +++ b/typescript/dist/esm/models/AuthCodeRequestURL.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeResponse.d.ts b/typescript/dist/esm/models/AuthCodeResponse.d.ts index 6a31af14..0c41600a 100644 --- a/typescript/dist/esm/models/AuthCodeResponse.d.ts +++ b/typescript/dist/esm/models/AuthCodeResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AuthCodeResponse.js b/typescript/dist/esm/models/AuthCodeResponse.js index 1e4a6879..83e30fc5 100644 --- a/typescript/dist/esm/models/AuthCodeResponse.js +++ b/typescript/dist/esm/models/AuthCodeResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AutoCreateDataset.d.ts b/typescript/dist/esm/models/AutoCreateDataset.d.ts index 1f524aff..19a97e75 100644 --- a/typescript/dist/esm/models/AutoCreateDataset.d.ts +++ b/typescript/dist/esm/models/AutoCreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AutoCreateDataset.js b/typescript/dist/esm/models/AutoCreateDataset.js index d089ecbc..3ec19934 100644 --- a/typescript/dist/esm/models/AutoCreateDataset.js +++ b/typescript/dist/esm/models/AutoCreateDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AxisOrder.d.ts b/typescript/dist/esm/models/AxisOrder.d.ts index 82772b8e..ff83b12a 100644 --- a/typescript/dist/esm/models/AxisOrder.d.ts +++ b/typescript/dist/esm/models/AxisOrder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/AxisOrder.js b/typescript/dist/esm/models/AxisOrder.js index 369dfcf5..7e9f5485 100644 --- a/typescript/dist/esm/models/AxisOrder.js +++ b/typescript/dist/esm/models/AxisOrder.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/BoundingBox2D.d.ts b/typescript/dist/esm/models/BoundingBox2D.d.ts index 08f18375..4b12affb 100644 --- a/typescript/dist/esm/models/BoundingBox2D.d.ts +++ b/typescript/dist/esm/models/BoundingBox2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/BoundingBox2D.js b/typescript/dist/esm/models/BoundingBox2D.js index 05582b27..3afeaf8f 100644 --- a/typescript/dist/esm/models/BoundingBox2D.js +++ b/typescript/dist/esm/models/BoundingBox2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Breakpoint.d.ts b/typescript/dist/esm/models/Breakpoint.d.ts index 05d84313..dbd68ccb 100644 --- a/typescript/dist/esm/models/Breakpoint.d.ts +++ b/typescript/dist/esm/models/Breakpoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Breakpoint.js b/typescript/dist/esm/models/Breakpoint.js index 5660654f..c96b3b8e 100644 --- a/typescript/dist/esm/models/Breakpoint.js +++ b/typescript/dist/esm/models/Breakpoint.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ClassificationMeasurement.d.ts b/typescript/dist/esm/models/ClassificationMeasurement.d.ts index a5798843..bad6c5b7 100644 --- a/typescript/dist/esm/models/ClassificationMeasurement.d.ts +++ b/typescript/dist/esm/models/ClassificationMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ClassificationMeasurement.js b/typescript/dist/esm/models/ClassificationMeasurement.js index 05499080..90086d11 100644 --- a/typescript/dist/esm/models/ClassificationMeasurement.js +++ b/typescript/dist/esm/models/ClassificationMeasurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionItem.d.ts b/typescript/dist/esm/models/CollectionItem.d.ts index 045dec7a..bce9faf0 100644 --- a/typescript/dist/esm/models/CollectionItem.d.ts +++ b/typescript/dist/esm/models/CollectionItem.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionItem.js b/typescript/dist/esm/models/CollectionItem.js index 47d28f12..a822fe22 100644 --- a/typescript/dist/esm/models/CollectionItem.js +++ b/typescript/dist/esm/models/CollectionItem.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionType.d.ts b/typescript/dist/esm/models/CollectionType.d.ts index 42b4ae96..b99affa0 100644 --- a/typescript/dist/esm/models/CollectionType.d.ts +++ b/typescript/dist/esm/models/CollectionType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CollectionType.js b/typescript/dist/esm/models/CollectionType.js index 77dbfa7c..911143b0 100644 --- a/typescript/dist/esm/models/CollectionType.js +++ b/typescript/dist/esm/models/CollectionType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ColorParam.d.ts b/typescript/dist/esm/models/ColorParam.d.ts index 94d826c1..f6b980b0 100644 --- a/typescript/dist/esm/models/ColorParam.d.ts +++ b/typescript/dist/esm/models/ColorParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ColorParam.js b/typescript/dist/esm/models/ColorParam.js index f7e3f818..38478b5e 100644 --- a/typescript/dist/esm/models/ColorParam.js +++ b/typescript/dist/esm/models/ColorParam.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Colorizer.d.ts b/typescript/dist/esm/models/Colorizer.d.ts index e8e6b1ed..2ba87491 100644 --- a/typescript/dist/esm/models/Colorizer.d.ts +++ b/typescript/dist/esm/models/Colorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Colorizer.js b/typescript/dist/esm/models/Colorizer.js index 72cd0c20..4fb5d732 100644 --- a/typescript/dist/esm/models/Colorizer.js +++ b/typescript/dist/esm/models/Colorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ComputationQuota.d.ts b/typescript/dist/esm/models/ComputationQuota.d.ts index 714a306a..26c95514 100644 --- a/typescript/dist/esm/models/ComputationQuota.d.ts +++ b/typescript/dist/esm/models/ComputationQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ComputationQuota.js b/typescript/dist/esm/models/ComputationQuota.js index f26d596a..2f1ce499 100644 --- a/typescript/dist/esm/models/ComputationQuota.js +++ b/typescript/dist/esm/models/ComputationQuota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ContinuousMeasurement.d.ts b/typescript/dist/esm/models/ContinuousMeasurement.d.ts index 41c613d1..b2cf02a4 100644 --- a/typescript/dist/esm/models/ContinuousMeasurement.d.ts +++ b/typescript/dist/esm/models/ContinuousMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ContinuousMeasurement.js b/typescript/dist/esm/models/ContinuousMeasurement.js index fa6d404b..ea3a6b7a 100644 --- a/typescript/dist/esm/models/ContinuousMeasurement.js +++ b/typescript/dist/esm/models/ContinuousMeasurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Coordinate2D.d.ts b/typescript/dist/esm/models/Coordinate2D.d.ts index 5e97411d..90d15f56 100644 --- a/typescript/dist/esm/models/Coordinate2D.d.ts +++ b/typescript/dist/esm/models/Coordinate2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Coordinate2D.js b/typescript/dist/esm/models/Coordinate2D.js index 97dd960e..8418bc61 100644 --- a/typescript/dist/esm/models/Coordinate2D.js +++ b/typescript/dist/esm/models/Coordinate2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts index e0abaa12..40b21dc4 100644 --- a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js index 5367dd07..d8f9a4d6 100644 --- a/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js +++ b/typescript/dist/esm/models/CopernicusDataspaceDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateDataset.d.ts b/typescript/dist/esm/models/CreateDataset.d.ts index ba7f4cad..2e3b26f0 100644 --- a/typescript/dist/esm/models/CreateDataset.d.ts +++ b/typescript/dist/esm/models/CreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateDataset.js b/typescript/dist/esm/models/CreateDataset.js index b5392091..6cde2714 100644 --- a/typescript/dist/esm/models/CreateDataset.js +++ b/typescript/dist/esm/models/CreateDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateProject.d.ts b/typescript/dist/esm/models/CreateProject.d.ts index f1dcd7dc..79919d85 100644 --- a/typescript/dist/esm/models/CreateProject.d.ts +++ b/typescript/dist/esm/models/CreateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CreateProject.js b/typescript/dist/esm/models/CreateProject.js index df338449..b06bcdf1 100644 --- a/typescript/dist/esm/models/CreateProject.js +++ b/typescript/dist/esm/models/CreateProject.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CsvHeader.d.ts b/typescript/dist/esm/models/CsvHeader.d.ts index 70b4f799..be6200cb 100644 --- a/typescript/dist/esm/models/CsvHeader.d.ts +++ b/typescript/dist/esm/models/CsvHeader.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/CsvHeader.js b/typescript/dist/esm/models/CsvHeader.js index bcfc37e2..b599ed36 100644 --- a/typescript/dist/esm/models/CsvHeader.js +++ b/typescript/dist/esm/models/CsvHeader.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataId.d.ts b/typescript/dist/esm/models/DataId.d.ts index 0b62a75c..51a0ee07 100644 --- a/typescript/dist/esm/models/DataId.d.ts +++ b/typescript/dist/esm/models/DataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataId.js b/typescript/dist/esm/models/DataId.js index fd9776b7..7f393d88 100644 --- a/typescript/dist/esm/models/DataId.js +++ b/typescript/dist/esm/models/DataId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPath.d.ts b/typescript/dist/esm/models/DataPath.d.ts index b1f02bce..bacdd2a0 100644 --- a/typescript/dist/esm/models/DataPath.d.ts +++ b/typescript/dist/esm/models/DataPath.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPath.js b/typescript/dist/esm/models/DataPath.js index 5762879b..1158c9aa 100644 --- a/typescript/dist/esm/models/DataPath.js +++ b/typescript/dist/esm/models/DataPath.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf.d.ts b/typescript/dist/esm/models/DataPathOneOf.d.ts index 5182804a..63e792fc 100644 --- a/typescript/dist/esm/models/DataPathOneOf.d.ts +++ b/typescript/dist/esm/models/DataPathOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf.js b/typescript/dist/esm/models/DataPathOneOf.js index 24f2290e..654d38ea 100644 --- a/typescript/dist/esm/models/DataPathOneOf.js +++ b/typescript/dist/esm/models/DataPathOneOf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf1.d.ts b/typescript/dist/esm/models/DataPathOneOf1.d.ts index 94767d68..b2297105 100644 --- a/typescript/dist/esm/models/DataPathOneOf1.d.ts +++ b/typescript/dist/esm/models/DataPathOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataPathOneOf1.js b/typescript/dist/esm/models/DataPathOneOf1.js index 7eda2a54..749acfb6 100644 --- a/typescript/dist/esm/models/DataPathOneOf1.js +++ b/typescript/dist/esm/models/DataPathOneOf1.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataProviderResource.d.ts b/typescript/dist/esm/models/DataProviderResource.d.ts index e8060c9c..4fafacba 100644 --- a/typescript/dist/esm/models/DataProviderResource.d.ts +++ b/typescript/dist/esm/models/DataProviderResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataProviderResource.js b/typescript/dist/esm/models/DataProviderResource.js index b27f9e4c..f88fdf39 100644 --- a/typescript/dist/esm/models/DataProviderResource.js +++ b/typescript/dist/esm/models/DataProviderResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsage.d.ts b/typescript/dist/esm/models/DataUsage.d.ts index c406d613..5730476b 100644 --- a/typescript/dist/esm/models/DataUsage.d.ts +++ b/typescript/dist/esm/models/DataUsage.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsage.js b/typescript/dist/esm/models/DataUsage.js index 208731c2..85573dd0 100644 --- a/typescript/dist/esm/models/DataUsage.js +++ b/typescript/dist/esm/models/DataUsage.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsageSummary.d.ts b/typescript/dist/esm/models/DataUsageSummary.d.ts index 818080e3..c3d182d3 100644 --- a/typescript/dist/esm/models/DataUsageSummary.d.ts +++ b/typescript/dist/esm/models/DataUsageSummary.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DataUsageSummary.js b/typescript/dist/esm/models/DataUsageSummary.js index ca2a6142..58714930 100644 --- a/typescript/dist/esm/models/DataUsageSummary.js +++ b/typescript/dist/esm/models/DataUsageSummary.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts b/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts index faf0eaeb..1a628b7d 100644 --- a/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts +++ b/typescript/dist/esm/models/DatabaseConnectionConfig.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatabaseConnectionConfig.js b/typescript/dist/esm/models/DatabaseConnectionConfig.js index 5b20a0af..86f09b36 100644 --- a/typescript/dist/esm/models/DatabaseConnectionConfig.js +++ b/typescript/dist/esm/models/DatabaseConnectionConfig.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Dataset.d.ts b/typescript/dist/esm/models/Dataset.d.ts index 5dd433f5..4e7137e5 100644 --- a/typescript/dist/esm/models/Dataset.d.ts +++ b/typescript/dist/esm/models/Dataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Dataset.js b/typescript/dist/esm/models/Dataset.js index e1d2c991..5ab57f4c 100644 --- a/typescript/dist/esm/models/Dataset.js +++ b/typescript/dist/esm/models/Dataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetDefinition.d.ts b/typescript/dist/esm/models/DatasetDefinition.d.ts index 4ff6160a..3160571c 100644 --- a/typescript/dist/esm/models/DatasetDefinition.d.ts +++ b/typescript/dist/esm/models/DatasetDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetDefinition.js b/typescript/dist/esm/models/DatasetDefinition.js index 4dead4e2..b47209f8 100644 --- a/typescript/dist/esm/models/DatasetDefinition.js +++ b/typescript/dist/esm/models/DatasetDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts b/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts index 2182b02d..14ddfa91 100644 --- a/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts +++ b/typescript/dist/esm/models/DatasetLayerListingCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingCollection.js b/typescript/dist/esm/models/DatasetLayerListingCollection.js index f18f39fb..03dbd033 100644 --- a/typescript/dist/esm/models/DatasetLayerListingCollection.js +++ b/typescript/dist/esm/models/DatasetLayerListingCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts index 87d65e8e..502a246a 100644 --- a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts +++ b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js index 8b9cbdd4..7ac78e91 100644 --- a/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js +++ b/typescript/dist/esm/models/DatasetLayerListingProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetListing.d.ts b/typescript/dist/esm/models/DatasetListing.d.ts index 01328add..cf0398b2 100644 --- a/typescript/dist/esm/models/DatasetListing.d.ts +++ b/typescript/dist/esm/models/DatasetListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetListing.js b/typescript/dist/esm/models/DatasetListing.js index b340e224..60e4a5e2 100644 --- a/typescript/dist/esm/models/DatasetListing.js +++ b/typescript/dist/esm/models/DatasetListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetNameResponse.d.ts b/typescript/dist/esm/models/DatasetNameResponse.d.ts index 5295eb28..56db7666 100644 --- a/typescript/dist/esm/models/DatasetNameResponse.d.ts +++ b/typescript/dist/esm/models/DatasetNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetNameResponse.js b/typescript/dist/esm/models/DatasetNameResponse.js index d6ddef4f..0f953b17 100644 --- a/typescript/dist/esm/models/DatasetNameResponse.js +++ b/typescript/dist/esm/models/DatasetNameResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetResource.d.ts b/typescript/dist/esm/models/DatasetResource.d.ts index c9dc85e6..14e63310 100644 --- a/typescript/dist/esm/models/DatasetResource.d.ts +++ b/typescript/dist/esm/models/DatasetResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DatasetResource.js b/typescript/dist/esm/models/DatasetResource.js index 32227cba..9aa8a3ad 100644 --- a/typescript/dist/esm/models/DatasetResource.js +++ b/typescript/dist/esm/models/DatasetResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedColor.d.ts b/typescript/dist/esm/models/DerivedColor.d.ts index 4a4bed2c..f0269348 100644 --- a/typescript/dist/esm/models/DerivedColor.d.ts +++ b/typescript/dist/esm/models/DerivedColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedColor.js b/typescript/dist/esm/models/DerivedColor.js index 8814d9fe..8a9b6e54 100644 --- a/typescript/dist/esm/models/DerivedColor.js +++ b/typescript/dist/esm/models/DerivedColor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedNumber.d.ts b/typescript/dist/esm/models/DerivedNumber.d.ts index 33d8105b..580d45e5 100644 --- a/typescript/dist/esm/models/DerivedNumber.d.ts +++ b/typescript/dist/esm/models/DerivedNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DerivedNumber.js b/typescript/dist/esm/models/DerivedNumber.js index 3a87d52c..f5ecf974 100644 --- a/typescript/dist/esm/models/DerivedNumber.js +++ b/typescript/dist/esm/models/DerivedNumber.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts index 5cc34e7e..4e593d5e 100644 --- a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts +++ b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.js b/typescript/dist/esm/models/DescribeCoverageRequest.js index fd5ae1f5..88a1e506 100644 --- a/typescript/dist/esm/models/DescribeCoverageRequest.js +++ b/typescript/dist/esm/models/DescribeCoverageRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts index 470692b3..33feaa31 100644 --- a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js index 7f8b5fc4..57d7d153 100644 --- a/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js +++ b/typescript/dist/esm/models/EbvPortalDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts b/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts index 78c1e745..6be39166 100644 --- a/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/EdrDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrDataProviderDefinition.js b/typescript/dist/esm/models/EdrDataProviderDefinition.js index 2c4174b2..d942dd03 100644 --- a/typescript/dist/esm/models/EdrDataProviderDefinition.js +++ b/typescript/dist/esm/models/EdrDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrVectorSpec.d.ts b/typescript/dist/esm/models/EdrVectorSpec.d.ts index be4dd9a1..7a66eb5b 100644 --- a/typescript/dist/esm/models/EdrVectorSpec.d.ts +++ b/typescript/dist/esm/models/EdrVectorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/EdrVectorSpec.js b/typescript/dist/esm/models/EdrVectorSpec.js index b077a81d..14a7c984 100644 --- a/typescript/dist/esm/models/EdrVectorSpec.js +++ b/typescript/dist/esm/models/EdrVectorSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ErrorResponse.d.ts b/typescript/dist/esm/models/ErrorResponse.d.ts index 854640e6..8e9a1c69 100644 --- a/typescript/dist/esm/models/ErrorResponse.d.ts +++ b/typescript/dist/esm/models/ErrorResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ErrorResponse.js b/typescript/dist/esm/models/ErrorResponse.js index f1a84cb9..2c2a0b94 100644 --- a/typescript/dist/esm/models/ErrorResponse.js +++ b/typescript/dist/esm/models/ErrorResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ExternalDataId.d.ts b/typescript/dist/esm/models/ExternalDataId.d.ts index 7d545dd8..c9d04fdc 100644 --- a/typescript/dist/esm/models/ExternalDataId.d.ts +++ b/typescript/dist/esm/models/ExternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ExternalDataId.js b/typescript/dist/esm/models/ExternalDataId.js index 0c57cb42..a5ce5b71 100644 --- a/typescript/dist/esm/models/ExternalDataId.js +++ b/typescript/dist/esm/models/ExternalDataId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FeatureDataType.d.ts b/typescript/dist/esm/models/FeatureDataType.d.ts index a0b12e48..31a483e6 100644 --- a/typescript/dist/esm/models/FeatureDataType.d.ts +++ b/typescript/dist/esm/models/FeatureDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FeatureDataType.js b/typescript/dist/esm/models/FeatureDataType.js index d488d6af..370f995d 100644 --- a/typescript/dist/esm/models/FeatureDataType.js +++ b/typescript/dist/esm/models/FeatureDataType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FileNotFoundHandling.d.ts b/typescript/dist/esm/models/FileNotFoundHandling.d.ts index 8467ab74..ee4e23d9 100644 --- a/typescript/dist/esm/models/FileNotFoundHandling.d.ts +++ b/typescript/dist/esm/models/FileNotFoundHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FileNotFoundHandling.js b/typescript/dist/esm/models/FileNotFoundHandling.js index 007e0498..b629e913 100644 --- a/typescript/dist/esm/models/FileNotFoundHandling.js +++ b/typescript/dist/esm/models/FileNotFoundHandling.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecifics.d.ts b/typescript/dist/esm/models/FormatSpecifics.d.ts index 4796f32b..aa7de4c7 100644 --- a/typescript/dist/esm/models/FormatSpecifics.d.ts +++ b/typescript/dist/esm/models/FormatSpecifics.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecifics.js b/typescript/dist/esm/models/FormatSpecifics.js index 0d1bc0cf..5204c999 100644 --- a/typescript/dist/esm/models/FormatSpecifics.js +++ b/typescript/dist/esm/models/FormatSpecifics.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecificsCsv.d.ts b/typescript/dist/esm/models/FormatSpecificsCsv.d.ts index 16b6f36e..4dde2f1e 100644 --- a/typescript/dist/esm/models/FormatSpecificsCsv.d.ts +++ b/typescript/dist/esm/models/FormatSpecificsCsv.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/FormatSpecificsCsv.js b/typescript/dist/esm/models/FormatSpecificsCsv.js index 332c5869..f8758980 100644 --- a/typescript/dist/esm/models/FormatSpecificsCsv.js +++ b/typescript/dist/esm/models/FormatSpecificsCsv.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts b/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts index bc3acbd2..89dcb504 100644 --- a/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/GbifDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GbifDataProviderDefinition.js b/typescript/dist/esm/models/GbifDataProviderDefinition.js index 5210d38d..137dc356 100644 --- a/typescript/dist/esm/models/GbifDataProviderDefinition.js +++ b/typescript/dist/esm/models/GbifDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts b/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts index cd084cf3..097de277 100644 --- a/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts +++ b/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetGeoTransform.js b/typescript/dist/esm/models/GdalDatasetGeoTransform.js index ef8c7df6..e84477a1 100644 --- a/typescript/dist/esm/models/GdalDatasetGeoTransform.js +++ b/typescript/dist/esm/models/GdalDatasetGeoTransform.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetParameters.d.ts b/typescript/dist/esm/models/GdalDatasetParameters.d.ts index 32c9a296..d2ffeb7f 100644 --- a/typescript/dist/esm/models/GdalDatasetParameters.d.ts +++ b/typescript/dist/esm/models/GdalDatasetParameters.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalDatasetParameters.js b/typescript/dist/esm/models/GdalDatasetParameters.js index d5dedb53..2a33d324 100644 --- a/typescript/dist/esm/models/GdalDatasetParameters.js +++ b/typescript/dist/esm/models/GdalDatasetParameters.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts index c90109bf..2cb6b45b 100644 --- a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts +++ b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js index 2e3b6b61..c77d6a7b 100644 --- a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js +++ b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataList.d.ts b/typescript/dist/esm/models/GdalMetaDataList.d.ts index 201f39c3..d1bee061 100644 --- a/typescript/dist/esm/models/GdalMetaDataList.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataList.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataList.js b/typescript/dist/esm/models/GdalMetaDataList.js index d9f205ef..c3520faa 100644 --- a/typescript/dist/esm/models/GdalMetaDataList.js +++ b/typescript/dist/esm/models/GdalMetaDataList.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataRegular.d.ts b/typescript/dist/esm/models/GdalMetaDataRegular.d.ts index f91ecd4f..50fe2d5d 100644 --- a/typescript/dist/esm/models/GdalMetaDataRegular.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataRegular.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataRegular.js b/typescript/dist/esm/models/GdalMetaDataRegular.js index 0645084d..6f53e171 100644 --- a/typescript/dist/esm/models/GdalMetaDataRegular.js +++ b/typescript/dist/esm/models/GdalMetaDataRegular.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataStatic.d.ts b/typescript/dist/esm/models/GdalMetaDataStatic.d.ts index 735d01af..eb61b627 100644 --- a/typescript/dist/esm/models/GdalMetaDataStatic.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataStatic.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetaDataStatic.js b/typescript/dist/esm/models/GdalMetaDataStatic.js index 0b5d73ca..6a969287 100644 --- a/typescript/dist/esm/models/GdalMetaDataStatic.js +++ b/typescript/dist/esm/models/GdalMetaDataStatic.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataMapping.d.ts b/typescript/dist/esm/models/GdalMetadataMapping.d.ts index 657aae9f..c0252924 100644 --- a/typescript/dist/esm/models/GdalMetadataMapping.d.ts +++ b/typescript/dist/esm/models/GdalMetadataMapping.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataMapping.js b/typescript/dist/esm/models/GdalMetadataMapping.js index dc0824a0..95c9684d 100644 --- a/typescript/dist/esm/models/GdalMetadataMapping.js +++ b/typescript/dist/esm/models/GdalMetadataMapping.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts b/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts index d24c38e2..0c651af6 100644 --- a/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts +++ b/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalMetadataNetCdfCf.js b/typescript/dist/esm/models/GdalMetadataNetCdfCf.js index fd26ce41..6dcc581f 100644 --- a/typescript/dist/esm/models/GdalMetadataNetCdfCf.js +++ b/typescript/dist/esm/models/GdalMetadataNetCdfCf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts b/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts index d8e9be5b..ca70fecd 100644 --- a/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts +++ b/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GdalSourceTimePlaceholder.js b/typescript/dist/esm/models/GdalSourceTimePlaceholder.js index f42b5240..3eded3e8 100644 --- a/typescript/dist/esm/models/GdalSourceTimePlaceholder.js +++ b/typescript/dist/esm/models/GdalSourceTimePlaceholder.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoJson.d.ts b/typescript/dist/esm/models/GeoJson.d.ts index 993ad8c6..febe684c 100644 --- a/typescript/dist/esm/models/GeoJson.d.ts +++ b/typescript/dist/esm/models/GeoJson.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoJson.js b/typescript/dist/esm/models/GeoJson.js index 7fafd844..433765a5 100644 --- a/typescript/dist/esm/models/GeoJson.js +++ b/typescript/dist/esm/models/GeoJson.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GeoTransform.d.ts b/typescript/dist/esm/models/GeoTransform.d.ts new file mode 100644 index 00000000..567cfb20 --- /dev/null +++ b/typescript/dist/esm/models/GeoTransform.d.ts @@ -0,0 +1,45 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { Coordinate2D } from './Coordinate2D'; +/** + * + * @export + * @interface GeoTransform + */ +export interface GeoTransform { + /** + * + * @type {Coordinate2D} + * @memberof GeoTransform + */ + originCoordinate: Coordinate2D; + /** + * + * @type {number} + * @memberof GeoTransform + */ + xPixelSize: number; + /** + * + * @type {number} + * @memberof GeoTransform + */ + yPixelSize: number; +} +/** + * Check if a given object implements the GeoTransform interface. + */ +export declare function instanceOfGeoTransform(value: object): value is GeoTransform; +export declare function GeoTransformFromJSON(json: any): GeoTransform; +export declare function GeoTransformFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoTransform; +export declare function GeoTransformToJSON(json: any): GeoTransform; +export declare function GeoTransformToJSONTyped(value?: GeoTransform | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GeoTransform.js b/typescript/dist/esm/models/GeoTransform.js new file mode 100644 index 00000000..e2779a2f --- /dev/null +++ b/typescript/dist/esm/models/GeoTransform.js @@ -0,0 +1,52 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { Coordinate2DFromJSON, Coordinate2DToJSON, } from './Coordinate2D'; +/** + * Check if a given object implements the GeoTransform interface. + */ +export function instanceOfGeoTransform(value) { + if (!('originCoordinate' in value) || value['originCoordinate'] === undefined) + return false; + if (!('xPixelSize' in value) || value['xPixelSize'] === undefined) + return false; + if (!('yPixelSize' in value) || value['yPixelSize'] === undefined) + return false; + return true; +} +export function GeoTransformFromJSON(json) { + return GeoTransformFromJSONTyped(json, false); +} +export function GeoTransformFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'originCoordinate': Coordinate2DFromJSON(json['originCoordinate']), + 'xPixelSize': json['xPixelSize'], + 'yPixelSize': json['yPixelSize'], + }; +} +export function GeoTransformToJSON(json) { + return GeoTransformToJSONTyped(json, false); +} +export function GeoTransformToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'originCoordinate': Coordinate2DToJSON(value['originCoordinate']), + 'xPixelSize': value['xPixelSize'], + 'yPixelSize': value['yPixelSize'], + }; +} diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts index fd1027eb..9a4034dc 100644 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts +++ b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.js b/typescript/dist/esm/models/GetCapabilitiesFormat.js index 2fffd11e..4f0b7b90 100644 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.js +++ b/typescript/dist/esm/models/GetCapabilitiesFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts index 4c06be57..c1309d45 100644 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts +++ b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.js b/typescript/dist/esm/models/GetCapabilitiesRequest.js index b43cfef4..0340671b 100644 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.js +++ b/typescript/dist/esm/models/GetCapabilitiesRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageFormat.d.ts b/typescript/dist/esm/models/GetCoverageFormat.d.ts index f4b2f64d..1691a28c 100644 --- a/typescript/dist/esm/models/GetCoverageFormat.d.ts +++ b/typescript/dist/esm/models/GetCoverageFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageFormat.js b/typescript/dist/esm/models/GetCoverageFormat.js index 55066e1d..d35e2156 100644 --- a/typescript/dist/esm/models/GetCoverageFormat.js +++ b/typescript/dist/esm/models/GetCoverageFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageRequest.d.ts b/typescript/dist/esm/models/GetCoverageRequest.d.ts index 14c7eb33..66a5e4f4 100644 --- a/typescript/dist/esm/models/GetCoverageRequest.d.ts +++ b/typescript/dist/esm/models/GetCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetCoverageRequest.js b/typescript/dist/esm/models/GetCoverageRequest.js index 65636a12..5545c08f 100644 --- a/typescript/dist/esm/models/GetCoverageRequest.js +++ b/typescript/dist/esm/models/GetCoverageRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetFeatureRequest.d.ts b/typescript/dist/esm/models/GetFeatureRequest.d.ts index b3543aba..ed0b6064 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.d.ts +++ b/typescript/dist/esm/models/GetFeatureRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetFeatureRequest.js b/typescript/dist/esm/models/GetFeatureRequest.js index 17218364..ec0c0012 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.js +++ b/typescript/dist/esm/models/GetFeatureRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts index 90ff104d..d05f4a02 100644 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts +++ b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.js b/typescript/dist/esm/models/GetLegendGraphicRequest.js index bc8d123f..7e9993fb 100644 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.js +++ b/typescript/dist/esm/models/GetLegendGraphicRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapExceptionFormat.d.ts b/typescript/dist/esm/models/GetMapExceptionFormat.d.ts index c792af4c..1e8e87c4 100644 --- a/typescript/dist/esm/models/GetMapExceptionFormat.d.ts +++ b/typescript/dist/esm/models/GetMapExceptionFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapExceptionFormat.js b/typescript/dist/esm/models/GetMapExceptionFormat.js index b1b7eeb0..d3f1939b 100644 --- a/typescript/dist/esm/models/GetMapExceptionFormat.js +++ b/typescript/dist/esm/models/GetMapExceptionFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapFormat.d.ts b/typescript/dist/esm/models/GetMapFormat.d.ts index 929d5f9a..9d8bec75 100644 --- a/typescript/dist/esm/models/GetMapFormat.d.ts +++ b/typescript/dist/esm/models/GetMapFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapFormat.js b/typescript/dist/esm/models/GetMapFormat.js index 95b34fc5..433734ba 100644 --- a/typescript/dist/esm/models/GetMapFormat.js +++ b/typescript/dist/esm/models/GetMapFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapRequest.d.ts b/typescript/dist/esm/models/GetMapRequest.d.ts index f35fc7ab..04c01ac6 100644 --- a/typescript/dist/esm/models/GetMapRequest.d.ts +++ b/typescript/dist/esm/models/GetMapRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GetMapRequest.js b/typescript/dist/esm/models/GetMapRequest.js index 46e0dfaf..37ba3276 100644 --- a/typescript/dist/esm/models/GetMapRequest.js +++ b/typescript/dist/esm/models/GetMapRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts index 6b0bf577..2d9ecd9c 100644 --- a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js index 5ab37904..0452f04d 100644 --- a/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js +++ b/typescript/dist/esm/models/GfbioAbcdDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts index cc668f6b..860d29d8 100644 --- a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js index 92cc0ed2..679f7a25 100644 --- a/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js +++ b/typescript/dist/esm/models/GfbioCollectionsDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/GridBoundingBox2D.d.ts b/typescript/dist/esm/models/GridBoundingBox2D.d.ts new file mode 100644 index 00000000..29363306 --- /dev/null +++ b/typescript/dist/esm/models/GridBoundingBox2D.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridIdx2D } from './GridIdx2D'; +/** + * + * @export + * @interface GridBoundingBox2D + */ +export interface GridBoundingBox2D { + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + bottomRightIdx: GridIdx2D; + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + topLeftIdx: GridIdx2D; +} +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export declare function instanceOfGridBoundingBox2D(value: object): value is GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSONTyped(value?: GridBoundingBox2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GridBoundingBox2D.js b/typescript/dist/esm/models/GridBoundingBox2D.js new file mode 100644 index 00000000..0808758b --- /dev/null +++ b/typescript/dist/esm/models/GridBoundingBox2D.js @@ -0,0 +1,48 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { GridIdx2DFromJSON, GridIdx2DToJSON, } from './GridIdx2D'; +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export function instanceOfGridBoundingBox2D(value) { + if (!('bottomRightIdx' in value) || value['bottomRightIdx'] === undefined) + return false; + if (!('topLeftIdx' in value) || value['topLeftIdx'] === undefined) + return false; + return true; +} +export function GridBoundingBox2DFromJSON(json) { + return GridBoundingBox2DFromJSONTyped(json, false); +} +export function GridBoundingBox2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bottomRightIdx': GridIdx2DFromJSON(json['bottomRightIdx']), + 'topLeftIdx': GridIdx2DFromJSON(json['topLeftIdx']), + }; +} +export function GridBoundingBox2DToJSON(json) { + return GridBoundingBox2DToJSONTyped(json, false); +} +export function GridBoundingBox2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bottomRightIdx': GridIdx2DToJSON(value['bottomRightIdx']), + 'topLeftIdx': GridIdx2DToJSON(value['topLeftIdx']), + }; +} diff --git a/typescript/dist/esm/models/GridIdx2D.d.ts b/typescript/dist/esm/models/GridIdx2D.d.ts new file mode 100644 index 00000000..fc4a6e1d --- /dev/null +++ b/typescript/dist/esm/models/GridIdx2D.d.ts @@ -0,0 +1,38 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + * @interface GridIdx2D + */ +export interface GridIdx2D { + /** + * + * @type {number} + * @memberof GridIdx2D + */ + xIdx: number; + /** + * + * @type {number} + * @memberof GridIdx2D + */ + yIdx: number; +} +/** + * Check if a given object implements the GridIdx2D interface. + */ +export declare function instanceOfGridIdx2D(value: object): value is GridIdx2D; +export declare function GridIdx2DFromJSON(json: any): GridIdx2D; +export declare function GridIdx2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridIdx2D; +export declare function GridIdx2DToJSON(json: any): GridIdx2D; +export declare function GridIdx2DToJSONTyped(value?: GridIdx2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GridIdx2D.js b/typescript/dist/esm/models/GridIdx2D.js new file mode 100644 index 00000000..59fc198e --- /dev/null +++ b/typescript/dist/esm/models/GridIdx2D.js @@ -0,0 +1,47 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * Check if a given object implements the GridIdx2D interface. + */ +export function instanceOfGridIdx2D(value) { + if (!('xIdx' in value) || value['xIdx'] === undefined) + return false; + if (!('yIdx' in value) || value['yIdx'] === undefined) + return false; + return true; +} +export function GridIdx2DFromJSON(json) { + return GridIdx2DFromJSONTyped(json, false); +} +export function GridIdx2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'xIdx': json['xIdx'], + 'yIdx': json['yIdx'], + }; +} +export function GridIdx2DToJSON(json) { + return GridIdx2DToJSONTyped(json, false); +} +export function GridIdx2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'xIdx': value['xIdx'], + 'yIdx': value['yIdx'], + }; +} diff --git a/typescript/dist/esm/models/IdResponse.d.ts b/typescript/dist/esm/models/IdResponse.d.ts index 9ef5bbfd..74c403e0 100644 --- a/typescript/dist/esm/models/IdResponse.d.ts +++ b/typescript/dist/esm/models/IdResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/IdResponse.js b/typescript/dist/esm/models/IdResponse.js index 35f98030..5de12eb3 100644 --- a/typescript/dist/esm/models/IdResponse.js +++ b/typescript/dist/esm/models/IdResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/InternalDataId.d.ts b/typescript/dist/esm/models/InternalDataId.d.ts index fb4a3a83..442416cf 100644 --- a/typescript/dist/esm/models/InternalDataId.d.ts +++ b/typescript/dist/esm/models/InternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/InternalDataId.js b/typescript/dist/esm/models/InternalDataId.js index 6d9308ec..71d34146 100644 --- a/typescript/dist/esm/models/InternalDataId.js +++ b/typescript/dist/esm/models/InternalDataId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Layer.d.ts b/typescript/dist/esm/models/Layer.d.ts index 907e6232..7f9d1f7c 100644 --- a/typescript/dist/esm/models/Layer.d.ts +++ b/typescript/dist/esm/models/Layer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Layer.js b/typescript/dist/esm/models/Layer.js index 29ee0cdb..d21b5222 100644 --- a/typescript/dist/esm/models/Layer.js +++ b/typescript/dist/esm/models/Layer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollection.d.ts b/typescript/dist/esm/models/LayerCollection.d.ts index 194aebf0..6a0c3279 100644 --- a/typescript/dist/esm/models/LayerCollection.d.ts +++ b/typescript/dist/esm/models/LayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollection.js b/typescript/dist/esm/models/LayerCollection.js index cf655620..5744c59c 100644 --- a/typescript/dist/esm/models/LayerCollection.js +++ b/typescript/dist/esm/models/LayerCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionListing.d.ts b/typescript/dist/esm/models/LayerCollectionListing.d.ts index a83e8c0d..8c8f6675 100644 --- a/typescript/dist/esm/models/LayerCollectionListing.d.ts +++ b/typescript/dist/esm/models/LayerCollectionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionListing.js b/typescript/dist/esm/models/LayerCollectionListing.js index 7c097dbb..b0bdf73b 100644 --- a/typescript/dist/esm/models/LayerCollectionListing.js +++ b/typescript/dist/esm/models/LayerCollectionListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionResource.d.ts b/typescript/dist/esm/models/LayerCollectionResource.d.ts index ec129b62..c70a022c 100644 --- a/typescript/dist/esm/models/LayerCollectionResource.d.ts +++ b/typescript/dist/esm/models/LayerCollectionResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerCollectionResource.js b/typescript/dist/esm/models/LayerCollectionResource.js index 2e96348f..b686289c 100644 --- a/typescript/dist/esm/models/LayerCollectionResource.js +++ b/typescript/dist/esm/models/LayerCollectionResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerListing.d.ts b/typescript/dist/esm/models/LayerListing.d.ts index b2526193..c0c90245 100644 --- a/typescript/dist/esm/models/LayerListing.d.ts +++ b/typescript/dist/esm/models/LayerListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerListing.js b/typescript/dist/esm/models/LayerListing.js index 37bc31cb..121868b1 100644 --- a/typescript/dist/esm/models/LayerListing.js +++ b/typescript/dist/esm/models/LayerListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerProviderListing.d.ts b/typescript/dist/esm/models/LayerProviderListing.d.ts index 6bc0f844..3345f112 100644 --- a/typescript/dist/esm/models/LayerProviderListing.d.ts +++ b/typescript/dist/esm/models/LayerProviderListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerProviderListing.js b/typescript/dist/esm/models/LayerProviderListing.js index 9a7c2102..2bb05f8c 100644 --- a/typescript/dist/esm/models/LayerProviderListing.js +++ b/typescript/dist/esm/models/LayerProviderListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerResource.d.ts b/typescript/dist/esm/models/LayerResource.d.ts index 679ab67d..b3097338 100644 --- a/typescript/dist/esm/models/LayerResource.d.ts +++ b/typescript/dist/esm/models/LayerResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerResource.js b/typescript/dist/esm/models/LayerResource.js index 907e8a55..902666e7 100644 --- a/typescript/dist/esm/models/LayerResource.js +++ b/typescript/dist/esm/models/LayerResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerVisibility.d.ts b/typescript/dist/esm/models/LayerVisibility.d.ts index cadd44db..5f17a088 100644 --- a/typescript/dist/esm/models/LayerVisibility.d.ts +++ b/typescript/dist/esm/models/LayerVisibility.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LayerVisibility.js b/typescript/dist/esm/models/LayerVisibility.js index 4cee5186..cd3da3df 100644 --- a/typescript/dist/esm/models/LayerVisibility.js +++ b/typescript/dist/esm/models/LayerVisibility.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LineSymbology.d.ts b/typescript/dist/esm/models/LineSymbology.d.ts index 02ba3590..5080fa2f 100644 --- a/typescript/dist/esm/models/LineSymbology.d.ts +++ b/typescript/dist/esm/models/LineSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LineSymbology.js b/typescript/dist/esm/models/LineSymbology.js index fac48181..8b7b7044 100644 --- a/typescript/dist/esm/models/LineSymbology.js +++ b/typescript/dist/esm/models/LineSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LinearGradient.d.ts b/typescript/dist/esm/models/LinearGradient.d.ts index 04ab36a1..08210b75 100644 --- a/typescript/dist/esm/models/LinearGradient.d.ts +++ b/typescript/dist/esm/models/LinearGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LinearGradient.js b/typescript/dist/esm/models/LinearGradient.js index a661f669..76e2a8e1 100644 --- a/typescript/dist/esm/models/LinearGradient.js +++ b/typescript/dist/esm/models/LinearGradient.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LogarithmicGradient.d.ts b/typescript/dist/esm/models/LogarithmicGradient.d.ts index 1d89248f..63cd8a45 100644 --- a/typescript/dist/esm/models/LogarithmicGradient.d.ts +++ b/typescript/dist/esm/models/LogarithmicGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/LogarithmicGradient.js b/typescript/dist/esm/models/LogarithmicGradient.js index 94c90943..4ee0eb42 100644 --- a/typescript/dist/esm/models/LogarithmicGradient.js +++ b/typescript/dist/esm/models/LogarithmicGradient.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Measurement.d.ts b/typescript/dist/esm/models/Measurement.d.ts index 4ea22b1a..4d7e6248 100644 --- a/typescript/dist/esm/models/Measurement.d.ts +++ b/typescript/dist/esm/models/Measurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Measurement.js b/typescript/dist/esm/models/Measurement.js index 9f085d32..95c6f584 100644 --- a/typescript/dist/esm/models/Measurement.js +++ b/typescript/dist/esm/models/Measurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataDefinition.d.ts b/typescript/dist/esm/models/MetaDataDefinition.d.ts index 89e767ee..e547a8fb 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.d.ts +++ b/typescript/dist/esm/models/MetaDataDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataDefinition.js b/typescript/dist/esm/models/MetaDataDefinition.js index 1c7ed0e2..c8c0e2cc 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.js +++ b/typescript/dist/esm/models/MetaDataDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataSuggestion.d.ts b/typescript/dist/esm/models/MetaDataSuggestion.d.ts index dd1cc615..04fea8e9 100644 --- a/typescript/dist/esm/models/MetaDataSuggestion.d.ts +++ b/typescript/dist/esm/models/MetaDataSuggestion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MetaDataSuggestion.js b/typescript/dist/esm/models/MetaDataSuggestion.js index 5d12af32..6a13bf6b 100644 --- a/typescript/dist/esm/models/MetaDataSuggestion.js +++ b/typescript/dist/esm/models/MetaDataSuggestion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModel.d.ts b/typescript/dist/esm/models/MlModel.d.ts index 64f05031..7752294a 100644 --- a/typescript/dist/esm/models/MlModel.d.ts +++ b/typescript/dist/esm/models/MlModel.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModel.js b/typescript/dist/esm/models/MlModel.js index 672aaca3..e0dd4528 100644 --- a/typescript/dist/esm/models/MlModel.js +++ b/typescript/dist/esm/models/MlModel.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts b/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts index f75e855d..88688a2f 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts +++ b/typescript/dist/esm/models/MlModelInputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandling.js b/typescript/dist/esm/models/MlModelInputNoDataHandling.js index 888fa64a..a5b32466 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandling.js +++ b/typescript/dist/esm/models/MlModelInputNoDataHandling.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts index 586c68f3..a44f2eb2 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts +++ b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js index 3c2173af..d752fec6 100644 --- a/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js +++ b/typescript/dist/esm/models/MlModelInputNoDataHandlingVariant.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelMetadata.d.ts b/typescript/dist/esm/models/MlModelMetadata.d.ts index 4775626c..1bbaf2aa 100644 --- a/typescript/dist/esm/models/MlModelMetadata.d.ts +++ b/typescript/dist/esm/models/MlModelMetadata.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelMetadata.js b/typescript/dist/esm/models/MlModelMetadata.js index 7807e952..c306b79b 100644 --- a/typescript/dist/esm/models/MlModelMetadata.js +++ b/typescript/dist/esm/models/MlModelMetadata.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelNameResponse.d.ts b/typescript/dist/esm/models/MlModelNameResponse.d.ts index 9d610baa..19de494a 100644 --- a/typescript/dist/esm/models/MlModelNameResponse.d.ts +++ b/typescript/dist/esm/models/MlModelNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelNameResponse.js b/typescript/dist/esm/models/MlModelNameResponse.js index 3c954dcd..2769caa3 100644 --- a/typescript/dist/esm/models/MlModelNameResponse.js +++ b/typescript/dist/esm/models/MlModelNameResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts b/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts index f99e63af..de37cc54 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandling.js b/typescript/dist/esm/models/MlModelOutputNoDataHandling.js index 4397e7ea..e1c91af7 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandling.js +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandling.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts index f48e7b43..020d85d9 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js index d00ec436..1b2e8c3c 100644 --- a/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js +++ b/typescript/dist/esm/models/MlModelOutputNoDataHandlingVariant.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelResource.d.ts b/typescript/dist/esm/models/MlModelResource.d.ts index 964b33e5..3ef3a543 100644 --- a/typescript/dist/esm/models/MlModelResource.d.ts +++ b/typescript/dist/esm/models/MlModelResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlModelResource.js b/typescript/dist/esm/models/MlModelResource.js index d693ac46..c3f11439 100644 --- a/typescript/dist/esm/models/MlModelResource.js +++ b/typescript/dist/esm/models/MlModelResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlTensorShape3D.d.ts b/typescript/dist/esm/models/MlTensorShape3D.d.ts index bdbb9421..5cde6385 100644 --- a/typescript/dist/esm/models/MlTensorShape3D.d.ts +++ b/typescript/dist/esm/models/MlTensorShape3D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MlTensorShape3D.js b/typescript/dist/esm/models/MlTensorShape3D.js index 23fd4e9b..1bc031b3 100644 --- a/typescript/dist/esm/models/MlTensorShape3D.js +++ b/typescript/dist/esm/models/MlTensorShape3D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts index 4aaed260..3a94f96a 100644 --- a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts +++ b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js index 1468e498..93f61ee9 100644 --- a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js +++ b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockMetaData.d.ts b/typescript/dist/esm/models/MockMetaData.d.ts index 06c65faa..aac62d02 100644 --- a/typescript/dist/esm/models/MockMetaData.d.ts +++ b/typescript/dist/esm/models/MockMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MockMetaData.js b/typescript/dist/esm/models/MockMetaData.js index dbb469ae..6fca2a62 100644 --- a/typescript/dist/esm/models/MockMetaData.js +++ b/typescript/dist/esm/models/MockMetaData.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts b/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts index a937f8e1..96c226d1 100644 --- a/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts +++ b/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiBandRasterColorizer.js b/typescript/dist/esm/models/MultiBandRasterColorizer.js index b2c1725c..bdabd731 100644 --- a/typescript/dist/esm/models/MultiBandRasterColorizer.js +++ b/typescript/dist/esm/models/MultiBandRasterColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiLineString.d.ts b/typescript/dist/esm/models/MultiLineString.d.ts index f9f4be33..9484d345 100644 --- a/typescript/dist/esm/models/MultiLineString.d.ts +++ b/typescript/dist/esm/models/MultiLineString.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiLineString.js b/typescript/dist/esm/models/MultiLineString.js index 8eaf2809..fd746148 100644 --- a/typescript/dist/esm/models/MultiLineString.js +++ b/typescript/dist/esm/models/MultiLineString.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPoint.d.ts b/typescript/dist/esm/models/MultiPoint.d.ts index 28b2c040..49766108 100644 --- a/typescript/dist/esm/models/MultiPoint.d.ts +++ b/typescript/dist/esm/models/MultiPoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPoint.js b/typescript/dist/esm/models/MultiPoint.js index b2b3b005..abfe50d4 100644 --- a/typescript/dist/esm/models/MultiPoint.js +++ b/typescript/dist/esm/models/MultiPoint.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPolygon.d.ts b/typescript/dist/esm/models/MultiPolygon.d.ts index 1055bc0b..bbe46e77 100644 --- a/typescript/dist/esm/models/MultiPolygon.d.ts +++ b/typescript/dist/esm/models/MultiPolygon.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/MultiPolygon.js b/typescript/dist/esm/models/MultiPolygon.js index 443bb540..2f1dd5b4 100644 --- a/typescript/dist/esm/models/MultiPolygon.js +++ b/typescript/dist/esm/models/MultiPolygon.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts index 955a3a15..bef7b584 100644 --- a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js index 8b6373ec..4f9c23eb 100644 --- a/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js +++ b/typescript/dist/esm/models/NetCdfCfDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NumberParam.d.ts b/typescript/dist/esm/models/NumberParam.d.ts index 5d01c672..dbe1afa6 100644 --- a/typescript/dist/esm/models/NumberParam.d.ts +++ b/typescript/dist/esm/models/NumberParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/NumberParam.js b/typescript/dist/esm/models/NumberParam.js index ca20893b..e0e66de0 100644 --- a/typescript/dist/esm/models/NumberParam.js +++ b/typescript/dist/esm/models/NumberParam.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrMetaData.d.ts b/typescript/dist/esm/models/OgrMetaData.d.ts index d1ac707b..002991e7 100644 --- a/typescript/dist/esm/models/OgrMetaData.d.ts +++ b/typescript/dist/esm/models/OgrMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrMetaData.js b/typescript/dist/esm/models/OgrMetaData.js index 9d291fe2..d9f8b290 100644 --- a/typescript/dist/esm/models/OgrMetaData.js +++ b/typescript/dist/esm/models/OgrMetaData.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts b/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts index f585865a..c087f79b 100644 --- a/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceColumnSpec.js b/typescript/dist/esm/models/OgrSourceColumnSpec.js index 98c80674..d2fea022 100644 --- a/typescript/dist/esm/models/OgrSourceColumnSpec.js +++ b/typescript/dist/esm/models/OgrSourceColumnSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDataset.d.ts b/typescript/dist/esm/models/OgrSourceDataset.d.ts index 3575bd77..d0fef7aa 100644 --- a/typescript/dist/esm/models/OgrSourceDataset.d.ts +++ b/typescript/dist/esm/models/OgrSourceDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDataset.js b/typescript/dist/esm/models/OgrSourceDataset.js index c0eb1818..c5a39dff 100644 --- a/typescript/dist/esm/models/OgrSourceDataset.js +++ b/typescript/dist/esm/models/OgrSourceDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts index 38c8ecda..626d2b25 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeType.js b/typescript/dist/esm/models/OgrSourceDatasetTimeType.js index c395ba62..3a68d912 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeType.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts index 01edfb5a..bbbb5c1e 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js index 00f81cd3..3885bdbd 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts index c8129475..fa8991f7 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js index a8f06a16..d1356591 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts index dbf2d217..0349d278 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js index 216ea5a9..8264d9e2 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts index df756dfe..b9fa11c3 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js index 246be83d..47c3569e 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts index 94797f25..6813ea40 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpec.js b/typescript/dist/esm/models/OgrSourceDurationSpec.js index b2fe17e2..0564c433 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpec.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts index 52c6c84a..082598b4 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js index 362fdcf3..6d8f6d6f 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts index 12063e42..42b1f723 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecValue.js b/typescript/dist/esm/models/OgrSourceDurationSpecValue.js index 16fe682e..4b412dd8 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecValue.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecValue.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts index c528ed41..b048919c 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecZero.js b/typescript/dist/esm/models/OgrSourceDurationSpecZero.js index 52840a3a..bd8660bc 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecZero.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecZero.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts b/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts index 29385775..e62c53b7 100644 --- a/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceErrorSpec.js b/typescript/dist/esm/models/OgrSourceErrorSpec.js index c9f8e79d..097a1602 100644 --- a/typescript/dist/esm/models/OgrSourceErrorSpec.js +++ b/typescript/dist/esm/models/OgrSourceErrorSpec.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts index 8f523183..49dbb9c5 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormat.js b/typescript/dist/esm/models/OgrSourceTimeFormat.js index 0913f9d2..a7ebea99 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormat.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts index 960fb42b..c6780a69 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js index 32b2d546..708c4c05 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts index 7a998eae..c5687135 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js index 00964400..073360f7 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts index a59381be..d44c14c0 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js index 00f895b0..baabedaa 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OperatorQuota.d.ts b/typescript/dist/esm/models/OperatorQuota.d.ts index 6a0db713..98735948 100644 --- a/typescript/dist/esm/models/OperatorQuota.d.ts +++ b/typescript/dist/esm/models/OperatorQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OperatorQuota.js b/typescript/dist/esm/models/OperatorQuota.js index bea060b8..241f1244 100644 --- a/typescript/dist/esm/models/OperatorQuota.js +++ b/typescript/dist/esm/models/OperatorQuota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OrderBy.d.ts b/typescript/dist/esm/models/OrderBy.d.ts index f3f96c16..8d29429c 100644 --- a/typescript/dist/esm/models/OrderBy.d.ts +++ b/typescript/dist/esm/models/OrderBy.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/OrderBy.js b/typescript/dist/esm/models/OrderBy.js index d73b6ca1..6c851800 100644 --- a/typescript/dist/esm/models/OrderBy.js +++ b/typescript/dist/esm/models/OrderBy.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PaletteColorizer.d.ts b/typescript/dist/esm/models/PaletteColorizer.d.ts index 97b0aa94..19bd23ee 100644 --- a/typescript/dist/esm/models/PaletteColorizer.d.ts +++ b/typescript/dist/esm/models/PaletteColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PaletteColorizer.js b/typescript/dist/esm/models/PaletteColorizer.js index fa198587..9c0fa424 100644 --- a/typescript/dist/esm/models/PaletteColorizer.js +++ b/typescript/dist/esm/models/PaletteColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts b/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts index d9ab2ba3..3b89cfc5 100644 --- a/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/PangaeaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PangaeaDataProviderDefinition.js b/typescript/dist/esm/models/PangaeaDataProviderDefinition.js index bdc33d94..ce78d354 100644 --- a/typescript/dist/esm/models/PangaeaDataProviderDefinition.js +++ b/typescript/dist/esm/models/PangaeaDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Permission.d.ts b/typescript/dist/esm/models/Permission.d.ts index 8340d063..401d5c35 100644 --- a/typescript/dist/esm/models/Permission.d.ts +++ b/typescript/dist/esm/models/Permission.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Permission.js b/typescript/dist/esm/models/Permission.js index 5a42f6bc..04406d1d 100644 --- a/typescript/dist/esm/models/Permission.js +++ b/typescript/dist/esm/models/Permission.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListOptions.d.ts b/typescript/dist/esm/models/PermissionListOptions.d.ts index e71ecf61..64ce5ea4 100644 --- a/typescript/dist/esm/models/PermissionListOptions.d.ts +++ b/typescript/dist/esm/models/PermissionListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListOptions.js b/typescript/dist/esm/models/PermissionListOptions.js index 703c9d03..4b115bf7 100644 --- a/typescript/dist/esm/models/PermissionListOptions.js +++ b/typescript/dist/esm/models/PermissionListOptions.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListing.d.ts b/typescript/dist/esm/models/PermissionListing.d.ts index 12b1e759..8129e6df 100644 --- a/typescript/dist/esm/models/PermissionListing.d.ts +++ b/typescript/dist/esm/models/PermissionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionListing.js b/typescript/dist/esm/models/PermissionListing.js index eddf6906..82f36b6a 100644 --- a/typescript/dist/esm/models/PermissionListing.js +++ b/typescript/dist/esm/models/PermissionListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionRequest.d.ts b/typescript/dist/esm/models/PermissionRequest.d.ts index d2d019e2..6d6c1351 100644 --- a/typescript/dist/esm/models/PermissionRequest.d.ts +++ b/typescript/dist/esm/models/PermissionRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PermissionRequest.js b/typescript/dist/esm/models/PermissionRequest.js index c7daddc4..7d4642e1 100644 --- a/typescript/dist/esm/models/PermissionRequest.js +++ b/typescript/dist/esm/models/PermissionRequest.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Plot.d.ts b/typescript/dist/esm/models/Plot.d.ts index f9a70f0f..a2c1a288 100644 --- a/typescript/dist/esm/models/Plot.d.ts +++ b/typescript/dist/esm/models/Plot.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Plot.js b/typescript/dist/esm/models/Plot.js index 60c030ed..99cb52e1 100644 --- a/typescript/dist/esm/models/Plot.js +++ b/typescript/dist/esm/models/Plot.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotOutputFormat.d.ts b/typescript/dist/esm/models/PlotOutputFormat.d.ts index 580c698b..1647d69e 100644 --- a/typescript/dist/esm/models/PlotOutputFormat.d.ts +++ b/typescript/dist/esm/models/PlotOutputFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotOutputFormat.js b/typescript/dist/esm/models/PlotOutputFormat.js index 8c7d2c98..e3839ca6 100644 --- a/typescript/dist/esm/models/PlotOutputFormat.js +++ b/typescript/dist/esm/models/PlotOutputFormat.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotQueryRectangle.d.ts b/typescript/dist/esm/models/PlotQueryRectangle.d.ts deleted file mode 100644 index a704eb37..00000000 --- a/typescript/dist/esm/models/PlotQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface PlotQueryRectangle - */ -export interface PlotQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof PlotQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof PlotQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof PlotQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export declare function instanceOfPlotQueryRectangle(value: object): value is PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSONTyped(value?: PlotQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/PlotQueryRectangle.js b/typescript/dist/esm/models/PlotQueryRectangle.js deleted file mode 100644 index 00e7bab4..00000000 --- a/typescript/dist/esm/models/PlotQueryRectangle.js +++ /dev/null @@ -1,54 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; -import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; -import { BoundingBox2DFromJSON, BoundingBox2DToJSON, } from './BoundingBox2D'; -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export function instanceOfPlotQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -export function PlotQueryRectangleFromJSON(json) { - return PlotQueryRectangleFromJSONTyped(json, false); -} -export function PlotQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} -export function PlotQueryRectangleToJSON(json) { - return PlotQueryRectangleToJSONTyped(json, false); -} -export function PlotQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} diff --git a/typescript/dist/esm/models/PlotResultDescriptor.d.ts b/typescript/dist/esm/models/PlotResultDescriptor.d.ts index e66ac542..66d37ce8 100644 --- a/typescript/dist/esm/models/PlotResultDescriptor.d.ts +++ b/typescript/dist/esm/models/PlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PlotResultDescriptor.js b/typescript/dist/esm/models/PlotResultDescriptor.js index 2db82f84..295f9e12 100644 --- a/typescript/dist/esm/models/PlotResultDescriptor.js +++ b/typescript/dist/esm/models/PlotResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PointSymbology.d.ts b/typescript/dist/esm/models/PointSymbology.d.ts index b778e1d2..f428845b 100644 --- a/typescript/dist/esm/models/PointSymbology.d.ts +++ b/typescript/dist/esm/models/PointSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PointSymbology.js b/typescript/dist/esm/models/PointSymbology.js index ec2b62a6..cbcdd6c0 100644 --- a/typescript/dist/esm/models/PointSymbology.js +++ b/typescript/dist/esm/models/PointSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PolygonSymbology.d.ts b/typescript/dist/esm/models/PolygonSymbology.d.ts index d1d80598..2e2e4ddd 100644 --- a/typescript/dist/esm/models/PolygonSymbology.d.ts +++ b/typescript/dist/esm/models/PolygonSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/PolygonSymbology.js b/typescript/dist/esm/models/PolygonSymbology.js index e1fb23c0..839b1eea 100644 --- a/typescript/dist/esm/models/PolygonSymbology.js +++ b/typescript/dist/esm/models/PolygonSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Project.d.ts b/typescript/dist/esm/models/Project.d.ts index d28c5a44..09be882f 100644 --- a/typescript/dist/esm/models/Project.d.ts +++ b/typescript/dist/esm/models/Project.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Project.js b/typescript/dist/esm/models/Project.js index 50109b82..11019d3b 100644 --- a/typescript/dist/esm/models/Project.js +++ b/typescript/dist/esm/models/Project.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectLayer.d.ts b/typescript/dist/esm/models/ProjectLayer.d.ts index ee868427..44d92618 100644 --- a/typescript/dist/esm/models/ProjectLayer.d.ts +++ b/typescript/dist/esm/models/ProjectLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectLayer.js b/typescript/dist/esm/models/ProjectLayer.js index 67c65f42..8d077410 100644 --- a/typescript/dist/esm/models/ProjectLayer.js +++ b/typescript/dist/esm/models/ProjectLayer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectListing.d.ts b/typescript/dist/esm/models/ProjectListing.d.ts index 5961c6b9..722c0658 100644 --- a/typescript/dist/esm/models/ProjectListing.d.ts +++ b/typescript/dist/esm/models/ProjectListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectListing.js b/typescript/dist/esm/models/ProjectListing.js index 2ac537ca..06efe077 100644 --- a/typescript/dist/esm/models/ProjectListing.js +++ b/typescript/dist/esm/models/ProjectListing.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectResource.d.ts b/typescript/dist/esm/models/ProjectResource.d.ts index cec38c91..8f800354 100644 --- a/typescript/dist/esm/models/ProjectResource.d.ts +++ b/typescript/dist/esm/models/ProjectResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectResource.js b/typescript/dist/esm/models/ProjectResource.js index 863508a0..3d366761 100644 --- a/typescript/dist/esm/models/ProjectResource.js +++ b/typescript/dist/esm/models/ProjectResource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectUpdateToken.d.ts b/typescript/dist/esm/models/ProjectUpdateToken.d.ts index e5d4daae..87dd7d64 100644 --- a/typescript/dist/esm/models/ProjectUpdateToken.d.ts +++ b/typescript/dist/esm/models/ProjectUpdateToken.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectUpdateToken.js b/typescript/dist/esm/models/ProjectUpdateToken.js index 7f2fbd31..c2aa1a48 100644 --- a/typescript/dist/esm/models/ProjectUpdateToken.js +++ b/typescript/dist/esm/models/ProjectUpdateToken.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectVersion.d.ts b/typescript/dist/esm/models/ProjectVersion.d.ts index 865d0190..2e6d7e54 100644 --- a/typescript/dist/esm/models/ProjectVersion.d.ts +++ b/typescript/dist/esm/models/ProjectVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProjectVersion.js b/typescript/dist/esm/models/ProjectVersion.js index b3d050c3..e893a6e3 100644 --- a/typescript/dist/esm/models/ProjectVersion.js +++ b/typescript/dist/esm/models/ProjectVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenance.d.ts b/typescript/dist/esm/models/Provenance.d.ts index 261dd5a4..4c665751 100644 --- a/typescript/dist/esm/models/Provenance.d.ts +++ b/typescript/dist/esm/models/Provenance.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenance.js b/typescript/dist/esm/models/Provenance.js index 34cccb0b..ac947d36 100644 --- a/typescript/dist/esm/models/Provenance.js +++ b/typescript/dist/esm/models/Provenance.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceEntry.d.ts b/typescript/dist/esm/models/ProvenanceEntry.d.ts index 51773c9f..018bf352 100644 --- a/typescript/dist/esm/models/ProvenanceEntry.d.ts +++ b/typescript/dist/esm/models/ProvenanceEntry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceEntry.js b/typescript/dist/esm/models/ProvenanceEntry.js index 7793a198..607e9b4a 100644 --- a/typescript/dist/esm/models/ProvenanceEntry.js +++ b/typescript/dist/esm/models/ProvenanceEntry.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceOutput.d.ts b/typescript/dist/esm/models/ProvenanceOutput.d.ts index edd3a866..35c59c54 100644 --- a/typescript/dist/esm/models/ProvenanceOutput.d.ts +++ b/typescript/dist/esm/models/ProvenanceOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProvenanceOutput.js b/typescript/dist/esm/models/ProvenanceOutput.js index a605a1be..ff6aa151 100644 --- a/typescript/dist/esm/models/ProvenanceOutput.js +++ b/typescript/dist/esm/models/ProvenanceOutput.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenances.d.ts b/typescript/dist/esm/models/Provenances.d.ts index 6b34eb12..d39907b4 100644 --- a/typescript/dist/esm/models/Provenances.d.ts +++ b/typescript/dist/esm/models/Provenances.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Provenances.js b/typescript/dist/esm/models/Provenances.js index c565a848..5cb6ac78 100644 --- a/typescript/dist/esm/models/Provenances.js +++ b/typescript/dist/esm/models/Provenances.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderCapabilities.d.ts b/typescript/dist/esm/models/ProviderCapabilities.d.ts index 9c7abe92..313a4ceb 100644 --- a/typescript/dist/esm/models/ProviderCapabilities.d.ts +++ b/typescript/dist/esm/models/ProviderCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderCapabilities.js b/typescript/dist/esm/models/ProviderCapabilities.js index bd2abacc..9e982641 100644 --- a/typescript/dist/esm/models/ProviderCapabilities.js +++ b/typescript/dist/esm/models/ProviderCapabilities.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts b/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts index c92867ec..cd12e5e8 100644 --- a/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts +++ b/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerCollectionId.js b/typescript/dist/esm/models/ProviderLayerCollectionId.js index a854a7cd..636305a5 100644 --- a/typescript/dist/esm/models/ProviderLayerCollectionId.js +++ b/typescript/dist/esm/models/ProviderLayerCollectionId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerId.d.ts b/typescript/dist/esm/models/ProviderLayerId.d.ts index bd3e3489..f5f2642f 100644 --- a/typescript/dist/esm/models/ProviderLayerId.d.ts +++ b/typescript/dist/esm/models/ProviderLayerId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ProviderLayerId.js b/typescript/dist/esm/models/ProviderLayerId.js index 1e145375..e897e17a 100644 --- a/typescript/dist/esm/models/ProviderLayerId.js +++ b/typescript/dist/esm/models/ProviderLayerId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Quota.d.ts b/typescript/dist/esm/models/Quota.d.ts index 2bfabd2d..2716fccc 100644 --- a/typescript/dist/esm/models/Quota.d.ts +++ b/typescript/dist/esm/models/Quota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Quota.js b/typescript/dist/esm/models/Quota.js index 5bafb583..130f8512 100644 --- a/typescript/dist/esm/models/Quota.js +++ b/typescript/dist/esm/models/Quota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterBandDescriptor.d.ts b/typescript/dist/esm/models/RasterBandDescriptor.d.ts index 39902342..c3dc1054 100644 --- a/typescript/dist/esm/models/RasterBandDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterBandDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterBandDescriptor.js b/typescript/dist/esm/models/RasterBandDescriptor.js index dbcf8462..1f0d5759 100644 --- a/typescript/dist/esm/models/RasterBandDescriptor.js +++ b/typescript/dist/esm/models/RasterBandDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterColorizer.d.ts b/typescript/dist/esm/models/RasterColorizer.d.ts index 5d339746..89a18326 100644 --- a/typescript/dist/esm/models/RasterColorizer.d.ts +++ b/typescript/dist/esm/models/RasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterColorizer.js b/typescript/dist/esm/models/RasterColorizer.js index d2027a6c..0e54eaeb 100644 --- a/typescript/dist/esm/models/RasterColorizer.js +++ b/typescript/dist/esm/models/RasterColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDataType.d.ts b/typescript/dist/esm/models/RasterDataType.d.ts index 7adc7ec7..f20d0029 100644 --- a/typescript/dist/esm/models/RasterDataType.d.ts +++ b/typescript/dist/esm/models/RasterDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDataType.js b/typescript/dist/esm/models/RasterDataType.js index 6ebb543e..a00b71e7 100644 --- a/typescript/dist/esm/models/RasterDataType.js +++ b/typescript/dist/esm/models/RasterDataType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts index 42b64948..a2e413f6 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts @@ -2,14 +2,14 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import type { RasterQueryRectangle } from './RasterQueryRectangle'; +import type { RasterToDatasetQueryRectangle } from './RasterToDatasetQueryRectangle'; /** * parameter for the dataset from workflow handler (body) * @export @@ -42,10 +42,10 @@ export interface RasterDatasetFromWorkflow { name?: string; /** * - * @type {RasterQueryRectangle} + * @type {RasterToDatasetQueryRectangle} * @memberof RasterDatasetFromWorkflow */ - query: RasterQueryRectangle; + query: RasterToDatasetQueryRectangle; } /** * Check if a given object implements the RasterDatasetFromWorkflow interface. diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js index 8a8366ca..87a09363 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js @@ -4,14 +4,14 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import { RasterQueryRectangleFromJSON, RasterQueryRectangleToJSON, } from './RasterQueryRectangle'; +import { RasterToDatasetQueryRectangleFromJSON, RasterToDatasetQueryRectangleToJSON, } from './RasterToDatasetQueryRectangle'; /** * Check if a given object implements the RasterDatasetFromWorkflow interface. */ @@ -34,7 +34,7 @@ export function RasterDatasetFromWorkflowFromJSONTyped(json, ignoreDiscriminator 'description': json['description'] == null ? undefined : json['description'], 'displayName': json['displayName'], 'name': json['name'] == null ? undefined : json['name'], - 'query': RasterQueryRectangleFromJSON(json['query']), + 'query': RasterToDatasetQueryRectangleFromJSON(json['query']), }; } export function RasterDatasetFromWorkflowToJSON(json) { @@ -49,6 +49,6 @@ export function RasterDatasetFromWorkflowToJSONTyped(value, ignoreDiscriminator 'description': value['description'], 'displayName': value['displayName'], 'name': value['name'], - 'query': RasterQueryRectangleToJSON(value['query']), + 'query': RasterToDatasetQueryRectangleToJSON(value['query']), }; } diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts index 8dc5b237..50f5c120 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js index 33f53d94..e6895841 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts b/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts index f77ca49d..9e830923 100644 --- a/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts +++ b/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesEntryType.js b/typescript/dist/esm/models/RasterPropertiesEntryType.js index ab612c19..43d654bc 100644 --- a/typescript/dist/esm/models/RasterPropertiesEntryType.js +++ b/typescript/dist/esm/models/RasterPropertiesEntryType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesKey.d.ts b/typescript/dist/esm/models/RasterPropertiesKey.d.ts index c340d3e8..e087de80 100644 --- a/typescript/dist/esm/models/RasterPropertiesKey.d.ts +++ b/typescript/dist/esm/models/RasterPropertiesKey.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterPropertiesKey.js b/typescript/dist/esm/models/RasterPropertiesKey.js index 3aa997dd..e3c1e88b 100644 --- a/typescript/dist/esm/models/RasterPropertiesKey.js +++ b/typescript/dist/esm/models/RasterPropertiesKey.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterQueryRectangle.d.ts b/typescript/dist/esm/models/RasterQueryRectangle.d.ts deleted file mode 100644 index 03d13584..00000000 --- a/typescript/dist/esm/models/RasterQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface RasterQueryRectangle - */ -export interface RasterQueryRectangle { - /** - * - * @type {SpatialPartition2D} - * @memberof RasterQueryRectangle - */ - spatialBounds: SpatialPartition2D; - /** - * - * @type {SpatialResolution} - * @memberof RasterQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof RasterQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the RasterQueryRectangle interface. - */ -export declare function instanceOfRasterQueryRectangle(value: object): value is RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/RasterResultDescriptor.d.ts b/typescript/dist/esm/models/RasterResultDescriptor.d.ts index d8decd8a..4f323f04 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterResultDescriptor.d.ts @@ -2,18 +2,17 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; +import type { TimeDescriptor } from './TimeDescriptor'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; /** * A `ResultDescriptor` for raster queries * @export @@ -26,12 +25,6 @@ export interface RasterResultDescriptor { * @memberof RasterResultDescriptor */ bands: Array; - /** - * - * @type {SpatialPartition2D} - * @memberof RasterResultDescriptor - */ - bbox?: SpatialPartition2D | null; /** * * @type {RasterDataType} @@ -40,10 +33,10 @@ export interface RasterResultDescriptor { dataType: RasterDataType; /** * - * @type {SpatialResolution} + * @type {SpatialGridDescriptor} * @memberof RasterResultDescriptor */ - resolution?: SpatialResolution | null; + spatialGrid: SpatialGridDescriptor; /** * * @type {string} @@ -52,10 +45,10 @@ export interface RasterResultDescriptor { spatialReference: string; /** * - * @type {TimeInterval} + * @type {TimeDescriptor} * @memberof RasterResultDescriptor */ - time?: TimeInterval | null; + time: TimeDescriptor; } /** * Check if a given object implements the RasterResultDescriptor interface. diff --git a/typescript/dist/esm/models/RasterResultDescriptor.js b/typescript/dist/esm/models/RasterResultDescriptor.js index 4a061bc3..dbde947c 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.js +++ b/typescript/dist/esm/models/RasterResultDescriptor.js @@ -4,18 +4,17 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; -import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; +import { TimeDescriptorFromJSON, TimeDescriptorToJSON, } from './TimeDescriptor'; import { RasterBandDescriptorFromJSON, RasterBandDescriptorToJSON, } from './RasterBandDescriptor'; +import { SpatialGridDescriptorFromJSON, SpatialGridDescriptorToJSON, } from './SpatialGridDescriptor'; import { RasterDataTypeFromJSON, RasterDataTypeToJSON, } from './RasterDataType'; -import { SpatialPartition2DFromJSON, SpatialPartition2DToJSON, } from './SpatialPartition2D'; /** * Check if a given object implements the RasterResultDescriptor interface. */ @@ -24,8 +23,12 @@ export function instanceOfRasterResultDescriptor(value) { return false; if (!('dataType' in value) || value['dataType'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) + return false; return true; } export function RasterResultDescriptorFromJSON(json) { @@ -37,11 +40,10 @@ export function RasterResultDescriptorFromJSONTyped(json, ignoreDiscriminator) { } return { 'bands': (json['bands'].map(RasterBandDescriptorFromJSON)), - 'bbox': json['bbox'] == null ? undefined : SpatialPartition2DFromJSON(json['bbox']), 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'resolution': json['resolution'] == null ? undefined : SpatialResolutionFromJSON(json['resolution']), + 'spatialGrid': SpatialGridDescriptorFromJSON(json['spatialGrid']), 'spatialReference': json['spatialReference'], - 'time': json['time'] == null ? undefined : TimeIntervalFromJSON(json['time']), + 'time': TimeDescriptorFromJSON(json['time']), }; } export function RasterResultDescriptorToJSON(json) { @@ -53,10 +55,9 @@ export function RasterResultDescriptorToJSONTyped(value, ignoreDiscriminator = f } return { 'bands': (value['bands'].map(RasterBandDescriptorToJSON)), - 'bbox': SpatialPartition2DToJSON(value['bbox']), 'dataType': RasterDataTypeToJSON(value['dataType']), - 'resolution': SpatialResolutionToJSON(value['resolution']), + 'spatialGrid': SpatialGridDescriptorToJSON(value['spatialGrid']), 'spatialReference': value['spatialReference'], - 'time': TimeIntervalToJSON(value['time']), + 'time': TimeDescriptorToJSON(value['time']), }; } diff --git a/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts b/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts index 1c1c0b2c..0e93d1ba 100644 --- a/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts +++ b/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterStreamWebsocketResultType.js b/typescript/dist/esm/models/RasterStreamWebsocketResultType.js index 47ba6474..4f1c81bc 100644 --- a/typescript/dist/esm/models/RasterStreamWebsocketResultType.js +++ b/typescript/dist/esm/models/RasterStreamWebsocketResultType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterSymbology.d.ts b/typescript/dist/esm/models/RasterSymbology.d.ts index c5957ad2..721c72b4 100644 --- a/typescript/dist/esm/models/RasterSymbology.d.ts +++ b/typescript/dist/esm/models/RasterSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterSymbology.js b/typescript/dist/esm/models/RasterSymbology.js index b091aed2..8197fac3 100644 --- a/typescript/dist/esm/models/RasterSymbology.js +++ b/typescript/dist/esm/models/RasterSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts new file mode 100644 index 00000000..5bc02763 --- /dev/null +++ b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +/** + * A spatio-temporal rectangle with a specified resolution + * @export + * @interface RasterToDatasetQueryRectangle + */ +export interface RasterToDatasetQueryRectangle { + /** + * + * @type {SpatialPartition2D} + * @memberof RasterToDatasetQueryRectangle + */ + spatialBounds: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof RasterToDatasetQueryRectangle + */ + timeInterval: TimeInterval; +} +/** + * Check if a given object implements the RasterToDatasetQueryRectangle interface. + */ +export declare function instanceOfRasterToDatasetQueryRectangle(value: object): value is RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSONTyped(value?: RasterToDatasetQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/RasterQueryRectangle.js b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js similarity index 56% rename from typescript/dist/esm/models/RasterQueryRectangle.js rename to typescript/dist/esm/models/RasterToDatasetQueryRectangle.js index 98807fb0..adc39a34 100644 --- a/typescript/dist/esm/models/RasterQueryRectangle.js +++ b/typescript/dist/esm/models/RasterToDatasetQueryRectangle.js @@ -4,51 +4,46 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; import { SpatialPartition2DFromJSON, SpatialPartition2DToJSON, } from './SpatialPartition2D'; /** - * Check if a given object implements the RasterQueryRectangle interface. + * Check if a given object implements the RasterToDatasetQueryRectangle interface. */ -export function instanceOfRasterQueryRectangle(value) { +export function instanceOfRasterToDatasetQueryRectangle(value) { if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; return true; } -export function RasterQueryRectangleFromJSON(json) { - return RasterQueryRectangleFromJSONTyped(json, false); +export function RasterToDatasetQueryRectangleFromJSON(json) { + return RasterToDatasetQueryRectangleFromJSONTyped(json, false); } -export function RasterQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { +export function RasterToDatasetQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { if (json == null) { return json; } return { 'spatialBounds': SpatialPartition2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), }; } -export function RasterQueryRectangleToJSON(json) { - return RasterQueryRectangleToJSONTyped(json, false); +export function RasterToDatasetQueryRectangleToJSON(json) { + return RasterToDatasetQueryRectangleToJSONTyped(json, false); } -export function RasterQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { +export function RasterToDatasetQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { if (value == null) { return value; } return { 'spatialBounds': SpatialPartition2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), 'timeInterval': TimeIntervalToJSON(value['timeInterval']), }; } diff --git a/typescript/dist/esm/models/RegularTimeDimension.d.ts b/typescript/dist/esm/models/RegularTimeDimension.d.ts new file mode 100644 index 00000000..ce8935bd --- /dev/null +++ b/typescript/dist/esm/models/RegularTimeDimension.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeStep } from './TimeStep'; +/** + * + * @export + * @interface RegularTimeDimension + */ +export interface RegularTimeDimension { + /** + * + * @type {number} + * @memberof RegularTimeDimension + */ + origin: number; + /** + * + * @type {TimeStep} + * @memberof RegularTimeDimension + */ + step: TimeStep; +} +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export declare function instanceOfRegularTimeDimension(value: object): value is RegularTimeDimension; +export declare function RegularTimeDimensionFromJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegularTimeDimension; +export declare function RegularTimeDimensionToJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionToJSONTyped(value?: RegularTimeDimension | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/RegularTimeDimension.js b/typescript/dist/esm/models/RegularTimeDimension.js new file mode 100644 index 00000000..600cccf2 --- /dev/null +++ b/typescript/dist/esm/models/RegularTimeDimension.js @@ -0,0 +1,48 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { TimeStepFromJSON, TimeStepToJSON, } from './TimeStep'; +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export function instanceOfRegularTimeDimension(value) { + if (!('origin' in value) || value['origin'] === undefined) + return false; + if (!('step' in value) || value['step'] === undefined) + return false; + return true; +} +export function RegularTimeDimensionFromJSON(json) { + return RegularTimeDimensionFromJSONTyped(json, false); +} +export function RegularTimeDimensionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'origin': json['origin'], + 'step': TimeStepFromJSON(json['step']), + }; +} +export function RegularTimeDimensionToJSON(json) { + return RegularTimeDimensionToJSONTyped(json, false); +} +export function RegularTimeDimensionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'origin': value['origin'], + 'step': TimeStepToJSON(value['step']), + }; +} diff --git a/typescript/dist/esm/models/Resource.d.ts b/typescript/dist/esm/models/Resource.d.ts index dd790c19..bd798d26 100644 --- a/typescript/dist/esm/models/Resource.d.ts +++ b/typescript/dist/esm/models/Resource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Resource.js b/typescript/dist/esm/models/Resource.js index 3298d0f9..f12aec14 100644 --- a/typescript/dist/esm/models/Resource.js +++ b/typescript/dist/esm/models/Resource.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Role.d.ts b/typescript/dist/esm/models/Role.d.ts index 0f20560d..87b82ff6 100644 --- a/typescript/dist/esm/models/Role.d.ts +++ b/typescript/dist/esm/models/Role.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Role.js b/typescript/dist/esm/models/Role.js index d1b39c45..6b6f37e8 100644 --- a/typescript/dist/esm/models/Role.js +++ b/typescript/dist/esm/models/Role.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RoleDescription.d.ts b/typescript/dist/esm/models/RoleDescription.d.ts index 605a297c..980843d2 100644 --- a/typescript/dist/esm/models/RoleDescription.d.ts +++ b/typescript/dist/esm/models/RoleDescription.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/RoleDescription.js b/typescript/dist/esm/models/RoleDescription.js index 815ccddd..0c92e8c2 100644 --- a/typescript/dist/esm/models/RoleDescription.js +++ b/typescript/dist/esm/models/RoleDescription.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/STRectangle.d.ts b/typescript/dist/esm/models/STRectangle.d.ts index 7ec0062b..68a1f0a6 100644 --- a/typescript/dist/esm/models/STRectangle.d.ts +++ b/typescript/dist/esm/models/STRectangle.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/STRectangle.js b/typescript/dist/esm/models/STRectangle.js index 6f3a83b4..33efcb14 100644 --- a/typescript/dist/esm/models/STRectangle.js +++ b/typescript/dist/esm/models/STRectangle.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchCapabilities.d.ts b/typescript/dist/esm/models/SearchCapabilities.d.ts index a02189f9..4743cdf4 100644 --- a/typescript/dist/esm/models/SearchCapabilities.d.ts +++ b/typescript/dist/esm/models/SearchCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchCapabilities.js b/typescript/dist/esm/models/SearchCapabilities.js index 0bdbc984..a778c675 100644 --- a/typescript/dist/esm/models/SearchCapabilities.js +++ b/typescript/dist/esm/models/SearchCapabilities.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchType.d.ts b/typescript/dist/esm/models/SearchType.d.ts index ed33eb7c..734d37de 100644 --- a/typescript/dist/esm/models/SearchType.d.ts +++ b/typescript/dist/esm/models/SearchType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchType.js b/typescript/dist/esm/models/SearchType.js index 89ebc4bb..618ac617 100644 --- a/typescript/dist/esm/models/SearchType.js +++ b/typescript/dist/esm/models/SearchType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchTypes.d.ts b/typescript/dist/esm/models/SearchTypes.d.ts index 1c1a83c8..6d6c5a3b 100644 --- a/typescript/dist/esm/models/SearchTypes.d.ts +++ b/typescript/dist/esm/models/SearchTypes.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SearchTypes.js b/typescript/dist/esm/models/SearchTypes.js index 06e83ed2..50fe87b7 100644 --- a/typescript/dist/esm/models/SearchTypes.js +++ b/typescript/dist/esm/models/SearchTypes.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts index 9ccededb..9e2a62c1 100644 --- a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts +++ b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -10,9 +10,7 @@ * Do not edit the class manually. */ import type { StacApiRetries } from './StacApiRetries'; -import type { StacBand } from './StacBand'; import type { StacQueryBuffer } from './StacQueryBuffer'; -import type { StacZone } from './StacZone'; /** * * @export @@ -25,12 +23,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ apiUrl: string; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - bands: Array; /** * * @type {number} @@ -85,12 +77,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ type: SentinelS2L2ACogsProviderDefinitionTypeEnum; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - zones: Array; } /** * @export diff --git a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js index 674ec6d5..35a3b3b9 100644 --- a/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js +++ b/typescript/dist/esm/models/SentinelS2L2ACogsProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,9 +12,7 @@ * Do not edit the class manually. */ import { StacApiRetriesFromJSON, StacApiRetriesToJSON, } from './StacApiRetries'; -import { StacBandFromJSON, StacBandToJSON, } from './StacBand'; import { StacQueryBufferFromJSON, StacQueryBufferToJSON, } from './StacQueryBuffer'; -import { StacZoneFromJSON, StacZoneToJSON, } from './StacZone'; /** * @export */ @@ -27,8 +25,6 @@ export const SentinelS2L2ACogsProviderDefinitionTypeEnum = { export function instanceOfSentinelS2L2ACogsProviderDefinition(value) { if (!('apiUrl' in value) || value['apiUrl'] === undefined) return false; - if (!('bands' in value) || value['bands'] === undefined) - return false; if (!('description' in value) || value['description'] === undefined) return false; if (!('id' in value) || value['id'] === undefined) @@ -37,8 +33,6 @@ export function instanceOfSentinelS2L2ACogsProviderDefinition(value) { return false; if (!('type' in value) || value['type'] === undefined) return false; - if (!('zones' in value) || value['zones'] === undefined) - return false; return true; } export function SentinelS2L2ACogsProviderDefinitionFromJSON(json) { @@ -50,7 +44,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDis } return { 'apiUrl': json['apiUrl'], - 'bands': (json['bands'].map(StacBandFromJSON)), 'cacheTtl': json['cacheTtl'] == null ? undefined : json['cacheTtl'], 'description': json['description'], 'gdalRetries': json['gdalRetries'] == null ? undefined : json['gdalRetries'], @@ -60,7 +53,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDis 'queryBuffer': json['queryBuffer'] == null ? undefined : StacQueryBufferFromJSON(json['queryBuffer']), 'stacApiRetries': json['stacApiRetries'] == null ? undefined : StacApiRetriesFromJSON(json['stacApiRetries']), 'type': json['type'], - 'zones': (json['zones'].map(StacZoneFromJSON)), }; } export function SentinelS2L2ACogsProviderDefinitionToJSON(json) { @@ -72,7 +64,6 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDisc } return { 'apiUrl': value['apiUrl'], - 'bands': (value['bands'].map(StacBandToJSON)), 'cacheTtl': value['cacheTtl'], 'description': value['description'], 'gdalRetries': value['gdalRetries'], @@ -82,6 +73,5 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDisc 'queryBuffer': StacQueryBufferToJSON(value['queryBuffer']), 'stacApiRetries': StacApiRetriesToJSON(value['stacApiRetries']), 'type': value['type'], - 'zones': (value['zones'].map(StacZoneToJSON)), }; } diff --git a/typescript/dist/esm/models/ServerInfo.d.ts b/typescript/dist/esm/models/ServerInfo.d.ts index 5b3b26f1..c46e041e 100644 --- a/typescript/dist/esm/models/ServerInfo.d.ts +++ b/typescript/dist/esm/models/ServerInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/ServerInfo.js b/typescript/dist/esm/models/ServerInfo.js index 4023f26b..f766a433 100644 --- a/typescript/dist/esm/models/ServerInfo.js +++ b/typescript/dist/esm/models/ServerInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts b/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts index f2a97929..eab3c2ee 100644 --- a/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts +++ b/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SingleBandRasterColorizer.js b/typescript/dist/esm/models/SingleBandRasterColorizer.js index 980af872..0ae63482 100644 --- a/typescript/dist/esm/models/SingleBandRasterColorizer.js +++ b/typescript/dist/esm/models/SingleBandRasterColorizer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialGridDefinition.d.ts b/typescript/dist/esm/models/SpatialGridDefinition.d.ts new file mode 100644 index 00000000..ae7b3c3b --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDefinition.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridBoundingBox2D } from './GridBoundingBox2D'; +import type { GeoTransform } from './GeoTransform'; +/** + * + * @export + * @interface SpatialGridDefinition + */ +export interface SpatialGridDefinition { + /** + * + * @type {GeoTransform} + * @memberof SpatialGridDefinition + */ + geoTransform: GeoTransform; + /** + * + * @type {GridBoundingBox2D} + * @memberof SpatialGridDefinition + */ + gridBounds: GridBoundingBox2D; +} +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export declare function instanceOfSpatialGridDefinition(value: object): value is SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSONTyped(value?: SpatialGridDefinition | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/SpatialGridDefinition.js b/typescript/dist/esm/models/SpatialGridDefinition.js new file mode 100644 index 00000000..e6e9d13b --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDefinition.js @@ -0,0 +1,49 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { GridBoundingBox2DFromJSON, GridBoundingBox2DToJSON, } from './GridBoundingBox2D'; +import { GeoTransformFromJSON, GeoTransformToJSON, } from './GeoTransform'; +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export function instanceOfSpatialGridDefinition(value) { + if (!('geoTransform' in value) || value['geoTransform'] === undefined) + return false; + if (!('gridBounds' in value) || value['gridBounds'] === undefined) + return false; + return true; +} +export function SpatialGridDefinitionFromJSON(json) { + return SpatialGridDefinitionFromJSONTyped(json, false); +} +export function SpatialGridDefinitionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'geoTransform': GeoTransformFromJSON(json['geoTransform']), + 'gridBounds': GridBoundingBox2DFromJSON(json['gridBounds']), + }; +} +export function SpatialGridDefinitionToJSON(json) { + return SpatialGridDefinitionToJSONTyped(json, false); +} +export function SpatialGridDefinitionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'geoTransform': GeoTransformToJSON(value['geoTransform']), + 'gridBounds': GridBoundingBox2DToJSON(value['gridBounds']), + }; +} diff --git a/typescript/dist/esm/models/SpatialGridDescriptor.d.ts b/typescript/dist/esm/models/SpatialGridDescriptor.d.ts new file mode 100644 index 00000000..02d096ed --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { SpatialGridDefinition } from './SpatialGridDefinition'; +import type { SpatialGridDescriptorState } from './SpatialGridDescriptorState'; +/** + * + * @export + * @interface SpatialGridDescriptor + */ +export interface SpatialGridDescriptor { + /** + * + * @type {SpatialGridDescriptorState} + * @memberof SpatialGridDescriptor + */ + descriptor: SpatialGridDescriptorState; + /** + * + * @type {SpatialGridDefinition} + * @memberof SpatialGridDescriptor + */ + spatialGrid: SpatialGridDefinition; +} +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export declare function instanceOfSpatialGridDescriptor(value: object): value is SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSONTyped(value?: SpatialGridDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/SpatialGridDescriptor.js b/typescript/dist/esm/models/SpatialGridDescriptor.js new file mode 100644 index 00000000..45b3553b --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptor.js @@ -0,0 +1,49 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { SpatialGridDefinitionFromJSON, SpatialGridDefinitionToJSON, } from './SpatialGridDefinition'; +import { SpatialGridDescriptorStateFromJSON, SpatialGridDescriptorStateToJSON, } from './SpatialGridDescriptorState'; +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export function instanceOfSpatialGridDescriptor(value) { + if (!('descriptor' in value) || value['descriptor'] === undefined) + return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; + return true; +} +export function SpatialGridDescriptorFromJSON(json) { + return SpatialGridDescriptorFromJSONTyped(json, false); +} +export function SpatialGridDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'descriptor': SpatialGridDescriptorStateFromJSON(json['descriptor']), + 'spatialGrid': SpatialGridDefinitionFromJSON(json['spatialGrid']), + }; +} +export function SpatialGridDescriptorToJSON(json) { + return SpatialGridDescriptorToJSONTyped(json, false); +} +export function SpatialGridDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'descriptor': SpatialGridDescriptorStateToJSON(value['descriptor']), + 'spatialGrid': SpatialGridDefinitionToJSON(value['spatialGrid']), + }; +} diff --git a/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts b/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts new file mode 100644 index 00000000..46d45dea --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptorState.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const SpatialGridDescriptorState: { + readonly Source: "source"; + readonly Derived: "derived"; +}; +export type SpatialGridDescriptorState = typeof SpatialGridDescriptorState[keyof typeof SpatialGridDescriptorState]; +export declare function instanceOfSpatialGridDescriptorState(value: any): boolean; +export declare function SpatialGridDescriptorStateFromJSON(json: any): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateToJSON(value?: SpatialGridDescriptorState | null): any; +export declare function SpatialGridDescriptorStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; diff --git a/typescript/dist/esm/models/SpatialGridDescriptorState.js b/typescript/dist/esm/models/SpatialGridDescriptorState.js new file mode 100644 index 00000000..0d73f4a8 --- /dev/null +++ b/typescript/dist/esm/models/SpatialGridDescriptorState.js @@ -0,0 +1,43 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export const SpatialGridDescriptorState = { + Source: 'source', + Derived: 'derived' +}; +export function instanceOfSpatialGridDescriptorState(value) { + for (const key in SpatialGridDescriptorState) { + if (Object.prototype.hasOwnProperty.call(SpatialGridDescriptorState, key)) { + if (SpatialGridDescriptorState[key] === value) { + return true; + } + } + } + return false; +} +export function SpatialGridDescriptorStateFromJSON(json) { + return SpatialGridDescriptorStateFromJSONTyped(json, false); +} +export function SpatialGridDescriptorStateFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +export function SpatialGridDescriptorStateToJSON(value) { + return value; +} +export function SpatialGridDescriptorStateToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/esm/models/SpatialPartition2D.d.ts b/typescript/dist/esm/models/SpatialPartition2D.d.ts index 852ebcaf..caca2924 100644 --- a/typescript/dist/esm/models/SpatialPartition2D.d.ts +++ b/typescript/dist/esm/models/SpatialPartition2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialPartition2D.js b/typescript/dist/esm/models/SpatialPartition2D.js index 2444f7bd..2437b1fa 100644 --- a/typescript/dist/esm/models/SpatialPartition2D.js +++ b/typescript/dist/esm/models/SpatialPartition2D.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts b/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts index bebd27e9..485eac66 100644 --- a/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts +++ b/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceAuthority.js b/typescript/dist/esm/models/SpatialReferenceAuthority.js index 15856686..8e192f5e 100644 --- a/typescript/dist/esm/models/SpatialReferenceAuthority.js +++ b/typescript/dist/esm/models/SpatialReferenceAuthority.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts b/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts index 3b20d2b4..5f5f020e 100644 --- a/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts +++ b/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialReferenceSpecification.js b/typescript/dist/esm/models/SpatialReferenceSpecification.js index 08fb9beb..d8e6e27b 100644 --- a/typescript/dist/esm/models/SpatialReferenceSpecification.js +++ b/typescript/dist/esm/models/SpatialReferenceSpecification.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialResolution.d.ts b/typescript/dist/esm/models/SpatialResolution.d.ts index a1d9f259..0bf5293e 100644 --- a/typescript/dist/esm/models/SpatialResolution.d.ts +++ b/typescript/dist/esm/models/SpatialResolution.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SpatialResolution.js b/typescript/dist/esm/models/SpatialResolution.js index 0bb9714f..9815adb2 100644 --- a/typescript/dist/esm/models/SpatialResolution.js +++ b/typescript/dist/esm/models/SpatialResolution.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacApiRetries.d.ts b/typescript/dist/esm/models/StacApiRetries.d.ts index bfe73f4d..29b4c85f 100644 --- a/typescript/dist/esm/models/StacApiRetries.d.ts +++ b/typescript/dist/esm/models/StacApiRetries.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacApiRetries.js b/typescript/dist/esm/models/StacApiRetries.js index c565ee08..597979c2 100644 --- a/typescript/dist/esm/models/StacApiRetries.js +++ b/typescript/dist/esm/models/StacApiRetries.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacBand.d.ts b/typescript/dist/esm/models/StacBand.d.ts deleted file mode 100644 index e2713c0b..00000000 --- a/typescript/dist/esm/models/StacBand.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { RasterDataType } from './RasterDataType'; -/** - * - * @export - * @interface StacBand - */ -export interface StacBand { - /** - * - * @type {RasterDataType} - * @memberof StacBand - */ - dataType: RasterDataType; - /** - * - * @type {string} - * @memberof StacBand - */ - name: string; - /** - * - * @type {number} - * @memberof StacBand - */ - noDataValue?: number | null; -} -/** - * Check if a given object implements the StacBand interface. - */ -export declare function instanceOfStacBand(value: object): value is StacBand; -export declare function StacBandFromJSON(json: any): StacBand; -export declare function StacBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacBand; -export declare function StacBandToJSON(json: any): StacBand; -export declare function StacBandToJSONTyped(value?: StacBand | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/StacBand.js b/typescript/dist/esm/models/StacBand.js deleted file mode 100644 index 0afbb56c..00000000 --- a/typescript/dist/esm/models/StacBand.js +++ /dev/null @@ -1,50 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import { RasterDataTypeFromJSON, RasterDataTypeToJSON, } from './RasterDataType'; -/** - * Check if a given object implements the StacBand interface. - */ -export function instanceOfStacBand(value) { - if (!('dataType' in value) || value['dataType'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -export function StacBandFromJSON(json) { - return StacBandFromJSONTyped(json, false); -} -export function StacBandFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'name': json['name'], - 'noDataValue': json['noDataValue'] == null ? undefined : json['noDataValue'], - }; -} -export function StacBandToJSON(json) { - return StacBandToJSONTyped(json, false); -} -export function StacBandToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'dataType': RasterDataTypeToJSON(value['dataType']), - 'name': value['name'], - 'noDataValue': value['noDataValue'], - }; -} diff --git a/typescript/dist/esm/models/StacQueryBuffer.d.ts b/typescript/dist/esm/models/StacQueryBuffer.d.ts index 7fdeef8d..34050d61 100644 --- a/typescript/dist/esm/models/StacQueryBuffer.d.ts +++ b/typescript/dist/esm/models/StacQueryBuffer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacQueryBuffer.js b/typescript/dist/esm/models/StacQueryBuffer.js index aa494eda..554facda 100644 --- a/typescript/dist/esm/models/StacQueryBuffer.js +++ b/typescript/dist/esm/models/StacQueryBuffer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StacZone.d.ts b/typescript/dist/esm/models/StacZone.d.ts deleted file mode 100644 index 4c24819c..00000000 --- a/typescript/dist/esm/models/StacZone.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - * @interface StacZone - */ -export interface StacZone { - /** - * - * @type {number} - * @memberof StacZone - */ - epsg: number; - /** - * - * @type {string} - * @memberof StacZone - */ - name: string; -} -/** - * Check if a given object implements the StacZone interface. - */ -export declare function instanceOfStacZone(value: object): value is StacZone; -export declare function StacZoneFromJSON(json: any): StacZone; -export declare function StacZoneFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacZone; -export declare function StacZoneToJSON(json: any): StacZone; -export declare function StacZoneToJSONTyped(value?: StacZone | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/StacZone.js b/typescript/dist/esm/models/StacZone.js deleted file mode 100644 index 5f20c463..00000000 --- a/typescript/dist/esm/models/StacZone.js +++ /dev/null @@ -1,47 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * Check if a given object implements the StacZone interface. - */ -export function instanceOfStacZone(value) { - if (!('epsg' in value) || value['epsg'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -export function StacZoneFromJSON(json) { - return StacZoneFromJSONTyped(json, false); -} -export function StacZoneFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'epsg': json['epsg'], - 'name': json['name'], - }; -} -export function StacZoneToJSON(json) { - return StacZoneToJSONTyped(json, false); -} -export function StacZoneToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'epsg': value['epsg'], - 'name': value['name'], - }; -} diff --git a/typescript/dist/esm/models/StaticColor.d.ts b/typescript/dist/esm/models/StaticColor.d.ts index 9a04dea7..e3add8d4 100644 --- a/typescript/dist/esm/models/StaticColor.d.ts +++ b/typescript/dist/esm/models/StaticColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticColor.js b/typescript/dist/esm/models/StaticColor.js index e044e9ee..f9025edd 100644 --- a/typescript/dist/esm/models/StaticColor.js +++ b/typescript/dist/esm/models/StaticColor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticNumber.d.ts b/typescript/dist/esm/models/StaticNumber.d.ts index ed7c0b5d..cbe5b977 100644 --- a/typescript/dist/esm/models/StaticNumber.d.ts +++ b/typescript/dist/esm/models/StaticNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StaticNumber.js b/typescript/dist/esm/models/StaticNumber.js index 0fa5a087..a8f89b49 100644 --- a/typescript/dist/esm/models/StaticNumber.js +++ b/typescript/dist/esm/models/StaticNumber.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StrokeParam.d.ts b/typescript/dist/esm/models/StrokeParam.d.ts index 3dc4cab9..a2ecb4a8 100644 --- a/typescript/dist/esm/models/StrokeParam.d.ts +++ b/typescript/dist/esm/models/StrokeParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/StrokeParam.js b/typescript/dist/esm/models/StrokeParam.js index d79444d3..ee9f46c7 100644 --- a/typescript/dist/esm/models/StrokeParam.js +++ b/typescript/dist/esm/models/StrokeParam.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SuggestMetaData.d.ts b/typescript/dist/esm/models/SuggestMetaData.d.ts index 40200206..935475b9 100644 --- a/typescript/dist/esm/models/SuggestMetaData.d.ts +++ b/typescript/dist/esm/models/SuggestMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/SuggestMetaData.js b/typescript/dist/esm/models/SuggestMetaData.js index 1eeffb6b..e635c6b1 100644 --- a/typescript/dist/esm/models/SuggestMetaData.js +++ b/typescript/dist/esm/models/SuggestMetaData.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Symbology.d.ts b/typescript/dist/esm/models/Symbology.d.ts index 57162129..4e61f837 100644 --- a/typescript/dist/esm/models/Symbology.d.ts +++ b/typescript/dist/esm/models/Symbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Symbology.js b/typescript/dist/esm/models/Symbology.js index 22e5a696..e2b88782 100644 --- a/typescript/dist/esm/models/Symbology.js +++ b/typescript/dist/esm/models/Symbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskAbortOptions.d.ts b/typescript/dist/esm/models/TaskAbortOptions.d.ts index 82aaa683..b44e7967 100644 --- a/typescript/dist/esm/models/TaskAbortOptions.d.ts +++ b/typescript/dist/esm/models/TaskAbortOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskAbortOptions.js b/typescript/dist/esm/models/TaskAbortOptions.js index c746b2ab..4106030c 100644 --- a/typescript/dist/esm/models/TaskAbortOptions.js +++ b/typescript/dist/esm/models/TaskAbortOptions.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskFilter.d.ts b/typescript/dist/esm/models/TaskFilter.d.ts index a50058de..aef0b3a4 100644 --- a/typescript/dist/esm/models/TaskFilter.d.ts +++ b/typescript/dist/esm/models/TaskFilter.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskFilter.js b/typescript/dist/esm/models/TaskFilter.js index 7a2254b1..6e4e0f67 100644 --- a/typescript/dist/esm/models/TaskFilter.js +++ b/typescript/dist/esm/models/TaskFilter.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskListOptions.d.ts b/typescript/dist/esm/models/TaskListOptions.d.ts index 3ac3cecf..e709c6dc 100644 --- a/typescript/dist/esm/models/TaskListOptions.d.ts +++ b/typescript/dist/esm/models/TaskListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskListOptions.js b/typescript/dist/esm/models/TaskListOptions.js index 4d58ea07..f3f4e715 100644 --- a/typescript/dist/esm/models/TaskListOptions.js +++ b/typescript/dist/esm/models/TaskListOptions.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskResponse.d.ts b/typescript/dist/esm/models/TaskResponse.d.ts index 9f6e96ee..7236be96 100644 --- a/typescript/dist/esm/models/TaskResponse.d.ts +++ b/typescript/dist/esm/models/TaskResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskResponse.js b/typescript/dist/esm/models/TaskResponse.js index 19620f6c..838453c1 100644 --- a/typescript/dist/esm/models/TaskResponse.js +++ b/typescript/dist/esm/models/TaskResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatus.d.ts b/typescript/dist/esm/models/TaskStatus.d.ts index 4ae69cb1..1492493f 100644 --- a/typescript/dist/esm/models/TaskStatus.d.ts +++ b/typescript/dist/esm/models/TaskStatus.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatus.js b/typescript/dist/esm/models/TaskStatus.js index c156f414..d6b10391 100644 --- a/typescript/dist/esm/models/TaskStatus.js +++ b/typescript/dist/esm/models/TaskStatus.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusAborted.d.ts b/typescript/dist/esm/models/TaskStatusAborted.d.ts index 04f019ec..83a538da 100644 --- a/typescript/dist/esm/models/TaskStatusAborted.d.ts +++ b/typescript/dist/esm/models/TaskStatusAborted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusAborted.js b/typescript/dist/esm/models/TaskStatusAborted.js index ce87b7d2..af5a6ff5 100644 --- a/typescript/dist/esm/models/TaskStatusAborted.js +++ b/typescript/dist/esm/models/TaskStatusAborted.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusCompleted.d.ts b/typescript/dist/esm/models/TaskStatusCompleted.d.ts index 0ebfa76d..aaff9458 100644 --- a/typescript/dist/esm/models/TaskStatusCompleted.d.ts +++ b/typescript/dist/esm/models/TaskStatusCompleted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusCompleted.js b/typescript/dist/esm/models/TaskStatusCompleted.js index 2b18506f..6f1a8623 100644 --- a/typescript/dist/esm/models/TaskStatusCompleted.js +++ b/typescript/dist/esm/models/TaskStatusCompleted.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusFailed.d.ts b/typescript/dist/esm/models/TaskStatusFailed.d.ts index 33463484..cf47e334 100644 --- a/typescript/dist/esm/models/TaskStatusFailed.d.ts +++ b/typescript/dist/esm/models/TaskStatusFailed.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusFailed.js b/typescript/dist/esm/models/TaskStatusFailed.js index 6f722cb2..eaa2856a 100644 --- a/typescript/dist/esm/models/TaskStatusFailed.js +++ b/typescript/dist/esm/models/TaskStatusFailed.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusRunning.d.ts b/typescript/dist/esm/models/TaskStatusRunning.d.ts index 6c799474..87f49064 100644 --- a/typescript/dist/esm/models/TaskStatusRunning.d.ts +++ b/typescript/dist/esm/models/TaskStatusRunning.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusRunning.js b/typescript/dist/esm/models/TaskStatusRunning.js index d1c4ec56..f7eebc0e 100644 --- a/typescript/dist/esm/models/TaskStatusRunning.js +++ b/typescript/dist/esm/models/TaskStatusRunning.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusWithId.d.ts b/typescript/dist/esm/models/TaskStatusWithId.d.ts index dd98a011..175a97da 100644 --- a/typescript/dist/esm/models/TaskStatusWithId.d.ts +++ b/typescript/dist/esm/models/TaskStatusWithId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TaskStatusWithId.js b/typescript/dist/esm/models/TaskStatusWithId.js index 7a2c17ae..e9c7f953 100644 --- a/typescript/dist/esm/models/TaskStatusWithId.js +++ b/typescript/dist/esm/models/TaskStatusWithId.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TextSymbology.d.ts b/typescript/dist/esm/models/TextSymbology.d.ts index 56347cce..5959056a 100644 --- a/typescript/dist/esm/models/TextSymbology.d.ts +++ b/typescript/dist/esm/models/TextSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TextSymbology.js b/typescript/dist/esm/models/TextSymbology.js index 08ea4d22..256a039e 100644 --- a/typescript/dist/esm/models/TextSymbology.js +++ b/typescript/dist/esm/models/TextSymbology.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeDescriptor.d.ts b/typescript/dist/esm/models/TimeDescriptor.d.ts new file mode 100644 index 00000000..ecd85946 --- /dev/null +++ b/typescript/dist/esm/models/TimeDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +/** + * + * @export + * @interface TimeDescriptor + */ +export interface TimeDescriptor { + /** + * + * @type {TimeInterval} + * @memberof TimeDescriptor + */ + bounds?: TimeInterval | null; + /** + * + * @type {RegularTimeDimension} + * @memberof TimeDescriptor + */ + dimension?: RegularTimeDimension | null; +} +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export declare function instanceOfTimeDescriptor(value: object): value is TimeDescriptor; +export declare function TimeDescriptorFromJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDescriptor; +export declare function TimeDescriptorToJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/TimeDescriptor.js b/typescript/dist/esm/models/TimeDescriptor.js new file mode 100644 index 00000000..f5a39c24 --- /dev/null +++ b/typescript/dist/esm/models/TimeDescriptor.js @@ -0,0 +1,45 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; +import { RegularTimeDimensionFromJSON, RegularTimeDimensionToJSON, } from './RegularTimeDimension'; +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export function instanceOfTimeDescriptor(value) { + return true; +} +export function TimeDescriptorFromJSON(json) { + return TimeDescriptorFromJSONTyped(json, false); +} +export function TimeDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bounds': json['bounds'] == null ? undefined : TimeIntervalFromJSON(json['bounds']), + 'dimension': json['dimension'] == null ? undefined : RegularTimeDimensionFromJSON(json['dimension']), + }; +} +export function TimeDescriptorToJSON(json) { + return TimeDescriptorToJSONTyped(json, false); +} +export function TimeDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bounds': TimeIntervalToJSON(value['bounds']), + 'dimension': RegularTimeDimensionToJSON(value['dimension']), + }; +} diff --git a/typescript/dist/esm/models/TimeGranularity.d.ts b/typescript/dist/esm/models/TimeGranularity.d.ts index eaad282a..8d8e1d45 100644 --- a/typescript/dist/esm/models/TimeGranularity.d.ts +++ b/typescript/dist/esm/models/TimeGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeGranularity.js b/typescript/dist/esm/models/TimeGranularity.js index 41394f34..63d8f074 100644 --- a/typescript/dist/esm/models/TimeGranularity.js +++ b/typescript/dist/esm/models/TimeGranularity.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeInterval.d.ts b/typescript/dist/esm/models/TimeInterval.d.ts index 668a939c..b2a13c15 100644 --- a/typescript/dist/esm/models/TimeInterval.d.ts +++ b/typescript/dist/esm/models/TimeInterval.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeInterval.js b/typescript/dist/esm/models/TimeInterval.js index 504b67d0..fbd36897 100644 --- a/typescript/dist/esm/models/TimeInterval.js +++ b/typescript/dist/esm/models/TimeInterval.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeReference.d.ts b/typescript/dist/esm/models/TimeReference.d.ts index f90bcb73..9b7e5558 100644 --- a/typescript/dist/esm/models/TimeReference.d.ts +++ b/typescript/dist/esm/models/TimeReference.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeReference.js b/typescript/dist/esm/models/TimeReference.js index a37ed40f..5e05a460 100644 --- a/typescript/dist/esm/models/TimeReference.js +++ b/typescript/dist/esm/models/TimeReference.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeStep.d.ts b/typescript/dist/esm/models/TimeStep.d.ts index 68191961..db7048c1 100644 --- a/typescript/dist/esm/models/TimeStep.d.ts +++ b/typescript/dist/esm/models/TimeStep.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TimeStep.js b/typescript/dist/esm/models/TimeStep.js index b5e84f2f..f4d713f1 100644 --- a/typescript/dist/esm/models/TimeStep.js +++ b/typescript/dist/esm/models/TimeStep.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts b/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts index e322ccda..cbd659f7 100644 --- a/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts +++ b/typescript/dist/esm/models/TypedDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedDataProviderDefinition.js b/typescript/dist/esm/models/TypedDataProviderDefinition.js index a5cb063e..4b523d08 100644 --- a/typescript/dist/esm/models/TypedDataProviderDefinition.js +++ b/typescript/dist/esm/models/TypedDataProviderDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometry.d.ts b/typescript/dist/esm/models/TypedGeometry.d.ts index 387d5570..f61a352b 100644 --- a/typescript/dist/esm/models/TypedGeometry.d.ts +++ b/typescript/dist/esm/models/TypedGeometry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometry.js b/typescript/dist/esm/models/TypedGeometry.js index 35358091..6d3c7a05 100644 --- a/typescript/dist/esm/models/TypedGeometry.js +++ b/typescript/dist/esm/models/TypedGeometry.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf.d.ts index 22849c21..209d3200 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf.js b/typescript/dist/esm/models/TypedGeometryOneOf.js index bed61ffb..845a0ff5 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts index 42f044e1..81b20938 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf1.js b/typescript/dist/esm/models/TypedGeometryOneOf1.js index b0e202c4..2417024f 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf1.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf1.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts index afcd53a3..1fec3fd6 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf2.js b/typescript/dist/esm/models/TypedGeometryOneOf2.js index da1f7aa4..e99c71c8 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf2.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf2.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts index 6f34e815..ddd7050d 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedGeometryOneOf3.js b/typescript/dist/esm/models/TypedGeometryOneOf3.js index 25fc9970..07c9131a 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf3.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf3.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperator.d.ts b/typescript/dist/esm/models/TypedOperator.d.ts index 64b8dda6..f2567525 100644 --- a/typescript/dist/esm/models/TypedOperator.d.ts +++ b/typescript/dist/esm/models/TypedOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperator.js b/typescript/dist/esm/models/TypedOperator.js index 8ecc4a7d..98c8300e 100644 --- a/typescript/dist/esm/models/TypedOperator.js +++ b/typescript/dist/esm/models/TypedOperator.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperatorOperator.d.ts b/typescript/dist/esm/models/TypedOperatorOperator.d.ts index a7bf1a64..db7b1efd 100644 --- a/typescript/dist/esm/models/TypedOperatorOperator.d.ts +++ b/typescript/dist/esm/models/TypedOperatorOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedOperatorOperator.js b/typescript/dist/esm/models/TypedOperatorOperator.js index fa9da074..378b9f8d 100644 --- a/typescript/dist/esm/models/TypedOperatorOperator.js +++ b/typescript/dist/esm/models/TypedOperatorOperator.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts b/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts index d7140281..792d0e0e 100644 --- a/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedPlotResultDescriptor.js b/typescript/dist/esm/models/TypedPlotResultDescriptor.js index 101eaecb..7d494ecd 100644 --- a/typescript/dist/esm/models/TypedPlotResultDescriptor.js +++ b/typescript/dist/esm/models/TypedPlotResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts b/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts index 2e585e9b..e792ae5c 100644 --- a/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedRasterResultDescriptor.js b/typescript/dist/esm/models/TypedRasterResultDescriptor.js index 43534b0e..2725701b 100644 --- a/typescript/dist/esm/models/TypedRasterResultDescriptor.js +++ b/typescript/dist/esm/models/TypedRasterResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedResultDescriptor.d.ts b/typescript/dist/esm/models/TypedResultDescriptor.d.ts index 2a12b53e..b19a52ba 100644 --- a/typescript/dist/esm/models/TypedResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedResultDescriptor.js b/typescript/dist/esm/models/TypedResultDescriptor.js index 88ba33e8..49f5bf1c 100644 --- a/typescript/dist/esm/models/TypedResultDescriptor.js +++ b/typescript/dist/esm/models/TypedResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts b/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts index fce3b3a9..0ac9bb9c 100644 --- a/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/TypedVectorResultDescriptor.js b/typescript/dist/esm/models/TypedVectorResultDescriptor.js index 17afa77b..63ff1c27 100644 --- a/typescript/dist/esm/models/TypedVectorResultDescriptor.js +++ b/typescript/dist/esm/models/TypedVectorResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnitlessMeasurement.d.ts b/typescript/dist/esm/models/UnitlessMeasurement.d.ts index 1fcd56d4..32af3774 100644 --- a/typescript/dist/esm/models/UnitlessMeasurement.d.ts +++ b/typescript/dist/esm/models/UnitlessMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnitlessMeasurement.js b/typescript/dist/esm/models/UnitlessMeasurement.js index 02e5dd3d..cacc0986 100644 --- a/typescript/dist/esm/models/UnitlessMeasurement.js +++ b/typescript/dist/esm/models/UnitlessMeasurement.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnixTimeStampType.d.ts b/typescript/dist/esm/models/UnixTimeStampType.d.ts index 72201b6f..e4258cc3 100644 --- a/typescript/dist/esm/models/UnixTimeStampType.d.ts +++ b/typescript/dist/esm/models/UnixTimeStampType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UnixTimeStampType.js b/typescript/dist/esm/models/UnixTimeStampType.js index 8a9147b8..027e2773 100644 --- a/typescript/dist/esm/models/UnixTimeStampType.js +++ b/typescript/dist/esm/models/UnixTimeStampType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateDataset.d.ts b/typescript/dist/esm/models/UpdateDataset.d.ts index 4199c6dc..ff625fdd 100644 --- a/typescript/dist/esm/models/UpdateDataset.d.ts +++ b/typescript/dist/esm/models/UpdateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateDataset.js b/typescript/dist/esm/models/UpdateDataset.js index cfb8d97d..7b87bbbe 100644 --- a/typescript/dist/esm/models/UpdateDataset.js +++ b/typescript/dist/esm/models/UpdateDataset.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayer.d.ts b/typescript/dist/esm/models/UpdateLayer.d.ts index 978b8f76..6b07ced9 100644 --- a/typescript/dist/esm/models/UpdateLayer.d.ts +++ b/typescript/dist/esm/models/UpdateLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayer.js b/typescript/dist/esm/models/UpdateLayer.js index 6d869b5d..57e5271a 100644 --- a/typescript/dist/esm/models/UpdateLayer.js +++ b/typescript/dist/esm/models/UpdateLayer.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayerCollection.d.ts b/typescript/dist/esm/models/UpdateLayerCollection.d.ts index 7ffcc3b2..e4350798 100644 --- a/typescript/dist/esm/models/UpdateLayerCollection.d.ts +++ b/typescript/dist/esm/models/UpdateLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateLayerCollection.js b/typescript/dist/esm/models/UpdateLayerCollection.js index e675629b..fe9d8f95 100644 --- a/typescript/dist/esm/models/UpdateLayerCollection.js +++ b/typescript/dist/esm/models/UpdateLayerCollection.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateProject.d.ts b/typescript/dist/esm/models/UpdateProject.d.ts index 092614ce..8d1de1d3 100644 --- a/typescript/dist/esm/models/UpdateProject.d.ts +++ b/typescript/dist/esm/models/UpdateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateProject.js b/typescript/dist/esm/models/UpdateProject.js index 99adeed6..83c33746 100644 --- a/typescript/dist/esm/models/UpdateProject.js +++ b/typescript/dist/esm/models/UpdateProject.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateQuota.d.ts b/typescript/dist/esm/models/UpdateQuota.d.ts index 070b6ebd..c72ff7bd 100644 --- a/typescript/dist/esm/models/UpdateQuota.d.ts +++ b/typescript/dist/esm/models/UpdateQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UpdateQuota.js b/typescript/dist/esm/models/UpdateQuota.js index ff8241af..c8aa6592 100644 --- a/typescript/dist/esm/models/UpdateQuota.js +++ b/typescript/dist/esm/models/UpdateQuota.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFileLayersResponse.d.ts b/typescript/dist/esm/models/UploadFileLayersResponse.d.ts index 5e860b7b..188788a9 100644 --- a/typescript/dist/esm/models/UploadFileLayersResponse.d.ts +++ b/typescript/dist/esm/models/UploadFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFileLayersResponse.js b/typescript/dist/esm/models/UploadFileLayersResponse.js index e43636fc..6c264dfe 100644 --- a/typescript/dist/esm/models/UploadFileLayersResponse.js +++ b/typescript/dist/esm/models/UploadFileLayersResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFilesResponse.d.ts b/typescript/dist/esm/models/UploadFilesResponse.d.ts index a3936387..0cdf81ee 100644 --- a/typescript/dist/esm/models/UploadFilesResponse.d.ts +++ b/typescript/dist/esm/models/UploadFilesResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UploadFilesResponse.js b/typescript/dist/esm/models/UploadFilesResponse.js index 95ca7c2f..7328b4a0 100644 --- a/typescript/dist/esm/models/UploadFilesResponse.js +++ b/typescript/dist/esm/models/UploadFilesResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UsageSummaryGranularity.d.ts b/typescript/dist/esm/models/UsageSummaryGranularity.d.ts index 654be8db..2928edd7 100644 --- a/typescript/dist/esm/models/UsageSummaryGranularity.d.ts +++ b/typescript/dist/esm/models/UsageSummaryGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UsageSummaryGranularity.js b/typescript/dist/esm/models/UsageSummaryGranularity.js index 1b411f33..e29eacb5 100644 --- a/typescript/dist/esm/models/UsageSummaryGranularity.js +++ b/typescript/dist/esm/models/UsageSummaryGranularity.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserCredentials.d.ts b/typescript/dist/esm/models/UserCredentials.d.ts index 9ba16621..fe33952b 100644 --- a/typescript/dist/esm/models/UserCredentials.d.ts +++ b/typescript/dist/esm/models/UserCredentials.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserCredentials.js b/typescript/dist/esm/models/UserCredentials.js index 6103e6b7..c674962a 100644 --- a/typescript/dist/esm/models/UserCredentials.js +++ b/typescript/dist/esm/models/UserCredentials.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserInfo.d.ts b/typescript/dist/esm/models/UserInfo.d.ts index 3e23772e..a7c1ccac 100644 --- a/typescript/dist/esm/models/UserInfo.d.ts +++ b/typescript/dist/esm/models/UserInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserInfo.js b/typescript/dist/esm/models/UserInfo.js index cb515dd0..baf205c0 100644 --- a/typescript/dist/esm/models/UserInfo.js +++ b/typescript/dist/esm/models/UserInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserRegistration.d.ts b/typescript/dist/esm/models/UserRegistration.d.ts index 08f44f8e..21680d92 100644 --- a/typescript/dist/esm/models/UserRegistration.d.ts +++ b/typescript/dist/esm/models/UserRegistration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserRegistration.js b/typescript/dist/esm/models/UserRegistration.js index b4ea9caa..e2a1e4c4 100644 --- a/typescript/dist/esm/models/UserRegistration.js +++ b/typescript/dist/esm/models/UserRegistration.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserSession.d.ts b/typescript/dist/esm/models/UserSession.d.ts index 38531122..3b17b3d1 100644 --- a/typescript/dist/esm/models/UserSession.d.ts +++ b/typescript/dist/esm/models/UserSession.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/UserSession.js b/typescript/dist/esm/models/UserSession.js index 36377e7e..b883d850 100644 --- a/typescript/dist/esm/models/UserSession.js +++ b/typescript/dist/esm/models/UserSession.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VecUpdate.d.ts b/typescript/dist/esm/models/VecUpdate.d.ts index ececaa28..f693ce4b 100644 --- a/typescript/dist/esm/models/VecUpdate.d.ts +++ b/typescript/dist/esm/models/VecUpdate.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VecUpdate.js b/typescript/dist/esm/models/VecUpdate.js index aca45ff2..109bfee3 100644 --- a/typescript/dist/esm/models/VecUpdate.js +++ b/typescript/dist/esm/models/VecUpdate.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorColumnInfo.d.ts b/typescript/dist/esm/models/VectorColumnInfo.d.ts index 02ab0892..2ed32cf1 100644 --- a/typescript/dist/esm/models/VectorColumnInfo.d.ts +++ b/typescript/dist/esm/models/VectorColumnInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorColumnInfo.js b/typescript/dist/esm/models/VectorColumnInfo.js index 93bb72f4..b94e5ee1 100644 --- a/typescript/dist/esm/models/VectorColumnInfo.js +++ b/typescript/dist/esm/models/VectorColumnInfo.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorDataType.d.ts b/typescript/dist/esm/models/VectorDataType.d.ts index f3ce8f10..dda47e72 100644 --- a/typescript/dist/esm/models/VectorDataType.d.ts +++ b/typescript/dist/esm/models/VectorDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorDataType.js b/typescript/dist/esm/models/VectorDataType.js index c8e482f2..05982c41 100644 --- a/typescript/dist/esm/models/VectorDataType.js +++ b/typescript/dist/esm/models/VectorDataType.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorQueryRectangle.d.ts b/typescript/dist/esm/models/VectorQueryRectangle.d.ts deleted file mode 100644 index 6b878b63..00000000 --- a/typescript/dist/esm/models/VectorQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface VectorQueryRectangle - */ -export interface VectorQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof VectorQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof VectorQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof VectorQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export declare function instanceOfVectorQueryRectangle(value: object): value is VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSONTyped(value?: VectorQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/VectorQueryRectangle.js b/typescript/dist/esm/models/VectorQueryRectangle.js deleted file mode 100644 index 9ff2114b..00000000 --- a/typescript/dist/esm/models/VectorQueryRectangle.js +++ /dev/null @@ -1,54 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import { SpatialResolutionFromJSON, SpatialResolutionToJSON, } from './SpatialResolution'; -import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; -import { BoundingBox2DFromJSON, BoundingBox2DToJSON, } from './BoundingBox2D'; -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export function instanceOfVectorQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -export function VectorQueryRectangleFromJSON(json) { - return VectorQueryRectangleFromJSONTyped(json, false); -} -export function VectorQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} -export function VectorQueryRectangleToJSON(json) { - return VectorQueryRectangleToJSONTyped(json, false); -} -export function VectorQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} diff --git a/typescript/dist/esm/models/VectorResultDescriptor.d.ts b/typescript/dist/esm/models/VectorResultDescriptor.d.ts index 65071ac9..aee01c1b 100644 --- a/typescript/dist/esm/models/VectorResultDescriptor.d.ts +++ b/typescript/dist/esm/models/VectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VectorResultDescriptor.js b/typescript/dist/esm/models/VectorResultDescriptor.js index 7f97a4cd..76989e01 100644 --- a/typescript/dist/esm/models/VectorResultDescriptor.js +++ b/typescript/dist/esm/models/VectorResultDescriptor.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Volume.d.ts b/typescript/dist/esm/models/Volume.d.ts index c17f17f7..63fe97c4 100644 --- a/typescript/dist/esm/models/Volume.d.ts +++ b/typescript/dist/esm/models/Volume.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Volume.js b/typescript/dist/esm/models/Volume.js index 83c61d0b..aa26b950 100644 --- a/typescript/dist/esm/models/Volume.js +++ b/typescript/dist/esm/models/Volume.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts b/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts index d1e97fc9..fb379851 100644 --- a/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts +++ b/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/VolumeFileLayersResponse.js b/typescript/dist/esm/models/VolumeFileLayersResponse.js index 87b9a190..66827dc0 100644 --- a/typescript/dist/esm/models/VolumeFileLayersResponse.js +++ b/typescript/dist/esm/models/VolumeFileLayersResponse.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsBoundingbox.d.ts b/typescript/dist/esm/models/WcsBoundingbox.d.ts index 9967f822..20a830a2 100644 --- a/typescript/dist/esm/models/WcsBoundingbox.d.ts +++ b/typescript/dist/esm/models/WcsBoundingbox.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsBoundingbox.js b/typescript/dist/esm/models/WcsBoundingbox.js index efcc97d0..f4dcb453 100644 --- a/typescript/dist/esm/models/WcsBoundingbox.js +++ b/typescript/dist/esm/models/WcsBoundingbox.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsService.d.ts b/typescript/dist/esm/models/WcsService.d.ts index 399c7a2e..486f06fe 100644 --- a/typescript/dist/esm/models/WcsService.d.ts +++ b/typescript/dist/esm/models/WcsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsService.js b/typescript/dist/esm/models/WcsService.js index 7d4b7970..333d2b0d 100644 --- a/typescript/dist/esm/models/WcsService.js +++ b/typescript/dist/esm/models/WcsService.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsVersion.d.ts b/typescript/dist/esm/models/WcsVersion.d.ts index 3b172fe5..bb3230ce 100644 --- a/typescript/dist/esm/models/WcsVersion.d.ts +++ b/typescript/dist/esm/models/WcsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WcsVersion.js b/typescript/dist/esm/models/WcsVersion.js index e59c4c0a..c1619fd3 100644 --- a/typescript/dist/esm/models/WcsVersion.js +++ b/typescript/dist/esm/models/WcsVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsService.d.ts b/typescript/dist/esm/models/WfsService.d.ts index a503050f..56c82eb0 100644 --- a/typescript/dist/esm/models/WfsService.d.ts +++ b/typescript/dist/esm/models/WfsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsService.js b/typescript/dist/esm/models/WfsService.js index 8d746212..535a0e46 100644 --- a/typescript/dist/esm/models/WfsService.js +++ b/typescript/dist/esm/models/WfsService.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsVersion.d.ts b/typescript/dist/esm/models/WfsVersion.d.ts index 2291a77a..fa5be827 100644 --- a/typescript/dist/esm/models/WfsVersion.d.ts +++ b/typescript/dist/esm/models/WfsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WfsVersion.js b/typescript/dist/esm/models/WfsVersion.js index 9ee11e03..94644c7e 100644 --- a/typescript/dist/esm/models/WfsVersion.js +++ b/typescript/dist/esm/models/WfsVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts b/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts index 9d119585..418d794b 100644 --- a/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts +++ b/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WildliveDataConnectorDefinition.js b/typescript/dist/esm/models/WildliveDataConnectorDefinition.js index 0db0d8e0..35d3bbeb 100644 --- a/typescript/dist/esm/models/WildliveDataConnectorDefinition.js +++ b/typescript/dist/esm/models/WildliveDataConnectorDefinition.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsService.d.ts b/typescript/dist/esm/models/WmsService.d.ts index dfc2b3db..8e288b6c 100644 --- a/typescript/dist/esm/models/WmsService.d.ts +++ b/typescript/dist/esm/models/WmsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsService.js b/typescript/dist/esm/models/WmsService.js index 6c6776ac..ea57f326 100644 --- a/typescript/dist/esm/models/WmsService.js +++ b/typescript/dist/esm/models/WmsService.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsVersion.d.ts b/typescript/dist/esm/models/WmsVersion.d.ts index 06f9bdc8..60a33bf9 100644 --- a/typescript/dist/esm/models/WmsVersion.d.ts +++ b/typescript/dist/esm/models/WmsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WmsVersion.js b/typescript/dist/esm/models/WmsVersion.js index d6c78528..114c074f 100644 --- a/typescript/dist/esm/models/WmsVersion.js +++ b/typescript/dist/esm/models/WmsVersion.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Workflow.d.ts b/typescript/dist/esm/models/Workflow.d.ts index 8b12f05d..5be79bad 100644 --- a/typescript/dist/esm/models/Workflow.d.ts +++ b/typescript/dist/esm/models/Workflow.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/Workflow.js b/typescript/dist/esm/models/Workflow.js index d5e4bbc0..d4137e26 100644 --- a/typescript/dist/esm/models/Workflow.js +++ b/typescript/dist/esm/models/Workflow.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WrappedPlotOutput.d.ts b/typescript/dist/esm/models/WrappedPlotOutput.d.ts index 59b5c0e7..5518da39 100644 --- a/typescript/dist/esm/models/WrappedPlotOutput.d.ts +++ b/typescript/dist/esm/models/WrappedPlotOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/WrappedPlotOutput.js b/typescript/dist/esm/models/WrappedPlotOutput.js index e9bc9548..73862fc3 100644 --- a/typescript/dist/esm/models/WrappedPlotOutput.js +++ b/typescript/dist/esm/models/WrappedPlotOutput.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index f5baa31f..f469b0f5 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -59,6 +59,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -70,6 +71,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -130,7 +133,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -155,10 +157,11 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -169,14 +172,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -193,6 +197,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; @@ -226,7 +231,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index 1ca49a0c..337a0183 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -61,6 +61,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -72,6 +73,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -132,7 +135,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -157,10 +159,11 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -171,14 +174,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -195,6 +199,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; @@ -228,7 +233,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/dist/esm/runtime.d.ts b/typescript/dist/esm/runtime.d.ts index ba04f4da..47dd4796 100644 --- a/typescript/dist/esm/runtime.d.ts +++ b/typescript/dist/esm/runtime.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index 73206ed8..96b5cc21 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddDataset.d.ts b/typescript/dist/models/AddDataset.d.ts index 3a8d9b2c..57ea8090 100644 --- a/typescript/dist/models/AddDataset.d.ts +++ b/typescript/dist/models/AddDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddDataset.js b/typescript/dist/models/AddDataset.js index bd0a6c8e..10a35c18 100644 --- a/typescript/dist/models/AddDataset.js +++ b/typescript/dist/models/AddDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayer.d.ts b/typescript/dist/models/AddLayer.d.ts index 7801eab1..9e1833d1 100644 --- a/typescript/dist/models/AddLayer.d.ts +++ b/typescript/dist/models/AddLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayer.js b/typescript/dist/models/AddLayer.js index c7d7f407..91c104c9 100644 --- a/typescript/dist/models/AddLayer.js +++ b/typescript/dist/models/AddLayer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayerCollection.d.ts b/typescript/dist/models/AddLayerCollection.d.ts index 475a5dd4..5715b027 100644 --- a/typescript/dist/models/AddLayerCollection.d.ts +++ b/typescript/dist/models/AddLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddLayerCollection.js b/typescript/dist/models/AddLayerCollection.js index da4bb1bf..2988b3e5 100644 --- a/typescript/dist/models/AddLayerCollection.js +++ b/typescript/dist/models/AddLayerCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddRole.d.ts b/typescript/dist/models/AddRole.d.ts index ba12ddac..67bc7e6e 100644 --- a/typescript/dist/models/AddRole.d.ts +++ b/typescript/dist/models/AddRole.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AddRole.js b/typescript/dist/models/AddRole.js index 3d3991f4..ae838848 100644 --- a/typescript/dist/models/AddRole.js +++ b/typescript/dist/models/AddRole.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ArunaDataProviderDefinition.d.ts b/typescript/dist/models/ArunaDataProviderDefinition.d.ts index a8d95edd..94532500 100644 --- a/typescript/dist/models/ArunaDataProviderDefinition.d.ts +++ b/typescript/dist/models/ArunaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ArunaDataProviderDefinition.js b/typescript/dist/models/ArunaDataProviderDefinition.js index f48bf2b2..e00c68ef 100644 --- a/typescript/dist/models/ArunaDataProviderDefinition.js +++ b/typescript/dist/models/ArunaDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeRequestURL.d.ts b/typescript/dist/models/AuthCodeRequestURL.d.ts index 448be092..5b1e8e4b 100644 --- a/typescript/dist/models/AuthCodeRequestURL.d.ts +++ b/typescript/dist/models/AuthCodeRequestURL.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeRequestURL.js b/typescript/dist/models/AuthCodeRequestURL.js index 0d675632..a7adf8ba 100644 --- a/typescript/dist/models/AuthCodeRequestURL.js +++ b/typescript/dist/models/AuthCodeRequestURL.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeResponse.d.ts b/typescript/dist/models/AuthCodeResponse.d.ts index 6a31af14..0c41600a 100644 --- a/typescript/dist/models/AuthCodeResponse.d.ts +++ b/typescript/dist/models/AuthCodeResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AuthCodeResponse.js b/typescript/dist/models/AuthCodeResponse.js index 5a9bcb34..8519ba7d 100644 --- a/typescript/dist/models/AuthCodeResponse.js +++ b/typescript/dist/models/AuthCodeResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AutoCreateDataset.d.ts b/typescript/dist/models/AutoCreateDataset.d.ts index 1f524aff..19a97e75 100644 --- a/typescript/dist/models/AutoCreateDataset.d.ts +++ b/typescript/dist/models/AutoCreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AutoCreateDataset.js b/typescript/dist/models/AutoCreateDataset.js index 2b7128df..e857170e 100644 --- a/typescript/dist/models/AutoCreateDataset.js +++ b/typescript/dist/models/AutoCreateDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AxisOrder.d.ts b/typescript/dist/models/AxisOrder.d.ts index 82772b8e..ff83b12a 100644 --- a/typescript/dist/models/AxisOrder.d.ts +++ b/typescript/dist/models/AxisOrder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/AxisOrder.js b/typescript/dist/models/AxisOrder.js index 7145f63b..bc201b85 100644 --- a/typescript/dist/models/AxisOrder.js +++ b/typescript/dist/models/AxisOrder.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/BoundingBox2D.d.ts b/typescript/dist/models/BoundingBox2D.d.ts index 08f18375..4b12affb 100644 --- a/typescript/dist/models/BoundingBox2D.d.ts +++ b/typescript/dist/models/BoundingBox2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/BoundingBox2D.js b/typescript/dist/models/BoundingBox2D.js index 59bdcf95..e51ab289 100644 --- a/typescript/dist/models/BoundingBox2D.js +++ b/typescript/dist/models/BoundingBox2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Breakpoint.d.ts b/typescript/dist/models/Breakpoint.d.ts index 05d84313..dbd68ccb 100644 --- a/typescript/dist/models/Breakpoint.d.ts +++ b/typescript/dist/models/Breakpoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Breakpoint.js b/typescript/dist/models/Breakpoint.js index 4add0d5e..0f277c63 100644 --- a/typescript/dist/models/Breakpoint.js +++ b/typescript/dist/models/Breakpoint.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ClassificationMeasurement.d.ts b/typescript/dist/models/ClassificationMeasurement.d.ts index a5798843..bad6c5b7 100644 --- a/typescript/dist/models/ClassificationMeasurement.d.ts +++ b/typescript/dist/models/ClassificationMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ClassificationMeasurement.js b/typescript/dist/models/ClassificationMeasurement.js index 09217789..51f864df 100644 --- a/typescript/dist/models/ClassificationMeasurement.js +++ b/typescript/dist/models/ClassificationMeasurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionItem.d.ts b/typescript/dist/models/CollectionItem.d.ts index 045dec7a..bce9faf0 100644 --- a/typescript/dist/models/CollectionItem.d.ts +++ b/typescript/dist/models/CollectionItem.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionItem.js b/typescript/dist/models/CollectionItem.js index 39c778ee..db91bc74 100644 --- a/typescript/dist/models/CollectionItem.js +++ b/typescript/dist/models/CollectionItem.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionType.d.ts b/typescript/dist/models/CollectionType.d.ts index 42b4ae96..b99affa0 100644 --- a/typescript/dist/models/CollectionType.d.ts +++ b/typescript/dist/models/CollectionType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CollectionType.js b/typescript/dist/models/CollectionType.js index 48f82098..6bc93ea0 100644 --- a/typescript/dist/models/CollectionType.js +++ b/typescript/dist/models/CollectionType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ColorParam.d.ts b/typescript/dist/models/ColorParam.d.ts index 94d826c1..f6b980b0 100644 --- a/typescript/dist/models/ColorParam.d.ts +++ b/typescript/dist/models/ColorParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ColorParam.js b/typescript/dist/models/ColorParam.js index 0617cfae..f5fcea82 100644 --- a/typescript/dist/models/ColorParam.js +++ b/typescript/dist/models/ColorParam.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Colorizer.d.ts b/typescript/dist/models/Colorizer.d.ts index e8e6b1ed..2ba87491 100644 --- a/typescript/dist/models/Colorizer.d.ts +++ b/typescript/dist/models/Colorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Colorizer.js b/typescript/dist/models/Colorizer.js index 77ab1fa9..c8ec12f1 100644 --- a/typescript/dist/models/Colorizer.js +++ b/typescript/dist/models/Colorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ComputationQuota.d.ts b/typescript/dist/models/ComputationQuota.d.ts index 714a306a..26c95514 100644 --- a/typescript/dist/models/ComputationQuota.d.ts +++ b/typescript/dist/models/ComputationQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ComputationQuota.js b/typescript/dist/models/ComputationQuota.js index 4a91fbe4..de9ecf32 100644 --- a/typescript/dist/models/ComputationQuota.js +++ b/typescript/dist/models/ComputationQuota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ContinuousMeasurement.d.ts b/typescript/dist/models/ContinuousMeasurement.d.ts index 41c613d1..b2cf02a4 100644 --- a/typescript/dist/models/ContinuousMeasurement.d.ts +++ b/typescript/dist/models/ContinuousMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ContinuousMeasurement.js b/typescript/dist/models/ContinuousMeasurement.js index 0fc7b892..829dae82 100644 --- a/typescript/dist/models/ContinuousMeasurement.js +++ b/typescript/dist/models/ContinuousMeasurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Coordinate2D.d.ts b/typescript/dist/models/Coordinate2D.d.ts index 5e97411d..90d15f56 100644 --- a/typescript/dist/models/Coordinate2D.d.ts +++ b/typescript/dist/models/Coordinate2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Coordinate2D.js b/typescript/dist/models/Coordinate2D.js index da6c9faf..3aeba897 100644 --- a/typescript/dist/models/Coordinate2D.js +++ b/typescript/dist/models/Coordinate2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts index e0abaa12..40b21dc4 100644 --- a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts +++ b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js index ecbb54cc..55dcc8d0 100644 --- a/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js +++ b/typescript/dist/models/CopernicusDataspaceDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateDataset.d.ts b/typescript/dist/models/CreateDataset.d.ts index ba7f4cad..2e3b26f0 100644 --- a/typescript/dist/models/CreateDataset.d.ts +++ b/typescript/dist/models/CreateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateDataset.js b/typescript/dist/models/CreateDataset.js index c78fbb4c..319b1017 100644 --- a/typescript/dist/models/CreateDataset.js +++ b/typescript/dist/models/CreateDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateProject.d.ts b/typescript/dist/models/CreateProject.d.ts index f1dcd7dc..79919d85 100644 --- a/typescript/dist/models/CreateProject.d.ts +++ b/typescript/dist/models/CreateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CreateProject.js b/typescript/dist/models/CreateProject.js index 2eedb3c5..d2307c9d 100644 --- a/typescript/dist/models/CreateProject.js +++ b/typescript/dist/models/CreateProject.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CsvHeader.d.ts b/typescript/dist/models/CsvHeader.d.ts index 70b4f799..be6200cb 100644 --- a/typescript/dist/models/CsvHeader.d.ts +++ b/typescript/dist/models/CsvHeader.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/CsvHeader.js b/typescript/dist/models/CsvHeader.js index 7a51c670..33c8a632 100644 --- a/typescript/dist/models/CsvHeader.js +++ b/typescript/dist/models/CsvHeader.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataId.d.ts b/typescript/dist/models/DataId.d.ts index 0b62a75c..51a0ee07 100644 --- a/typescript/dist/models/DataId.d.ts +++ b/typescript/dist/models/DataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataId.js b/typescript/dist/models/DataId.js index 634b60f8..5807ad04 100644 --- a/typescript/dist/models/DataId.js +++ b/typescript/dist/models/DataId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPath.d.ts b/typescript/dist/models/DataPath.d.ts index b1f02bce..bacdd2a0 100644 --- a/typescript/dist/models/DataPath.d.ts +++ b/typescript/dist/models/DataPath.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPath.js b/typescript/dist/models/DataPath.js index 60abe367..fbf1c485 100644 --- a/typescript/dist/models/DataPath.js +++ b/typescript/dist/models/DataPath.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf.d.ts b/typescript/dist/models/DataPathOneOf.d.ts index 5182804a..63e792fc 100644 --- a/typescript/dist/models/DataPathOneOf.d.ts +++ b/typescript/dist/models/DataPathOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf.js b/typescript/dist/models/DataPathOneOf.js index ae756525..bea5e9e3 100644 --- a/typescript/dist/models/DataPathOneOf.js +++ b/typescript/dist/models/DataPathOneOf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf1.d.ts b/typescript/dist/models/DataPathOneOf1.d.ts index 94767d68..b2297105 100644 --- a/typescript/dist/models/DataPathOneOf1.d.ts +++ b/typescript/dist/models/DataPathOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataPathOneOf1.js b/typescript/dist/models/DataPathOneOf1.js index 65cedafa..7fa4b043 100644 --- a/typescript/dist/models/DataPathOneOf1.js +++ b/typescript/dist/models/DataPathOneOf1.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataProviderResource.d.ts b/typescript/dist/models/DataProviderResource.d.ts index e8060c9c..4fafacba 100644 --- a/typescript/dist/models/DataProviderResource.d.ts +++ b/typescript/dist/models/DataProviderResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataProviderResource.js b/typescript/dist/models/DataProviderResource.js index 822cd818..eb154146 100644 --- a/typescript/dist/models/DataProviderResource.js +++ b/typescript/dist/models/DataProviderResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsage.d.ts b/typescript/dist/models/DataUsage.d.ts index c406d613..5730476b 100644 --- a/typescript/dist/models/DataUsage.d.ts +++ b/typescript/dist/models/DataUsage.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsage.js b/typescript/dist/models/DataUsage.js index 346ae078..8ec74d05 100644 --- a/typescript/dist/models/DataUsage.js +++ b/typescript/dist/models/DataUsage.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsageSummary.d.ts b/typescript/dist/models/DataUsageSummary.d.ts index 818080e3..c3d182d3 100644 --- a/typescript/dist/models/DataUsageSummary.d.ts +++ b/typescript/dist/models/DataUsageSummary.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DataUsageSummary.js b/typescript/dist/models/DataUsageSummary.js index ebe8b8cd..7dd52ef4 100644 --- a/typescript/dist/models/DataUsageSummary.js +++ b/typescript/dist/models/DataUsageSummary.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatabaseConnectionConfig.d.ts b/typescript/dist/models/DatabaseConnectionConfig.d.ts index faf0eaeb..1a628b7d 100644 --- a/typescript/dist/models/DatabaseConnectionConfig.d.ts +++ b/typescript/dist/models/DatabaseConnectionConfig.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatabaseConnectionConfig.js b/typescript/dist/models/DatabaseConnectionConfig.js index 5f47c303..81d779a2 100644 --- a/typescript/dist/models/DatabaseConnectionConfig.js +++ b/typescript/dist/models/DatabaseConnectionConfig.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Dataset.d.ts b/typescript/dist/models/Dataset.d.ts index 5dd433f5..4e7137e5 100644 --- a/typescript/dist/models/Dataset.d.ts +++ b/typescript/dist/models/Dataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Dataset.js b/typescript/dist/models/Dataset.js index f172d4ed..189383fd 100644 --- a/typescript/dist/models/Dataset.js +++ b/typescript/dist/models/Dataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetDefinition.d.ts b/typescript/dist/models/DatasetDefinition.d.ts index 4ff6160a..3160571c 100644 --- a/typescript/dist/models/DatasetDefinition.d.ts +++ b/typescript/dist/models/DatasetDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetDefinition.js b/typescript/dist/models/DatasetDefinition.js index a97f04f6..c1f8deba 100644 --- a/typescript/dist/models/DatasetDefinition.js +++ b/typescript/dist/models/DatasetDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingCollection.d.ts b/typescript/dist/models/DatasetLayerListingCollection.d.ts index 2182b02d..14ddfa91 100644 --- a/typescript/dist/models/DatasetLayerListingCollection.d.ts +++ b/typescript/dist/models/DatasetLayerListingCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingCollection.js b/typescript/dist/models/DatasetLayerListingCollection.js index 9d777e20..fa31b354 100644 --- a/typescript/dist/models/DatasetLayerListingCollection.js +++ b/typescript/dist/models/DatasetLayerListingCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts b/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts index 87d65e8e..502a246a 100644 --- a/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts +++ b/typescript/dist/models/DatasetLayerListingProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetLayerListingProviderDefinition.js b/typescript/dist/models/DatasetLayerListingProviderDefinition.js index 6ebaba7c..a0bc11ec 100644 --- a/typescript/dist/models/DatasetLayerListingProviderDefinition.js +++ b/typescript/dist/models/DatasetLayerListingProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetListing.d.ts b/typescript/dist/models/DatasetListing.d.ts index 01328add..cf0398b2 100644 --- a/typescript/dist/models/DatasetListing.d.ts +++ b/typescript/dist/models/DatasetListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetListing.js b/typescript/dist/models/DatasetListing.js index 28716955..a07c37db 100644 --- a/typescript/dist/models/DatasetListing.js +++ b/typescript/dist/models/DatasetListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetNameResponse.d.ts b/typescript/dist/models/DatasetNameResponse.d.ts index 5295eb28..56db7666 100644 --- a/typescript/dist/models/DatasetNameResponse.d.ts +++ b/typescript/dist/models/DatasetNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetNameResponse.js b/typescript/dist/models/DatasetNameResponse.js index e9f3918f..ad0f171a 100644 --- a/typescript/dist/models/DatasetNameResponse.js +++ b/typescript/dist/models/DatasetNameResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetResource.d.ts b/typescript/dist/models/DatasetResource.d.ts index c9dc85e6..14e63310 100644 --- a/typescript/dist/models/DatasetResource.d.ts +++ b/typescript/dist/models/DatasetResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DatasetResource.js b/typescript/dist/models/DatasetResource.js index 792ea0c0..a4172622 100644 --- a/typescript/dist/models/DatasetResource.js +++ b/typescript/dist/models/DatasetResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedColor.d.ts b/typescript/dist/models/DerivedColor.d.ts index 4a4bed2c..f0269348 100644 --- a/typescript/dist/models/DerivedColor.d.ts +++ b/typescript/dist/models/DerivedColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedColor.js b/typescript/dist/models/DerivedColor.js index 9ce5a5de..06c23bc8 100644 --- a/typescript/dist/models/DerivedColor.js +++ b/typescript/dist/models/DerivedColor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedNumber.d.ts b/typescript/dist/models/DerivedNumber.d.ts index 33d8105b..580d45e5 100644 --- a/typescript/dist/models/DerivedNumber.d.ts +++ b/typescript/dist/models/DerivedNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DerivedNumber.js b/typescript/dist/models/DerivedNumber.js index 83c4d1a0..3ffdeedb 100644 --- a/typescript/dist/models/DerivedNumber.js +++ b/typescript/dist/models/DerivedNumber.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DescribeCoverageRequest.d.ts b/typescript/dist/models/DescribeCoverageRequest.d.ts index 5cc34e7e..4e593d5e 100644 --- a/typescript/dist/models/DescribeCoverageRequest.d.ts +++ b/typescript/dist/models/DescribeCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/DescribeCoverageRequest.js b/typescript/dist/models/DescribeCoverageRequest.js index f5ea1952..298f1fb2 100644 --- a/typescript/dist/models/DescribeCoverageRequest.js +++ b/typescript/dist/models/DescribeCoverageRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts b/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts index 470692b3..33feaa31 100644 --- a/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts +++ b/typescript/dist/models/EbvPortalDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EbvPortalDataProviderDefinition.js b/typescript/dist/models/EbvPortalDataProviderDefinition.js index 4f0b10c0..955cb7c7 100644 --- a/typescript/dist/models/EbvPortalDataProviderDefinition.js +++ b/typescript/dist/models/EbvPortalDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrDataProviderDefinition.d.ts b/typescript/dist/models/EdrDataProviderDefinition.d.ts index 78c1e745..6be39166 100644 --- a/typescript/dist/models/EdrDataProviderDefinition.d.ts +++ b/typescript/dist/models/EdrDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrDataProviderDefinition.js b/typescript/dist/models/EdrDataProviderDefinition.js index 77a00e6a..8b6e8dfc 100644 --- a/typescript/dist/models/EdrDataProviderDefinition.js +++ b/typescript/dist/models/EdrDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrVectorSpec.d.ts b/typescript/dist/models/EdrVectorSpec.d.ts index be4dd9a1..7a66eb5b 100644 --- a/typescript/dist/models/EdrVectorSpec.d.ts +++ b/typescript/dist/models/EdrVectorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/EdrVectorSpec.js b/typescript/dist/models/EdrVectorSpec.js index 2fcf19af..815684d9 100644 --- a/typescript/dist/models/EdrVectorSpec.js +++ b/typescript/dist/models/EdrVectorSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ErrorResponse.d.ts b/typescript/dist/models/ErrorResponse.d.ts index 854640e6..8e9a1c69 100644 --- a/typescript/dist/models/ErrorResponse.d.ts +++ b/typescript/dist/models/ErrorResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ErrorResponse.js b/typescript/dist/models/ErrorResponse.js index 8b1f8ef9..d34977e2 100644 --- a/typescript/dist/models/ErrorResponse.js +++ b/typescript/dist/models/ErrorResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ExternalDataId.d.ts b/typescript/dist/models/ExternalDataId.d.ts index 7d545dd8..c9d04fdc 100644 --- a/typescript/dist/models/ExternalDataId.d.ts +++ b/typescript/dist/models/ExternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ExternalDataId.js b/typescript/dist/models/ExternalDataId.js index 751d33fd..71b675df 100644 --- a/typescript/dist/models/ExternalDataId.js +++ b/typescript/dist/models/ExternalDataId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FeatureDataType.d.ts b/typescript/dist/models/FeatureDataType.d.ts index a0b12e48..31a483e6 100644 --- a/typescript/dist/models/FeatureDataType.d.ts +++ b/typescript/dist/models/FeatureDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FeatureDataType.js b/typescript/dist/models/FeatureDataType.js index 3245522d..de06afec 100644 --- a/typescript/dist/models/FeatureDataType.js +++ b/typescript/dist/models/FeatureDataType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FileNotFoundHandling.d.ts b/typescript/dist/models/FileNotFoundHandling.d.ts index 8467ab74..ee4e23d9 100644 --- a/typescript/dist/models/FileNotFoundHandling.d.ts +++ b/typescript/dist/models/FileNotFoundHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FileNotFoundHandling.js b/typescript/dist/models/FileNotFoundHandling.js index 84e33954..5307fecc 100644 --- a/typescript/dist/models/FileNotFoundHandling.js +++ b/typescript/dist/models/FileNotFoundHandling.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecifics.d.ts b/typescript/dist/models/FormatSpecifics.d.ts index 4796f32b..aa7de4c7 100644 --- a/typescript/dist/models/FormatSpecifics.d.ts +++ b/typescript/dist/models/FormatSpecifics.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecifics.js b/typescript/dist/models/FormatSpecifics.js index b55bead3..f46fed6a 100644 --- a/typescript/dist/models/FormatSpecifics.js +++ b/typescript/dist/models/FormatSpecifics.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecificsCsv.d.ts b/typescript/dist/models/FormatSpecificsCsv.d.ts index 16b6f36e..4dde2f1e 100644 --- a/typescript/dist/models/FormatSpecificsCsv.d.ts +++ b/typescript/dist/models/FormatSpecificsCsv.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/FormatSpecificsCsv.js b/typescript/dist/models/FormatSpecificsCsv.js index c434d520..838e4145 100644 --- a/typescript/dist/models/FormatSpecificsCsv.js +++ b/typescript/dist/models/FormatSpecificsCsv.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GbifDataProviderDefinition.d.ts b/typescript/dist/models/GbifDataProviderDefinition.d.ts index bc3acbd2..89dcb504 100644 --- a/typescript/dist/models/GbifDataProviderDefinition.d.ts +++ b/typescript/dist/models/GbifDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GbifDataProviderDefinition.js b/typescript/dist/models/GbifDataProviderDefinition.js index eb972357..7b46e901 100644 --- a/typescript/dist/models/GbifDataProviderDefinition.js +++ b/typescript/dist/models/GbifDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetGeoTransform.d.ts b/typescript/dist/models/GdalDatasetGeoTransform.d.ts index cd084cf3..097de277 100644 --- a/typescript/dist/models/GdalDatasetGeoTransform.d.ts +++ b/typescript/dist/models/GdalDatasetGeoTransform.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetGeoTransform.js b/typescript/dist/models/GdalDatasetGeoTransform.js index ed32f9ee..4c81de9a 100644 --- a/typescript/dist/models/GdalDatasetGeoTransform.js +++ b/typescript/dist/models/GdalDatasetGeoTransform.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetParameters.d.ts b/typescript/dist/models/GdalDatasetParameters.d.ts index 32c9a296..d2ffeb7f 100644 --- a/typescript/dist/models/GdalDatasetParameters.d.ts +++ b/typescript/dist/models/GdalDatasetParameters.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalDatasetParameters.js b/typescript/dist/models/GdalDatasetParameters.js index 629fe03b..ebdd71a7 100644 --- a/typescript/dist/models/GdalDatasetParameters.js +++ b/typescript/dist/models/GdalDatasetParameters.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts b/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts index c90109bf..2cb6b45b 100644 --- a/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts +++ b/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalLoadingInfoTemporalSlice.js b/typescript/dist/models/GdalLoadingInfoTemporalSlice.js index c72a99a7..4cc5cb2b 100644 --- a/typescript/dist/models/GdalLoadingInfoTemporalSlice.js +++ b/typescript/dist/models/GdalLoadingInfoTemporalSlice.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataList.d.ts b/typescript/dist/models/GdalMetaDataList.d.ts index 201f39c3..d1bee061 100644 --- a/typescript/dist/models/GdalMetaDataList.d.ts +++ b/typescript/dist/models/GdalMetaDataList.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataList.js b/typescript/dist/models/GdalMetaDataList.js index 6f2d6948..7ee3648f 100644 --- a/typescript/dist/models/GdalMetaDataList.js +++ b/typescript/dist/models/GdalMetaDataList.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataRegular.d.ts b/typescript/dist/models/GdalMetaDataRegular.d.ts index f91ecd4f..50fe2d5d 100644 --- a/typescript/dist/models/GdalMetaDataRegular.d.ts +++ b/typescript/dist/models/GdalMetaDataRegular.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataRegular.js b/typescript/dist/models/GdalMetaDataRegular.js index 5662da8f..f4696425 100644 --- a/typescript/dist/models/GdalMetaDataRegular.js +++ b/typescript/dist/models/GdalMetaDataRegular.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataStatic.d.ts b/typescript/dist/models/GdalMetaDataStatic.d.ts index 735d01af..eb61b627 100644 --- a/typescript/dist/models/GdalMetaDataStatic.d.ts +++ b/typescript/dist/models/GdalMetaDataStatic.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetaDataStatic.js b/typescript/dist/models/GdalMetaDataStatic.js index 69900e6a..479ad6d6 100644 --- a/typescript/dist/models/GdalMetaDataStatic.js +++ b/typescript/dist/models/GdalMetaDataStatic.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataMapping.d.ts b/typescript/dist/models/GdalMetadataMapping.d.ts index 657aae9f..c0252924 100644 --- a/typescript/dist/models/GdalMetadataMapping.d.ts +++ b/typescript/dist/models/GdalMetadataMapping.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataMapping.js b/typescript/dist/models/GdalMetadataMapping.js index 87e94632..ecdac07e 100644 --- a/typescript/dist/models/GdalMetadataMapping.js +++ b/typescript/dist/models/GdalMetadataMapping.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataNetCdfCf.d.ts b/typescript/dist/models/GdalMetadataNetCdfCf.d.ts index d24c38e2..0c651af6 100644 --- a/typescript/dist/models/GdalMetadataNetCdfCf.d.ts +++ b/typescript/dist/models/GdalMetadataNetCdfCf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalMetadataNetCdfCf.js b/typescript/dist/models/GdalMetadataNetCdfCf.js index cfad2282..43cf7a5e 100644 --- a/typescript/dist/models/GdalMetadataNetCdfCf.js +++ b/typescript/dist/models/GdalMetadataNetCdfCf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalSourceTimePlaceholder.d.ts b/typescript/dist/models/GdalSourceTimePlaceholder.d.ts index d8e9be5b..ca70fecd 100644 --- a/typescript/dist/models/GdalSourceTimePlaceholder.d.ts +++ b/typescript/dist/models/GdalSourceTimePlaceholder.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GdalSourceTimePlaceholder.js b/typescript/dist/models/GdalSourceTimePlaceholder.js index c336e09d..c6a52666 100644 --- a/typescript/dist/models/GdalSourceTimePlaceholder.js +++ b/typescript/dist/models/GdalSourceTimePlaceholder.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoJson.d.ts b/typescript/dist/models/GeoJson.d.ts index 993ad8c6..febe684c 100644 --- a/typescript/dist/models/GeoJson.d.ts +++ b/typescript/dist/models/GeoJson.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoJson.js b/typescript/dist/models/GeoJson.js index c9ecfb07..26442983 100644 --- a/typescript/dist/models/GeoJson.js +++ b/typescript/dist/models/GeoJson.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GeoTransform.d.ts b/typescript/dist/models/GeoTransform.d.ts new file mode 100644 index 00000000..567cfb20 --- /dev/null +++ b/typescript/dist/models/GeoTransform.d.ts @@ -0,0 +1,45 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { Coordinate2D } from './Coordinate2D'; +/** + * + * @export + * @interface GeoTransform + */ +export interface GeoTransform { + /** + * + * @type {Coordinate2D} + * @memberof GeoTransform + */ + originCoordinate: Coordinate2D; + /** + * + * @type {number} + * @memberof GeoTransform + */ + xPixelSize: number; + /** + * + * @type {number} + * @memberof GeoTransform + */ + yPixelSize: number; +} +/** + * Check if a given object implements the GeoTransform interface. + */ +export declare function instanceOfGeoTransform(value: object): value is GeoTransform; +export declare function GeoTransformFromJSON(json: any): GeoTransform; +export declare function GeoTransformFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoTransform; +export declare function GeoTransformToJSON(json: any): GeoTransform; +export declare function GeoTransformToJSONTyped(value?: GeoTransform | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GeoTransform.js b/typescript/dist/models/GeoTransform.js new file mode 100644 index 00000000..b2632b2c --- /dev/null +++ b/typescript/dist/models/GeoTransform.js @@ -0,0 +1,59 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfGeoTransform = instanceOfGeoTransform; +exports.GeoTransformFromJSON = GeoTransformFromJSON; +exports.GeoTransformFromJSONTyped = GeoTransformFromJSONTyped; +exports.GeoTransformToJSON = GeoTransformToJSON; +exports.GeoTransformToJSONTyped = GeoTransformToJSONTyped; +const Coordinate2D_1 = require("./Coordinate2D"); +/** + * Check if a given object implements the GeoTransform interface. + */ +function instanceOfGeoTransform(value) { + if (!('originCoordinate' in value) || value['originCoordinate'] === undefined) + return false; + if (!('xPixelSize' in value) || value['xPixelSize'] === undefined) + return false; + if (!('yPixelSize' in value) || value['yPixelSize'] === undefined) + return false; + return true; +} +function GeoTransformFromJSON(json) { + return GeoTransformFromJSONTyped(json, false); +} +function GeoTransformFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'originCoordinate': (0, Coordinate2D_1.Coordinate2DFromJSON)(json['originCoordinate']), + 'xPixelSize': json['xPixelSize'], + 'yPixelSize': json['yPixelSize'], + }; +} +function GeoTransformToJSON(json) { + return GeoTransformToJSONTyped(json, false); +} +function GeoTransformToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'originCoordinate': (0, Coordinate2D_1.Coordinate2DToJSON)(value['originCoordinate']), + 'xPixelSize': value['xPixelSize'], + 'yPixelSize': value['yPixelSize'], + }; +} diff --git a/typescript/dist/models/GetCapabilitiesFormat.d.ts b/typescript/dist/models/GetCapabilitiesFormat.d.ts index fd1027eb..9a4034dc 100644 --- a/typescript/dist/models/GetCapabilitiesFormat.d.ts +++ b/typescript/dist/models/GetCapabilitiesFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesFormat.js b/typescript/dist/models/GetCapabilitiesFormat.js index b16c9bb3..a6dee797 100644 --- a/typescript/dist/models/GetCapabilitiesFormat.js +++ b/typescript/dist/models/GetCapabilitiesFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesRequest.d.ts b/typescript/dist/models/GetCapabilitiesRequest.d.ts index 4c06be57..c1309d45 100644 --- a/typescript/dist/models/GetCapabilitiesRequest.d.ts +++ b/typescript/dist/models/GetCapabilitiesRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCapabilitiesRequest.js b/typescript/dist/models/GetCapabilitiesRequest.js index 45b69b98..86140489 100644 --- a/typescript/dist/models/GetCapabilitiesRequest.js +++ b/typescript/dist/models/GetCapabilitiesRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageFormat.d.ts b/typescript/dist/models/GetCoverageFormat.d.ts index f4b2f64d..1691a28c 100644 --- a/typescript/dist/models/GetCoverageFormat.d.ts +++ b/typescript/dist/models/GetCoverageFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageFormat.js b/typescript/dist/models/GetCoverageFormat.js index 1a45d4f6..fe6ed368 100644 --- a/typescript/dist/models/GetCoverageFormat.js +++ b/typescript/dist/models/GetCoverageFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageRequest.d.ts b/typescript/dist/models/GetCoverageRequest.d.ts index 14c7eb33..66a5e4f4 100644 --- a/typescript/dist/models/GetCoverageRequest.d.ts +++ b/typescript/dist/models/GetCoverageRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetCoverageRequest.js b/typescript/dist/models/GetCoverageRequest.js index 3b434c39..ee1cab10 100644 --- a/typescript/dist/models/GetCoverageRequest.js +++ b/typescript/dist/models/GetCoverageRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetFeatureRequest.d.ts b/typescript/dist/models/GetFeatureRequest.d.ts index b3543aba..ed0b6064 100644 --- a/typescript/dist/models/GetFeatureRequest.d.ts +++ b/typescript/dist/models/GetFeatureRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetFeatureRequest.js b/typescript/dist/models/GetFeatureRequest.js index e6188aa8..9ea5649e 100644 --- a/typescript/dist/models/GetFeatureRequest.js +++ b/typescript/dist/models/GetFeatureRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetLegendGraphicRequest.d.ts b/typescript/dist/models/GetLegendGraphicRequest.d.ts index 90ff104d..d05f4a02 100644 --- a/typescript/dist/models/GetLegendGraphicRequest.d.ts +++ b/typescript/dist/models/GetLegendGraphicRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetLegendGraphicRequest.js b/typescript/dist/models/GetLegendGraphicRequest.js index 981981d3..fc387813 100644 --- a/typescript/dist/models/GetLegendGraphicRequest.js +++ b/typescript/dist/models/GetLegendGraphicRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapExceptionFormat.d.ts b/typescript/dist/models/GetMapExceptionFormat.d.ts index c792af4c..1e8e87c4 100644 --- a/typescript/dist/models/GetMapExceptionFormat.d.ts +++ b/typescript/dist/models/GetMapExceptionFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapExceptionFormat.js b/typescript/dist/models/GetMapExceptionFormat.js index aa1acf5f..3232fecf 100644 --- a/typescript/dist/models/GetMapExceptionFormat.js +++ b/typescript/dist/models/GetMapExceptionFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapFormat.d.ts b/typescript/dist/models/GetMapFormat.d.ts index 929d5f9a..9d8bec75 100644 --- a/typescript/dist/models/GetMapFormat.d.ts +++ b/typescript/dist/models/GetMapFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapFormat.js b/typescript/dist/models/GetMapFormat.js index 456513c1..8e33a5c2 100644 --- a/typescript/dist/models/GetMapFormat.js +++ b/typescript/dist/models/GetMapFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapRequest.d.ts b/typescript/dist/models/GetMapRequest.d.ts index f35fc7ab..04c01ac6 100644 --- a/typescript/dist/models/GetMapRequest.d.ts +++ b/typescript/dist/models/GetMapRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GetMapRequest.js b/typescript/dist/models/GetMapRequest.js index 958f953e..c2fc2999 100644 --- a/typescript/dist/models/GetMapRequest.js +++ b/typescript/dist/models/GetMapRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts b/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts index 6b0bf577..2d9ecd9c 100644 --- a/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts +++ b/typescript/dist/models/GfbioAbcdDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioAbcdDataProviderDefinition.js b/typescript/dist/models/GfbioAbcdDataProviderDefinition.js index 460d6eb9..37cb7356 100644 --- a/typescript/dist/models/GfbioAbcdDataProviderDefinition.js +++ b/typescript/dist/models/GfbioAbcdDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts index cc668f6b..860d29d8 100644 --- a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts +++ b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js index 96190677..97d4be9d 100644 --- a/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js +++ b/typescript/dist/models/GfbioCollectionsDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/GridBoundingBox2D.d.ts b/typescript/dist/models/GridBoundingBox2D.d.ts new file mode 100644 index 00000000..29363306 --- /dev/null +++ b/typescript/dist/models/GridBoundingBox2D.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridIdx2D } from './GridIdx2D'; +/** + * + * @export + * @interface GridBoundingBox2D + */ +export interface GridBoundingBox2D { + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + bottomRightIdx: GridIdx2D; + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + topLeftIdx: GridIdx2D; +} +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export declare function instanceOfGridBoundingBox2D(value: object): value is GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSON(json: any): GridBoundingBox2D; +export declare function GridBoundingBox2DToJSONTyped(value?: GridBoundingBox2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GridBoundingBox2D.js b/typescript/dist/models/GridBoundingBox2D.js new file mode 100644 index 00000000..13625648 --- /dev/null +++ b/typescript/dist/models/GridBoundingBox2D.js @@ -0,0 +1,55 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfGridBoundingBox2D = instanceOfGridBoundingBox2D; +exports.GridBoundingBox2DFromJSON = GridBoundingBox2DFromJSON; +exports.GridBoundingBox2DFromJSONTyped = GridBoundingBox2DFromJSONTyped; +exports.GridBoundingBox2DToJSON = GridBoundingBox2DToJSON; +exports.GridBoundingBox2DToJSONTyped = GridBoundingBox2DToJSONTyped; +const GridIdx2D_1 = require("./GridIdx2D"); +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +function instanceOfGridBoundingBox2D(value) { + if (!('bottomRightIdx' in value) || value['bottomRightIdx'] === undefined) + return false; + if (!('topLeftIdx' in value) || value['topLeftIdx'] === undefined) + return false; + return true; +} +function GridBoundingBox2DFromJSON(json) { + return GridBoundingBox2DFromJSONTyped(json, false); +} +function GridBoundingBox2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bottomRightIdx': (0, GridIdx2D_1.GridIdx2DFromJSON)(json['bottomRightIdx']), + 'topLeftIdx': (0, GridIdx2D_1.GridIdx2DFromJSON)(json['topLeftIdx']), + }; +} +function GridBoundingBox2DToJSON(json) { + return GridBoundingBox2DToJSONTyped(json, false); +} +function GridBoundingBox2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bottomRightIdx': (0, GridIdx2D_1.GridIdx2DToJSON)(value['bottomRightIdx']), + 'topLeftIdx': (0, GridIdx2D_1.GridIdx2DToJSON)(value['topLeftIdx']), + }; +} diff --git a/typescript/dist/models/GridIdx2D.d.ts b/typescript/dist/models/GridIdx2D.d.ts new file mode 100644 index 00000000..fc4a6e1d --- /dev/null +++ b/typescript/dist/models/GridIdx2D.d.ts @@ -0,0 +1,38 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + * @interface GridIdx2D + */ +export interface GridIdx2D { + /** + * + * @type {number} + * @memberof GridIdx2D + */ + xIdx: number; + /** + * + * @type {number} + * @memberof GridIdx2D + */ + yIdx: number; +} +/** + * Check if a given object implements the GridIdx2D interface. + */ +export declare function instanceOfGridIdx2D(value: object): value is GridIdx2D; +export declare function GridIdx2DFromJSON(json: any): GridIdx2D; +export declare function GridIdx2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridIdx2D; +export declare function GridIdx2DToJSON(json: any): GridIdx2D; +export declare function GridIdx2DToJSONTyped(value?: GridIdx2D | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GridIdx2D.js b/typescript/dist/models/GridIdx2D.js new file mode 100644 index 00000000..37e643f4 --- /dev/null +++ b/typescript/dist/models/GridIdx2D.js @@ -0,0 +1,54 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfGridIdx2D = instanceOfGridIdx2D; +exports.GridIdx2DFromJSON = GridIdx2DFromJSON; +exports.GridIdx2DFromJSONTyped = GridIdx2DFromJSONTyped; +exports.GridIdx2DToJSON = GridIdx2DToJSON; +exports.GridIdx2DToJSONTyped = GridIdx2DToJSONTyped; +/** + * Check if a given object implements the GridIdx2D interface. + */ +function instanceOfGridIdx2D(value) { + if (!('xIdx' in value) || value['xIdx'] === undefined) + return false; + if (!('yIdx' in value) || value['yIdx'] === undefined) + return false; + return true; +} +function GridIdx2DFromJSON(json) { + return GridIdx2DFromJSONTyped(json, false); +} +function GridIdx2DFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'xIdx': json['xIdx'], + 'yIdx': json['yIdx'], + }; +} +function GridIdx2DToJSON(json) { + return GridIdx2DToJSONTyped(json, false); +} +function GridIdx2DToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'xIdx': value['xIdx'], + 'yIdx': value['yIdx'], + }; +} diff --git a/typescript/dist/models/IdResponse.d.ts b/typescript/dist/models/IdResponse.d.ts index 9ef5bbfd..74c403e0 100644 --- a/typescript/dist/models/IdResponse.d.ts +++ b/typescript/dist/models/IdResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/IdResponse.js b/typescript/dist/models/IdResponse.js index afdc3ac2..faa2c7d0 100644 --- a/typescript/dist/models/IdResponse.js +++ b/typescript/dist/models/IdResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/InternalDataId.d.ts b/typescript/dist/models/InternalDataId.d.ts index fb4a3a83..442416cf 100644 --- a/typescript/dist/models/InternalDataId.d.ts +++ b/typescript/dist/models/InternalDataId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/InternalDataId.js b/typescript/dist/models/InternalDataId.js index f8d5250b..479571ee 100644 --- a/typescript/dist/models/InternalDataId.js +++ b/typescript/dist/models/InternalDataId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Layer.d.ts b/typescript/dist/models/Layer.d.ts index 907e6232..7f9d1f7c 100644 --- a/typescript/dist/models/Layer.d.ts +++ b/typescript/dist/models/Layer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Layer.js b/typescript/dist/models/Layer.js index eb10145e..7a3b5928 100644 --- a/typescript/dist/models/Layer.js +++ b/typescript/dist/models/Layer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollection.d.ts b/typescript/dist/models/LayerCollection.d.ts index 194aebf0..6a0c3279 100644 --- a/typescript/dist/models/LayerCollection.d.ts +++ b/typescript/dist/models/LayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollection.js b/typescript/dist/models/LayerCollection.js index 4cfa10b2..f7a675ac 100644 --- a/typescript/dist/models/LayerCollection.js +++ b/typescript/dist/models/LayerCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionListing.d.ts b/typescript/dist/models/LayerCollectionListing.d.ts index a83e8c0d..8c8f6675 100644 --- a/typescript/dist/models/LayerCollectionListing.d.ts +++ b/typescript/dist/models/LayerCollectionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionListing.js b/typescript/dist/models/LayerCollectionListing.js index 7da3909d..96eb7478 100644 --- a/typescript/dist/models/LayerCollectionListing.js +++ b/typescript/dist/models/LayerCollectionListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionResource.d.ts b/typescript/dist/models/LayerCollectionResource.d.ts index ec129b62..c70a022c 100644 --- a/typescript/dist/models/LayerCollectionResource.d.ts +++ b/typescript/dist/models/LayerCollectionResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerCollectionResource.js b/typescript/dist/models/LayerCollectionResource.js index 68373c5d..b39b1dee 100644 --- a/typescript/dist/models/LayerCollectionResource.js +++ b/typescript/dist/models/LayerCollectionResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerListing.d.ts b/typescript/dist/models/LayerListing.d.ts index b2526193..c0c90245 100644 --- a/typescript/dist/models/LayerListing.d.ts +++ b/typescript/dist/models/LayerListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerListing.js b/typescript/dist/models/LayerListing.js index 2b04c394..26e54e28 100644 --- a/typescript/dist/models/LayerListing.js +++ b/typescript/dist/models/LayerListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerProviderListing.d.ts b/typescript/dist/models/LayerProviderListing.d.ts index 6bc0f844..3345f112 100644 --- a/typescript/dist/models/LayerProviderListing.d.ts +++ b/typescript/dist/models/LayerProviderListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerProviderListing.js b/typescript/dist/models/LayerProviderListing.js index 8230974c..6d039132 100644 --- a/typescript/dist/models/LayerProviderListing.js +++ b/typescript/dist/models/LayerProviderListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerResource.d.ts b/typescript/dist/models/LayerResource.d.ts index 679ab67d..b3097338 100644 --- a/typescript/dist/models/LayerResource.d.ts +++ b/typescript/dist/models/LayerResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerResource.js b/typescript/dist/models/LayerResource.js index 1aa40491..2e348963 100644 --- a/typescript/dist/models/LayerResource.js +++ b/typescript/dist/models/LayerResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerVisibility.d.ts b/typescript/dist/models/LayerVisibility.d.ts index cadd44db..5f17a088 100644 --- a/typescript/dist/models/LayerVisibility.d.ts +++ b/typescript/dist/models/LayerVisibility.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LayerVisibility.js b/typescript/dist/models/LayerVisibility.js index 104320bb..22efc538 100644 --- a/typescript/dist/models/LayerVisibility.js +++ b/typescript/dist/models/LayerVisibility.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LineSymbology.d.ts b/typescript/dist/models/LineSymbology.d.ts index 02ba3590..5080fa2f 100644 --- a/typescript/dist/models/LineSymbology.d.ts +++ b/typescript/dist/models/LineSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LineSymbology.js b/typescript/dist/models/LineSymbology.js index a10622fe..e7f7b15d 100644 --- a/typescript/dist/models/LineSymbology.js +++ b/typescript/dist/models/LineSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LinearGradient.d.ts b/typescript/dist/models/LinearGradient.d.ts index 04ab36a1..08210b75 100644 --- a/typescript/dist/models/LinearGradient.d.ts +++ b/typescript/dist/models/LinearGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LinearGradient.js b/typescript/dist/models/LinearGradient.js index b07bb559..66cbaf95 100644 --- a/typescript/dist/models/LinearGradient.js +++ b/typescript/dist/models/LinearGradient.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LogarithmicGradient.d.ts b/typescript/dist/models/LogarithmicGradient.d.ts index 1d89248f..63cd8a45 100644 --- a/typescript/dist/models/LogarithmicGradient.d.ts +++ b/typescript/dist/models/LogarithmicGradient.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/LogarithmicGradient.js b/typescript/dist/models/LogarithmicGradient.js index db88084e..ff4d6710 100644 --- a/typescript/dist/models/LogarithmicGradient.js +++ b/typescript/dist/models/LogarithmicGradient.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Measurement.d.ts b/typescript/dist/models/Measurement.d.ts index 4ea22b1a..4d7e6248 100644 --- a/typescript/dist/models/Measurement.d.ts +++ b/typescript/dist/models/Measurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Measurement.js b/typescript/dist/models/Measurement.js index 38ea6184..8b5e393e 100644 --- a/typescript/dist/models/Measurement.js +++ b/typescript/dist/models/Measurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataDefinition.d.ts b/typescript/dist/models/MetaDataDefinition.d.ts index 89e767ee..e547a8fb 100644 --- a/typescript/dist/models/MetaDataDefinition.d.ts +++ b/typescript/dist/models/MetaDataDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataDefinition.js b/typescript/dist/models/MetaDataDefinition.js index 8b04c659..defa4d65 100644 --- a/typescript/dist/models/MetaDataDefinition.js +++ b/typescript/dist/models/MetaDataDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataSuggestion.d.ts b/typescript/dist/models/MetaDataSuggestion.d.ts index dd1cc615..04fea8e9 100644 --- a/typescript/dist/models/MetaDataSuggestion.d.ts +++ b/typescript/dist/models/MetaDataSuggestion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MetaDataSuggestion.js b/typescript/dist/models/MetaDataSuggestion.js index 72b60de3..01c1eafe 100644 --- a/typescript/dist/models/MetaDataSuggestion.js +++ b/typescript/dist/models/MetaDataSuggestion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModel.d.ts b/typescript/dist/models/MlModel.d.ts index 64f05031..7752294a 100644 --- a/typescript/dist/models/MlModel.d.ts +++ b/typescript/dist/models/MlModel.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModel.js b/typescript/dist/models/MlModel.js index 6478ecc7..9c451bf8 100644 --- a/typescript/dist/models/MlModel.js +++ b/typescript/dist/models/MlModel.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandling.d.ts b/typescript/dist/models/MlModelInputNoDataHandling.d.ts index f75e855d..88688a2f 100644 --- a/typescript/dist/models/MlModelInputNoDataHandling.d.ts +++ b/typescript/dist/models/MlModelInputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandling.js b/typescript/dist/models/MlModelInputNoDataHandling.js index 5a633ac7..6e2f3f93 100644 --- a/typescript/dist/models/MlModelInputNoDataHandling.js +++ b/typescript/dist/models/MlModelInputNoDataHandling.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts b/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts index 586c68f3..a44f2eb2 100644 --- a/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts +++ b/typescript/dist/models/MlModelInputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelInputNoDataHandlingVariant.js b/typescript/dist/models/MlModelInputNoDataHandlingVariant.js index 38698269..bbb047dc 100644 --- a/typescript/dist/models/MlModelInputNoDataHandlingVariant.js +++ b/typescript/dist/models/MlModelInputNoDataHandlingVariant.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelMetadata.d.ts b/typescript/dist/models/MlModelMetadata.d.ts index 4775626c..1bbaf2aa 100644 --- a/typescript/dist/models/MlModelMetadata.d.ts +++ b/typescript/dist/models/MlModelMetadata.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelMetadata.js b/typescript/dist/models/MlModelMetadata.js index 45b91290..71887f74 100644 --- a/typescript/dist/models/MlModelMetadata.js +++ b/typescript/dist/models/MlModelMetadata.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelNameResponse.d.ts b/typescript/dist/models/MlModelNameResponse.d.ts index 9d610baa..19de494a 100644 --- a/typescript/dist/models/MlModelNameResponse.d.ts +++ b/typescript/dist/models/MlModelNameResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelNameResponse.js b/typescript/dist/models/MlModelNameResponse.js index 6846e723..d7b6219b 100644 --- a/typescript/dist/models/MlModelNameResponse.js +++ b/typescript/dist/models/MlModelNameResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandling.d.ts b/typescript/dist/models/MlModelOutputNoDataHandling.d.ts index f99e63af..de37cc54 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandling.d.ts +++ b/typescript/dist/models/MlModelOutputNoDataHandling.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandling.js b/typescript/dist/models/MlModelOutputNoDataHandling.js index 7a0c8ba9..a4a4dff4 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandling.js +++ b/typescript/dist/models/MlModelOutputNoDataHandling.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts index f48e7b43..020d85d9 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts +++ b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js index 580719f3..ef5d07ef 100644 --- a/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js +++ b/typescript/dist/models/MlModelOutputNoDataHandlingVariant.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelResource.d.ts b/typescript/dist/models/MlModelResource.d.ts index 964b33e5..3ef3a543 100644 --- a/typescript/dist/models/MlModelResource.d.ts +++ b/typescript/dist/models/MlModelResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlModelResource.js b/typescript/dist/models/MlModelResource.js index d708c275..46aca403 100644 --- a/typescript/dist/models/MlModelResource.js +++ b/typescript/dist/models/MlModelResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlTensorShape3D.d.ts b/typescript/dist/models/MlTensorShape3D.d.ts index bdbb9421..5cde6385 100644 --- a/typescript/dist/models/MlTensorShape3D.d.ts +++ b/typescript/dist/models/MlTensorShape3D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MlTensorShape3D.js b/typescript/dist/models/MlTensorShape3D.js index 0999d3b2..7a922ec4 100644 --- a/typescript/dist/models/MlTensorShape3D.js +++ b/typescript/dist/models/MlTensorShape3D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts index 4aaed260..3a94f96a 100644 --- a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts +++ b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js index 330cc4ad..2d763135 100644 --- a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js +++ b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockMetaData.d.ts b/typescript/dist/models/MockMetaData.d.ts index 06c65faa..aac62d02 100644 --- a/typescript/dist/models/MockMetaData.d.ts +++ b/typescript/dist/models/MockMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MockMetaData.js b/typescript/dist/models/MockMetaData.js index 858795fc..1dca154d 100644 --- a/typescript/dist/models/MockMetaData.js +++ b/typescript/dist/models/MockMetaData.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiBandRasterColorizer.d.ts b/typescript/dist/models/MultiBandRasterColorizer.d.ts index a937f8e1..96c226d1 100644 --- a/typescript/dist/models/MultiBandRasterColorizer.d.ts +++ b/typescript/dist/models/MultiBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiBandRasterColorizer.js b/typescript/dist/models/MultiBandRasterColorizer.js index b3cb65b7..0ee41e2e 100644 --- a/typescript/dist/models/MultiBandRasterColorizer.js +++ b/typescript/dist/models/MultiBandRasterColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiLineString.d.ts b/typescript/dist/models/MultiLineString.d.ts index f9f4be33..9484d345 100644 --- a/typescript/dist/models/MultiLineString.d.ts +++ b/typescript/dist/models/MultiLineString.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiLineString.js b/typescript/dist/models/MultiLineString.js index 7ba1f6de..fdd4fb62 100644 --- a/typescript/dist/models/MultiLineString.js +++ b/typescript/dist/models/MultiLineString.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPoint.d.ts b/typescript/dist/models/MultiPoint.d.ts index 28b2c040..49766108 100644 --- a/typescript/dist/models/MultiPoint.d.ts +++ b/typescript/dist/models/MultiPoint.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPoint.js b/typescript/dist/models/MultiPoint.js index ca1f1f37..484fce3d 100644 --- a/typescript/dist/models/MultiPoint.js +++ b/typescript/dist/models/MultiPoint.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPolygon.d.ts b/typescript/dist/models/MultiPolygon.d.ts index 1055bc0b..bbe46e77 100644 --- a/typescript/dist/models/MultiPolygon.d.ts +++ b/typescript/dist/models/MultiPolygon.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/MultiPolygon.js b/typescript/dist/models/MultiPolygon.js index cbf9602b..29338af6 100644 --- a/typescript/dist/models/MultiPolygon.js +++ b/typescript/dist/models/MultiPolygon.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts b/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts index 955a3a15..bef7b584 100644 --- a/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts +++ b/typescript/dist/models/NetCdfCfDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NetCdfCfDataProviderDefinition.js b/typescript/dist/models/NetCdfCfDataProviderDefinition.js index c5734fe3..e0db56b5 100644 --- a/typescript/dist/models/NetCdfCfDataProviderDefinition.js +++ b/typescript/dist/models/NetCdfCfDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NumberParam.d.ts b/typescript/dist/models/NumberParam.d.ts index 5d01c672..dbe1afa6 100644 --- a/typescript/dist/models/NumberParam.d.ts +++ b/typescript/dist/models/NumberParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/NumberParam.js b/typescript/dist/models/NumberParam.js index 65866223..ae38a066 100644 --- a/typescript/dist/models/NumberParam.js +++ b/typescript/dist/models/NumberParam.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrMetaData.d.ts b/typescript/dist/models/OgrMetaData.d.ts index d1ac707b..002991e7 100644 --- a/typescript/dist/models/OgrMetaData.d.ts +++ b/typescript/dist/models/OgrMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrMetaData.js b/typescript/dist/models/OgrMetaData.js index dfc9f208..9030244c 100644 --- a/typescript/dist/models/OgrMetaData.js +++ b/typescript/dist/models/OgrMetaData.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceColumnSpec.d.ts b/typescript/dist/models/OgrSourceColumnSpec.d.ts index f585865a..c087f79b 100644 --- a/typescript/dist/models/OgrSourceColumnSpec.d.ts +++ b/typescript/dist/models/OgrSourceColumnSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceColumnSpec.js b/typescript/dist/models/OgrSourceColumnSpec.js index 7af43fa0..19aac6c1 100644 --- a/typescript/dist/models/OgrSourceColumnSpec.js +++ b/typescript/dist/models/OgrSourceColumnSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDataset.d.ts b/typescript/dist/models/OgrSourceDataset.d.ts index 3575bd77..d0fef7aa 100644 --- a/typescript/dist/models/OgrSourceDataset.d.ts +++ b/typescript/dist/models/OgrSourceDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDataset.js b/typescript/dist/models/OgrSourceDataset.js index 8d14b0c1..d84c753d 100644 --- a/typescript/dist/models/OgrSourceDataset.js +++ b/typescript/dist/models/OgrSourceDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeType.d.ts b/typescript/dist/models/OgrSourceDatasetTimeType.d.ts index 38c8ecda..626d2b25 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeType.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeType.js b/typescript/dist/models/OgrSourceDatasetTimeType.js index c68fe434..8701c2a7 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeType.js +++ b/typescript/dist/models/OgrSourceDatasetTimeType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts index 01edfb5a..bbbb5c1e 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js index 80589668..eb8b199d 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts index c8129475..fa8991f7 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js index 23a35bf2..514c55a6 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts index dbf2d217..0349d278 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js index fd101c9e..10164183 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts index df756dfe..b9fa11c3 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js index d507e910..c182398a 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpec.d.ts b/typescript/dist/models/OgrSourceDurationSpec.d.ts index 94797f25..6813ea40 100644 --- a/typescript/dist/models/OgrSourceDurationSpec.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpec.js b/typescript/dist/models/OgrSourceDurationSpec.js index 4bc399df..a8cddd5e 100644 --- a/typescript/dist/models/OgrSourceDurationSpec.js +++ b/typescript/dist/models/OgrSourceDurationSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts b/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts index 52c6c84a..082598b4 100644 --- a/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecInfinite.js b/typescript/dist/models/OgrSourceDurationSpecInfinite.js index bc2625c0..e404cfb7 100644 --- a/typescript/dist/models/OgrSourceDurationSpecInfinite.js +++ b/typescript/dist/models/OgrSourceDurationSpecInfinite.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecValue.d.ts b/typescript/dist/models/OgrSourceDurationSpecValue.d.ts index 12063e42..42b1f723 100644 --- a/typescript/dist/models/OgrSourceDurationSpecValue.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecValue.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecValue.js b/typescript/dist/models/OgrSourceDurationSpecValue.js index da4e5cd7..f174300b 100644 --- a/typescript/dist/models/OgrSourceDurationSpecValue.js +++ b/typescript/dist/models/OgrSourceDurationSpecValue.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecZero.d.ts b/typescript/dist/models/OgrSourceDurationSpecZero.d.ts index c528ed41..b048919c 100644 --- a/typescript/dist/models/OgrSourceDurationSpecZero.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecZero.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceDurationSpecZero.js b/typescript/dist/models/OgrSourceDurationSpecZero.js index 6b7f3473..80628597 100644 --- a/typescript/dist/models/OgrSourceDurationSpecZero.js +++ b/typescript/dist/models/OgrSourceDurationSpecZero.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceErrorSpec.d.ts b/typescript/dist/models/OgrSourceErrorSpec.d.ts index 29385775..e62c53b7 100644 --- a/typescript/dist/models/OgrSourceErrorSpec.d.ts +++ b/typescript/dist/models/OgrSourceErrorSpec.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceErrorSpec.js b/typescript/dist/models/OgrSourceErrorSpec.js index dad2c862..ec20cbe5 100644 --- a/typescript/dist/models/OgrSourceErrorSpec.js +++ b/typescript/dist/models/OgrSourceErrorSpec.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormat.d.ts b/typescript/dist/models/OgrSourceTimeFormat.d.ts index 8f523183..49dbb9c5 100644 --- a/typescript/dist/models/OgrSourceTimeFormat.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormat.js b/typescript/dist/models/OgrSourceTimeFormat.js index c391e138..ff0c9065 100644 --- a/typescript/dist/models/OgrSourceTimeFormat.js +++ b/typescript/dist/models/OgrSourceTimeFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts b/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts index 960fb42b..c6780a69 100644 --- a/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatAuto.js b/typescript/dist/models/OgrSourceTimeFormatAuto.js index ad16fe89..a2e081f6 100644 --- a/typescript/dist/models/OgrSourceTimeFormatAuto.js +++ b/typescript/dist/models/OgrSourceTimeFormatAuto.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts b/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts index 7a998eae..c5687135 100644 --- a/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatCustom.js b/typescript/dist/models/OgrSourceTimeFormatCustom.js index 4cc83247..4dd6fb42 100644 --- a/typescript/dist/models/OgrSourceTimeFormatCustom.js +++ b/typescript/dist/models/OgrSourceTimeFormatCustom.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts index a59381be..d44c14c0 100644 --- a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js index dbc3d0d0..71322d2f 100644 --- a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js +++ b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OperatorQuota.d.ts b/typescript/dist/models/OperatorQuota.d.ts index 6a0db713..98735948 100644 --- a/typescript/dist/models/OperatorQuota.d.ts +++ b/typescript/dist/models/OperatorQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OperatorQuota.js b/typescript/dist/models/OperatorQuota.js index 4176e2cf..48271a13 100644 --- a/typescript/dist/models/OperatorQuota.js +++ b/typescript/dist/models/OperatorQuota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OrderBy.d.ts b/typescript/dist/models/OrderBy.d.ts index f3f96c16..8d29429c 100644 --- a/typescript/dist/models/OrderBy.d.ts +++ b/typescript/dist/models/OrderBy.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/OrderBy.js b/typescript/dist/models/OrderBy.js index f9021352..33c85d44 100644 --- a/typescript/dist/models/OrderBy.js +++ b/typescript/dist/models/OrderBy.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PaletteColorizer.d.ts b/typescript/dist/models/PaletteColorizer.d.ts index 97b0aa94..19bd23ee 100644 --- a/typescript/dist/models/PaletteColorizer.d.ts +++ b/typescript/dist/models/PaletteColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PaletteColorizer.js b/typescript/dist/models/PaletteColorizer.js index d3f6db94..499d5a81 100644 --- a/typescript/dist/models/PaletteColorizer.js +++ b/typescript/dist/models/PaletteColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PangaeaDataProviderDefinition.d.ts b/typescript/dist/models/PangaeaDataProviderDefinition.d.ts index d9ab2ba3..3b89cfc5 100644 --- a/typescript/dist/models/PangaeaDataProviderDefinition.d.ts +++ b/typescript/dist/models/PangaeaDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PangaeaDataProviderDefinition.js b/typescript/dist/models/PangaeaDataProviderDefinition.js index b4b2847f..a724d5d3 100644 --- a/typescript/dist/models/PangaeaDataProviderDefinition.js +++ b/typescript/dist/models/PangaeaDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Permission.d.ts b/typescript/dist/models/Permission.d.ts index 8340d063..401d5c35 100644 --- a/typescript/dist/models/Permission.d.ts +++ b/typescript/dist/models/Permission.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Permission.js b/typescript/dist/models/Permission.js index 4f13404f..32ea3296 100644 --- a/typescript/dist/models/Permission.js +++ b/typescript/dist/models/Permission.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListOptions.d.ts b/typescript/dist/models/PermissionListOptions.d.ts index e71ecf61..64ce5ea4 100644 --- a/typescript/dist/models/PermissionListOptions.d.ts +++ b/typescript/dist/models/PermissionListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListOptions.js b/typescript/dist/models/PermissionListOptions.js index 4d45d117..e09b1415 100644 --- a/typescript/dist/models/PermissionListOptions.js +++ b/typescript/dist/models/PermissionListOptions.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListing.d.ts b/typescript/dist/models/PermissionListing.d.ts index 12b1e759..8129e6df 100644 --- a/typescript/dist/models/PermissionListing.d.ts +++ b/typescript/dist/models/PermissionListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionListing.js b/typescript/dist/models/PermissionListing.js index ee25e23f..89729b4a 100644 --- a/typescript/dist/models/PermissionListing.js +++ b/typescript/dist/models/PermissionListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionRequest.d.ts b/typescript/dist/models/PermissionRequest.d.ts index d2d019e2..6d6c1351 100644 --- a/typescript/dist/models/PermissionRequest.d.ts +++ b/typescript/dist/models/PermissionRequest.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PermissionRequest.js b/typescript/dist/models/PermissionRequest.js index 495a5a12..3baca5eb 100644 --- a/typescript/dist/models/PermissionRequest.js +++ b/typescript/dist/models/PermissionRequest.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Plot.d.ts b/typescript/dist/models/Plot.d.ts index f9a70f0f..a2c1a288 100644 --- a/typescript/dist/models/Plot.d.ts +++ b/typescript/dist/models/Plot.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Plot.js b/typescript/dist/models/Plot.js index df4b4418..34e15be5 100644 --- a/typescript/dist/models/Plot.js +++ b/typescript/dist/models/Plot.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotOutputFormat.d.ts b/typescript/dist/models/PlotOutputFormat.d.ts index 580c698b..1647d69e 100644 --- a/typescript/dist/models/PlotOutputFormat.d.ts +++ b/typescript/dist/models/PlotOutputFormat.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotOutputFormat.js b/typescript/dist/models/PlotOutputFormat.js index 49dad073..500b1730 100644 --- a/typescript/dist/models/PlotOutputFormat.js +++ b/typescript/dist/models/PlotOutputFormat.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotQueryRectangle.d.ts b/typescript/dist/models/PlotQueryRectangle.d.ts deleted file mode 100644 index a704eb37..00000000 --- a/typescript/dist/models/PlotQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface PlotQueryRectangle - */ -export interface PlotQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof PlotQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof PlotQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof PlotQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export declare function instanceOfPlotQueryRectangle(value: object): value is PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSON(json: any): PlotQueryRectangle; -export declare function PlotQueryRectangleToJSONTyped(value?: PlotQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/PlotQueryRectangle.js b/typescript/dist/models/PlotQueryRectangle.js deleted file mode 100644 index d8b1cc40..00000000 --- a/typescript/dist/models/PlotQueryRectangle.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfPlotQueryRectangle = instanceOfPlotQueryRectangle; -exports.PlotQueryRectangleFromJSON = PlotQueryRectangleFromJSON; -exports.PlotQueryRectangleFromJSONTyped = PlotQueryRectangleFromJSONTyped; -exports.PlotQueryRectangleToJSON = PlotQueryRectangleToJSON; -exports.PlotQueryRectangleToJSONTyped = PlotQueryRectangleToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); -const TimeInterval_1 = require("./TimeInterval"); -const BoundingBox2D_1 = require("./BoundingBox2D"); -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -function instanceOfPlotQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -function PlotQueryRectangleFromJSON(json) { - return PlotQueryRectangleFromJSONTyped(json, false); -} -function PlotQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DFromJSON)(json['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalFromJSON)(json['timeInterval']), - }; -} -function PlotQueryRectangleToJSON(json) { - return PlotQueryRectangleToJSONTyped(json, false); -} -function PlotQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DToJSON)(value['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalToJSON)(value['timeInterval']), - }; -} diff --git a/typescript/dist/models/PlotResultDescriptor.d.ts b/typescript/dist/models/PlotResultDescriptor.d.ts index e66ac542..66d37ce8 100644 --- a/typescript/dist/models/PlotResultDescriptor.d.ts +++ b/typescript/dist/models/PlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PlotResultDescriptor.js b/typescript/dist/models/PlotResultDescriptor.js index 8c78bf60..b5e695fe 100644 --- a/typescript/dist/models/PlotResultDescriptor.js +++ b/typescript/dist/models/PlotResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PointSymbology.d.ts b/typescript/dist/models/PointSymbology.d.ts index b778e1d2..f428845b 100644 --- a/typescript/dist/models/PointSymbology.d.ts +++ b/typescript/dist/models/PointSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PointSymbology.js b/typescript/dist/models/PointSymbology.js index 82b17ce8..964d333a 100644 --- a/typescript/dist/models/PointSymbology.js +++ b/typescript/dist/models/PointSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PolygonSymbology.d.ts b/typescript/dist/models/PolygonSymbology.d.ts index d1d80598..2e2e4ddd 100644 --- a/typescript/dist/models/PolygonSymbology.d.ts +++ b/typescript/dist/models/PolygonSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/PolygonSymbology.js b/typescript/dist/models/PolygonSymbology.js index 095fe599..ea4cfb5f 100644 --- a/typescript/dist/models/PolygonSymbology.js +++ b/typescript/dist/models/PolygonSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Project.d.ts b/typescript/dist/models/Project.d.ts index d28c5a44..09be882f 100644 --- a/typescript/dist/models/Project.d.ts +++ b/typescript/dist/models/Project.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Project.js b/typescript/dist/models/Project.js index b8cede48..350747d1 100644 --- a/typescript/dist/models/Project.js +++ b/typescript/dist/models/Project.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectLayer.d.ts b/typescript/dist/models/ProjectLayer.d.ts index ee868427..44d92618 100644 --- a/typescript/dist/models/ProjectLayer.d.ts +++ b/typescript/dist/models/ProjectLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectLayer.js b/typescript/dist/models/ProjectLayer.js index 78e525eb..592a1b17 100644 --- a/typescript/dist/models/ProjectLayer.js +++ b/typescript/dist/models/ProjectLayer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectListing.d.ts b/typescript/dist/models/ProjectListing.d.ts index 5961c6b9..722c0658 100644 --- a/typescript/dist/models/ProjectListing.d.ts +++ b/typescript/dist/models/ProjectListing.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectListing.js b/typescript/dist/models/ProjectListing.js index f571b43e..62709b81 100644 --- a/typescript/dist/models/ProjectListing.js +++ b/typescript/dist/models/ProjectListing.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectResource.d.ts b/typescript/dist/models/ProjectResource.d.ts index cec38c91..8f800354 100644 --- a/typescript/dist/models/ProjectResource.d.ts +++ b/typescript/dist/models/ProjectResource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectResource.js b/typescript/dist/models/ProjectResource.js index 6c322ea1..61b9f96c 100644 --- a/typescript/dist/models/ProjectResource.js +++ b/typescript/dist/models/ProjectResource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectUpdateToken.d.ts b/typescript/dist/models/ProjectUpdateToken.d.ts index e5d4daae..87dd7d64 100644 --- a/typescript/dist/models/ProjectUpdateToken.d.ts +++ b/typescript/dist/models/ProjectUpdateToken.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectUpdateToken.js b/typescript/dist/models/ProjectUpdateToken.js index 46ba086f..8ae874eb 100644 --- a/typescript/dist/models/ProjectUpdateToken.js +++ b/typescript/dist/models/ProjectUpdateToken.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectVersion.d.ts b/typescript/dist/models/ProjectVersion.d.ts index 865d0190..2e6d7e54 100644 --- a/typescript/dist/models/ProjectVersion.d.ts +++ b/typescript/dist/models/ProjectVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProjectVersion.js b/typescript/dist/models/ProjectVersion.js index 6f5ebe01..8c96b08b 100644 --- a/typescript/dist/models/ProjectVersion.js +++ b/typescript/dist/models/ProjectVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenance.d.ts b/typescript/dist/models/Provenance.d.ts index 261dd5a4..4c665751 100644 --- a/typescript/dist/models/Provenance.d.ts +++ b/typescript/dist/models/Provenance.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenance.js b/typescript/dist/models/Provenance.js index a160a0f6..06c5d280 100644 --- a/typescript/dist/models/Provenance.js +++ b/typescript/dist/models/Provenance.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceEntry.d.ts b/typescript/dist/models/ProvenanceEntry.d.ts index 51773c9f..018bf352 100644 --- a/typescript/dist/models/ProvenanceEntry.d.ts +++ b/typescript/dist/models/ProvenanceEntry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceEntry.js b/typescript/dist/models/ProvenanceEntry.js index 477e288f..332e8c5a 100644 --- a/typescript/dist/models/ProvenanceEntry.js +++ b/typescript/dist/models/ProvenanceEntry.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceOutput.d.ts b/typescript/dist/models/ProvenanceOutput.d.ts index edd3a866..35c59c54 100644 --- a/typescript/dist/models/ProvenanceOutput.d.ts +++ b/typescript/dist/models/ProvenanceOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProvenanceOutput.js b/typescript/dist/models/ProvenanceOutput.js index 7deba758..d6fe1266 100644 --- a/typescript/dist/models/ProvenanceOutput.js +++ b/typescript/dist/models/ProvenanceOutput.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenances.d.ts b/typescript/dist/models/Provenances.d.ts index 6b34eb12..d39907b4 100644 --- a/typescript/dist/models/Provenances.d.ts +++ b/typescript/dist/models/Provenances.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Provenances.js b/typescript/dist/models/Provenances.js index 6d580e4e..6af8606e 100644 --- a/typescript/dist/models/Provenances.js +++ b/typescript/dist/models/Provenances.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderCapabilities.d.ts b/typescript/dist/models/ProviderCapabilities.d.ts index 9c7abe92..313a4ceb 100644 --- a/typescript/dist/models/ProviderCapabilities.d.ts +++ b/typescript/dist/models/ProviderCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderCapabilities.js b/typescript/dist/models/ProviderCapabilities.js index 241b5935..6e1451c4 100644 --- a/typescript/dist/models/ProviderCapabilities.js +++ b/typescript/dist/models/ProviderCapabilities.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerCollectionId.d.ts b/typescript/dist/models/ProviderLayerCollectionId.d.ts index c92867ec..cd12e5e8 100644 --- a/typescript/dist/models/ProviderLayerCollectionId.d.ts +++ b/typescript/dist/models/ProviderLayerCollectionId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerCollectionId.js b/typescript/dist/models/ProviderLayerCollectionId.js index f24d2dab..f00eda65 100644 --- a/typescript/dist/models/ProviderLayerCollectionId.js +++ b/typescript/dist/models/ProviderLayerCollectionId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerId.d.ts b/typescript/dist/models/ProviderLayerId.d.ts index bd3e3489..f5f2642f 100644 --- a/typescript/dist/models/ProviderLayerId.d.ts +++ b/typescript/dist/models/ProviderLayerId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ProviderLayerId.js b/typescript/dist/models/ProviderLayerId.js index 90acf225..429dc349 100644 --- a/typescript/dist/models/ProviderLayerId.js +++ b/typescript/dist/models/ProviderLayerId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Quota.d.ts b/typescript/dist/models/Quota.d.ts index 2bfabd2d..2716fccc 100644 --- a/typescript/dist/models/Quota.d.ts +++ b/typescript/dist/models/Quota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Quota.js b/typescript/dist/models/Quota.js index 0dfaa70b..d1e888c0 100644 --- a/typescript/dist/models/Quota.js +++ b/typescript/dist/models/Quota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterBandDescriptor.d.ts b/typescript/dist/models/RasterBandDescriptor.d.ts index 39902342..c3dc1054 100644 --- a/typescript/dist/models/RasterBandDescriptor.d.ts +++ b/typescript/dist/models/RasterBandDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterBandDescriptor.js b/typescript/dist/models/RasterBandDescriptor.js index 611ffe58..9e43db0b 100644 --- a/typescript/dist/models/RasterBandDescriptor.js +++ b/typescript/dist/models/RasterBandDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterColorizer.d.ts b/typescript/dist/models/RasterColorizer.d.ts index 5d339746..89a18326 100644 --- a/typescript/dist/models/RasterColorizer.d.ts +++ b/typescript/dist/models/RasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterColorizer.js b/typescript/dist/models/RasterColorizer.js index b1274ca8..b96d18b0 100644 --- a/typescript/dist/models/RasterColorizer.js +++ b/typescript/dist/models/RasterColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDataType.d.ts b/typescript/dist/models/RasterDataType.d.ts index 7adc7ec7..f20d0029 100644 --- a/typescript/dist/models/RasterDataType.d.ts +++ b/typescript/dist/models/RasterDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDataType.js b/typescript/dist/models/RasterDataType.js index 320fa9db..dd6ae8e9 100644 --- a/typescript/dist/models/RasterDataType.js +++ b/typescript/dist/models/RasterDataType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts index 42b64948..a2e413f6 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts @@ -2,14 +2,14 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import type { RasterQueryRectangle } from './RasterQueryRectangle'; +import type { RasterToDatasetQueryRectangle } from './RasterToDatasetQueryRectangle'; /** * parameter for the dataset from workflow handler (body) * @export @@ -42,10 +42,10 @@ export interface RasterDatasetFromWorkflow { name?: string; /** * - * @type {RasterQueryRectangle} + * @type {RasterToDatasetQueryRectangle} * @memberof RasterDatasetFromWorkflow */ - query: RasterQueryRectangle; + query: RasterToDatasetQueryRectangle; } /** * Check if a given object implements the RasterDatasetFromWorkflow interface. diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.js b/typescript/dist/models/RasterDatasetFromWorkflow.js index 3405d194..b8f1d56a 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/models/RasterDatasetFromWorkflow.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ exports.RasterDatasetFromWorkflowFromJSON = RasterDatasetFromWorkflowFromJSON; exports.RasterDatasetFromWorkflowFromJSONTyped = RasterDatasetFromWorkflowFromJSONTyped; exports.RasterDatasetFromWorkflowToJSON = RasterDatasetFromWorkflowToJSON; exports.RasterDatasetFromWorkflowToJSONTyped = RasterDatasetFromWorkflowToJSONTyped; -const RasterQueryRectangle_1 = require("./RasterQueryRectangle"); +const RasterToDatasetQueryRectangle_1 = require("./RasterToDatasetQueryRectangle"); /** * Check if a given object implements the RasterDatasetFromWorkflow interface. */ @@ -41,7 +41,7 @@ function RasterDatasetFromWorkflowFromJSONTyped(json, ignoreDiscriminator) { 'description': json['description'] == null ? undefined : json['description'], 'displayName': json['displayName'], 'name': json['name'] == null ? undefined : json['name'], - 'query': (0, RasterQueryRectangle_1.RasterQueryRectangleFromJSON)(json['query']), + 'query': (0, RasterToDatasetQueryRectangle_1.RasterToDatasetQueryRectangleFromJSON)(json['query']), }; } function RasterDatasetFromWorkflowToJSON(json) { @@ -56,6 +56,6 @@ function RasterDatasetFromWorkflowToJSONTyped(value, ignoreDiscriminator = false 'description': value['description'], 'displayName': value['displayName'], 'name': value['name'], - 'query': (0, RasterQueryRectangle_1.RasterQueryRectangleToJSON)(value['query']), + 'query': (0, RasterToDatasetQueryRectangle_1.RasterToDatasetQueryRectangleToJSON)(value['query']), }; } diff --git a/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts b/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts index 8dc5b237..50f5c120 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterDatasetFromWorkflowResult.js b/typescript/dist/models/RasterDatasetFromWorkflowResult.js index 3da74556..6b01b2dc 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflowResult.js +++ b/typescript/dist/models/RasterDatasetFromWorkflowResult.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesEntryType.d.ts b/typescript/dist/models/RasterPropertiesEntryType.d.ts index f77ca49d..9e830923 100644 --- a/typescript/dist/models/RasterPropertiesEntryType.d.ts +++ b/typescript/dist/models/RasterPropertiesEntryType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesEntryType.js b/typescript/dist/models/RasterPropertiesEntryType.js index d18878b0..3e511d3b 100644 --- a/typescript/dist/models/RasterPropertiesEntryType.js +++ b/typescript/dist/models/RasterPropertiesEntryType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesKey.d.ts b/typescript/dist/models/RasterPropertiesKey.d.ts index c340d3e8..e087de80 100644 --- a/typescript/dist/models/RasterPropertiesKey.d.ts +++ b/typescript/dist/models/RasterPropertiesKey.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterPropertiesKey.js b/typescript/dist/models/RasterPropertiesKey.js index 279e6709..63d8e188 100644 --- a/typescript/dist/models/RasterPropertiesKey.js +++ b/typescript/dist/models/RasterPropertiesKey.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterQueryRectangle.d.ts b/typescript/dist/models/RasterQueryRectangle.d.ts deleted file mode 100644 index 03d13584..00000000 --- a/typescript/dist/models/RasterQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface RasterQueryRectangle - */ -export interface RasterQueryRectangle { - /** - * - * @type {SpatialPartition2D} - * @memberof RasterQueryRectangle - */ - spatialBounds: SpatialPartition2D; - /** - * - * @type {SpatialResolution} - * @memberof RasterQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof RasterQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the RasterQueryRectangle interface. - */ -export declare function instanceOfRasterQueryRectangle(value: object): value is RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSON(json: any): RasterQueryRectangle; -export declare function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/RasterResultDescriptor.d.ts b/typescript/dist/models/RasterResultDescriptor.d.ts index d8decd8a..4f323f04 100644 --- a/typescript/dist/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/models/RasterResultDescriptor.d.ts @@ -2,18 +2,17 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; +import type { TimeDescriptor } from './TimeDescriptor'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; /** * A `ResultDescriptor` for raster queries * @export @@ -26,12 +25,6 @@ export interface RasterResultDescriptor { * @memberof RasterResultDescriptor */ bands: Array; - /** - * - * @type {SpatialPartition2D} - * @memberof RasterResultDescriptor - */ - bbox?: SpatialPartition2D | null; /** * * @type {RasterDataType} @@ -40,10 +33,10 @@ export interface RasterResultDescriptor { dataType: RasterDataType; /** * - * @type {SpatialResolution} + * @type {SpatialGridDescriptor} * @memberof RasterResultDescriptor */ - resolution?: SpatialResolution | null; + spatialGrid: SpatialGridDescriptor; /** * * @type {string} @@ -52,10 +45,10 @@ export interface RasterResultDescriptor { spatialReference: string; /** * - * @type {TimeInterval} + * @type {TimeDescriptor} * @memberof RasterResultDescriptor */ - time?: TimeInterval | null; + time: TimeDescriptor; } /** * Check if a given object implements the RasterResultDescriptor interface. diff --git a/typescript/dist/models/RasterResultDescriptor.js b/typescript/dist/models/RasterResultDescriptor.js index 78f8cc7f..154c395c 100644 --- a/typescript/dist/models/RasterResultDescriptor.js +++ b/typescript/dist/models/RasterResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,11 +18,10 @@ exports.RasterResultDescriptorFromJSON = RasterResultDescriptorFromJSON; exports.RasterResultDescriptorFromJSONTyped = RasterResultDescriptorFromJSONTyped; exports.RasterResultDescriptorToJSON = RasterResultDescriptorToJSON; exports.RasterResultDescriptorToJSONTyped = RasterResultDescriptorToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); -const TimeInterval_1 = require("./TimeInterval"); +const TimeDescriptor_1 = require("./TimeDescriptor"); const RasterBandDescriptor_1 = require("./RasterBandDescriptor"); +const SpatialGridDescriptor_1 = require("./SpatialGridDescriptor"); const RasterDataType_1 = require("./RasterDataType"); -const SpatialPartition2D_1 = require("./SpatialPartition2D"); /** * Check if a given object implements the RasterResultDescriptor interface. */ @@ -31,8 +30,12 @@ function instanceOfRasterResultDescriptor(value) { return false; if (!('dataType' in value) || value['dataType'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) + return false; return true; } function RasterResultDescriptorFromJSON(json) { @@ -44,11 +47,10 @@ function RasterResultDescriptorFromJSONTyped(json, ignoreDiscriminator) { } return { 'bands': (json['bands'].map(RasterBandDescriptor_1.RasterBandDescriptorFromJSON)), - 'bbox': json['bbox'] == null ? undefined : (0, SpatialPartition2D_1.SpatialPartition2DFromJSON)(json['bbox']), 'dataType': (0, RasterDataType_1.RasterDataTypeFromJSON)(json['dataType']), - 'resolution': json['resolution'] == null ? undefined : (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['resolution']), + 'spatialGrid': (0, SpatialGridDescriptor_1.SpatialGridDescriptorFromJSON)(json['spatialGrid']), 'spatialReference': json['spatialReference'], - 'time': json['time'] == null ? undefined : (0, TimeInterval_1.TimeIntervalFromJSON)(json['time']), + 'time': (0, TimeDescriptor_1.TimeDescriptorFromJSON)(json['time']), }; } function RasterResultDescriptorToJSON(json) { @@ -60,10 +62,9 @@ function RasterResultDescriptorToJSONTyped(value, ignoreDiscriminator = false) { } return { 'bands': (value['bands'].map(RasterBandDescriptor_1.RasterBandDescriptorToJSON)), - 'bbox': (0, SpatialPartition2D_1.SpatialPartition2DToJSON)(value['bbox']), 'dataType': (0, RasterDataType_1.RasterDataTypeToJSON)(value['dataType']), - 'resolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['resolution']), + 'spatialGrid': (0, SpatialGridDescriptor_1.SpatialGridDescriptorToJSON)(value['spatialGrid']), 'spatialReference': value['spatialReference'], - 'time': (0, TimeInterval_1.TimeIntervalToJSON)(value['time']), + 'time': (0, TimeDescriptor_1.TimeDescriptorToJSON)(value['time']), }; } diff --git a/typescript/dist/models/RasterStreamWebsocketResultType.d.ts b/typescript/dist/models/RasterStreamWebsocketResultType.d.ts index 1c1c0b2c..0e93d1ba 100644 --- a/typescript/dist/models/RasterStreamWebsocketResultType.d.ts +++ b/typescript/dist/models/RasterStreamWebsocketResultType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterStreamWebsocketResultType.js b/typescript/dist/models/RasterStreamWebsocketResultType.js index 657e5263..9dc9f755 100644 --- a/typescript/dist/models/RasterStreamWebsocketResultType.js +++ b/typescript/dist/models/RasterStreamWebsocketResultType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterSymbology.d.ts b/typescript/dist/models/RasterSymbology.d.ts index c5957ad2..721c72b4 100644 --- a/typescript/dist/models/RasterSymbology.d.ts +++ b/typescript/dist/models/RasterSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterSymbology.js b/typescript/dist/models/RasterSymbology.js index 3327298b..1cc12d16 100644 --- a/typescript/dist/models/RasterSymbology.js +++ b/typescript/dist/models/RasterSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts b/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts new file mode 100644 index 00000000..5bc02763 --- /dev/null +++ b/typescript/dist/models/RasterToDatasetQueryRectangle.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +/** + * A spatio-temporal rectangle with a specified resolution + * @export + * @interface RasterToDatasetQueryRectangle + */ +export interface RasterToDatasetQueryRectangle { + /** + * + * @type {SpatialPartition2D} + * @memberof RasterToDatasetQueryRectangle + */ + spatialBounds: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof RasterToDatasetQueryRectangle + */ + timeInterval: TimeInterval; +} +/** + * Check if a given object implements the RasterToDatasetQueryRectangle interface. + */ +export declare function instanceOfRasterToDatasetQueryRectangle(value: object): value is RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSON(json: any): RasterToDatasetQueryRectangle; +export declare function RasterToDatasetQueryRectangleToJSONTyped(value?: RasterToDatasetQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/RasterQueryRectangle.js b/typescript/dist/models/RasterToDatasetQueryRectangle.js similarity index 50% rename from typescript/dist/models/RasterQueryRectangle.js rename to typescript/dist/models/RasterToDatasetQueryRectangle.js index 42c3c453..d596508b 100644 --- a/typescript/dist/models/RasterQueryRectangle.js +++ b/typescript/dist/models/RasterToDatasetQueryRectangle.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,49 +13,44 @@ * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfRasterQueryRectangle = instanceOfRasterQueryRectangle; -exports.RasterQueryRectangleFromJSON = RasterQueryRectangleFromJSON; -exports.RasterQueryRectangleFromJSONTyped = RasterQueryRectangleFromJSONTyped; -exports.RasterQueryRectangleToJSON = RasterQueryRectangleToJSON; -exports.RasterQueryRectangleToJSONTyped = RasterQueryRectangleToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); +exports.instanceOfRasterToDatasetQueryRectangle = instanceOfRasterToDatasetQueryRectangle; +exports.RasterToDatasetQueryRectangleFromJSON = RasterToDatasetQueryRectangleFromJSON; +exports.RasterToDatasetQueryRectangleFromJSONTyped = RasterToDatasetQueryRectangleFromJSONTyped; +exports.RasterToDatasetQueryRectangleToJSON = RasterToDatasetQueryRectangleToJSON; +exports.RasterToDatasetQueryRectangleToJSONTyped = RasterToDatasetQueryRectangleToJSONTyped; const TimeInterval_1 = require("./TimeInterval"); const SpatialPartition2D_1 = require("./SpatialPartition2D"); /** - * Check if a given object implements the RasterQueryRectangle interface. + * Check if a given object implements the RasterToDatasetQueryRectangle interface. */ -function instanceOfRasterQueryRectangle(value) { +function instanceOfRasterToDatasetQueryRectangle(value) { if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; return true; } -function RasterQueryRectangleFromJSON(json) { - return RasterQueryRectangleFromJSONTyped(json, false); +function RasterToDatasetQueryRectangleFromJSON(json) { + return RasterToDatasetQueryRectangleFromJSONTyped(json, false); } -function RasterQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { +function RasterToDatasetQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { if (json == null) { return json; } return { 'spatialBounds': (0, SpatialPartition2D_1.SpatialPartition2DFromJSON)(json['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['spatialResolution']), 'timeInterval': (0, TimeInterval_1.TimeIntervalFromJSON)(json['timeInterval']), }; } -function RasterQueryRectangleToJSON(json) { - return RasterQueryRectangleToJSONTyped(json, false); +function RasterToDatasetQueryRectangleToJSON(json) { + return RasterToDatasetQueryRectangleToJSONTyped(json, false); } -function RasterQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { +function RasterToDatasetQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { if (value == null) { return value; } return { 'spatialBounds': (0, SpatialPartition2D_1.SpatialPartition2DToJSON)(value['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['spatialResolution']), 'timeInterval': (0, TimeInterval_1.TimeIntervalToJSON)(value['timeInterval']), }; } diff --git a/typescript/dist/models/RegularTimeDimension.d.ts b/typescript/dist/models/RegularTimeDimension.d.ts new file mode 100644 index 00000000..ce8935bd --- /dev/null +++ b/typescript/dist/models/RegularTimeDimension.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeStep } from './TimeStep'; +/** + * + * @export + * @interface RegularTimeDimension + */ +export interface RegularTimeDimension { + /** + * + * @type {number} + * @memberof RegularTimeDimension + */ + origin: number; + /** + * + * @type {TimeStep} + * @memberof RegularTimeDimension + */ + step: TimeStep; +} +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export declare function instanceOfRegularTimeDimension(value: object): value is RegularTimeDimension; +export declare function RegularTimeDimensionFromJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegularTimeDimension; +export declare function RegularTimeDimensionToJSON(json: any): RegularTimeDimension; +export declare function RegularTimeDimensionToJSONTyped(value?: RegularTimeDimension | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/RegularTimeDimension.js b/typescript/dist/models/RegularTimeDimension.js new file mode 100644 index 00000000..119ddee7 --- /dev/null +++ b/typescript/dist/models/RegularTimeDimension.js @@ -0,0 +1,55 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfRegularTimeDimension = instanceOfRegularTimeDimension; +exports.RegularTimeDimensionFromJSON = RegularTimeDimensionFromJSON; +exports.RegularTimeDimensionFromJSONTyped = RegularTimeDimensionFromJSONTyped; +exports.RegularTimeDimensionToJSON = RegularTimeDimensionToJSON; +exports.RegularTimeDimensionToJSONTyped = RegularTimeDimensionToJSONTyped; +const TimeStep_1 = require("./TimeStep"); +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +function instanceOfRegularTimeDimension(value) { + if (!('origin' in value) || value['origin'] === undefined) + return false; + if (!('step' in value) || value['step'] === undefined) + return false; + return true; +} +function RegularTimeDimensionFromJSON(json) { + return RegularTimeDimensionFromJSONTyped(json, false); +} +function RegularTimeDimensionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'origin': json['origin'], + 'step': (0, TimeStep_1.TimeStepFromJSON)(json['step']), + }; +} +function RegularTimeDimensionToJSON(json) { + return RegularTimeDimensionToJSONTyped(json, false); +} +function RegularTimeDimensionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'origin': value['origin'], + 'step': (0, TimeStep_1.TimeStepToJSON)(value['step']), + }; +} diff --git a/typescript/dist/models/Resource.d.ts b/typescript/dist/models/Resource.d.ts index dd790c19..bd798d26 100644 --- a/typescript/dist/models/Resource.d.ts +++ b/typescript/dist/models/Resource.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Resource.js b/typescript/dist/models/Resource.js index 41339374..cacfe15d 100644 --- a/typescript/dist/models/Resource.js +++ b/typescript/dist/models/Resource.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Role.d.ts b/typescript/dist/models/Role.d.ts index 0f20560d..87b82ff6 100644 --- a/typescript/dist/models/Role.d.ts +++ b/typescript/dist/models/Role.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Role.js b/typescript/dist/models/Role.js index 6d4019e8..6db0ab6c 100644 --- a/typescript/dist/models/Role.js +++ b/typescript/dist/models/Role.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RoleDescription.d.ts b/typescript/dist/models/RoleDescription.d.ts index 605a297c..980843d2 100644 --- a/typescript/dist/models/RoleDescription.d.ts +++ b/typescript/dist/models/RoleDescription.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/RoleDescription.js b/typescript/dist/models/RoleDescription.js index bca144c9..c0e8f371 100644 --- a/typescript/dist/models/RoleDescription.js +++ b/typescript/dist/models/RoleDescription.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/STRectangle.d.ts b/typescript/dist/models/STRectangle.d.ts index 7ec0062b..68a1f0a6 100644 --- a/typescript/dist/models/STRectangle.d.ts +++ b/typescript/dist/models/STRectangle.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/STRectangle.js b/typescript/dist/models/STRectangle.js index 3622a712..2693bcdb 100644 --- a/typescript/dist/models/STRectangle.js +++ b/typescript/dist/models/STRectangle.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchCapabilities.d.ts b/typescript/dist/models/SearchCapabilities.d.ts index a02189f9..4743cdf4 100644 --- a/typescript/dist/models/SearchCapabilities.d.ts +++ b/typescript/dist/models/SearchCapabilities.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchCapabilities.js b/typescript/dist/models/SearchCapabilities.js index 1958ed9f..e2ad03a2 100644 --- a/typescript/dist/models/SearchCapabilities.js +++ b/typescript/dist/models/SearchCapabilities.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchType.d.ts b/typescript/dist/models/SearchType.d.ts index ed33eb7c..734d37de 100644 --- a/typescript/dist/models/SearchType.d.ts +++ b/typescript/dist/models/SearchType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchType.js b/typescript/dist/models/SearchType.js index 3047b8ef..02dad778 100644 --- a/typescript/dist/models/SearchType.js +++ b/typescript/dist/models/SearchType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchTypes.d.ts b/typescript/dist/models/SearchTypes.d.ts index 1c1a83c8..6d6c5a3b 100644 --- a/typescript/dist/models/SearchTypes.d.ts +++ b/typescript/dist/models/SearchTypes.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SearchTypes.js b/typescript/dist/models/SearchTypes.js index 881d1a78..dfa1459d 100644 --- a/typescript/dist/models/SearchTypes.js +++ b/typescript/dist/models/SearchTypes.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts index 9ccededb..9e2a62c1 100644 --- a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts +++ b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -10,9 +10,7 @@ * Do not edit the class manually. */ import type { StacApiRetries } from './StacApiRetries'; -import type { StacBand } from './StacBand'; import type { StacQueryBuffer } from './StacQueryBuffer'; -import type { StacZone } from './StacZone'; /** * * @export @@ -25,12 +23,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ apiUrl: string; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - bands: Array; /** * * @type {number} @@ -85,12 +77,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ type: SentinelS2L2ACogsProviderDefinitionTypeEnum; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - zones: Array; } /** * @export diff --git a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js index dbf1858a..a7484472 100644 --- a/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js +++ b/typescript/dist/models/SentinelS2L2ACogsProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,9 +20,7 @@ exports.SentinelS2L2ACogsProviderDefinitionFromJSONTyped = SentinelS2L2ACogsProv exports.SentinelS2L2ACogsProviderDefinitionToJSON = SentinelS2L2ACogsProviderDefinitionToJSON; exports.SentinelS2L2ACogsProviderDefinitionToJSONTyped = SentinelS2L2ACogsProviderDefinitionToJSONTyped; const StacApiRetries_1 = require("./StacApiRetries"); -const StacBand_1 = require("./StacBand"); const StacQueryBuffer_1 = require("./StacQueryBuffer"); -const StacZone_1 = require("./StacZone"); /** * @export */ @@ -35,8 +33,6 @@ exports.SentinelS2L2ACogsProviderDefinitionTypeEnum = { function instanceOfSentinelS2L2ACogsProviderDefinition(value) { if (!('apiUrl' in value) || value['apiUrl'] === undefined) return false; - if (!('bands' in value) || value['bands'] === undefined) - return false; if (!('description' in value) || value['description'] === undefined) return false; if (!('id' in value) || value['id'] === undefined) @@ -45,8 +41,6 @@ function instanceOfSentinelS2L2ACogsProviderDefinition(value) { return false; if (!('type' in value) || value['type'] === undefined) return false; - if (!('zones' in value) || value['zones'] === undefined) - return false; return true; } function SentinelS2L2ACogsProviderDefinitionFromJSON(json) { @@ -58,7 +52,6 @@ function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDiscrimina } return { 'apiUrl': json['apiUrl'], - 'bands': (json['bands'].map(StacBand_1.StacBandFromJSON)), 'cacheTtl': json['cacheTtl'] == null ? undefined : json['cacheTtl'], 'description': json['description'], 'gdalRetries': json['gdalRetries'] == null ? undefined : json['gdalRetries'], @@ -68,7 +61,6 @@ function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json, ignoreDiscrimina 'queryBuffer': json['queryBuffer'] == null ? undefined : (0, StacQueryBuffer_1.StacQueryBufferFromJSON)(json['queryBuffer']), 'stacApiRetries': json['stacApiRetries'] == null ? undefined : (0, StacApiRetries_1.StacApiRetriesFromJSON)(json['stacApiRetries']), 'type': json['type'], - 'zones': (json['zones'].map(StacZone_1.StacZoneFromJSON)), }; } function SentinelS2L2ACogsProviderDefinitionToJSON(json) { @@ -80,7 +72,6 @@ function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDiscriminat } return { 'apiUrl': value['apiUrl'], - 'bands': (value['bands'].map(StacBand_1.StacBandToJSON)), 'cacheTtl': value['cacheTtl'], 'description': value['description'], 'gdalRetries': value['gdalRetries'], @@ -90,6 +81,5 @@ function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value, ignoreDiscriminat 'queryBuffer': (0, StacQueryBuffer_1.StacQueryBufferToJSON)(value['queryBuffer']), 'stacApiRetries': (0, StacApiRetries_1.StacApiRetriesToJSON)(value['stacApiRetries']), 'type': value['type'], - 'zones': (value['zones'].map(StacZone_1.StacZoneToJSON)), }; } diff --git a/typescript/dist/models/ServerInfo.d.ts b/typescript/dist/models/ServerInfo.d.ts index 5b3b26f1..c46e041e 100644 --- a/typescript/dist/models/ServerInfo.d.ts +++ b/typescript/dist/models/ServerInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/ServerInfo.js b/typescript/dist/models/ServerInfo.js index 20db0dc2..b7527acd 100644 --- a/typescript/dist/models/ServerInfo.js +++ b/typescript/dist/models/ServerInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SingleBandRasterColorizer.d.ts b/typescript/dist/models/SingleBandRasterColorizer.d.ts index f2a97929..eab3c2ee 100644 --- a/typescript/dist/models/SingleBandRasterColorizer.d.ts +++ b/typescript/dist/models/SingleBandRasterColorizer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SingleBandRasterColorizer.js b/typescript/dist/models/SingleBandRasterColorizer.js index 5573aaa1..12be81d5 100644 --- a/typescript/dist/models/SingleBandRasterColorizer.js +++ b/typescript/dist/models/SingleBandRasterColorizer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialGridDefinition.d.ts b/typescript/dist/models/SpatialGridDefinition.d.ts new file mode 100644 index 00000000..ae7b3c3b --- /dev/null +++ b/typescript/dist/models/SpatialGridDefinition.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { GridBoundingBox2D } from './GridBoundingBox2D'; +import type { GeoTransform } from './GeoTransform'; +/** + * + * @export + * @interface SpatialGridDefinition + */ +export interface SpatialGridDefinition { + /** + * + * @type {GeoTransform} + * @memberof SpatialGridDefinition + */ + geoTransform: GeoTransform; + /** + * + * @type {GridBoundingBox2D} + * @memberof SpatialGridDefinition + */ + gridBounds: GridBoundingBox2D; +} +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export declare function instanceOfSpatialGridDefinition(value: object): value is SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSON(json: any): SpatialGridDefinition; +export declare function SpatialGridDefinitionToJSONTyped(value?: SpatialGridDefinition | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/SpatialGridDefinition.js b/typescript/dist/models/SpatialGridDefinition.js new file mode 100644 index 00000000..df6954bd --- /dev/null +++ b/typescript/dist/models/SpatialGridDefinition.js @@ -0,0 +1,56 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfSpatialGridDefinition = instanceOfSpatialGridDefinition; +exports.SpatialGridDefinitionFromJSON = SpatialGridDefinitionFromJSON; +exports.SpatialGridDefinitionFromJSONTyped = SpatialGridDefinitionFromJSONTyped; +exports.SpatialGridDefinitionToJSON = SpatialGridDefinitionToJSON; +exports.SpatialGridDefinitionToJSONTyped = SpatialGridDefinitionToJSONTyped; +const GridBoundingBox2D_1 = require("./GridBoundingBox2D"); +const GeoTransform_1 = require("./GeoTransform"); +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +function instanceOfSpatialGridDefinition(value) { + if (!('geoTransform' in value) || value['geoTransform'] === undefined) + return false; + if (!('gridBounds' in value) || value['gridBounds'] === undefined) + return false; + return true; +} +function SpatialGridDefinitionFromJSON(json) { + return SpatialGridDefinitionFromJSONTyped(json, false); +} +function SpatialGridDefinitionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'geoTransform': (0, GeoTransform_1.GeoTransformFromJSON)(json['geoTransform']), + 'gridBounds': (0, GridBoundingBox2D_1.GridBoundingBox2DFromJSON)(json['gridBounds']), + }; +} +function SpatialGridDefinitionToJSON(json) { + return SpatialGridDefinitionToJSONTyped(json, false); +} +function SpatialGridDefinitionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'geoTransform': (0, GeoTransform_1.GeoTransformToJSON)(value['geoTransform']), + 'gridBounds': (0, GridBoundingBox2D_1.GridBoundingBox2DToJSON)(value['gridBounds']), + }; +} diff --git a/typescript/dist/models/SpatialGridDescriptor.d.ts b/typescript/dist/models/SpatialGridDescriptor.d.ts new file mode 100644 index 00000000..02d096ed --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { SpatialGridDefinition } from './SpatialGridDefinition'; +import type { SpatialGridDescriptorState } from './SpatialGridDescriptorState'; +/** + * + * @export + * @interface SpatialGridDescriptor + */ +export interface SpatialGridDescriptor { + /** + * + * @type {SpatialGridDescriptorState} + * @memberof SpatialGridDescriptor + */ + descriptor: SpatialGridDescriptorState; + /** + * + * @type {SpatialGridDefinition} + * @memberof SpatialGridDescriptor + */ + spatialGrid: SpatialGridDefinition; +} +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export declare function instanceOfSpatialGridDescriptor(value: object): value is SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSON(json: any): SpatialGridDescriptor; +export declare function SpatialGridDescriptorToJSONTyped(value?: SpatialGridDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/SpatialGridDescriptor.js b/typescript/dist/models/SpatialGridDescriptor.js new file mode 100644 index 00000000..5560f493 --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptor.js @@ -0,0 +1,56 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfSpatialGridDescriptor = instanceOfSpatialGridDescriptor; +exports.SpatialGridDescriptorFromJSON = SpatialGridDescriptorFromJSON; +exports.SpatialGridDescriptorFromJSONTyped = SpatialGridDescriptorFromJSONTyped; +exports.SpatialGridDescriptorToJSON = SpatialGridDescriptorToJSON; +exports.SpatialGridDescriptorToJSONTyped = SpatialGridDescriptorToJSONTyped; +const SpatialGridDefinition_1 = require("./SpatialGridDefinition"); +const SpatialGridDescriptorState_1 = require("./SpatialGridDescriptorState"); +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +function instanceOfSpatialGridDescriptor(value) { + if (!('descriptor' in value) || value['descriptor'] === undefined) + return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) + return false; + return true; +} +function SpatialGridDescriptorFromJSON(json) { + return SpatialGridDescriptorFromJSONTyped(json, false); +} +function SpatialGridDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'descriptor': (0, SpatialGridDescriptorState_1.SpatialGridDescriptorStateFromJSON)(json['descriptor']), + 'spatialGrid': (0, SpatialGridDefinition_1.SpatialGridDefinitionFromJSON)(json['spatialGrid']), + }; +} +function SpatialGridDescriptorToJSON(json) { + return SpatialGridDescriptorToJSONTyped(json, false); +} +function SpatialGridDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'descriptor': (0, SpatialGridDescriptorState_1.SpatialGridDescriptorStateToJSON)(value['descriptor']), + 'spatialGrid': (0, SpatialGridDefinition_1.SpatialGridDefinitionToJSON)(value['spatialGrid']), + }; +} diff --git a/typescript/dist/models/SpatialGridDescriptorState.d.ts b/typescript/dist/models/SpatialGridDescriptorState.d.ts new file mode 100644 index 00000000..46d45dea --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptorState.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const SpatialGridDescriptorState: { + readonly Source: "source"; + readonly Derived: "derived"; +}; +export type SpatialGridDescriptorState = typeof SpatialGridDescriptorState[keyof typeof SpatialGridDescriptorState]; +export declare function instanceOfSpatialGridDescriptorState(value: any): boolean; +export declare function SpatialGridDescriptorStateFromJSON(json: any): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; +export declare function SpatialGridDescriptorStateToJSON(value?: SpatialGridDescriptorState | null): any; +export declare function SpatialGridDescriptorStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState; diff --git a/typescript/dist/models/SpatialGridDescriptorState.js b/typescript/dist/models/SpatialGridDescriptorState.js new file mode 100644 index 00000000..d2d05c76 --- /dev/null +++ b/typescript/dist/models/SpatialGridDescriptorState.js @@ -0,0 +1,51 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SpatialGridDescriptorState = void 0; +exports.instanceOfSpatialGridDescriptorState = instanceOfSpatialGridDescriptorState; +exports.SpatialGridDescriptorStateFromJSON = SpatialGridDescriptorStateFromJSON; +exports.SpatialGridDescriptorStateFromJSONTyped = SpatialGridDescriptorStateFromJSONTyped; +exports.SpatialGridDescriptorStateToJSON = SpatialGridDescriptorStateToJSON; +exports.SpatialGridDescriptorStateToJSONTyped = SpatialGridDescriptorStateToJSONTyped; +/** + * + * @export + */ +exports.SpatialGridDescriptorState = { + Source: 'source', + Derived: 'derived' +}; +function instanceOfSpatialGridDescriptorState(value) { + for (const key in exports.SpatialGridDescriptorState) { + if (Object.prototype.hasOwnProperty.call(exports.SpatialGridDescriptorState, key)) { + if (exports.SpatialGridDescriptorState[key] === value) { + return true; + } + } + } + return false; +} +function SpatialGridDescriptorStateFromJSON(json) { + return SpatialGridDescriptorStateFromJSONTyped(json, false); +} +function SpatialGridDescriptorStateFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +function SpatialGridDescriptorStateToJSON(value) { + return value; +} +function SpatialGridDescriptorStateToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/models/SpatialPartition2D.d.ts b/typescript/dist/models/SpatialPartition2D.d.ts index 852ebcaf..caca2924 100644 --- a/typescript/dist/models/SpatialPartition2D.d.ts +++ b/typescript/dist/models/SpatialPartition2D.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialPartition2D.js b/typescript/dist/models/SpatialPartition2D.js index 3d8bc56c..3aab4e32 100644 --- a/typescript/dist/models/SpatialPartition2D.js +++ b/typescript/dist/models/SpatialPartition2D.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceAuthority.d.ts b/typescript/dist/models/SpatialReferenceAuthority.d.ts index bebd27e9..485eac66 100644 --- a/typescript/dist/models/SpatialReferenceAuthority.d.ts +++ b/typescript/dist/models/SpatialReferenceAuthority.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceAuthority.js b/typescript/dist/models/SpatialReferenceAuthority.js index c5fe0f15..5a68961f 100644 --- a/typescript/dist/models/SpatialReferenceAuthority.js +++ b/typescript/dist/models/SpatialReferenceAuthority.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceSpecification.d.ts b/typescript/dist/models/SpatialReferenceSpecification.d.ts index 3b20d2b4..5f5f020e 100644 --- a/typescript/dist/models/SpatialReferenceSpecification.d.ts +++ b/typescript/dist/models/SpatialReferenceSpecification.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialReferenceSpecification.js b/typescript/dist/models/SpatialReferenceSpecification.js index 9d7ca0b3..4c0d171e 100644 --- a/typescript/dist/models/SpatialReferenceSpecification.js +++ b/typescript/dist/models/SpatialReferenceSpecification.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialResolution.d.ts b/typescript/dist/models/SpatialResolution.d.ts index a1d9f259..0bf5293e 100644 --- a/typescript/dist/models/SpatialResolution.d.ts +++ b/typescript/dist/models/SpatialResolution.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SpatialResolution.js b/typescript/dist/models/SpatialResolution.js index e5c180fd..56784d2c 100644 --- a/typescript/dist/models/SpatialResolution.js +++ b/typescript/dist/models/SpatialResolution.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacApiRetries.d.ts b/typescript/dist/models/StacApiRetries.d.ts index bfe73f4d..29b4c85f 100644 --- a/typescript/dist/models/StacApiRetries.d.ts +++ b/typescript/dist/models/StacApiRetries.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacApiRetries.js b/typescript/dist/models/StacApiRetries.js index ad5c2bd8..f951a07c 100644 --- a/typescript/dist/models/StacApiRetries.js +++ b/typescript/dist/models/StacApiRetries.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacBand.d.ts b/typescript/dist/models/StacBand.d.ts deleted file mode 100644 index e2713c0b..00000000 --- a/typescript/dist/models/StacBand.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { RasterDataType } from './RasterDataType'; -/** - * - * @export - * @interface StacBand - */ -export interface StacBand { - /** - * - * @type {RasterDataType} - * @memberof StacBand - */ - dataType: RasterDataType; - /** - * - * @type {string} - * @memberof StacBand - */ - name: string; - /** - * - * @type {number} - * @memberof StacBand - */ - noDataValue?: number | null; -} -/** - * Check if a given object implements the StacBand interface. - */ -export declare function instanceOfStacBand(value: object): value is StacBand; -export declare function StacBandFromJSON(json: any): StacBand; -export declare function StacBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacBand; -export declare function StacBandToJSON(json: any): StacBand; -export declare function StacBandToJSONTyped(value?: StacBand | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/StacBand.js b/typescript/dist/models/StacBand.js deleted file mode 100644 index 4264d146..00000000 --- a/typescript/dist/models/StacBand.js +++ /dev/null @@ -1,57 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfStacBand = instanceOfStacBand; -exports.StacBandFromJSON = StacBandFromJSON; -exports.StacBandFromJSONTyped = StacBandFromJSONTyped; -exports.StacBandToJSON = StacBandToJSON; -exports.StacBandToJSONTyped = StacBandToJSONTyped; -const RasterDataType_1 = require("./RasterDataType"); -/** - * Check if a given object implements the StacBand interface. - */ -function instanceOfStacBand(value) { - if (!('dataType' in value) || value['dataType'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -function StacBandFromJSON(json) { - return StacBandFromJSONTyped(json, false); -} -function StacBandFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'dataType': (0, RasterDataType_1.RasterDataTypeFromJSON)(json['dataType']), - 'name': json['name'], - 'noDataValue': json['noDataValue'] == null ? undefined : json['noDataValue'], - }; -} -function StacBandToJSON(json) { - return StacBandToJSONTyped(json, false); -} -function StacBandToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'dataType': (0, RasterDataType_1.RasterDataTypeToJSON)(value['dataType']), - 'name': value['name'], - 'noDataValue': value['noDataValue'], - }; -} diff --git a/typescript/dist/models/StacQueryBuffer.d.ts b/typescript/dist/models/StacQueryBuffer.d.ts index 7fdeef8d..34050d61 100644 --- a/typescript/dist/models/StacQueryBuffer.d.ts +++ b/typescript/dist/models/StacQueryBuffer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacQueryBuffer.js b/typescript/dist/models/StacQueryBuffer.js index c1f63269..b20b4e9d 100644 --- a/typescript/dist/models/StacQueryBuffer.js +++ b/typescript/dist/models/StacQueryBuffer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StacZone.d.ts b/typescript/dist/models/StacZone.d.ts deleted file mode 100644 index 4c24819c..00000000 --- a/typescript/dist/models/StacZone.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - * @interface StacZone - */ -export interface StacZone { - /** - * - * @type {number} - * @memberof StacZone - */ - epsg: number; - /** - * - * @type {string} - * @memberof StacZone - */ - name: string; -} -/** - * Check if a given object implements the StacZone interface. - */ -export declare function instanceOfStacZone(value: object): value is StacZone; -export declare function StacZoneFromJSON(json: any): StacZone; -export declare function StacZoneFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacZone; -export declare function StacZoneToJSON(json: any): StacZone; -export declare function StacZoneToJSONTyped(value?: StacZone | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/StacZone.js b/typescript/dist/models/StacZone.js deleted file mode 100644 index 154e0cfb..00000000 --- a/typescript/dist/models/StacZone.js +++ /dev/null @@ -1,54 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfStacZone = instanceOfStacZone; -exports.StacZoneFromJSON = StacZoneFromJSON; -exports.StacZoneFromJSONTyped = StacZoneFromJSONTyped; -exports.StacZoneToJSON = StacZoneToJSON; -exports.StacZoneToJSONTyped = StacZoneToJSONTyped; -/** - * Check if a given object implements the StacZone interface. - */ -function instanceOfStacZone(value) { - if (!('epsg' in value) || value['epsg'] === undefined) - return false; - if (!('name' in value) || value['name'] === undefined) - return false; - return true; -} -function StacZoneFromJSON(json) { - return StacZoneFromJSONTyped(json, false); -} -function StacZoneFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'epsg': json['epsg'], - 'name': json['name'], - }; -} -function StacZoneToJSON(json) { - return StacZoneToJSONTyped(json, false); -} -function StacZoneToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'epsg': value['epsg'], - 'name': value['name'], - }; -} diff --git a/typescript/dist/models/StaticColor.d.ts b/typescript/dist/models/StaticColor.d.ts index 9a04dea7..e3add8d4 100644 --- a/typescript/dist/models/StaticColor.d.ts +++ b/typescript/dist/models/StaticColor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticColor.js b/typescript/dist/models/StaticColor.js index 3eec9c9e..5cd0a948 100644 --- a/typescript/dist/models/StaticColor.js +++ b/typescript/dist/models/StaticColor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticNumber.d.ts b/typescript/dist/models/StaticNumber.d.ts index ed7c0b5d..cbe5b977 100644 --- a/typescript/dist/models/StaticNumber.d.ts +++ b/typescript/dist/models/StaticNumber.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StaticNumber.js b/typescript/dist/models/StaticNumber.js index 31890df7..1a826336 100644 --- a/typescript/dist/models/StaticNumber.js +++ b/typescript/dist/models/StaticNumber.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StrokeParam.d.ts b/typescript/dist/models/StrokeParam.d.ts index 3dc4cab9..a2ecb4a8 100644 --- a/typescript/dist/models/StrokeParam.d.ts +++ b/typescript/dist/models/StrokeParam.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/StrokeParam.js b/typescript/dist/models/StrokeParam.js index 8b58860d..295b721b 100644 --- a/typescript/dist/models/StrokeParam.js +++ b/typescript/dist/models/StrokeParam.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SuggestMetaData.d.ts b/typescript/dist/models/SuggestMetaData.d.ts index 40200206..935475b9 100644 --- a/typescript/dist/models/SuggestMetaData.d.ts +++ b/typescript/dist/models/SuggestMetaData.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/SuggestMetaData.js b/typescript/dist/models/SuggestMetaData.js index 1f978d52..d6e86fd3 100644 --- a/typescript/dist/models/SuggestMetaData.js +++ b/typescript/dist/models/SuggestMetaData.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Symbology.d.ts b/typescript/dist/models/Symbology.d.ts index 57162129..4e61f837 100644 --- a/typescript/dist/models/Symbology.d.ts +++ b/typescript/dist/models/Symbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Symbology.js b/typescript/dist/models/Symbology.js index 0d91007f..066b9d7c 100644 --- a/typescript/dist/models/Symbology.js +++ b/typescript/dist/models/Symbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskAbortOptions.d.ts b/typescript/dist/models/TaskAbortOptions.d.ts index 82aaa683..b44e7967 100644 --- a/typescript/dist/models/TaskAbortOptions.d.ts +++ b/typescript/dist/models/TaskAbortOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskAbortOptions.js b/typescript/dist/models/TaskAbortOptions.js index ad1d4c60..6c629f68 100644 --- a/typescript/dist/models/TaskAbortOptions.js +++ b/typescript/dist/models/TaskAbortOptions.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskFilter.d.ts b/typescript/dist/models/TaskFilter.d.ts index a50058de..aef0b3a4 100644 --- a/typescript/dist/models/TaskFilter.d.ts +++ b/typescript/dist/models/TaskFilter.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskFilter.js b/typescript/dist/models/TaskFilter.js index 3953e8de..5144c400 100644 --- a/typescript/dist/models/TaskFilter.js +++ b/typescript/dist/models/TaskFilter.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskListOptions.d.ts b/typescript/dist/models/TaskListOptions.d.ts index 3ac3cecf..e709c6dc 100644 --- a/typescript/dist/models/TaskListOptions.d.ts +++ b/typescript/dist/models/TaskListOptions.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskListOptions.js b/typescript/dist/models/TaskListOptions.js index ba596d2b..eafac205 100644 --- a/typescript/dist/models/TaskListOptions.js +++ b/typescript/dist/models/TaskListOptions.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskResponse.d.ts b/typescript/dist/models/TaskResponse.d.ts index 9f6e96ee..7236be96 100644 --- a/typescript/dist/models/TaskResponse.d.ts +++ b/typescript/dist/models/TaskResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskResponse.js b/typescript/dist/models/TaskResponse.js index 9b77cfe5..e354f55b 100644 --- a/typescript/dist/models/TaskResponse.js +++ b/typescript/dist/models/TaskResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatus.d.ts b/typescript/dist/models/TaskStatus.d.ts index 4ae69cb1..1492493f 100644 --- a/typescript/dist/models/TaskStatus.d.ts +++ b/typescript/dist/models/TaskStatus.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatus.js b/typescript/dist/models/TaskStatus.js index 98c251c4..58729500 100644 --- a/typescript/dist/models/TaskStatus.js +++ b/typescript/dist/models/TaskStatus.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusAborted.d.ts b/typescript/dist/models/TaskStatusAborted.d.ts index 04f019ec..83a538da 100644 --- a/typescript/dist/models/TaskStatusAborted.d.ts +++ b/typescript/dist/models/TaskStatusAborted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusAborted.js b/typescript/dist/models/TaskStatusAborted.js index 95841b19..faee9b06 100644 --- a/typescript/dist/models/TaskStatusAborted.js +++ b/typescript/dist/models/TaskStatusAborted.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusCompleted.d.ts b/typescript/dist/models/TaskStatusCompleted.d.ts index 0ebfa76d..aaff9458 100644 --- a/typescript/dist/models/TaskStatusCompleted.d.ts +++ b/typescript/dist/models/TaskStatusCompleted.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusCompleted.js b/typescript/dist/models/TaskStatusCompleted.js index bfa8130c..d419878b 100644 --- a/typescript/dist/models/TaskStatusCompleted.js +++ b/typescript/dist/models/TaskStatusCompleted.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusFailed.d.ts b/typescript/dist/models/TaskStatusFailed.d.ts index 33463484..cf47e334 100644 --- a/typescript/dist/models/TaskStatusFailed.d.ts +++ b/typescript/dist/models/TaskStatusFailed.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusFailed.js b/typescript/dist/models/TaskStatusFailed.js index ba8842c3..63bdfc5a 100644 --- a/typescript/dist/models/TaskStatusFailed.js +++ b/typescript/dist/models/TaskStatusFailed.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusRunning.d.ts b/typescript/dist/models/TaskStatusRunning.d.ts index 6c799474..87f49064 100644 --- a/typescript/dist/models/TaskStatusRunning.d.ts +++ b/typescript/dist/models/TaskStatusRunning.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusRunning.js b/typescript/dist/models/TaskStatusRunning.js index 735a8e01..9a6b4f03 100644 --- a/typescript/dist/models/TaskStatusRunning.js +++ b/typescript/dist/models/TaskStatusRunning.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusWithId.d.ts b/typescript/dist/models/TaskStatusWithId.d.ts index dd98a011..175a97da 100644 --- a/typescript/dist/models/TaskStatusWithId.d.ts +++ b/typescript/dist/models/TaskStatusWithId.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TaskStatusWithId.js b/typescript/dist/models/TaskStatusWithId.js index 1890cb24..4c4aa970 100644 --- a/typescript/dist/models/TaskStatusWithId.js +++ b/typescript/dist/models/TaskStatusWithId.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TextSymbology.d.ts b/typescript/dist/models/TextSymbology.d.ts index 56347cce..5959056a 100644 --- a/typescript/dist/models/TextSymbology.d.ts +++ b/typescript/dist/models/TextSymbology.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TextSymbology.js b/typescript/dist/models/TextSymbology.js index 85540289..a911d24f 100644 --- a/typescript/dist/models/TextSymbology.js +++ b/typescript/dist/models/TextSymbology.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeDescriptor.d.ts b/typescript/dist/models/TimeDescriptor.d.ts new file mode 100644 index 00000000..ecd85946 --- /dev/null +++ b/typescript/dist/models/TimeDescriptor.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +/** + * + * @export + * @interface TimeDescriptor + */ +export interface TimeDescriptor { + /** + * + * @type {TimeInterval} + * @memberof TimeDescriptor + */ + bounds?: TimeInterval | null; + /** + * + * @type {RegularTimeDimension} + * @memberof TimeDescriptor + */ + dimension?: RegularTimeDimension | null; +} +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export declare function instanceOfTimeDescriptor(value: object): value is TimeDescriptor; +export declare function TimeDescriptorFromJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDescriptor; +export declare function TimeDescriptorToJSON(json: any): TimeDescriptor; +export declare function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/TimeDescriptor.js b/typescript/dist/models/TimeDescriptor.js new file mode 100644 index 00000000..6b5b453a --- /dev/null +++ b/typescript/dist/models/TimeDescriptor.js @@ -0,0 +1,52 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfTimeDescriptor = instanceOfTimeDescriptor; +exports.TimeDescriptorFromJSON = TimeDescriptorFromJSON; +exports.TimeDescriptorFromJSONTyped = TimeDescriptorFromJSONTyped; +exports.TimeDescriptorToJSON = TimeDescriptorToJSON; +exports.TimeDescriptorToJSONTyped = TimeDescriptorToJSONTyped; +const TimeInterval_1 = require("./TimeInterval"); +const RegularTimeDimension_1 = require("./RegularTimeDimension"); +/** + * Check if a given object implements the TimeDescriptor interface. + */ +function instanceOfTimeDescriptor(value) { + return true; +} +function TimeDescriptorFromJSON(json) { + return TimeDescriptorFromJSONTyped(json, false); +} +function TimeDescriptorFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'bounds': json['bounds'] == null ? undefined : (0, TimeInterval_1.TimeIntervalFromJSON)(json['bounds']), + 'dimension': json['dimension'] == null ? undefined : (0, RegularTimeDimension_1.RegularTimeDimensionFromJSON)(json['dimension']), + }; +} +function TimeDescriptorToJSON(json) { + return TimeDescriptorToJSONTyped(json, false); +} +function TimeDescriptorToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'bounds': (0, TimeInterval_1.TimeIntervalToJSON)(value['bounds']), + 'dimension': (0, RegularTimeDimension_1.RegularTimeDimensionToJSON)(value['dimension']), + }; +} diff --git a/typescript/dist/models/TimeGranularity.d.ts b/typescript/dist/models/TimeGranularity.d.ts index eaad282a..8d8e1d45 100644 --- a/typescript/dist/models/TimeGranularity.d.ts +++ b/typescript/dist/models/TimeGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeGranularity.js b/typescript/dist/models/TimeGranularity.js index c623bf49..4bd61b51 100644 --- a/typescript/dist/models/TimeGranularity.js +++ b/typescript/dist/models/TimeGranularity.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeInterval.d.ts b/typescript/dist/models/TimeInterval.d.ts index 668a939c..b2a13c15 100644 --- a/typescript/dist/models/TimeInterval.d.ts +++ b/typescript/dist/models/TimeInterval.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeInterval.js b/typescript/dist/models/TimeInterval.js index 4ccbc34c..d3157c63 100644 --- a/typescript/dist/models/TimeInterval.js +++ b/typescript/dist/models/TimeInterval.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeReference.d.ts b/typescript/dist/models/TimeReference.d.ts index f90bcb73..9b7e5558 100644 --- a/typescript/dist/models/TimeReference.d.ts +++ b/typescript/dist/models/TimeReference.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeReference.js b/typescript/dist/models/TimeReference.js index fb597a8a..26e8ae6a 100644 --- a/typescript/dist/models/TimeReference.js +++ b/typescript/dist/models/TimeReference.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeStep.d.ts b/typescript/dist/models/TimeStep.d.ts index 68191961..db7048c1 100644 --- a/typescript/dist/models/TimeStep.d.ts +++ b/typescript/dist/models/TimeStep.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TimeStep.js b/typescript/dist/models/TimeStep.js index ba38d687..587aceb4 100644 --- a/typescript/dist/models/TimeStep.js +++ b/typescript/dist/models/TimeStep.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedDataProviderDefinition.d.ts b/typescript/dist/models/TypedDataProviderDefinition.d.ts index e322ccda..cbd659f7 100644 --- a/typescript/dist/models/TypedDataProviderDefinition.d.ts +++ b/typescript/dist/models/TypedDataProviderDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedDataProviderDefinition.js b/typescript/dist/models/TypedDataProviderDefinition.js index 4fc804da..7edc8c62 100644 --- a/typescript/dist/models/TypedDataProviderDefinition.js +++ b/typescript/dist/models/TypedDataProviderDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometry.d.ts b/typescript/dist/models/TypedGeometry.d.ts index 387d5570..f61a352b 100644 --- a/typescript/dist/models/TypedGeometry.d.ts +++ b/typescript/dist/models/TypedGeometry.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometry.js b/typescript/dist/models/TypedGeometry.js index 758dbbf5..7431c376 100644 --- a/typescript/dist/models/TypedGeometry.js +++ b/typescript/dist/models/TypedGeometry.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf.d.ts b/typescript/dist/models/TypedGeometryOneOf.d.ts index 22849c21..209d3200 100644 --- a/typescript/dist/models/TypedGeometryOneOf.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf.js b/typescript/dist/models/TypedGeometryOneOf.js index 1c22fcfa..a0d5887f 100644 --- a/typescript/dist/models/TypedGeometryOneOf.js +++ b/typescript/dist/models/TypedGeometryOneOf.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf1.d.ts b/typescript/dist/models/TypedGeometryOneOf1.d.ts index 42f044e1..81b20938 100644 --- a/typescript/dist/models/TypedGeometryOneOf1.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf1.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf1.js b/typescript/dist/models/TypedGeometryOneOf1.js index cc68f7cf..3b4a00fb 100644 --- a/typescript/dist/models/TypedGeometryOneOf1.js +++ b/typescript/dist/models/TypedGeometryOneOf1.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf2.d.ts b/typescript/dist/models/TypedGeometryOneOf2.d.ts index afcd53a3..1fec3fd6 100644 --- a/typescript/dist/models/TypedGeometryOneOf2.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf2.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf2.js b/typescript/dist/models/TypedGeometryOneOf2.js index 7b931c2b..97848b94 100644 --- a/typescript/dist/models/TypedGeometryOneOf2.js +++ b/typescript/dist/models/TypedGeometryOneOf2.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf3.d.ts b/typescript/dist/models/TypedGeometryOneOf3.d.ts index 6f34e815..ddd7050d 100644 --- a/typescript/dist/models/TypedGeometryOneOf3.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf3.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedGeometryOneOf3.js b/typescript/dist/models/TypedGeometryOneOf3.js index 50a45e57..820968be 100644 --- a/typescript/dist/models/TypedGeometryOneOf3.js +++ b/typescript/dist/models/TypedGeometryOneOf3.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperator.d.ts b/typescript/dist/models/TypedOperator.d.ts index 64b8dda6..f2567525 100644 --- a/typescript/dist/models/TypedOperator.d.ts +++ b/typescript/dist/models/TypedOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperator.js b/typescript/dist/models/TypedOperator.js index 5fe12994..343d6c0a 100644 --- a/typescript/dist/models/TypedOperator.js +++ b/typescript/dist/models/TypedOperator.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperatorOperator.d.ts b/typescript/dist/models/TypedOperatorOperator.d.ts index a7bf1a64..db7b1efd 100644 --- a/typescript/dist/models/TypedOperatorOperator.d.ts +++ b/typescript/dist/models/TypedOperatorOperator.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedOperatorOperator.js b/typescript/dist/models/TypedOperatorOperator.js index d077cbde..9c14c9e5 100644 --- a/typescript/dist/models/TypedOperatorOperator.js +++ b/typescript/dist/models/TypedOperatorOperator.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedPlotResultDescriptor.d.ts b/typescript/dist/models/TypedPlotResultDescriptor.d.ts index d7140281..792d0e0e 100644 --- a/typescript/dist/models/TypedPlotResultDescriptor.d.ts +++ b/typescript/dist/models/TypedPlotResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedPlotResultDescriptor.js b/typescript/dist/models/TypedPlotResultDescriptor.js index 2aeb67f3..bece3b62 100644 --- a/typescript/dist/models/TypedPlotResultDescriptor.js +++ b/typescript/dist/models/TypedPlotResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedRasterResultDescriptor.d.ts b/typescript/dist/models/TypedRasterResultDescriptor.d.ts index 2e585e9b..e792ae5c 100644 --- a/typescript/dist/models/TypedRasterResultDescriptor.d.ts +++ b/typescript/dist/models/TypedRasterResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedRasterResultDescriptor.js b/typescript/dist/models/TypedRasterResultDescriptor.js index c0e627a5..38e71933 100644 --- a/typescript/dist/models/TypedRasterResultDescriptor.js +++ b/typescript/dist/models/TypedRasterResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedResultDescriptor.d.ts b/typescript/dist/models/TypedResultDescriptor.d.ts index 2a12b53e..b19a52ba 100644 --- a/typescript/dist/models/TypedResultDescriptor.d.ts +++ b/typescript/dist/models/TypedResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedResultDescriptor.js b/typescript/dist/models/TypedResultDescriptor.js index 80d6e9de..e520eeea 100644 --- a/typescript/dist/models/TypedResultDescriptor.js +++ b/typescript/dist/models/TypedResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedVectorResultDescriptor.d.ts b/typescript/dist/models/TypedVectorResultDescriptor.d.ts index fce3b3a9..0ac9bb9c 100644 --- a/typescript/dist/models/TypedVectorResultDescriptor.d.ts +++ b/typescript/dist/models/TypedVectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/TypedVectorResultDescriptor.js b/typescript/dist/models/TypedVectorResultDescriptor.js index aece981f..e95e6852 100644 --- a/typescript/dist/models/TypedVectorResultDescriptor.js +++ b/typescript/dist/models/TypedVectorResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnitlessMeasurement.d.ts b/typescript/dist/models/UnitlessMeasurement.d.ts index 1fcd56d4..32af3774 100644 --- a/typescript/dist/models/UnitlessMeasurement.d.ts +++ b/typescript/dist/models/UnitlessMeasurement.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnitlessMeasurement.js b/typescript/dist/models/UnitlessMeasurement.js index 8136e9f6..310bc60a 100644 --- a/typescript/dist/models/UnitlessMeasurement.js +++ b/typescript/dist/models/UnitlessMeasurement.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnixTimeStampType.d.ts b/typescript/dist/models/UnixTimeStampType.d.ts index 72201b6f..e4258cc3 100644 --- a/typescript/dist/models/UnixTimeStampType.d.ts +++ b/typescript/dist/models/UnixTimeStampType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UnixTimeStampType.js b/typescript/dist/models/UnixTimeStampType.js index 1e83626e..037c0417 100644 --- a/typescript/dist/models/UnixTimeStampType.js +++ b/typescript/dist/models/UnixTimeStampType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateDataset.d.ts b/typescript/dist/models/UpdateDataset.d.ts index 4199c6dc..ff625fdd 100644 --- a/typescript/dist/models/UpdateDataset.d.ts +++ b/typescript/dist/models/UpdateDataset.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateDataset.js b/typescript/dist/models/UpdateDataset.js index b9d67681..2e81d0ad 100644 --- a/typescript/dist/models/UpdateDataset.js +++ b/typescript/dist/models/UpdateDataset.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayer.d.ts b/typescript/dist/models/UpdateLayer.d.ts index 978b8f76..6b07ced9 100644 --- a/typescript/dist/models/UpdateLayer.d.ts +++ b/typescript/dist/models/UpdateLayer.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayer.js b/typescript/dist/models/UpdateLayer.js index 6591afb5..d8871a9c 100644 --- a/typescript/dist/models/UpdateLayer.js +++ b/typescript/dist/models/UpdateLayer.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayerCollection.d.ts b/typescript/dist/models/UpdateLayerCollection.d.ts index 7ffcc3b2..e4350798 100644 --- a/typescript/dist/models/UpdateLayerCollection.d.ts +++ b/typescript/dist/models/UpdateLayerCollection.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateLayerCollection.js b/typescript/dist/models/UpdateLayerCollection.js index cc35edee..0aea70e4 100644 --- a/typescript/dist/models/UpdateLayerCollection.js +++ b/typescript/dist/models/UpdateLayerCollection.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateProject.d.ts b/typescript/dist/models/UpdateProject.d.ts index 092614ce..8d1de1d3 100644 --- a/typescript/dist/models/UpdateProject.d.ts +++ b/typescript/dist/models/UpdateProject.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateProject.js b/typescript/dist/models/UpdateProject.js index f8ba4bd7..b3981f4e 100644 --- a/typescript/dist/models/UpdateProject.js +++ b/typescript/dist/models/UpdateProject.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateQuota.d.ts b/typescript/dist/models/UpdateQuota.d.ts index 070b6ebd..c72ff7bd 100644 --- a/typescript/dist/models/UpdateQuota.d.ts +++ b/typescript/dist/models/UpdateQuota.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UpdateQuota.js b/typescript/dist/models/UpdateQuota.js index d658c6c4..65f9a1ba 100644 --- a/typescript/dist/models/UpdateQuota.js +++ b/typescript/dist/models/UpdateQuota.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFileLayersResponse.d.ts b/typescript/dist/models/UploadFileLayersResponse.d.ts index 5e860b7b..188788a9 100644 --- a/typescript/dist/models/UploadFileLayersResponse.d.ts +++ b/typescript/dist/models/UploadFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFileLayersResponse.js b/typescript/dist/models/UploadFileLayersResponse.js index 541ac6dc..592f9c49 100644 --- a/typescript/dist/models/UploadFileLayersResponse.js +++ b/typescript/dist/models/UploadFileLayersResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFilesResponse.d.ts b/typescript/dist/models/UploadFilesResponse.d.ts index a3936387..0cdf81ee 100644 --- a/typescript/dist/models/UploadFilesResponse.d.ts +++ b/typescript/dist/models/UploadFilesResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UploadFilesResponse.js b/typescript/dist/models/UploadFilesResponse.js index 0356ac63..715d1b2d 100644 --- a/typescript/dist/models/UploadFilesResponse.js +++ b/typescript/dist/models/UploadFilesResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UsageSummaryGranularity.d.ts b/typescript/dist/models/UsageSummaryGranularity.d.ts index 654be8db..2928edd7 100644 --- a/typescript/dist/models/UsageSummaryGranularity.d.ts +++ b/typescript/dist/models/UsageSummaryGranularity.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UsageSummaryGranularity.js b/typescript/dist/models/UsageSummaryGranularity.js index 769c5bba..228b4f8f 100644 --- a/typescript/dist/models/UsageSummaryGranularity.js +++ b/typescript/dist/models/UsageSummaryGranularity.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserCredentials.d.ts b/typescript/dist/models/UserCredentials.d.ts index 9ba16621..fe33952b 100644 --- a/typescript/dist/models/UserCredentials.d.ts +++ b/typescript/dist/models/UserCredentials.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserCredentials.js b/typescript/dist/models/UserCredentials.js index 6a7a4ffd..13a38606 100644 --- a/typescript/dist/models/UserCredentials.js +++ b/typescript/dist/models/UserCredentials.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserInfo.d.ts b/typescript/dist/models/UserInfo.d.ts index 3e23772e..a7c1ccac 100644 --- a/typescript/dist/models/UserInfo.d.ts +++ b/typescript/dist/models/UserInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserInfo.js b/typescript/dist/models/UserInfo.js index e9821e4f..96d2efe2 100644 --- a/typescript/dist/models/UserInfo.js +++ b/typescript/dist/models/UserInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserRegistration.d.ts b/typescript/dist/models/UserRegistration.d.ts index 08f44f8e..21680d92 100644 --- a/typescript/dist/models/UserRegistration.d.ts +++ b/typescript/dist/models/UserRegistration.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserRegistration.js b/typescript/dist/models/UserRegistration.js index 6a4da676..d54689c3 100644 --- a/typescript/dist/models/UserRegistration.js +++ b/typescript/dist/models/UserRegistration.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserSession.d.ts b/typescript/dist/models/UserSession.d.ts index 38531122..3b17b3d1 100644 --- a/typescript/dist/models/UserSession.d.ts +++ b/typescript/dist/models/UserSession.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/UserSession.js b/typescript/dist/models/UserSession.js index 8fcc599c..c854c144 100644 --- a/typescript/dist/models/UserSession.js +++ b/typescript/dist/models/UserSession.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VecUpdate.d.ts b/typescript/dist/models/VecUpdate.d.ts index ececaa28..f693ce4b 100644 --- a/typescript/dist/models/VecUpdate.d.ts +++ b/typescript/dist/models/VecUpdate.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VecUpdate.js b/typescript/dist/models/VecUpdate.js index 76430a31..70924bda 100644 --- a/typescript/dist/models/VecUpdate.js +++ b/typescript/dist/models/VecUpdate.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorColumnInfo.d.ts b/typescript/dist/models/VectorColumnInfo.d.ts index 02ab0892..2ed32cf1 100644 --- a/typescript/dist/models/VectorColumnInfo.d.ts +++ b/typescript/dist/models/VectorColumnInfo.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorColumnInfo.js b/typescript/dist/models/VectorColumnInfo.js index 46ae3d35..7fe71ea9 100644 --- a/typescript/dist/models/VectorColumnInfo.js +++ b/typescript/dist/models/VectorColumnInfo.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorDataType.d.ts b/typescript/dist/models/VectorDataType.d.ts index f3ce8f10..dda47e72 100644 --- a/typescript/dist/models/VectorDataType.d.ts +++ b/typescript/dist/models/VectorDataType.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorDataType.js b/typescript/dist/models/VectorDataType.js index ffbaf6e0..f37dcf14 100644 --- a/typescript/dist/models/VectorDataType.js +++ b/typescript/dist/models/VectorDataType.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorQueryRectangle.d.ts b/typescript/dist/models/VectorQueryRectangle.d.ts deleted file mode 100644 index 6b878b63..00000000 --- a/typescript/dist/models/VectorQueryRectangle.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -import type { SpatialResolution } from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface VectorQueryRectangle - */ -export interface VectorQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof VectorQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof VectorQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof VectorQueryRectangle - */ - timeInterval: TimeInterval; -} -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export declare function instanceOfVectorQueryRectangle(value: object): value is VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSON(json: any): VectorQueryRectangle; -export declare function VectorQueryRectangleToJSONTyped(value?: VectorQueryRectangle | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/VectorQueryRectangle.js b/typescript/dist/models/VectorQueryRectangle.js deleted file mode 100644 index 9d2f700e..00000000 --- a/typescript/dist/models/VectorQueryRectangle.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.instanceOfVectorQueryRectangle = instanceOfVectorQueryRectangle; -exports.VectorQueryRectangleFromJSON = VectorQueryRectangleFromJSON; -exports.VectorQueryRectangleFromJSONTyped = VectorQueryRectangleFromJSONTyped; -exports.VectorQueryRectangleToJSON = VectorQueryRectangleToJSON; -exports.VectorQueryRectangleToJSONTyped = VectorQueryRectangleToJSONTyped; -const SpatialResolution_1 = require("./SpatialResolution"); -const TimeInterval_1 = require("./TimeInterval"); -const BoundingBox2D_1 = require("./BoundingBox2D"); -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -function instanceOfVectorQueryRectangle(value) { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) - return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) - return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) - return false; - return true; -} -function VectorQueryRectangleFromJSON(json) { - return VectorQueryRectangleFromJSONTyped(json, false); -} -function VectorQueryRectangleFromJSONTyped(json, ignoreDiscriminator) { - if (json == null) { - return json; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DFromJSON)(json['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionFromJSON)(json['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalFromJSON)(json['timeInterval']), - }; -} -function VectorQueryRectangleToJSON(json) { - return VectorQueryRectangleToJSONTyped(json, false); -} -function VectorQueryRectangleToJSONTyped(value, ignoreDiscriminator = false) { - if (value == null) { - return value; - } - return { - 'spatialBounds': (0, BoundingBox2D_1.BoundingBox2DToJSON)(value['spatialBounds']), - 'spatialResolution': (0, SpatialResolution_1.SpatialResolutionToJSON)(value['spatialResolution']), - 'timeInterval': (0, TimeInterval_1.TimeIntervalToJSON)(value['timeInterval']), - }; -} diff --git a/typescript/dist/models/VectorResultDescriptor.d.ts b/typescript/dist/models/VectorResultDescriptor.d.ts index 65071ac9..aee01c1b 100644 --- a/typescript/dist/models/VectorResultDescriptor.d.ts +++ b/typescript/dist/models/VectorResultDescriptor.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VectorResultDescriptor.js b/typescript/dist/models/VectorResultDescriptor.js index 65633e14..09723c20 100644 --- a/typescript/dist/models/VectorResultDescriptor.js +++ b/typescript/dist/models/VectorResultDescriptor.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Volume.d.ts b/typescript/dist/models/Volume.d.ts index c17f17f7..63fe97c4 100644 --- a/typescript/dist/models/Volume.d.ts +++ b/typescript/dist/models/Volume.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Volume.js b/typescript/dist/models/Volume.js index 29e7d0fd..84bcedfd 100644 --- a/typescript/dist/models/Volume.js +++ b/typescript/dist/models/Volume.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VolumeFileLayersResponse.d.ts b/typescript/dist/models/VolumeFileLayersResponse.d.ts index d1e97fc9..fb379851 100644 --- a/typescript/dist/models/VolumeFileLayersResponse.d.ts +++ b/typescript/dist/models/VolumeFileLayersResponse.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/VolumeFileLayersResponse.js b/typescript/dist/models/VolumeFileLayersResponse.js index 2adc48e9..bb277eb5 100644 --- a/typescript/dist/models/VolumeFileLayersResponse.js +++ b/typescript/dist/models/VolumeFileLayersResponse.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsBoundingbox.d.ts b/typescript/dist/models/WcsBoundingbox.d.ts index 9967f822..20a830a2 100644 --- a/typescript/dist/models/WcsBoundingbox.d.ts +++ b/typescript/dist/models/WcsBoundingbox.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsBoundingbox.js b/typescript/dist/models/WcsBoundingbox.js index e49f5133..e6666f3a 100644 --- a/typescript/dist/models/WcsBoundingbox.js +++ b/typescript/dist/models/WcsBoundingbox.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsService.d.ts b/typescript/dist/models/WcsService.d.ts index 399c7a2e..486f06fe 100644 --- a/typescript/dist/models/WcsService.d.ts +++ b/typescript/dist/models/WcsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsService.js b/typescript/dist/models/WcsService.js index 9926aaba..e52cedcb 100644 --- a/typescript/dist/models/WcsService.js +++ b/typescript/dist/models/WcsService.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsVersion.d.ts b/typescript/dist/models/WcsVersion.d.ts index 3b172fe5..bb3230ce 100644 --- a/typescript/dist/models/WcsVersion.d.ts +++ b/typescript/dist/models/WcsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WcsVersion.js b/typescript/dist/models/WcsVersion.js index b158d585..3eacc852 100644 --- a/typescript/dist/models/WcsVersion.js +++ b/typescript/dist/models/WcsVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsService.d.ts b/typescript/dist/models/WfsService.d.ts index a503050f..56c82eb0 100644 --- a/typescript/dist/models/WfsService.d.ts +++ b/typescript/dist/models/WfsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsService.js b/typescript/dist/models/WfsService.js index 6a1d73cd..dca48652 100644 --- a/typescript/dist/models/WfsService.js +++ b/typescript/dist/models/WfsService.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsVersion.d.ts b/typescript/dist/models/WfsVersion.d.ts index 2291a77a..fa5be827 100644 --- a/typescript/dist/models/WfsVersion.d.ts +++ b/typescript/dist/models/WfsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WfsVersion.js b/typescript/dist/models/WfsVersion.js index 17ffa1dd..c57f4cd0 100644 --- a/typescript/dist/models/WfsVersion.js +++ b/typescript/dist/models/WfsVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WildliveDataConnectorDefinition.d.ts b/typescript/dist/models/WildliveDataConnectorDefinition.d.ts index 9d119585..418d794b 100644 --- a/typescript/dist/models/WildliveDataConnectorDefinition.d.ts +++ b/typescript/dist/models/WildliveDataConnectorDefinition.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WildliveDataConnectorDefinition.js b/typescript/dist/models/WildliveDataConnectorDefinition.js index 2b969374..93104caf 100644 --- a/typescript/dist/models/WildliveDataConnectorDefinition.js +++ b/typescript/dist/models/WildliveDataConnectorDefinition.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsService.d.ts b/typescript/dist/models/WmsService.d.ts index dfc2b3db..8e288b6c 100644 --- a/typescript/dist/models/WmsService.d.ts +++ b/typescript/dist/models/WmsService.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsService.js b/typescript/dist/models/WmsService.js index 9a94e352..6b8f1eb3 100644 --- a/typescript/dist/models/WmsService.js +++ b/typescript/dist/models/WmsService.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsVersion.d.ts b/typescript/dist/models/WmsVersion.d.ts index 06f9bdc8..60a33bf9 100644 --- a/typescript/dist/models/WmsVersion.d.ts +++ b/typescript/dist/models/WmsVersion.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WmsVersion.js b/typescript/dist/models/WmsVersion.js index c5f1c0cc..4d2555fe 100644 --- a/typescript/dist/models/WmsVersion.js +++ b/typescript/dist/models/WmsVersion.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Workflow.d.ts b/typescript/dist/models/Workflow.d.ts index 8b12f05d..5be79bad 100644 --- a/typescript/dist/models/Workflow.d.ts +++ b/typescript/dist/models/Workflow.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/Workflow.js b/typescript/dist/models/Workflow.js index 2beb8716..af41da9e 100644 --- a/typescript/dist/models/Workflow.js +++ b/typescript/dist/models/Workflow.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WrappedPlotOutput.d.ts b/typescript/dist/models/WrappedPlotOutput.d.ts index 59b5c0e7..5518da39 100644 --- a/typescript/dist/models/WrappedPlotOutput.d.ts +++ b/typescript/dist/models/WrappedPlotOutput.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/WrappedPlotOutput.js b/typescript/dist/models/WrappedPlotOutput.js index 8afbe2b3..9a3f2d82 100644 --- a/typescript/dist/models/WrappedPlotOutput.js +++ b/typescript/dist/models/WrappedPlotOutput.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index f5baa31f..f469b0f5 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -59,6 +59,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -70,6 +71,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -130,7 +133,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -155,10 +157,11 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -169,14 +172,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -193,6 +197,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; @@ -226,7 +231,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index 60ccc971..1b70e96f 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -77,6 +77,7 @@ __exportStar(require("./GdalMetadataMapping"), exports); __exportStar(require("./GdalMetadataNetCdfCf"), exports); __exportStar(require("./GdalSourceTimePlaceholder"), exports); __exportStar(require("./GeoJson"), exports); +__exportStar(require("./GeoTransform"), exports); __exportStar(require("./GetCapabilitiesFormat"), exports); __exportStar(require("./GetCapabilitiesRequest"), exports); __exportStar(require("./GetCoverageFormat"), exports); @@ -88,6 +89,8 @@ __exportStar(require("./GetMapFormat"), exports); __exportStar(require("./GetMapRequest"), exports); __exportStar(require("./GfbioAbcdDataProviderDefinition"), exports); __exportStar(require("./GfbioCollectionsDataProviderDefinition"), exports); +__exportStar(require("./GridBoundingBox2D"), exports); +__exportStar(require("./GridIdx2D"), exports); __exportStar(require("./IdResponse"), exports); __exportStar(require("./InternalDataId"), exports); __exportStar(require("./Layer"), exports); @@ -148,7 +151,6 @@ __exportStar(require("./PermissionListing"), exports); __exportStar(require("./PermissionRequest"), exports); __exportStar(require("./Plot"), exports); __exportStar(require("./PlotOutputFormat"), exports); -__exportStar(require("./PlotQueryRectangle"), exports); __exportStar(require("./PlotResultDescriptor"), exports); __exportStar(require("./PointSymbology"), exports); __exportStar(require("./PolygonSymbology"), exports); @@ -173,10 +175,11 @@ __exportStar(require("./RasterDatasetFromWorkflow"), exports); __exportStar(require("./RasterDatasetFromWorkflowResult"), exports); __exportStar(require("./RasterPropertiesEntryType"), exports); __exportStar(require("./RasterPropertiesKey"), exports); -__exportStar(require("./RasterQueryRectangle"), exports); __exportStar(require("./RasterResultDescriptor"), exports); __exportStar(require("./RasterStreamWebsocketResultType"), exports); __exportStar(require("./RasterSymbology"), exports); +__exportStar(require("./RasterToDatasetQueryRectangle"), exports); +__exportStar(require("./RegularTimeDimension"), exports); __exportStar(require("./Resource"), exports); __exportStar(require("./Role"), exports); __exportStar(require("./RoleDescription"), exports); @@ -187,14 +190,15 @@ __exportStar(require("./SearchTypes"), exports); __exportStar(require("./SentinelS2L2ACogsProviderDefinition"), exports); __exportStar(require("./ServerInfo"), exports); __exportStar(require("./SingleBandRasterColorizer"), exports); +__exportStar(require("./SpatialGridDefinition"), exports); +__exportStar(require("./SpatialGridDescriptor"), exports); +__exportStar(require("./SpatialGridDescriptorState"), exports); __exportStar(require("./SpatialPartition2D"), exports); __exportStar(require("./SpatialReferenceAuthority"), exports); __exportStar(require("./SpatialReferenceSpecification"), exports); __exportStar(require("./SpatialResolution"), exports); __exportStar(require("./StacApiRetries"), exports); -__exportStar(require("./StacBand"), exports); __exportStar(require("./StacQueryBuffer"), exports); -__exportStar(require("./StacZone"), exports); __exportStar(require("./StaticColor"), exports); __exportStar(require("./StaticNumber"), exports); __exportStar(require("./StrokeParam"), exports); @@ -211,6 +215,7 @@ __exportStar(require("./TaskStatusFailed"), exports); __exportStar(require("./TaskStatusRunning"), exports); __exportStar(require("./TaskStatusWithId"), exports); __exportStar(require("./TextSymbology"), exports); +__exportStar(require("./TimeDescriptor"), exports); __exportStar(require("./TimeGranularity"), exports); __exportStar(require("./TimeInterval"), exports); __exportStar(require("./TimeReference"), exports); @@ -244,7 +249,6 @@ __exportStar(require("./UserSession"), exports); __exportStar(require("./VecUpdate"), exports); __exportStar(require("./VectorColumnInfo"), exports); __exportStar(require("./VectorDataType"), exports); -__exportStar(require("./VectorQueryRectangle"), exports); __exportStar(require("./VectorResultDescriptor"), exports); __exportStar(require("./Volume"), exports); __exportStar(require("./VolumeFileLayersResponse"), exports); diff --git a/typescript/dist/runtime.d.ts b/typescript/dist/runtime.d.ts index ba04f4da..47dd4796 100644 --- a/typescript/dist/runtime.d.ts +++ b/typescript/dist/runtime.d.ts @@ -2,7 +2,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index 11f4d00d..de463dbe 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -5,7 +5,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/docs/PlotQueryRectangle.md b/typescript/docs/GeoTransform.md similarity index 51% rename from typescript/docs/PlotQueryRectangle.md rename to typescript/docs/GeoTransform.md index c524ecb9..d87eff83 100644 --- a/typescript/docs/PlotQueryRectangle.md +++ b/typescript/docs/GeoTransform.md @@ -1,27 +1,26 @@ -# PlotQueryRectangle +# GeoTransform -A spatio-temporal rectangle with a specified resolution ## Properties Name | Type ------------ | ------------- -`spatialBounds` | [BoundingBox2D](BoundingBox2D.md) -`spatialResolution` | [SpatialResolution](SpatialResolution.md) -`timeInterval` | [TimeInterval](TimeInterval.md) +`originCoordinate` | [Coordinate2D](Coordinate2D.md) +`xPixelSize` | number +`yPixelSize` | number ## Example ```typescript -import type { PlotQueryRectangle } from '@geoengine/openapi-client' +import type { GeoTransform } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { - "spatialBounds": null, - "spatialResolution": null, - "timeInterval": null, -} satisfies PlotQueryRectangle + "originCoordinate": null, + "xPixelSize": null, + "yPixelSize": null, +} satisfies GeoTransform console.log(example) @@ -30,7 +29,7 @@ const exampleJSON: string = JSON.stringify(example) console.log(exampleJSON) // Parse the JSON string back to an object -const exampleParsed = JSON.parse(exampleJSON) as PlotQueryRectangle +const exampleParsed = JSON.parse(exampleJSON) as GeoTransform console.log(exampleParsed) ``` diff --git a/typescript/docs/VectorQueryRectangle.md b/typescript/docs/GridBoundingBox2D.md similarity index 51% rename from typescript/docs/VectorQueryRectangle.md rename to typescript/docs/GridBoundingBox2D.md index 5b1eb731..4df347fd 100644 --- a/typescript/docs/VectorQueryRectangle.md +++ b/typescript/docs/GridBoundingBox2D.md @@ -1,27 +1,24 @@ -# VectorQueryRectangle +# GridBoundingBox2D -A spatio-temporal rectangle with a specified resolution ## Properties Name | Type ------------ | ------------- -`spatialBounds` | [BoundingBox2D](BoundingBox2D.md) -`spatialResolution` | [SpatialResolution](SpatialResolution.md) -`timeInterval` | [TimeInterval](TimeInterval.md) +`bottomRightIdx` | [GridIdx2D](GridIdx2D.md) +`topLeftIdx` | [GridIdx2D](GridIdx2D.md) ## Example ```typescript -import type { VectorQueryRectangle } from '@geoengine/openapi-client' +import type { GridBoundingBox2D } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { - "spatialBounds": null, - "spatialResolution": null, - "timeInterval": null, -} satisfies VectorQueryRectangle + "bottomRightIdx": null, + "topLeftIdx": null, +} satisfies GridBoundingBox2D console.log(example) @@ -30,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example) console.log(exampleJSON) // Parse the JSON string back to an object -const exampleParsed = JSON.parse(exampleJSON) as VectorQueryRectangle +const exampleParsed = JSON.parse(exampleJSON) as GridBoundingBox2D console.log(exampleParsed) ``` diff --git a/typescript/docs/StacZone.md b/typescript/docs/GridIdx2D.md similarity index 70% rename from typescript/docs/StacZone.md rename to typescript/docs/GridIdx2D.md index 8c147b24..d2c3a11d 100644 --- a/typescript/docs/StacZone.md +++ b/typescript/docs/GridIdx2D.md @@ -1,24 +1,24 @@ -# StacZone +# GridIdx2D ## Properties Name | Type ------------ | ------------- -`epsg` | number -`name` | string +`xIdx` | number +`yIdx` | number ## Example ```typescript -import type { StacZone } from '@geoengine/openapi-client' +import type { GridIdx2D } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { - "epsg": null, - "name": null, -} satisfies StacZone + "xIdx": null, + "yIdx": null, +} satisfies GridIdx2D console.log(example) @@ -27,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example) console.log(exampleJSON) // Parse the JSON string back to an object -const exampleParsed = JSON.parse(exampleJSON) as StacZone +const exampleParsed = JSON.parse(exampleJSON) as GridIdx2D console.log(exampleParsed) ``` diff --git a/typescript/docs/RasterDatasetFromWorkflow.md b/typescript/docs/RasterDatasetFromWorkflow.md index 405342b2..aeeb851a 100644 --- a/typescript/docs/RasterDatasetFromWorkflow.md +++ b/typescript/docs/RasterDatasetFromWorkflow.md @@ -11,7 +11,7 @@ Name | Type `description` | string `displayName` | string `name` | string -`query` | [RasterQueryRectangle](RasterQueryRectangle.md) +`query` | [RasterToDatasetQueryRectangle](RasterToDatasetQueryRectangle.md) ## Example diff --git a/typescript/docs/RasterResultDescriptor.md b/typescript/docs/RasterResultDescriptor.md index 50ce3540..33d15e4b 100644 --- a/typescript/docs/RasterResultDescriptor.md +++ b/typescript/docs/RasterResultDescriptor.md @@ -8,11 +8,10 @@ A `ResultDescriptor` for raster queries Name | Type ------------ | ------------- `bands` | [Array<RasterBandDescriptor>](RasterBandDescriptor.md) -`bbox` | [SpatialPartition2D](SpatialPartition2D.md) `dataType` | [RasterDataType](RasterDataType.md) -`resolution` | [SpatialResolution](SpatialResolution.md) +`spatialGrid` | [SpatialGridDescriptor](SpatialGridDescriptor.md) `spatialReference` | string -`time` | [TimeInterval](TimeInterval.md) +`time` | [TimeDescriptor](TimeDescriptor.md) ## Example @@ -22,9 +21,8 @@ import type { RasterResultDescriptor } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { "bands": null, - "bbox": null, "dataType": null, - "resolution": null, + "spatialGrid": null, "spatialReference": null, "time": null, } satisfies RasterResultDescriptor diff --git a/typescript/docs/RasterQueryRectangle.md b/typescript/docs/RasterToDatasetQueryRectangle.md similarity index 71% rename from typescript/docs/RasterQueryRectangle.md rename to typescript/docs/RasterToDatasetQueryRectangle.md index 65063a5f..466d5f65 100644 --- a/typescript/docs/RasterQueryRectangle.md +++ b/typescript/docs/RasterToDatasetQueryRectangle.md @@ -1,5 +1,5 @@ -# RasterQueryRectangle +# RasterToDatasetQueryRectangle A spatio-temporal rectangle with a specified resolution @@ -8,20 +8,18 @@ A spatio-temporal rectangle with a specified resolution Name | Type ------------ | ------------- `spatialBounds` | [SpatialPartition2D](SpatialPartition2D.md) -`spatialResolution` | [SpatialResolution](SpatialResolution.md) `timeInterval` | [TimeInterval](TimeInterval.md) ## Example ```typescript -import type { RasterQueryRectangle } from '@geoengine/openapi-client' +import type { RasterToDatasetQueryRectangle } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { "spatialBounds": null, - "spatialResolution": null, "timeInterval": null, -} satisfies RasterQueryRectangle +} satisfies RasterToDatasetQueryRectangle console.log(example) @@ -30,7 +28,7 @@ const exampleJSON: string = JSON.stringify(example) console.log(exampleJSON) // Parse the JSON string back to an object -const exampleParsed = JSON.parse(exampleJSON) as RasterQueryRectangle +const exampleParsed = JSON.parse(exampleJSON) as RasterToDatasetQueryRectangle console.log(exampleParsed) ``` diff --git a/typescript/docs/StacBand.md b/typescript/docs/RegularTimeDimension.md similarity index 63% rename from typescript/docs/StacBand.md rename to typescript/docs/RegularTimeDimension.md index e5d76d3f..28315900 100644 --- a/typescript/docs/StacBand.md +++ b/typescript/docs/RegularTimeDimension.md @@ -1,26 +1,24 @@ -# StacBand +# RegularTimeDimension ## Properties Name | Type ------------ | ------------- -`dataType` | [RasterDataType](RasterDataType.md) -`name` | string -`noDataValue` | number +`origin` | number +`step` | [TimeStep](TimeStep.md) ## Example ```typescript -import type { StacBand } from '@geoengine/openapi-client' +import type { RegularTimeDimension } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { - "dataType": null, - "name": null, - "noDataValue": null, -} satisfies StacBand + "origin": null, + "step": null, +} satisfies RegularTimeDimension console.log(example) @@ -29,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example) console.log(exampleJSON) // Parse the JSON string back to an object -const exampleParsed = JSON.parse(exampleJSON) as StacBand +const exampleParsed = JSON.parse(exampleJSON) as RegularTimeDimension console.log(exampleParsed) ``` diff --git a/typescript/docs/SentinelS2L2ACogsProviderDefinition.md b/typescript/docs/SentinelS2L2ACogsProviderDefinition.md index 50e19992..410f7b35 100644 --- a/typescript/docs/SentinelS2L2ACogsProviderDefinition.md +++ b/typescript/docs/SentinelS2L2ACogsProviderDefinition.md @@ -7,7 +7,6 @@ Name | Type ------------ | ------------- `apiUrl` | string -`bands` | [Array<StacBand>](StacBand.md) `cacheTtl` | number `description` | string `gdalRetries` | number @@ -17,7 +16,6 @@ Name | Type `queryBuffer` | [StacQueryBuffer](StacQueryBuffer.md) `stacApiRetries` | [StacApiRetries](StacApiRetries.md) `type` | string -`zones` | [Array<StacZone>](StacZone.md) ## Example @@ -27,7 +25,6 @@ import type { SentinelS2L2ACogsProviderDefinition } from '@geoengine/openapi-cli // TODO: Update the object below with actual values const example = { "apiUrl": null, - "bands": null, "cacheTtl": null, "description": null, "gdalRetries": null, @@ -37,7 +34,6 @@ const example = { "queryBuffer": null, "stacApiRetries": null, "type": null, - "zones": null, } satisfies SentinelS2L2ACogsProviderDefinition console.log(example) diff --git a/typescript/docs/SpatialGridDefinition.md b/typescript/docs/SpatialGridDefinition.md new file mode 100644 index 00000000..5c8ebe18 --- /dev/null +++ b/typescript/docs/SpatialGridDefinition.md @@ -0,0 +1,36 @@ + +# SpatialGridDefinition + + +## Properties + +Name | Type +------------ | ------------- +`geoTransform` | [GeoTransform](GeoTransform.md) +`gridBounds` | [GridBoundingBox2D](GridBoundingBox2D.md) + +## Example + +```typescript +import type { SpatialGridDefinition } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "geoTransform": null, + "gridBounds": null, +} satisfies SpatialGridDefinition + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as SpatialGridDefinition +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/SpatialGridDescriptor.md b/typescript/docs/SpatialGridDescriptor.md new file mode 100644 index 00000000..470c8e4b --- /dev/null +++ b/typescript/docs/SpatialGridDescriptor.md @@ -0,0 +1,36 @@ + +# SpatialGridDescriptor + + +## Properties + +Name | Type +------------ | ------------- +`descriptor` | [SpatialGridDescriptorState](SpatialGridDescriptorState.md) +`spatialGrid` | [SpatialGridDefinition](SpatialGridDefinition.md) + +## Example + +```typescript +import type { SpatialGridDescriptor } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "descriptor": null, + "spatialGrid": null, +} satisfies SpatialGridDescriptor + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as SpatialGridDescriptor +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/SpatialGridDescriptorState.md b/typescript/docs/SpatialGridDescriptorState.md new file mode 100644 index 00000000..5dd59779 --- /dev/null +++ b/typescript/docs/SpatialGridDescriptorState.md @@ -0,0 +1,32 @@ + +# SpatialGridDescriptorState + + +## Properties + +Name | Type +------------ | ------------- + +## Example + +```typescript +import type { SpatialGridDescriptorState } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { +} satisfies SpatialGridDescriptorState + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as SpatialGridDescriptorState +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/TimeDescriptor.md b/typescript/docs/TimeDescriptor.md new file mode 100644 index 00000000..73f0fdf5 --- /dev/null +++ b/typescript/docs/TimeDescriptor.md @@ -0,0 +1,36 @@ + +# TimeDescriptor + + +## Properties + +Name | Type +------------ | ------------- +`bounds` | [TimeInterval](TimeInterval.md) +`dimension` | [RegularTimeDimension](RegularTimeDimension.md) + +## Example + +```typescript +import type { TimeDescriptor } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "bounds": null, + "dimension": null, +} satisfies TimeDescriptor + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as TimeDescriptor +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/TypedDataProviderDefinition.md b/typescript/docs/TypedDataProviderDefinition.md index b2a80be6..914496a9 100644 --- a/typescript/docs/TypedDataProviderDefinition.md +++ b/typescript/docs/TypedDataProviderDefinition.md @@ -35,11 +35,9 @@ Name | Type `collectionApiAuthToken` | string `collectionApiUrl` | string `pangaeaUrl` | string -`bands` | [Array<StacBand>](StacBand.md) `gdalRetries` | number `queryBuffer` | [StacQueryBuffer](StacQueryBuffer.md) `stacApiRetries` | [StacApiRetries](StacApiRetries.md) -`zones` | [Array<StacZone>](StacZone.md) `apiKey` | string ## Example @@ -78,11 +76,9 @@ const example = { "collectionApiAuthToken": null, "collectionApiUrl": null, "pangaeaUrl": null, - "bands": null, "gdalRetries": null, "queryBuffer": null, "stacApiRetries": null, - "zones": null, "apiKey": null, } satisfies TypedDataProviderDefinition diff --git a/typescript/docs/TypedResultDescriptor.md b/typescript/docs/TypedResultDescriptor.md index 7b563279..427af11b 100644 --- a/typescript/docs/TypedResultDescriptor.md +++ b/typescript/docs/TypedResultDescriptor.md @@ -12,7 +12,7 @@ Name | Type `type` | string `bands` | [Array<RasterBandDescriptor>](RasterBandDescriptor.md) `dataType` | [VectorDataType](VectorDataType.md) -`resolution` | [SpatialResolution](SpatialResolution.md) +`spatialGrid` | [SpatialGridDescriptor](SpatialGridDescriptor.md) `columns` | [{ [key: string]: VectorColumnInfo; }](VectorColumnInfo.md) ## Example @@ -28,7 +28,7 @@ const example = { "type": null, "bands": null, "dataType": null, - "resolution": null, + "spatialGrid": null, "columns": null, } satisfies TypedResultDescriptor diff --git a/typescript/docs/WorkflowsApi.md b/typescript/docs/WorkflowsApi.md index f3521c3d..73948165 100644 --- a/typescript/docs/WorkflowsApi.md +++ b/typescript/docs/WorkflowsApi.md @@ -364,7 +364,7 @@ example().catch(console.error); ## rasterStreamWebsocket -> rasterStreamWebsocket(id, spatialBounds, timeInterval, spatialResolution, attributes, resultType) +> rasterStreamWebsocket(id, spatialBounds, timeInterval, attributes, resultType) Query a workflow raster result as a stream of tiles via a websocket connection. @@ -392,8 +392,6 @@ async function example() { spatialBounds: ..., // string timeInterval: timeInterval_example, - // SpatialResolution - spatialResolution: ..., // string attributes: attributes_example, // RasterStreamWebsocketResultType @@ -420,7 +418,6 @@ example().catch(console.error); | **id** | `string` | Workflow id | [Defaults to `undefined`] | | **spatialBounds** | [](.md) | | [Defaults to `undefined`] | | **timeInterval** | `string` | | [Defaults to `undefined`] | -| **spatialResolution** | [](.md) | | [Defaults to `undefined`] | | **attributes** | `string` | | [Defaults to `undefined`] | | **resultType** | `RasterStreamWebsocketResultType` | | [Defaults to `undefined`] [Enum: arrow] | diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 4438862c..35ee9b85 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -12,9 +12,9 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/typescript/src/apis/DatasetsApi.ts b/typescript/src/apis/DatasetsApi.ts index 98e94c5e..8288c4bc 100644 --- a/typescript/src/apis/DatasetsApi.ts +++ b/typescript/src/apis/DatasetsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/GeneralApi.ts b/typescript/src/apis/GeneralApi.ts index c09eb5c8..320d2bc7 100644 --- a/typescript/src/apis/GeneralApi.ts +++ b/typescript/src/apis/GeneralApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/LayersApi.ts b/typescript/src/apis/LayersApi.ts index 1f81f1d1..28396a6a 100644 --- a/typescript/src/apis/LayersApi.ts +++ b/typescript/src/apis/LayersApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/MLApi.ts b/typescript/src/apis/MLApi.ts index d9d659c5..6557d297 100644 --- a/typescript/src/apis/MLApi.ts +++ b/typescript/src/apis/MLApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/OGCWCSApi.ts b/typescript/src/apis/OGCWCSApi.ts index 592d7c7e..6c9d614f 100644 --- a/typescript/src/apis/OGCWCSApi.ts +++ b/typescript/src/apis/OGCWCSApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/OGCWFSApi.ts b/typescript/src/apis/OGCWFSApi.ts index 559793df..cce07e79 100644 --- a/typescript/src/apis/OGCWFSApi.ts +++ b/typescript/src/apis/OGCWFSApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/OGCWMSApi.ts b/typescript/src/apis/OGCWMSApi.ts index 8629ae77..e6406dec 100644 --- a/typescript/src/apis/OGCWMSApi.ts +++ b/typescript/src/apis/OGCWMSApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/PermissionsApi.ts b/typescript/src/apis/PermissionsApi.ts index 6b8a2c5d..8eb895d4 100644 --- a/typescript/src/apis/PermissionsApi.ts +++ b/typescript/src/apis/PermissionsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/PlotsApi.ts b/typescript/src/apis/PlotsApi.ts index a33b0c6a..8ab6334d 100644 --- a/typescript/src/apis/PlotsApi.ts +++ b/typescript/src/apis/PlotsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/ProjectsApi.ts b/typescript/src/apis/ProjectsApi.ts index 57a2a731..9d6ef078 100644 --- a/typescript/src/apis/ProjectsApi.ts +++ b/typescript/src/apis/ProjectsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/SessionApi.ts b/typescript/src/apis/SessionApi.ts index ada6d0d6..c017e96c 100644 --- a/typescript/src/apis/SessionApi.ts +++ b/typescript/src/apis/SessionApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/SpatialReferencesApi.ts b/typescript/src/apis/SpatialReferencesApi.ts index 4ead2d27..7279acbb 100644 --- a/typescript/src/apis/SpatialReferencesApi.ts +++ b/typescript/src/apis/SpatialReferencesApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/TasksApi.ts b/typescript/src/apis/TasksApi.ts index 04cf2500..6ff9bd63 100644 --- a/typescript/src/apis/TasksApi.ts +++ b/typescript/src/apis/TasksApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/UploadsApi.ts b/typescript/src/apis/UploadsApi.ts index b4e322d7..b2b76fc2 100644 --- a/typescript/src/apis/UploadsApi.ts +++ b/typescript/src/apis/UploadsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/UserApi.ts b/typescript/src/apis/UserApi.ts index 6945f4e0..58bb15a8 100644 --- a/typescript/src/apis/UserApi.ts +++ b/typescript/src/apis/UserApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/apis/WorkflowsApi.ts b/typescript/src/apis/WorkflowsApi.ts index 13ee10e0..c827918c 100644 --- a/typescript/src/apis/WorkflowsApi.ts +++ b/typescript/src/apis/WorkflowsApi.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,6 @@ import type { RasterDatasetFromWorkflow, RasterStreamWebsocketResultType, SpatialPartition2D, - SpatialResolution, TaskResponse, TypedResultDescriptor, Workflow, @@ -36,8 +35,6 @@ import { RasterStreamWebsocketResultTypeToJSON, SpatialPartition2DFromJSON, SpatialPartition2DToJSON, - SpatialResolutionFromJSON, - SpatialResolutionToJSON, TaskResponseFromJSON, TaskResponseToJSON, TypedResultDescriptorFromJSON, @@ -71,7 +68,6 @@ export interface RasterStreamWebsocketRequest { id: string; spatialBounds: SpatialPartition2D; timeInterval: string; - spatialResolution: SpatialResolution; attributes: string; resultType: RasterStreamWebsocketResultType; } @@ -345,13 +341,6 @@ export class WorkflowsApi extends runtime.BaseAPI { ); } - if (requestParameters['spatialResolution'] == null) { - throw new runtime.RequiredError( - 'spatialResolution', - 'Required parameter "spatialResolution" was null or undefined when calling rasterStreamWebsocket().' - ); - } - if (requestParameters['attributes'] == null) { throw new runtime.RequiredError( 'attributes', @@ -376,10 +365,6 @@ export class WorkflowsApi extends runtime.BaseAPI { queryParameters['timeInterval'] = requestParameters['timeInterval']; } - if (requestParameters['spatialResolution'] != null) { - queryParameters['spatialResolution'] = requestParameters['spatialResolution']; - } - if (requestParameters['attributes'] != null) { queryParameters['attributes'] = requestParameters['attributes']; } diff --git a/typescript/src/models/AddDataset.ts b/typescript/src/models/AddDataset.ts index 1ea1c71f..5327dba3 100644 --- a/typescript/src/models/AddDataset.ts +++ b/typescript/src/models/AddDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddLayer.ts b/typescript/src/models/AddLayer.ts index 1a9544cc..c5ceb136 100644 --- a/typescript/src/models/AddLayer.ts +++ b/typescript/src/models/AddLayer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddLayerCollection.ts b/typescript/src/models/AddLayerCollection.ts index 0269e745..e8afecce 100644 --- a/typescript/src/models/AddLayerCollection.ts +++ b/typescript/src/models/AddLayerCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AddRole.ts b/typescript/src/models/AddRole.ts index 5b79fb59..ba1e8696 100644 --- a/typescript/src/models/AddRole.ts +++ b/typescript/src/models/AddRole.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ArunaDataProviderDefinition.ts b/typescript/src/models/ArunaDataProviderDefinition.ts index f8104a56..b8db8058 100644 --- a/typescript/src/models/ArunaDataProviderDefinition.ts +++ b/typescript/src/models/ArunaDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AuthCodeRequestURL.ts b/typescript/src/models/AuthCodeRequestURL.ts index 6d7b8d09..1919b3b4 100644 --- a/typescript/src/models/AuthCodeRequestURL.ts +++ b/typescript/src/models/AuthCodeRequestURL.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AuthCodeResponse.ts b/typescript/src/models/AuthCodeResponse.ts index 2dbfd01a..b9e3fe1d 100644 --- a/typescript/src/models/AuthCodeResponse.ts +++ b/typescript/src/models/AuthCodeResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AutoCreateDataset.ts b/typescript/src/models/AutoCreateDataset.ts index 3b0c363e..a5990733 100644 --- a/typescript/src/models/AutoCreateDataset.ts +++ b/typescript/src/models/AutoCreateDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/AxisOrder.ts b/typescript/src/models/AxisOrder.ts index fcc8f48a..8ec810ce 100644 --- a/typescript/src/models/AxisOrder.ts +++ b/typescript/src/models/AxisOrder.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/BoundingBox2D.ts b/typescript/src/models/BoundingBox2D.ts index ce24b495..30f15e14 100644 --- a/typescript/src/models/BoundingBox2D.ts +++ b/typescript/src/models/BoundingBox2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Breakpoint.ts b/typescript/src/models/Breakpoint.ts index 474f081c..e7f26a3f 100644 --- a/typescript/src/models/Breakpoint.ts +++ b/typescript/src/models/Breakpoint.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ClassificationMeasurement.ts b/typescript/src/models/ClassificationMeasurement.ts index 571f6f0c..c746e542 100644 --- a/typescript/src/models/ClassificationMeasurement.ts +++ b/typescript/src/models/ClassificationMeasurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CollectionItem.ts b/typescript/src/models/CollectionItem.ts index 1f1dc6a0..ae296d92 100644 --- a/typescript/src/models/CollectionItem.ts +++ b/typescript/src/models/CollectionItem.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CollectionType.ts b/typescript/src/models/CollectionType.ts index 02fe95fb..8d589844 100644 --- a/typescript/src/models/CollectionType.ts +++ b/typescript/src/models/CollectionType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ColorParam.ts b/typescript/src/models/ColorParam.ts index e98e0175..63392f0e 100644 --- a/typescript/src/models/ColorParam.ts +++ b/typescript/src/models/ColorParam.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Colorizer.ts b/typescript/src/models/Colorizer.ts index 78707101..ffeb3ec4 100644 --- a/typescript/src/models/Colorizer.ts +++ b/typescript/src/models/Colorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ComputationQuota.ts b/typescript/src/models/ComputationQuota.ts index 096d0dae..ba59264e 100644 --- a/typescript/src/models/ComputationQuota.ts +++ b/typescript/src/models/ComputationQuota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ContinuousMeasurement.ts b/typescript/src/models/ContinuousMeasurement.ts index 1667ffd5..4865c50f 100644 --- a/typescript/src/models/ContinuousMeasurement.ts +++ b/typescript/src/models/ContinuousMeasurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Coordinate2D.ts b/typescript/src/models/Coordinate2D.ts index e5d3cf4e..95243350 100644 --- a/typescript/src/models/Coordinate2D.ts +++ b/typescript/src/models/Coordinate2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts b/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts index 3e1eba7d..be722435 100644 --- a/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts +++ b/typescript/src/models/CopernicusDataspaceDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CreateDataset.ts b/typescript/src/models/CreateDataset.ts index e62d7b48..cc77c799 100644 --- a/typescript/src/models/CreateDataset.ts +++ b/typescript/src/models/CreateDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CreateProject.ts b/typescript/src/models/CreateProject.ts index d45c2483..4c6e2829 100644 --- a/typescript/src/models/CreateProject.ts +++ b/typescript/src/models/CreateProject.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/CsvHeader.ts b/typescript/src/models/CsvHeader.ts index 37a11df1..9c0b99d8 100644 --- a/typescript/src/models/CsvHeader.ts +++ b/typescript/src/models/CsvHeader.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataId.ts b/typescript/src/models/DataId.ts index 20846563..8a55f0c7 100644 --- a/typescript/src/models/DataId.ts +++ b/typescript/src/models/DataId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataPath.ts b/typescript/src/models/DataPath.ts index 085eb205..bd5a4d34 100644 --- a/typescript/src/models/DataPath.ts +++ b/typescript/src/models/DataPath.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataPathOneOf.ts b/typescript/src/models/DataPathOneOf.ts index 5b04590a..5d3ae2d6 100644 --- a/typescript/src/models/DataPathOneOf.ts +++ b/typescript/src/models/DataPathOneOf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataPathOneOf1.ts b/typescript/src/models/DataPathOneOf1.ts index 7db17c9b..0ece5549 100644 --- a/typescript/src/models/DataPathOneOf1.ts +++ b/typescript/src/models/DataPathOneOf1.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataProviderResource.ts b/typescript/src/models/DataProviderResource.ts index 6b6e01d5..9aef7d40 100644 --- a/typescript/src/models/DataProviderResource.ts +++ b/typescript/src/models/DataProviderResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataUsage.ts b/typescript/src/models/DataUsage.ts index 072a8039..3a649451 100644 --- a/typescript/src/models/DataUsage.ts +++ b/typescript/src/models/DataUsage.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DataUsageSummary.ts b/typescript/src/models/DataUsageSummary.ts index a6f8b91c..67d4d366 100644 --- a/typescript/src/models/DataUsageSummary.ts +++ b/typescript/src/models/DataUsageSummary.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatabaseConnectionConfig.ts b/typescript/src/models/DatabaseConnectionConfig.ts index d63d5389..4390da28 100644 --- a/typescript/src/models/DatabaseConnectionConfig.ts +++ b/typescript/src/models/DatabaseConnectionConfig.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Dataset.ts b/typescript/src/models/Dataset.ts index 1df8ef22..22b97eee 100644 --- a/typescript/src/models/Dataset.ts +++ b/typescript/src/models/Dataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetDefinition.ts b/typescript/src/models/DatasetDefinition.ts index bf4be4d0..c9946609 100644 --- a/typescript/src/models/DatasetDefinition.ts +++ b/typescript/src/models/DatasetDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetLayerListingCollection.ts b/typescript/src/models/DatasetLayerListingCollection.ts index b9ed913a..1b92d7bd 100644 --- a/typescript/src/models/DatasetLayerListingCollection.ts +++ b/typescript/src/models/DatasetLayerListingCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetLayerListingProviderDefinition.ts b/typescript/src/models/DatasetLayerListingProviderDefinition.ts index bcd7bc97..ff2d48fa 100644 --- a/typescript/src/models/DatasetLayerListingProviderDefinition.ts +++ b/typescript/src/models/DatasetLayerListingProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetListing.ts b/typescript/src/models/DatasetListing.ts index e997ba62..bce90aa2 100644 --- a/typescript/src/models/DatasetListing.ts +++ b/typescript/src/models/DatasetListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetNameResponse.ts b/typescript/src/models/DatasetNameResponse.ts index 7fefa310..c2180938 100644 --- a/typescript/src/models/DatasetNameResponse.ts +++ b/typescript/src/models/DatasetNameResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DatasetResource.ts b/typescript/src/models/DatasetResource.ts index 01397425..df206e70 100644 --- a/typescript/src/models/DatasetResource.ts +++ b/typescript/src/models/DatasetResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DerivedColor.ts b/typescript/src/models/DerivedColor.ts index 10128d77..530d51ac 100644 --- a/typescript/src/models/DerivedColor.ts +++ b/typescript/src/models/DerivedColor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DerivedNumber.ts b/typescript/src/models/DerivedNumber.ts index d1c2effa..2c84e6cf 100644 --- a/typescript/src/models/DerivedNumber.ts +++ b/typescript/src/models/DerivedNumber.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/DescribeCoverageRequest.ts b/typescript/src/models/DescribeCoverageRequest.ts index 6f8bd084..ece1c950 100644 --- a/typescript/src/models/DescribeCoverageRequest.ts +++ b/typescript/src/models/DescribeCoverageRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/EbvPortalDataProviderDefinition.ts b/typescript/src/models/EbvPortalDataProviderDefinition.ts index ca6ddd8b..7c7e5815 100644 --- a/typescript/src/models/EbvPortalDataProviderDefinition.ts +++ b/typescript/src/models/EbvPortalDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/EdrDataProviderDefinition.ts b/typescript/src/models/EdrDataProviderDefinition.ts index 1c17c717..fc90d72c 100644 --- a/typescript/src/models/EdrDataProviderDefinition.ts +++ b/typescript/src/models/EdrDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/EdrVectorSpec.ts b/typescript/src/models/EdrVectorSpec.ts index 62081dba..4c0c8023 100644 --- a/typescript/src/models/EdrVectorSpec.ts +++ b/typescript/src/models/EdrVectorSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ErrorResponse.ts b/typescript/src/models/ErrorResponse.ts index 4af9c2e2..61da3de0 100644 --- a/typescript/src/models/ErrorResponse.ts +++ b/typescript/src/models/ErrorResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ExternalDataId.ts b/typescript/src/models/ExternalDataId.ts index 1aa47e30..1558cdbc 100644 --- a/typescript/src/models/ExternalDataId.ts +++ b/typescript/src/models/ExternalDataId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FeatureDataType.ts b/typescript/src/models/FeatureDataType.ts index 22a4e82f..1766a7ef 100644 --- a/typescript/src/models/FeatureDataType.ts +++ b/typescript/src/models/FeatureDataType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FileNotFoundHandling.ts b/typescript/src/models/FileNotFoundHandling.ts index d7a740d7..421e165d 100644 --- a/typescript/src/models/FileNotFoundHandling.ts +++ b/typescript/src/models/FileNotFoundHandling.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FormatSpecifics.ts b/typescript/src/models/FormatSpecifics.ts index 51009c12..0f928ea8 100644 --- a/typescript/src/models/FormatSpecifics.ts +++ b/typescript/src/models/FormatSpecifics.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/FormatSpecificsCsv.ts b/typescript/src/models/FormatSpecificsCsv.ts index 8f660348..e69225c8 100644 --- a/typescript/src/models/FormatSpecificsCsv.ts +++ b/typescript/src/models/FormatSpecificsCsv.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GbifDataProviderDefinition.ts b/typescript/src/models/GbifDataProviderDefinition.ts index a817cbcb..4b23cf8a 100644 --- a/typescript/src/models/GbifDataProviderDefinition.ts +++ b/typescript/src/models/GbifDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalDatasetGeoTransform.ts b/typescript/src/models/GdalDatasetGeoTransform.ts index 1273c0e6..96aa5ce2 100644 --- a/typescript/src/models/GdalDatasetGeoTransform.ts +++ b/typescript/src/models/GdalDatasetGeoTransform.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalDatasetParameters.ts b/typescript/src/models/GdalDatasetParameters.ts index 53b3e0b8..1c050c9a 100644 --- a/typescript/src/models/GdalDatasetParameters.ts +++ b/typescript/src/models/GdalDatasetParameters.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalLoadingInfoTemporalSlice.ts b/typescript/src/models/GdalLoadingInfoTemporalSlice.ts index e3e905d1..a8f42897 100644 --- a/typescript/src/models/GdalLoadingInfoTemporalSlice.ts +++ b/typescript/src/models/GdalLoadingInfoTemporalSlice.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetaDataList.ts b/typescript/src/models/GdalMetaDataList.ts index b5d584d2..98aaaf6f 100644 --- a/typescript/src/models/GdalMetaDataList.ts +++ b/typescript/src/models/GdalMetaDataList.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetaDataRegular.ts b/typescript/src/models/GdalMetaDataRegular.ts index 98592653..e981b832 100644 --- a/typescript/src/models/GdalMetaDataRegular.ts +++ b/typescript/src/models/GdalMetaDataRegular.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetaDataStatic.ts b/typescript/src/models/GdalMetaDataStatic.ts index 7ffa8192..7280987e 100644 --- a/typescript/src/models/GdalMetaDataStatic.ts +++ b/typescript/src/models/GdalMetaDataStatic.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetadataMapping.ts b/typescript/src/models/GdalMetadataMapping.ts index 64e658b8..b24feb99 100644 --- a/typescript/src/models/GdalMetadataMapping.ts +++ b/typescript/src/models/GdalMetadataMapping.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalMetadataNetCdfCf.ts b/typescript/src/models/GdalMetadataNetCdfCf.ts index a74c10e6..33d9c033 100644 --- a/typescript/src/models/GdalMetadataNetCdfCf.ts +++ b/typescript/src/models/GdalMetadataNetCdfCf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GdalSourceTimePlaceholder.ts b/typescript/src/models/GdalSourceTimePlaceholder.ts index a90823a3..ee5f1561 100644 --- a/typescript/src/models/GdalSourceTimePlaceholder.ts +++ b/typescript/src/models/GdalSourceTimePlaceholder.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GeoJson.ts b/typescript/src/models/GeoJson.ts index 12de7785..4e914813 100644 --- a/typescript/src/models/GeoJson.ts +++ b/typescript/src/models/GeoJson.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GeoTransform.ts b/typescript/src/models/GeoTransform.ts new file mode 100644 index 00000000..cbf4ea32 --- /dev/null +++ b/typescript/src/models/GeoTransform.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { Coordinate2D } from './Coordinate2D'; +import { + Coordinate2DFromJSON, + Coordinate2DFromJSONTyped, + Coordinate2DToJSON, + Coordinate2DToJSONTyped, +} from './Coordinate2D'; + +/** + * + * @export + * @interface GeoTransform + */ +export interface GeoTransform { + /** + * + * @type {Coordinate2D} + * @memberof GeoTransform + */ + originCoordinate: Coordinate2D; + /** + * + * @type {number} + * @memberof GeoTransform + */ + xPixelSize: number; + /** + * + * @type {number} + * @memberof GeoTransform + */ + yPixelSize: number; +} + +/** + * Check if a given object implements the GeoTransform interface. + */ +export function instanceOfGeoTransform(value: object): value is GeoTransform { + if (!('originCoordinate' in value) || value['originCoordinate'] === undefined) return false; + if (!('xPixelSize' in value) || value['xPixelSize'] === undefined) return false; + if (!('yPixelSize' in value) || value['yPixelSize'] === undefined) return false; + return true; +} + +export function GeoTransformFromJSON(json: any): GeoTransform { + return GeoTransformFromJSONTyped(json, false); +} + +export function GeoTransformFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoTransform { + if (json == null) { + return json; + } + return { + + 'originCoordinate': Coordinate2DFromJSON(json['originCoordinate']), + 'xPixelSize': json['xPixelSize'], + 'yPixelSize': json['yPixelSize'], + }; +} + +export function GeoTransformToJSON(json: any): GeoTransform { + return GeoTransformToJSONTyped(json, false); +} + +export function GeoTransformToJSONTyped(value?: GeoTransform | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'originCoordinate': Coordinate2DToJSON(value['originCoordinate']), + 'xPixelSize': value['xPixelSize'], + 'yPixelSize': value['yPixelSize'], + }; +} + diff --git a/typescript/src/models/GetCapabilitiesFormat.ts b/typescript/src/models/GetCapabilitiesFormat.ts index fa0cb14d..09ab1286 100644 --- a/typescript/src/models/GetCapabilitiesFormat.ts +++ b/typescript/src/models/GetCapabilitiesFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCapabilitiesRequest.ts b/typescript/src/models/GetCapabilitiesRequest.ts index cdf2a36f..ba87f34f 100644 --- a/typescript/src/models/GetCapabilitiesRequest.ts +++ b/typescript/src/models/GetCapabilitiesRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCoverageFormat.ts b/typescript/src/models/GetCoverageFormat.ts index 6e2f0bf8..dfe51fec 100644 --- a/typescript/src/models/GetCoverageFormat.ts +++ b/typescript/src/models/GetCoverageFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetCoverageRequest.ts b/typescript/src/models/GetCoverageRequest.ts index af625dd9..ad5b3234 100644 --- a/typescript/src/models/GetCoverageRequest.ts +++ b/typescript/src/models/GetCoverageRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetFeatureRequest.ts b/typescript/src/models/GetFeatureRequest.ts index 97424509..4c9463c5 100644 --- a/typescript/src/models/GetFeatureRequest.ts +++ b/typescript/src/models/GetFeatureRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetLegendGraphicRequest.ts b/typescript/src/models/GetLegendGraphicRequest.ts index 5cb9ab7e..95d33052 100644 --- a/typescript/src/models/GetLegendGraphicRequest.ts +++ b/typescript/src/models/GetLegendGraphicRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetMapExceptionFormat.ts b/typescript/src/models/GetMapExceptionFormat.ts index 5aa42787..7ea0ea5d 100644 --- a/typescript/src/models/GetMapExceptionFormat.ts +++ b/typescript/src/models/GetMapExceptionFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetMapFormat.ts b/typescript/src/models/GetMapFormat.ts index 45914006..af93727a 100644 --- a/typescript/src/models/GetMapFormat.ts +++ b/typescript/src/models/GetMapFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GetMapRequest.ts b/typescript/src/models/GetMapRequest.ts index 52f24743..30321c6d 100644 --- a/typescript/src/models/GetMapRequest.ts +++ b/typescript/src/models/GetMapRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GfbioAbcdDataProviderDefinition.ts b/typescript/src/models/GfbioAbcdDataProviderDefinition.ts index 57984d10..6c4583d0 100644 --- a/typescript/src/models/GfbioAbcdDataProviderDefinition.ts +++ b/typescript/src/models/GfbioAbcdDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts b/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts index ac3b389c..7986ff66 100644 --- a/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts +++ b/typescript/src/models/GfbioCollectionsDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/GridBoundingBox2D.ts b/typescript/src/models/GridBoundingBox2D.ts new file mode 100644 index 00000000..6666661a --- /dev/null +++ b/typescript/src/models/GridBoundingBox2D.ts @@ -0,0 +1,83 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { GridIdx2D } from './GridIdx2D'; +import { + GridIdx2DFromJSON, + GridIdx2DFromJSONTyped, + GridIdx2DToJSON, + GridIdx2DToJSONTyped, +} from './GridIdx2D'; + +/** + * + * @export + * @interface GridBoundingBox2D + */ +export interface GridBoundingBox2D { + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + bottomRightIdx: GridIdx2D; + /** + * + * @type {GridIdx2D} + * @memberof GridBoundingBox2D + */ + topLeftIdx: GridIdx2D; +} + +/** + * Check if a given object implements the GridBoundingBox2D interface. + */ +export function instanceOfGridBoundingBox2D(value: object): value is GridBoundingBox2D { + if (!('bottomRightIdx' in value) || value['bottomRightIdx'] === undefined) return false; + if (!('topLeftIdx' in value) || value['topLeftIdx'] === undefined) return false; + return true; +} + +export function GridBoundingBox2DFromJSON(json: any): GridBoundingBox2D { + return GridBoundingBox2DFromJSONTyped(json, false); +} + +export function GridBoundingBox2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridBoundingBox2D { + if (json == null) { + return json; + } + return { + + 'bottomRightIdx': GridIdx2DFromJSON(json['bottomRightIdx']), + 'topLeftIdx': GridIdx2DFromJSON(json['topLeftIdx']), + }; +} + +export function GridBoundingBox2DToJSON(json: any): GridBoundingBox2D { + return GridBoundingBox2DToJSONTyped(json, false); +} + +export function GridBoundingBox2DToJSONTyped(value?: GridBoundingBox2D | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'bottomRightIdx': GridIdx2DToJSON(value['bottomRightIdx']), + 'topLeftIdx': GridIdx2DToJSON(value['topLeftIdx']), + }; +} + diff --git a/typescript/src/models/GridIdx2D.ts b/typescript/src/models/GridIdx2D.ts new file mode 100644 index 00000000..2af137a5 --- /dev/null +++ b/typescript/src/models/GridIdx2D.ts @@ -0,0 +1,75 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +/** + * + * @export + * @interface GridIdx2D + */ +export interface GridIdx2D { + /** + * + * @type {number} + * @memberof GridIdx2D + */ + xIdx: number; + /** + * + * @type {number} + * @memberof GridIdx2D + */ + yIdx: number; +} + +/** + * Check if a given object implements the GridIdx2D interface. + */ +export function instanceOfGridIdx2D(value: object): value is GridIdx2D { + if (!('xIdx' in value) || value['xIdx'] === undefined) return false; + if (!('yIdx' in value) || value['yIdx'] === undefined) return false; + return true; +} + +export function GridIdx2DFromJSON(json: any): GridIdx2D { + return GridIdx2DFromJSONTyped(json, false); +} + +export function GridIdx2DFromJSONTyped(json: any, ignoreDiscriminator: boolean): GridIdx2D { + if (json == null) { + return json; + } + return { + + 'xIdx': json['xIdx'], + 'yIdx': json['yIdx'], + }; +} + +export function GridIdx2DToJSON(json: any): GridIdx2D { + return GridIdx2DToJSONTyped(json, false); +} + +export function GridIdx2DToJSONTyped(value?: GridIdx2D | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'xIdx': value['xIdx'], + 'yIdx': value['yIdx'], + }; +} + diff --git a/typescript/src/models/IdResponse.ts b/typescript/src/models/IdResponse.ts index ba6bf79f..179e6826 100644 --- a/typescript/src/models/IdResponse.ts +++ b/typescript/src/models/IdResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/InternalDataId.ts b/typescript/src/models/InternalDataId.ts index a3d5d10f..6955c62a 100644 --- a/typescript/src/models/InternalDataId.ts +++ b/typescript/src/models/InternalDataId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Layer.ts b/typescript/src/models/Layer.ts index 99229708..4d8466ac 100644 --- a/typescript/src/models/Layer.ts +++ b/typescript/src/models/Layer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerCollection.ts b/typescript/src/models/LayerCollection.ts index 133cd22a..f2187c01 100644 --- a/typescript/src/models/LayerCollection.ts +++ b/typescript/src/models/LayerCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerCollectionListing.ts b/typescript/src/models/LayerCollectionListing.ts index ab40cc5f..908af789 100644 --- a/typescript/src/models/LayerCollectionListing.ts +++ b/typescript/src/models/LayerCollectionListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerCollectionResource.ts b/typescript/src/models/LayerCollectionResource.ts index 1a692b88..f427bf36 100644 --- a/typescript/src/models/LayerCollectionResource.ts +++ b/typescript/src/models/LayerCollectionResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerListing.ts b/typescript/src/models/LayerListing.ts index 6d4801a9..b3beb2fa 100644 --- a/typescript/src/models/LayerListing.ts +++ b/typescript/src/models/LayerListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerProviderListing.ts b/typescript/src/models/LayerProviderListing.ts index 74a66c45..ec3e8617 100644 --- a/typescript/src/models/LayerProviderListing.ts +++ b/typescript/src/models/LayerProviderListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerResource.ts b/typescript/src/models/LayerResource.ts index ceebd59b..226c573d 100644 --- a/typescript/src/models/LayerResource.ts +++ b/typescript/src/models/LayerResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LayerVisibility.ts b/typescript/src/models/LayerVisibility.ts index 481b4f01..00a2ad49 100644 --- a/typescript/src/models/LayerVisibility.ts +++ b/typescript/src/models/LayerVisibility.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LineSymbology.ts b/typescript/src/models/LineSymbology.ts index 2e3d24a4..b5691978 100644 --- a/typescript/src/models/LineSymbology.ts +++ b/typescript/src/models/LineSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LinearGradient.ts b/typescript/src/models/LinearGradient.ts index 85d90577..f34de087 100644 --- a/typescript/src/models/LinearGradient.ts +++ b/typescript/src/models/LinearGradient.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/LogarithmicGradient.ts b/typescript/src/models/LogarithmicGradient.ts index 9072330c..fd1690b6 100644 --- a/typescript/src/models/LogarithmicGradient.ts +++ b/typescript/src/models/LogarithmicGradient.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Measurement.ts b/typescript/src/models/Measurement.ts index 8f22169f..e1647692 100644 --- a/typescript/src/models/Measurement.ts +++ b/typescript/src/models/Measurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MetaDataDefinition.ts b/typescript/src/models/MetaDataDefinition.ts index e57ff707..351c48f7 100644 --- a/typescript/src/models/MetaDataDefinition.ts +++ b/typescript/src/models/MetaDataDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MetaDataSuggestion.ts b/typescript/src/models/MetaDataSuggestion.ts index 3df0037a..0d4cd4aa 100644 --- a/typescript/src/models/MetaDataSuggestion.ts +++ b/typescript/src/models/MetaDataSuggestion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModel.ts b/typescript/src/models/MlModel.ts index c154531f..2a05b8e3 100644 --- a/typescript/src/models/MlModel.ts +++ b/typescript/src/models/MlModel.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelInputNoDataHandling.ts b/typescript/src/models/MlModelInputNoDataHandling.ts index 43591e22..7b01e606 100644 --- a/typescript/src/models/MlModelInputNoDataHandling.ts +++ b/typescript/src/models/MlModelInputNoDataHandling.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelInputNoDataHandlingVariant.ts b/typescript/src/models/MlModelInputNoDataHandlingVariant.ts index 21c227d5..1f2d88d6 100644 --- a/typescript/src/models/MlModelInputNoDataHandlingVariant.ts +++ b/typescript/src/models/MlModelInputNoDataHandlingVariant.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelMetadata.ts b/typescript/src/models/MlModelMetadata.ts index a28a0c49..e53c4352 100644 --- a/typescript/src/models/MlModelMetadata.ts +++ b/typescript/src/models/MlModelMetadata.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelNameResponse.ts b/typescript/src/models/MlModelNameResponse.ts index 3df434cc..f13aa13c 100644 --- a/typescript/src/models/MlModelNameResponse.ts +++ b/typescript/src/models/MlModelNameResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelOutputNoDataHandling.ts b/typescript/src/models/MlModelOutputNoDataHandling.ts index e7644cc4..4a7f9fc5 100644 --- a/typescript/src/models/MlModelOutputNoDataHandling.ts +++ b/typescript/src/models/MlModelOutputNoDataHandling.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts b/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts index aafe2250..aa6a1799 100644 --- a/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts +++ b/typescript/src/models/MlModelOutputNoDataHandlingVariant.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlModelResource.ts b/typescript/src/models/MlModelResource.ts index 13020cc6..40fcd716 100644 --- a/typescript/src/models/MlModelResource.ts +++ b/typescript/src/models/MlModelResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MlTensorShape3D.ts b/typescript/src/models/MlTensorShape3D.ts index 13903e67..64bfb2e7 100644 --- a/typescript/src/models/MlTensorShape3D.ts +++ b/typescript/src/models/MlTensorShape3D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts b/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts index f7d603d3..0428f7ca 100644 --- a/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts +++ b/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MockMetaData.ts b/typescript/src/models/MockMetaData.ts index 12dc72cf..ca6affde 100644 --- a/typescript/src/models/MockMetaData.ts +++ b/typescript/src/models/MockMetaData.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiBandRasterColorizer.ts b/typescript/src/models/MultiBandRasterColorizer.ts index 35013af2..3d7e219f 100644 --- a/typescript/src/models/MultiBandRasterColorizer.ts +++ b/typescript/src/models/MultiBandRasterColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiLineString.ts b/typescript/src/models/MultiLineString.ts index 4a470322..26b28629 100644 --- a/typescript/src/models/MultiLineString.ts +++ b/typescript/src/models/MultiLineString.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiPoint.ts b/typescript/src/models/MultiPoint.ts index 9c82816f..715a0b3e 100644 --- a/typescript/src/models/MultiPoint.ts +++ b/typescript/src/models/MultiPoint.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/MultiPolygon.ts b/typescript/src/models/MultiPolygon.ts index 211bf923..10e8ab0e 100644 --- a/typescript/src/models/MultiPolygon.ts +++ b/typescript/src/models/MultiPolygon.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/NetCdfCfDataProviderDefinition.ts b/typescript/src/models/NetCdfCfDataProviderDefinition.ts index 63f35386..5273d72e 100644 --- a/typescript/src/models/NetCdfCfDataProviderDefinition.ts +++ b/typescript/src/models/NetCdfCfDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/NumberParam.ts b/typescript/src/models/NumberParam.ts index fa36ee9e..fbd21ea5 100644 --- a/typescript/src/models/NumberParam.ts +++ b/typescript/src/models/NumberParam.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrMetaData.ts b/typescript/src/models/OgrMetaData.ts index b3707724..75db3d92 100644 --- a/typescript/src/models/OgrMetaData.ts +++ b/typescript/src/models/OgrMetaData.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceColumnSpec.ts b/typescript/src/models/OgrSourceColumnSpec.ts index 797ebdf1..0559eff0 100644 --- a/typescript/src/models/OgrSourceColumnSpec.ts +++ b/typescript/src/models/OgrSourceColumnSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDataset.ts b/typescript/src/models/OgrSourceDataset.ts index fbcfb08d..651daea0 100644 --- a/typescript/src/models/OgrSourceDataset.ts +++ b/typescript/src/models/OgrSourceDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeType.ts b/typescript/src/models/OgrSourceDatasetTimeType.ts index fe45a408..3f4d8143 100644 --- a/typescript/src/models/OgrSourceDatasetTimeType.ts +++ b/typescript/src/models/OgrSourceDatasetTimeType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts b/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts index ff6b6c4a..ad7d40d7 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts index 0893a8b3..3e310284 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts index 3eaf4411..a7d879af 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts index b6e419b8..0d852bc3 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpec.ts b/typescript/src/models/OgrSourceDurationSpec.ts index 9a781583..68646216 100644 --- a/typescript/src/models/OgrSourceDurationSpec.ts +++ b/typescript/src/models/OgrSourceDurationSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpecInfinite.ts b/typescript/src/models/OgrSourceDurationSpecInfinite.ts index 9164fce5..a37ab2f2 100644 --- a/typescript/src/models/OgrSourceDurationSpecInfinite.ts +++ b/typescript/src/models/OgrSourceDurationSpecInfinite.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpecValue.ts b/typescript/src/models/OgrSourceDurationSpecValue.ts index b6bdcaaf..8999ec8f 100644 --- a/typescript/src/models/OgrSourceDurationSpecValue.ts +++ b/typescript/src/models/OgrSourceDurationSpecValue.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceDurationSpecZero.ts b/typescript/src/models/OgrSourceDurationSpecZero.ts index f6147217..f3a08f72 100644 --- a/typescript/src/models/OgrSourceDurationSpecZero.ts +++ b/typescript/src/models/OgrSourceDurationSpecZero.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceErrorSpec.ts b/typescript/src/models/OgrSourceErrorSpec.ts index 6121ebae..f152afae 100644 --- a/typescript/src/models/OgrSourceErrorSpec.ts +++ b/typescript/src/models/OgrSourceErrorSpec.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormat.ts b/typescript/src/models/OgrSourceTimeFormat.ts index 7dce8cc0..9387cb2b 100644 --- a/typescript/src/models/OgrSourceTimeFormat.ts +++ b/typescript/src/models/OgrSourceTimeFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormatAuto.ts b/typescript/src/models/OgrSourceTimeFormatAuto.ts index e8df6dec..ac62ad97 100644 --- a/typescript/src/models/OgrSourceTimeFormatAuto.ts +++ b/typescript/src/models/OgrSourceTimeFormatAuto.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormatCustom.ts b/typescript/src/models/OgrSourceTimeFormatCustom.ts index 186c28bc..89cec082 100644 --- a/typescript/src/models/OgrSourceTimeFormatCustom.ts +++ b/typescript/src/models/OgrSourceTimeFormatCustom.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts b/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts index 58fee23b..fba655a9 100644 --- a/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts +++ b/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OperatorQuota.ts b/typescript/src/models/OperatorQuota.ts index 011da427..1e920a7c 100644 --- a/typescript/src/models/OperatorQuota.ts +++ b/typescript/src/models/OperatorQuota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/OrderBy.ts b/typescript/src/models/OrderBy.ts index 80b4f381..8035938f 100644 --- a/typescript/src/models/OrderBy.ts +++ b/typescript/src/models/OrderBy.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PaletteColorizer.ts b/typescript/src/models/PaletteColorizer.ts index ff432560..6645ab07 100644 --- a/typescript/src/models/PaletteColorizer.ts +++ b/typescript/src/models/PaletteColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PangaeaDataProviderDefinition.ts b/typescript/src/models/PangaeaDataProviderDefinition.ts index ac47015d..62a3803d 100644 --- a/typescript/src/models/PangaeaDataProviderDefinition.ts +++ b/typescript/src/models/PangaeaDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Permission.ts b/typescript/src/models/Permission.ts index 8e5cf7dc..ee38dfe6 100644 --- a/typescript/src/models/Permission.ts +++ b/typescript/src/models/Permission.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PermissionListOptions.ts b/typescript/src/models/PermissionListOptions.ts index 170a4faa..261a9b7f 100644 --- a/typescript/src/models/PermissionListOptions.ts +++ b/typescript/src/models/PermissionListOptions.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PermissionListing.ts b/typescript/src/models/PermissionListing.ts index 6c262ca0..1530c21a 100644 --- a/typescript/src/models/PermissionListing.ts +++ b/typescript/src/models/PermissionListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PermissionRequest.ts b/typescript/src/models/PermissionRequest.ts index bd4a219c..a2f79c19 100644 --- a/typescript/src/models/PermissionRequest.ts +++ b/typescript/src/models/PermissionRequest.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Plot.ts b/typescript/src/models/Plot.ts index 9d16f1d6..8ccb2d23 100644 --- a/typescript/src/models/Plot.ts +++ b/typescript/src/models/Plot.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PlotOutputFormat.ts b/typescript/src/models/PlotOutputFormat.ts index 49b3478e..f38ae627 100644 --- a/typescript/src/models/PlotOutputFormat.ts +++ b/typescript/src/models/PlotOutputFormat.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PlotQueryRectangle.ts b/typescript/src/models/PlotQueryRectangle.ts deleted file mode 100644 index 1802eb96..00000000 --- a/typescript/src/models/PlotQueryRectangle.ts +++ /dev/null @@ -1,106 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -import { - BoundingBox2DFromJSON, - BoundingBox2DFromJSONTyped, - BoundingBox2DToJSON, - BoundingBox2DToJSONTyped, -} from './BoundingBox2D'; - -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface PlotQueryRectangle - */ -export interface PlotQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof PlotQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof PlotQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof PlotQueryRectangle - */ - timeInterval: TimeInterval; -} - -/** - * Check if a given object implements the PlotQueryRectangle interface. - */ -export function instanceOfPlotQueryRectangle(value: object): value is PlotQueryRectangle { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; - return true; -} - -export function PlotQueryRectangleFromJSON(json: any): PlotQueryRectangle { - return PlotQueryRectangleFromJSONTyped(json, false); -} - -export function PlotQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlotQueryRectangle { - if (json == null) { - return json; - } - return { - - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} - -export function PlotQueryRectangleToJSON(json: any): PlotQueryRectangle { - return PlotQueryRectangleToJSONTyped(json, false); -} - -export function PlotQueryRectangleToJSONTyped(value?: PlotQueryRectangle | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} - diff --git a/typescript/src/models/PlotResultDescriptor.ts b/typescript/src/models/PlotResultDescriptor.ts index b9252fd3..61e07851 100644 --- a/typescript/src/models/PlotResultDescriptor.ts +++ b/typescript/src/models/PlotResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PointSymbology.ts b/typescript/src/models/PointSymbology.ts index 3849daf5..cef5c065 100644 --- a/typescript/src/models/PointSymbology.ts +++ b/typescript/src/models/PointSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/PolygonSymbology.ts b/typescript/src/models/PolygonSymbology.ts index 8a8072a2..2167e190 100644 --- a/typescript/src/models/PolygonSymbology.ts +++ b/typescript/src/models/PolygonSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Project.ts b/typescript/src/models/Project.ts index 8fd62864..314137e9 100644 --- a/typescript/src/models/Project.ts +++ b/typescript/src/models/Project.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectLayer.ts b/typescript/src/models/ProjectLayer.ts index c283b5de..ac24b9b0 100644 --- a/typescript/src/models/ProjectLayer.ts +++ b/typescript/src/models/ProjectLayer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectListing.ts b/typescript/src/models/ProjectListing.ts index df510f77..47292515 100644 --- a/typescript/src/models/ProjectListing.ts +++ b/typescript/src/models/ProjectListing.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectResource.ts b/typescript/src/models/ProjectResource.ts index 3e139e94..21086ab3 100644 --- a/typescript/src/models/ProjectResource.ts +++ b/typescript/src/models/ProjectResource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectUpdateToken.ts b/typescript/src/models/ProjectUpdateToken.ts index 9ecc9743..12a431cb 100644 --- a/typescript/src/models/ProjectUpdateToken.ts +++ b/typescript/src/models/ProjectUpdateToken.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProjectVersion.ts b/typescript/src/models/ProjectVersion.ts index 35ca1228..56222818 100644 --- a/typescript/src/models/ProjectVersion.ts +++ b/typescript/src/models/ProjectVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Provenance.ts b/typescript/src/models/Provenance.ts index 983daee0..01533c52 100644 --- a/typescript/src/models/Provenance.ts +++ b/typescript/src/models/Provenance.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProvenanceEntry.ts b/typescript/src/models/ProvenanceEntry.ts index 77188247..98525ac4 100644 --- a/typescript/src/models/ProvenanceEntry.ts +++ b/typescript/src/models/ProvenanceEntry.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProvenanceOutput.ts b/typescript/src/models/ProvenanceOutput.ts index becb5754..0c8b5b33 100644 --- a/typescript/src/models/ProvenanceOutput.ts +++ b/typescript/src/models/ProvenanceOutput.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Provenances.ts b/typescript/src/models/Provenances.ts index 4a6f329e..81a6c00c 100644 --- a/typescript/src/models/Provenances.ts +++ b/typescript/src/models/Provenances.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProviderCapabilities.ts b/typescript/src/models/ProviderCapabilities.ts index b0087088..943410b4 100644 --- a/typescript/src/models/ProviderCapabilities.ts +++ b/typescript/src/models/ProviderCapabilities.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProviderLayerCollectionId.ts b/typescript/src/models/ProviderLayerCollectionId.ts index 3a826f0d..61fd07da 100644 --- a/typescript/src/models/ProviderLayerCollectionId.ts +++ b/typescript/src/models/ProviderLayerCollectionId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/ProviderLayerId.ts b/typescript/src/models/ProviderLayerId.ts index e5f2ec2d..204ea739 100644 --- a/typescript/src/models/ProviderLayerId.ts +++ b/typescript/src/models/ProviderLayerId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Quota.ts b/typescript/src/models/Quota.ts index 8e2a0643..2f2a8e69 100644 --- a/typescript/src/models/Quota.ts +++ b/typescript/src/models/Quota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterBandDescriptor.ts b/typescript/src/models/RasterBandDescriptor.ts index 35d062d0..61e66552 100644 --- a/typescript/src/models/RasterBandDescriptor.ts +++ b/typescript/src/models/RasterBandDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterColorizer.ts b/typescript/src/models/RasterColorizer.ts index 71c999f4..663d77a1 100644 --- a/typescript/src/models/RasterColorizer.ts +++ b/typescript/src/models/RasterColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterDataType.ts b/typescript/src/models/RasterDataType.ts index fa75f7e3..d4a1eeb1 100644 --- a/typescript/src/models/RasterDataType.ts +++ b/typescript/src/models/RasterDataType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterDatasetFromWorkflow.ts b/typescript/src/models/RasterDatasetFromWorkflow.ts index 7476e10c..61a49cd1 100644 --- a/typescript/src/models/RasterDatasetFromWorkflow.ts +++ b/typescript/src/models/RasterDatasetFromWorkflow.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,13 +13,13 @@ */ import { mapValues } from '../runtime'; -import type { RasterQueryRectangle } from './RasterQueryRectangle'; +import type { RasterToDatasetQueryRectangle } from './RasterToDatasetQueryRectangle'; import { - RasterQueryRectangleFromJSON, - RasterQueryRectangleFromJSONTyped, - RasterQueryRectangleToJSON, - RasterQueryRectangleToJSONTyped, -} from './RasterQueryRectangle'; + RasterToDatasetQueryRectangleFromJSON, + RasterToDatasetQueryRectangleFromJSONTyped, + RasterToDatasetQueryRectangleToJSON, + RasterToDatasetQueryRectangleToJSONTyped, +} from './RasterToDatasetQueryRectangle'; /** * parameter for the dataset from workflow handler (body) @@ -53,10 +53,10 @@ export interface RasterDatasetFromWorkflow { name?: string; /** * - * @type {RasterQueryRectangle} + * @type {RasterToDatasetQueryRectangle} * @memberof RasterDatasetFromWorkflow */ - query: RasterQueryRectangle; + query: RasterToDatasetQueryRectangle; } /** @@ -82,7 +82,7 @@ export function RasterDatasetFromWorkflowFromJSONTyped(json: any, ignoreDiscrimi 'description': json['description'] == null ? undefined : json['description'], 'displayName': json['displayName'], 'name': json['name'] == null ? undefined : json['name'], - 'query': RasterQueryRectangleFromJSON(json['query']), + 'query': RasterToDatasetQueryRectangleFromJSON(json['query']), }; } @@ -101,7 +101,7 @@ export function RasterDatasetFromWorkflowToJSONTyped(value?: RasterDatasetFromWo 'description': value['description'], 'displayName': value['displayName'], 'name': value['name'], - 'query': RasterQueryRectangleToJSON(value['query']), + 'query': RasterToDatasetQueryRectangleToJSON(value['query']), }; } diff --git a/typescript/src/models/RasterDatasetFromWorkflowResult.ts b/typescript/src/models/RasterDatasetFromWorkflowResult.ts index b151792e..aef2f359 100644 --- a/typescript/src/models/RasterDatasetFromWorkflowResult.ts +++ b/typescript/src/models/RasterDatasetFromWorkflowResult.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterPropertiesEntryType.ts b/typescript/src/models/RasterPropertiesEntryType.ts index 5299a06d..0b5b849c 100644 --- a/typescript/src/models/RasterPropertiesEntryType.ts +++ b/typescript/src/models/RasterPropertiesEntryType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterPropertiesKey.ts b/typescript/src/models/RasterPropertiesKey.ts index edacc728..507b19d7 100644 --- a/typescript/src/models/RasterPropertiesKey.ts +++ b/typescript/src/models/RasterPropertiesKey.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterResultDescriptor.ts b/typescript/src/models/RasterResultDescriptor.ts index cae54dd2..00daa65c 100644 --- a/typescript/src/models/RasterResultDescriptor.ts +++ b/typescript/src/models/RasterResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,20 +13,13 @@ */ import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; +import type { TimeDescriptor } from './TimeDescriptor'; import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; + TimeDescriptorFromJSON, + TimeDescriptorFromJSONTyped, + TimeDescriptorToJSON, + TimeDescriptorToJSONTyped, +} from './TimeDescriptor'; import type { RasterBandDescriptor } from './RasterBandDescriptor'; import { RasterBandDescriptorFromJSON, @@ -34,6 +27,13 @@ import { RasterBandDescriptorToJSON, RasterBandDescriptorToJSONTyped, } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; +import { + SpatialGridDescriptorFromJSON, + SpatialGridDescriptorFromJSONTyped, + SpatialGridDescriptorToJSON, + SpatialGridDescriptorToJSONTyped, +} from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; import { RasterDataTypeFromJSON, @@ -41,13 +41,6 @@ import { RasterDataTypeToJSON, RasterDataTypeToJSONTyped, } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -import { - SpatialPartition2DFromJSON, - SpatialPartition2DFromJSONTyped, - SpatialPartition2DToJSON, - SpatialPartition2DToJSONTyped, -} from './SpatialPartition2D'; /** * A `ResultDescriptor` for raster queries @@ -61,12 +54,6 @@ export interface RasterResultDescriptor { * @memberof RasterResultDescriptor */ bands: Array; - /** - * - * @type {SpatialPartition2D} - * @memberof RasterResultDescriptor - */ - bbox?: SpatialPartition2D | null; /** * * @type {RasterDataType} @@ -75,10 +62,10 @@ export interface RasterResultDescriptor { dataType: RasterDataType; /** * - * @type {SpatialResolution} + * @type {SpatialGridDescriptor} * @memberof RasterResultDescriptor */ - resolution?: SpatialResolution | null; + spatialGrid: SpatialGridDescriptor; /** * * @type {string} @@ -87,10 +74,10 @@ export interface RasterResultDescriptor { spatialReference: string; /** * - * @type {TimeInterval} + * @type {TimeDescriptor} * @memberof RasterResultDescriptor */ - time?: TimeInterval | null; + time: TimeDescriptor; } @@ -101,7 +88,9 @@ export interface RasterResultDescriptor { export function instanceOfRasterResultDescriptor(value: object): value is RasterResultDescriptor { if (!('bands' in value) || value['bands'] === undefined) return false; if (!('dataType' in value) || value['dataType'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) return false; if (!('spatialReference' in value) || value['spatialReference'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) return false; return true; } @@ -116,11 +105,10 @@ export function RasterResultDescriptorFromJSONTyped(json: any, ignoreDiscriminat return { 'bands': ((json['bands'] as Array).map(RasterBandDescriptorFromJSON)), - 'bbox': json['bbox'] == null ? undefined : SpatialPartition2DFromJSON(json['bbox']), 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'resolution': json['resolution'] == null ? undefined : SpatialResolutionFromJSON(json['resolution']), + 'spatialGrid': SpatialGridDescriptorFromJSON(json['spatialGrid']), 'spatialReference': json['spatialReference'], - 'time': json['time'] == null ? undefined : TimeIntervalFromJSON(json['time']), + 'time': TimeDescriptorFromJSON(json['time']), }; } @@ -136,11 +124,10 @@ export function RasterResultDescriptorToJSONTyped(value?: RasterResultDescriptor return { 'bands': ((value['bands'] as Array).map(RasterBandDescriptorToJSON)), - 'bbox': SpatialPartition2DToJSON(value['bbox']), 'dataType': RasterDataTypeToJSON(value['dataType']), - 'resolution': SpatialResolutionToJSON(value['resolution']), + 'spatialGrid': SpatialGridDescriptorToJSON(value['spatialGrid']), 'spatialReference': value['spatialReference'], - 'time': TimeIntervalToJSON(value['time']), + 'time': TimeDescriptorToJSON(value['time']), }; } diff --git a/typescript/src/models/RasterStreamWebsocketResultType.ts b/typescript/src/models/RasterStreamWebsocketResultType.ts index f1604b32..0e72bdb2 100644 --- a/typescript/src/models/RasterStreamWebsocketResultType.ts +++ b/typescript/src/models/RasterStreamWebsocketResultType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterSymbology.ts b/typescript/src/models/RasterSymbology.ts index 92d464ae..c4bbe515 100644 --- a/typescript/src/models/RasterSymbology.ts +++ b/typescript/src/models/RasterSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RasterQueryRectangle.ts b/typescript/src/models/RasterToDatasetQueryRectangle.ts similarity index 54% rename from typescript/src/models/RasterQueryRectangle.ts rename to typescript/src/models/RasterToDatasetQueryRectangle.ts index 39728af0..bd2f45a1 100644 --- a/typescript/src/models/RasterQueryRectangle.ts +++ b/typescript/src/models/RasterToDatasetQueryRectangle.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,13 +13,6 @@ */ import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; import type { TimeInterval } from './TimeInterval'; import { TimeIntervalFromJSON, @@ -38,60 +31,52 @@ import { /** * A spatio-temporal rectangle with a specified resolution * @export - * @interface RasterQueryRectangle + * @interface RasterToDatasetQueryRectangle */ -export interface RasterQueryRectangle { +export interface RasterToDatasetQueryRectangle { /** * * @type {SpatialPartition2D} - * @memberof RasterQueryRectangle + * @memberof RasterToDatasetQueryRectangle */ spatialBounds: SpatialPartition2D; - /** - * - * @type {SpatialResolution} - * @memberof RasterQueryRectangle - */ - spatialResolution: SpatialResolution; /** * * @type {TimeInterval} - * @memberof RasterQueryRectangle + * @memberof RasterToDatasetQueryRectangle */ timeInterval: TimeInterval; } /** - * Check if a given object implements the RasterQueryRectangle interface. + * Check if a given object implements the RasterToDatasetQueryRectangle interface. */ -export function instanceOfRasterQueryRectangle(value: object): value is RasterQueryRectangle { +export function instanceOfRasterToDatasetQueryRectangle(value: object): value is RasterToDatasetQueryRectangle { if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) return false; if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; return true; } -export function RasterQueryRectangleFromJSON(json: any): RasterQueryRectangle { - return RasterQueryRectangleFromJSONTyped(json, false); +export function RasterToDatasetQueryRectangleFromJSON(json: any): RasterToDatasetQueryRectangle { + return RasterToDatasetQueryRectangleFromJSONTyped(json, false); } -export function RasterQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterQueryRectangle { +export function RasterToDatasetQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): RasterToDatasetQueryRectangle { if (json == null) { return json; } return { 'spatialBounds': SpatialPartition2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), }; } -export function RasterQueryRectangleToJSON(json: any): RasterQueryRectangle { - return RasterQueryRectangleToJSONTyped(json, false); +export function RasterToDatasetQueryRectangleToJSON(json: any): RasterToDatasetQueryRectangle { + return RasterToDatasetQueryRectangleToJSONTyped(json, false); } -export function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | null, ignoreDiscriminator: boolean = false): any { +export function RasterToDatasetQueryRectangleToJSONTyped(value?: RasterToDatasetQueryRectangle | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } @@ -99,7 +84,6 @@ export function RasterQueryRectangleToJSONTyped(value?: RasterQueryRectangle | n return { 'spatialBounds': SpatialPartition2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), 'timeInterval': TimeIntervalToJSON(value['timeInterval']), }; } diff --git a/typescript/src/models/RegularTimeDimension.ts b/typescript/src/models/RegularTimeDimension.ts new file mode 100644 index 00000000..88b77e73 --- /dev/null +++ b/typescript/src/models/RegularTimeDimension.ts @@ -0,0 +1,83 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { TimeStep } from './TimeStep'; +import { + TimeStepFromJSON, + TimeStepFromJSONTyped, + TimeStepToJSON, + TimeStepToJSONTyped, +} from './TimeStep'; + +/** + * + * @export + * @interface RegularTimeDimension + */ +export interface RegularTimeDimension { + /** + * + * @type {number} + * @memberof RegularTimeDimension + */ + origin: number; + /** + * + * @type {TimeStep} + * @memberof RegularTimeDimension + */ + step: TimeStep; +} + +/** + * Check if a given object implements the RegularTimeDimension interface. + */ +export function instanceOfRegularTimeDimension(value: object): value is RegularTimeDimension { + if (!('origin' in value) || value['origin'] === undefined) return false; + if (!('step' in value) || value['step'] === undefined) return false; + return true; +} + +export function RegularTimeDimensionFromJSON(json: any): RegularTimeDimension { + return RegularTimeDimensionFromJSONTyped(json, false); +} + +export function RegularTimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RegularTimeDimension { + if (json == null) { + return json; + } + return { + + 'origin': json['origin'], + 'step': TimeStepFromJSON(json['step']), + }; +} + +export function RegularTimeDimensionToJSON(json: any): RegularTimeDimension { + return RegularTimeDimensionToJSONTyped(json, false); +} + +export function RegularTimeDimensionToJSONTyped(value?: RegularTimeDimension | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'origin': value['origin'], + 'step': TimeStepToJSON(value['step']), + }; +} + diff --git a/typescript/src/models/Resource.ts b/typescript/src/models/Resource.ts index ca82cd87..4c7c77c7 100644 --- a/typescript/src/models/Resource.ts +++ b/typescript/src/models/Resource.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Role.ts b/typescript/src/models/Role.ts index 7277b040..f6753bf1 100644 --- a/typescript/src/models/Role.ts +++ b/typescript/src/models/Role.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/RoleDescription.ts b/typescript/src/models/RoleDescription.ts index 6d5655fd..d960db5c 100644 --- a/typescript/src/models/RoleDescription.ts +++ b/typescript/src/models/RoleDescription.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/STRectangle.ts b/typescript/src/models/STRectangle.ts index 2eb4d463..b5340582 100644 --- a/typescript/src/models/STRectangle.ts +++ b/typescript/src/models/STRectangle.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SearchCapabilities.ts b/typescript/src/models/SearchCapabilities.ts index 74dfb629..0381d083 100644 --- a/typescript/src/models/SearchCapabilities.ts +++ b/typescript/src/models/SearchCapabilities.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SearchType.ts b/typescript/src/models/SearchType.ts index 96661aaa..5f2b3b0e 100644 --- a/typescript/src/models/SearchType.ts +++ b/typescript/src/models/SearchType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SearchTypes.ts b/typescript/src/models/SearchTypes.ts index 627279da..ade946bb 100644 --- a/typescript/src/models/SearchTypes.ts +++ b/typescript/src/models/SearchTypes.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts b/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts index 0d367cac..ac44f915 100644 --- a/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts +++ b/typescript/src/models/SentinelS2L2ACogsProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,13 +20,6 @@ import { StacApiRetriesToJSON, StacApiRetriesToJSONTyped, } from './StacApiRetries'; -import type { StacBand } from './StacBand'; -import { - StacBandFromJSON, - StacBandFromJSONTyped, - StacBandToJSON, - StacBandToJSONTyped, -} from './StacBand'; import type { StacQueryBuffer } from './StacQueryBuffer'; import { StacQueryBufferFromJSON, @@ -34,13 +27,6 @@ import { StacQueryBufferToJSON, StacQueryBufferToJSONTyped, } from './StacQueryBuffer'; -import type { StacZone } from './StacZone'; -import { - StacZoneFromJSON, - StacZoneFromJSONTyped, - StacZoneToJSON, - StacZoneToJSONTyped, -} from './StacZone'; /** * @@ -54,12 +40,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ apiUrl: string; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - bands: Array; /** * * @type {number} @@ -114,12 +94,6 @@ export interface SentinelS2L2ACogsProviderDefinition { * @memberof SentinelS2L2ACogsProviderDefinition */ type: SentinelS2L2ACogsProviderDefinitionTypeEnum; - /** - * - * @type {Array} - * @memberof SentinelS2L2ACogsProviderDefinition - */ - zones: Array; } @@ -137,12 +111,10 @@ export type SentinelS2L2ACogsProviderDefinitionTypeEnum = typeof SentinelS2L2ACo */ export function instanceOfSentinelS2L2ACogsProviderDefinition(value: object): value is SentinelS2L2ACogsProviderDefinition { if (!('apiUrl' in value) || value['apiUrl'] === undefined) return false; - if (!('bands' in value) || value['bands'] === undefined) return false; if (!('description' in value) || value['description'] === undefined) return false; if (!('id' in value) || value['id'] === undefined) return false; if (!('name' in value) || value['name'] === undefined) return false; if (!('type' in value) || value['type'] === undefined) return false; - if (!('zones' in value) || value['zones'] === undefined) return false; return true; } @@ -157,7 +129,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json: any, igno return { 'apiUrl': json['apiUrl'], - 'bands': ((json['bands'] as Array).map(StacBandFromJSON)), 'cacheTtl': json['cacheTtl'] == null ? undefined : json['cacheTtl'], 'description': json['description'], 'gdalRetries': json['gdalRetries'] == null ? undefined : json['gdalRetries'], @@ -167,7 +138,6 @@ export function SentinelS2L2ACogsProviderDefinitionFromJSONTyped(json: any, igno 'queryBuffer': json['queryBuffer'] == null ? undefined : StacQueryBufferFromJSON(json['queryBuffer']), 'stacApiRetries': json['stacApiRetries'] == null ? undefined : StacApiRetriesFromJSON(json['stacApiRetries']), 'type': json['type'], - 'zones': ((json['zones'] as Array).map(StacZoneFromJSON)), }; } @@ -183,7 +153,6 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value?: SentinelS return { 'apiUrl': value['apiUrl'], - 'bands': ((value['bands'] as Array).map(StacBandToJSON)), 'cacheTtl': value['cacheTtl'], 'description': value['description'], 'gdalRetries': value['gdalRetries'], @@ -193,7 +162,6 @@ export function SentinelS2L2ACogsProviderDefinitionToJSONTyped(value?: SentinelS 'queryBuffer': StacQueryBufferToJSON(value['queryBuffer']), 'stacApiRetries': StacApiRetriesToJSON(value['stacApiRetries']), 'type': value['type'], - 'zones': ((value['zones'] as Array).map(StacZoneToJSON)), }; } diff --git a/typescript/src/models/ServerInfo.ts b/typescript/src/models/ServerInfo.ts index b6cf90e9..794baf8e 100644 --- a/typescript/src/models/ServerInfo.ts +++ b/typescript/src/models/ServerInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SingleBandRasterColorizer.ts b/typescript/src/models/SingleBandRasterColorizer.ts index ee0b1a88..2cd38b19 100644 --- a/typescript/src/models/SingleBandRasterColorizer.ts +++ b/typescript/src/models/SingleBandRasterColorizer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialGridDefinition.ts b/typescript/src/models/SpatialGridDefinition.ts new file mode 100644 index 00000000..bfdd2993 --- /dev/null +++ b/typescript/src/models/SpatialGridDefinition.ts @@ -0,0 +1,90 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { GridBoundingBox2D } from './GridBoundingBox2D'; +import { + GridBoundingBox2DFromJSON, + GridBoundingBox2DFromJSONTyped, + GridBoundingBox2DToJSON, + GridBoundingBox2DToJSONTyped, +} from './GridBoundingBox2D'; +import type { GeoTransform } from './GeoTransform'; +import { + GeoTransformFromJSON, + GeoTransformFromJSONTyped, + GeoTransformToJSON, + GeoTransformToJSONTyped, +} from './GeoTransform'; + +/** + * + * @export + * @interface SpatialGridDefinition + */ +export interface SpatialGridDefinition { + /** + * + * @type {GeoTransform} + * @memberof SpatialGridDefinition + */ + geoTransform: GeoTransform; + /** + * + * @type {GridBoundingBox2D} + * @memberof SpatialGridDefinition + */ + gridBounds: GridBoundingBox2D; +} + +/** + * Check if a given object implements the SpatialGridDefinition interface. + */ +export function instanceOfSpatialGridDefinition(value: object): value is SpatialGridDefinition { + if (!('geoTransform' in value) || value['geoTransform'] === undefined) return false; + if (!('gridBounds' in value) || value['gridBounds'] === undefined) return false; + return true; +} + +export function SpatialGridDefinitionFromJSON(json: any): SpatialGridDefinition { + return SpatialGridDefinitionFromJSONTyped(json, false); +} + +export function SpatialGridDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDefinition { + if (json == null) { + return json; + } + return { + + 'geoTransform': GeoTransformFromJSON(json['geoTransform']), + 'gridBounds': GridBoundingBox2DFromJSON(json['gridBounds']), + }; +} + +export function SpatialGridDefinitionToJSON(json: any): SpatialGridDefinition { + return SpatialGridDefinitionToJSONTyped(json, false); +} + +export function SpatialGridDefinitionToJSONTyped(value?: SpatialGridDefinition | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'geoTransform': GeoTransformToJSON(value['geoTransform']), + 'gridBounds': GridBoundingBox2DToJSON(value['gridBounds']), + }; +} + diff --git a/typescript/src/models/SpatialGridDescriptor.ts b/typescript/src/models/SpatialGridDescriptor.ts new file mode 100644 index 00000000..c0e532c6 --- /dev/null +++ b/typescript/src/models/SpatialGridDescriptor.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { SpatialGridDefinition } from './SpatialGridDefinition'; +import { + SpatialGridDefinitionFromJSON, + SpatialGridDefinitionFromJSONTyped, + SpatialGridDefinitionToJSON, + SpatialGridDefinitionToJSONTyped, +} from './SpatialGridDefinition'; +import type { SpatialGridDescriptorState } from './SpatialGridDescriptorState'; +import { + SpatialGridDescriptorStateFromJSON, + SpatialGridDescriptorStateFromJSONTyped, + SpatialGridDescriptorStateToJSON, + SpatialGridDescriptorStateToJSONTyped, +} from './SpatialGridDescriptorState'; + +/** + * + * @export + * @interface SpatialGridDescriptor + */ +export interface SpatialGridDescriptor { + /** + * + * @type {SpatialGridDescriptorState} + * @memberof SpatialGridDescriptor + */ + descriptor: SpatialGridDescriptorState; + /** + * + * @type {SpatialGridDefinition} + * @memberof SpatialGridDescriptor + */ + spatialGrid: SpatialGridDefinition; +} + + + +/** + * Check if a given object implements the SpatialGridDescriptor interface. + */ +export function instanceOfSpatialGridDescriptor(value: object): value is SpatialGridDescriptor { + if (!('descriptor' in value) || value['descriptor'] === undefined) return false; + if (!('spatialGrid' in value) || value['spatialGrid'] === undefined) return false; + return true; +} + +export function SpatialGridDescriptorFromJSON(json: any): SpatialGridDescriptor { + return SpatialGridDescriptorFromJSONTyped(json, false); +} + +export function SpatialGridDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptor { + if (json == null) { + return json; + } + return { + + 'descriptor': SpatialGridDescriptorStateFromJSON(json['descriptor']), + 'spatialGrid': SpatialGridDefinitionFromJSON(json['spatialGrid']), + }; +} + +export function SpatialGridDescriptorToJSON(json: any): SpatialGridDescriptor { + return SpatialGridDescriptorToJSONTyped(json, false); +} + +export function SpatialGridDescriptorToJSONTyped(value?: SpatialGridDescriptor | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'descriptor': SpatialGridDescriptorStateToJSON(value['descriptor']), + 'spatialGrid': SpatialGridDefinitionToJSON(value['spatialGrid']), + }; +} + diff --git a/typescript/src/models/SpatialGridDescriptorState.ts b/typescript/src/models/SpatialGridDescriptorState.ts new file mode 100644 index 00000000..99cf5ec5 --- /dev/null +++ b/typescript/src/models/SpatialGridDescriptorState.ts @@ -0,0 +1,53 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +/** + * + * @export + */ +export const SpatialGridDescriptorState = { + Source: 'source', + Derived: 'derived' +} as const; +export type SpatialGridDescriptorState = typeof SpatialGridDescriptorState[keyof typeof SpatialGridDescriptorState]; + + +export function instanceOfSpatialGridDescriptorState(value: any): boolean { + for (const key in SpatialGridDescriptorState) { + if (Object.prototype.hasOwnProperty.call(SpatialGridDescriptorState, key)) { + if (SpatialGridDescriptorState[key as keyof typeof SpatialGridDescriptorState] === value) { + return true; + } + } + } + return false; +} + +export function SpatialGridDescriptorStateFromJSON(json: any): SpatialGridDescriptorState { + return SpatialGridDescriptorStateFromJSONTyped(json, false); +} + +export function SpatialGridDescriptorStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState { + return json as SpatialGridDescriptorState; +} + +export function SpatialGridDescriptorStateToJSON(value?: SpatialGridDescriptorState | null): any { + return value as any; +} + +export function SpatialGridDescriptorStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SpatialGridDescriptorState { + return value as SpatialGridDescriptorState; +} + diff --git a/typescript/src/models/SpatialPartition2D.ts b/typescript/src/models/SpatialPartition2D.ts index ff23f964..2c1b0191 100644 --- a/typescript/src/models/SpatialPartition2D.ts +++ b/typescript/src/models/SpatialPartition2D.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialReferenceAuthority.ts b/typescript/src/models/SpatialReferenceAuthority.ts index 966f5a59..805feb1f 100644 --- a/typescript/src/models/SpatialReferenceAuthority.ts +++ b/typescript/src/models/SpatialReferenceAuthority.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialReferenceSpecification.ts b/typescript/src/models/SpatialReferenceSpecification.ts index f7fe9484..1a481f49 100644 --- a/typescript/src/models/SpatialReferenceSpecification.ts +++ b/typescript/src/models/SpatialReferenceSpecification.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SpatialResolution.ts b/typescript/src/models/SpatialResolution.ts index 837397af..d0edcebe 100644 --- a/typescript/src/models/SpatialResolution.ts +++ b/typescript/src/models/SpatialResolution.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StacApiRetries.ts b/typescript/src/models/StacApiRetries.ts index 94ce0087..64e574ce 100644 --- a/typescript/src/models/StacApiRetries.ts +++ b/typescript/src/models/StacApiRetries.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StacBand.ts b/typescript/src/models/StacBand.ts deleted file mode 100644 index 609e95b7..00000000 --- a/typescript/src/models/StacBand.ts +++ /dev/null @@ -1,93 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -import type { RasterDataType } from './RasterDataType'; -import { - RasterDataTypeFromJSON, - RasterDataTypeFromJSONTyped, - RasterDataTypeToJSON, - RasterDataTypeToJSONTyped, -} from './RasterDataType'; - -/** - * - * @export - * @interface StacBand - */ -export interface StacBand { - /** - * - * @type {RasterDataType} - * @memberof StacBand - */ - dataType: RasterDataType; - /** - * - * @type {string} - * @memberof StacBand - */ - name: string; - /** - * - * @type {number} - * @memberof StacBand - */ - noDataValue?: number | null; -} - - - -/** - * Check if a given object implements the StacBand interface. - */ -export function instanceOfStacBand(value: object): value is StacBand { - if (!('dataType' in value) || value['dataType'] === undefined) return false; - if (!('name' in value) || value['name'] === undefined) return false; - return true; -} - -export function StacBandFromJSON(json: any): StacBand { - return StacBandFromJSONTyped(json, false); -} - -export function StacBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacBand { - if (json == null) { - return json; - } - return { - - 'dataType': RasterDataTypeFromJSON(json['dataType']), - 'name': json['name'], - 'noDataValue': json['noDataValue'] == null ? undefined : json['noDataValue'], - }; -} - -export function StacBandToJSON(json: any): StacBand { - return StacBandToJSONTyped(json, false); -} - -export function StacBandToJSONTyped(value?: StacBand | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'dataType': RasterDataTypeToJSON(value['dataType']), - 'name': value['name'], - 'noDataValue': value['noDataValue'], - }; -} - diff --git a/typescript/src/models/StacQueryBuffer.ts b/typescript/src/models/StacQueryBuffer.ts index 3781b92b..48cb5052 100644 --- a/typescript/src/models/StacQueryBuffer.ts +++ b/typescript/src/models/StacQueryBuffer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StacZone.ts b/typescript/src/models/StacZone.ts deleted file mode 100644 index 4efb8a57..00000000 --- a/typescript/src/models/StacZone.ts +++ /dev/null @@ -1,75 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -/** - * - * @export - * @interface StacZone - */ -export interface StacZone { - /** - * - * @type {number} - * @memberof StacZone - */ - epsg: number; - /** - * - * @type {string} - * @memberof StacZone - */ - name: string; -} - -/** - * Check if a given object implements the StacZone interface. - */ -export function instanceOfStacZone(value: object): value is StacZone { - if (!('epsg' in value) || value['epsg'] === undefined) return false; - if (!('name' in value) || value['name'] === undefined) return false; - return true; -} - -export function StacZoneFromJSON(json: any): StacZone { - return StacZoneFromJSONTyped(json, false); -} - -export function StacZoneFromJSONTyped(json: any, ignoreDiscriminator: boolean): StacZone { - if (json == null) { - return json; - } - return { - - 'epsg': json['epsg'], - 'name': json['name'], - }; -} - -export function StacZoneToJSON(json: any): StacZone { - return StacZoneToJSONTyped(json, false); -} - -export function StacZoneToJSONTyped(value?: StacZone | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'epsg': value['epsg'], - 'name': value['name'], - }; -} - diff --git a/typescript/src/models/StaticColor.ts b/typescript/src/models/StaticColor.ts index 539b26ed..f10a02cf 100644 --- a/typescript/src/models/StaticColor.ts +++ b/typescript/src/models/StaticColor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StaticNumber.ts b/typescript/src/models/StaticNumber.ts index 5e969b32..910bbd8a 100644 --- a/typescript/src/models/StaticNumber.ts +++ b/typescript/src/models/StaticNumber.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/StrokeParam.ts b/typescript/src/models/StrokeParam.ts index f3dc1a31..f9fce10b 100644 --- a/typescript/src/models/StrokeParam.ts +++ b/typescript/src/models/StrokeParam.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/SuggestMetaData.ts b/typescript/src/models/SuggestMetaData.ts index ed9d55c7..460188ce 100644 --- a/typescript/src/models/SuggestMetaData.ts +++ b/typescript/src/models/SuggestMetaData.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Symbology.ts b/typescript/src/models/Symbology.ts index 4226c31e..6bdd51b5 100644 --- a/typescript/src/models/Symbology.ts +++ b/typescript/src/models/Symbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskAbortOptions.ts b/typescript/src/models/TaskAbortOptions.ts index db1450b5..5830b10a 100644 --- a/typescript/src/models/TaskAbortOptions.ts +++ b/typescript/src/models/TaskAbortOptions.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskFilter.ts b/typescript/src/models/TaskFilter.ts index cb13c74f..39eed17c 100644 --- a/typescript/src/models/TaskFilter.ts +++ b/typescript/src/models/TaskFilter.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskListOptions.ts b/typescript/src/models/TaskListOptions.ts index 0538e68a..bce73184 100644 --- a/typescript/src/models/TaskListOptions.ts +++ b/typescript/src/models/TaskListOptions.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskResponse.ts b/typescript/src/models/TaskResponse.ts index d9e4f55c..a27221d1 100644 --- a/typescript/src/models/TaskResponse.ts +++ b/typescript/src/models/TaskResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatus.ts b/typescript/src/models/TaskStatus.ts index cb9e31d8..acbb7219 100644 --- a/typescript/src/models/TaskStatus.ts +++ b/typescript/src/models/TaskStatus.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusAborted.ts b/typescript/src/models/TaskStatusAborted.ts index 2c8fb104..d195edce 100644 --- a/typescript/src/models/TaskStatusAborted.ts +++ b/typescript/src/models/TaskStatusAborted.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusCompleted.ts b/typescript/src/models/TaskStatusCompleted.ts index 359e123f..6519ea3a 100644 --- a/typescript/src/models/TaskStatusCompleted.ts +++ b/typescript/src/models/TaskStatusCompleted.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusFailed.ts b/typescript/src/models/TaskStatusFailed.ts index 49811875..52e10ce3 100644 --- a/typescript/src/models/TaskStatusFailed.ts +++ b/typescript/src/models/TaskStatusFailed.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusRunning.ts b/typescript/src/models/TaskStatusRunning.ts index 0f0a8075..a0b2ae02 100644 --- a/typescript/src/models/TaskStatusRunning.ts +++ b/typescript/src/models/TaskStatusRunning.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TaskStatusWithId.ts b/typescript/src/models/TaskStatusWithId.ts index 89977cd7..ff4d275c 100644 --- a/typescript/src/models/TaskStatusWithId.ts +++ b/typescript/src/models/TaskStatusWithId.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TextSymbology.ts b/typescript/src/models/TextSymbology.ts index 440b964b..ca4effce 100644 --- a/typescript/src/models/TextSymbology.ts +++ b/typescript/src/models/TextSymbology.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeDescriptor.ts b/typescript/src/models/TimeDescriptor.ts new file mode 100644 index 00000000..395aaa7b --- /dev/null +++ b/typescript/src/models/TimeDescriptor.ts @@ -0,0 +1,88 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { TimeInterval } from './TimeInterval'; +import { + TimeIntervalFromJSON, + TimeIntervalFromJSONTyped, + TimeIntervalToJSON, + TimeIntervalToJSONTyped, +} from './TimeInterval'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +import { + RegularTimeDimensionFromJSON, + RegularTimeDimensionFromJSONTyped, + RegularTimeDimensionToJSON, + RegularTimeDimensionToJSONTyped, +} from './RegularTimeDimension'; + +/** + * + * @export + * @interface TimeDescriptor + */ +export interface TimeDescriptor { + /** + * + * @type {TimeInterval} + * @memberof TimeDescriptor + */ + bounds?: TimeInterval | null; + /** + * + * @type {RegularTimeDimension} + * @memberof TimeDescriptor + */ + dimension?: RegularTimeDimension | null; +} + +/** + * Check if a given object implements the TimeDescriptor interface. + */ +export function instanceOfTimeDescriptor(value: object): value is TimeDescriptor { + return true; +} + +export function TimeDescriptorFromJSON(json: any): TimeDescriptor { + return TimeDescriptorFromJSONTyped(json, false); +} + +export function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDescriptor { + if (json == null) { + return json; + } + return { + + 'bounds': json['bounds'] == null ? undefined : TimeIntervalFromJSON(json['bounds']), + 'dimension': json['dimension'] == null ? undefined : RegularTimeDimensionFromJSON(json['dimension']), + }; +} + +export function TimeDescriptorToJSON(json: any): TimeDescriptor { + return TimeDescriptorToJSONTyped(json, false); +} + +export function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'bounds': TimeIntervalToJSON(value['bounds']), + 'dimension': RegularTimeDimensionToJSON(value['dimension']), + }; +} + diff --git a/typescript/src/models/TimeGranularity.ts b/typescript/src/models/TimeGranularity.ts index c10bceb9..cb9b513a 100644 --- a/typescript/src/models/TimeGranularity.ts +++ b/typescript/src/models/TimeGranularity.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeInterval.ts b/typescript/src/models/TimeInterval.ts index e2c43fb9..60e2a057 100644 --- a/typescript/src/models/TimeInterval.ts +++ b/typescript/src/models/TimeInterval.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeReference.ts b/typescript/src/models/TimeReference.ts index 4f98905b..978e579c 100644 --- a/typescript/src/models/TimeReference.ts +++ b/typescript/src/models/TimeReference.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TimeStep.ts b/typescript/src/models/TimeStep.ts index fc128fbe..5db6aff6 100644 --- a/typescript/src/models/TimeStep.ts +++ b/typescript/src/models/TimeStep.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedDataProviderDefinition.ts b/typescript/src/models/TypedDataProviderDefinition.ts index 2af2a8a0..a8d52232 100644 --- a/typescript/src/models/TypedDataProviderDefinition.ts +++ b/typescript/src/models/TypedDataProviderDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometry.ts b/typescript/src/models/TypedGeometry.ts index fdd4cef0..0984c7b0 100644 --- a/typescript/src/models/TypedGeometry.ts +++ b/typescript/src/models/TypedGeometry.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf.ts b/typescript/src/models/TypedGeometryOneOf.ts index 796e3ed9..e1fc304d 100644 --- a/typescript/src/models/TypedGeometryOneOf.ts +++ b/typescript/src/models/TypedGeometryOneOf.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf1.ts b/typescript/src/models/TypedGeometryOneOf1.ts index 1ac5f8f6..03b68c5f 100644 --- a/typescript/src/models/TypedGeometryOneOf1.ts +++ b/typescript/src/models/TypedGeometryOneOf1.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf2.ts b/typescript/src/models/TypedGeometryOneOf2.ts index 0495c4c0..884fd062 100644 --- a/typescript/src/models/TypedGeometryOneOf2.ts +++ b/typescript/src/models/TypedGeometryOneOf2.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedGeometryOneOf3.ts b/typescript/src/models/TypedGeometryOneOf3.ts index 2826d2d9..7ec26ab0 100644 --- a/typescript/src/models/TypedGeometryOneOf3.ts +++ b/typescript/src/models/TypedGeometryOneOf3.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedOperator.ts b/typescript/src/models/TypedOperator.ts index b1cc2f98..441a662c 100644 --- a/typescript/src/models/TypedOperator.ts +++ b/typescript/src/models/TypedOperator.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedOperatorOperator.ts b/typescript/src/models/TypedOperatorOperator.ts index 34a3e2ad..966af0e9 100644 --- a/typescript/src/models/TypedOperatorOperator.ts +++ b/typescript/src/models/TypedOperatorOperator.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedPlotResultDescriptor.ts b/typescript/src/models/TypedPlotResultDescriptor.ts index dba4e47c..0a4b33bd 100644 --- a/typescript/src/models/TypedPlotResultDescriptor.ts +++ b/typescript/src/models/TypedPlotResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedRasterResultDescriptor.ts b/typescript/src/models/TypedRasterResultDescriptor.ts index 6d269a93..8bd7b531 100644 --- a/typescript/src/models/TypedRasterResultDescriptor.ts +++ b/typescript/src/models/TypedRasterResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,20 +13,13 @@ */ import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; +import type { TimeDescriptor } from './TimeDescriptor'; import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; + TimeDescriptorFromJSON, + TimeDescriptorFromJSONTyped, + TimeDescriptorToJSON, + TimeDescriptorToJSONTyped, +} from './TimeDescriptor'; import type { RasterResultDescriptor } from './RasterResultDescriptor'; import { RasterResultDescriptorFromJSON, @@ -41,6 +34,13 @@ import { RasterBandDescriptorToJSON, RasterBandDescriptorToJSONTyped, } from './RasterBandDescriptor'; +import type { SpatialGridDescriptor } from './SpatialGridDescriptor'; +import { + SpatialGridDescriptorFromJSON, + SpatialGridDescriptorFromJSONTyped, + SpatialGridDescriptorToJSON, + SpatialGridDescriptorToJSONTyped, +} from './SpatialGridDescriptor'; import type { RasterDataType } from './RasterDataType'; import { RasterDataTypeFromJSON, @@ -48,13 +48,6 @@ import { RasterDataTypeToJSON, RasterDataTypeToJSONTyped, } from './RasterDataType'; -import type { SpatialPartition2D } from './SpatialPartition2D'; -import { - SpatialPartition2DFromJSON, - SpatialPartition2DFromJSONTyped, - SpatialPartition2DToJSON, - SpatialPartition2DToJSONTyped, -} from './SpatialPartition2D'; /** * diff --git a/typescript/src/models/TypedResultDescriptor.ts b/typescript/src/models/TypedResultDescriptor.ts index 70b5fe9e..14addcc5 100644 --- a/typescript/src/models/TypedResultDescriptor.ts +++ b/typescript/src/models/TypedResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/TypedVectorResultDescriptor.ts b/typescript/src/models/TypedVectorResultDescriptor.ts index 979ccc0b..9077fab4 100644 --- a/typescript/src/models/TypedVectorResultDescriptor.ts +++ b/typescript/src/models/TypedVectorResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UnitlessMeasurement.ts b/typescript/src/models/UnitlessMeasurement.ts index ebe7fd5a..ae5ff72a 100644 --- a/typescript/src/models/UnitlessMeasurement.ts +++ b/typescript/src/models/UnitlessMeasurement.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UnixTimeStampType.ts b/typescript/src/models/UnixTimeStampType.ts index 8f75698a..312b1da2 100644 --- a/typescript/src/models/UnixTimeStampType.ts +++ b/typescript/src/models/UnixTimeStampType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateDataset.ts b/typescript/src/models/UpdateDataset.ts index f88f57a6..4add248a 100644 --- a/typescript/src/models/UpdateDataset.ts +++ b/typescript/src/models/UpdateDataset.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateLayer.ts b/typescript/src/models/UpdateLayer.ts index 3bf5f7a4..d1d4e332 100644 --- a/typescript/src/models/UpdateLayer.ts +++ b/typescript/src/models/UpdateLayer.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateLayerCollection.ts b/typescript/src/models/UpdateLayerCollection.ts index d36fe85b..2000243e 100644 --- a/typescript/src/models/UpdateLayerCollection.ts +++ b/typescript/src/models/UpdateLayerCollection.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateProject.ts b/typescript/src/models/UpdateProject.ts index 4bbec168..89ea4f96 100644 --- a/typescript/src/models/UpdateProject.ts +++ b/typescript/src/models/UpdateProject.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UpdateQuota.ts b/typescript/src/models/UpdateQuota.ts index 4d5461d0..e19605de 100644 --- a/typescript/src/models/UpdateQuota.ts +++ b/typescript/src/models/UpdateQuota.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UploadFileLayersResponse.ts b/typescript/src/models/UploadFileLayersResponse.ts index 659b9e43..2e6bae23 100644 --- a/typescript/src/models/UploadFileLayersResponse.ts +++ b/typescript/src/models/UploadFileLayersResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UploadFilesResponse.ts b/typescript/src/models/UploadFilesResponse.ts index aab62aa0..15e70540 100644 --- a/typescript/src/models/UploadFilesResponse.ts +++ b/typescript/src/models/UploadFilesResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UsageSummaryGranularity.ts b/typescript/src/models/UsageSummaryGranularity.ts index 2aa87838..a0089349 100644 --- a/typescript/src/models/UsageSummaryGranularity.ts +++ b/typescript/src/models/UsageSummaryGranularity.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserCredentials.ts b/typescript/src/models/UserCredentials.ts index 6975df0b..8b01170c 100644 --- a/typescript/src/models/UserCredentials.ts +++ b/typescript/src/models/UserCredentials.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserInfo.ts b/typescript/src/models/UserInfo.ts index d11b9274..5732afb5 100644 --- a/typescript/src/models/UserInfo.ts +++ b/typescript/src/models/UserInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserRegistration.ts b/typescript/src/models/UserRegistration.ts index 8651a845..7cb596f5 100644 --- a/typescript/src/models/UserRegistration.ts +++ b/typescript/src/models/UserRegistration.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/UserSession.ts b/typescript/src/models/UserSession.ts index 05866e99..0638ac34 100644 --- a/typescript/src/models/UserSession.ts +++ b/typescript/src/models/UserSession.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VecUpdate.ts b/typescript/src/models/VecUpdate.ts index 7722d2b0..367324cb 100644 --- a/typescript/src/models/VecUpdate.ts +++ b/typescript/src/models/VecUpdate.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VectorColumnInfo.ts b/typescript/src/models/VectorColumnInfo.ts index 25ffa4e7..2d61f2df 100644 --- a/typescript/src/models/VectorColumnInfo.ts +++ b/typescript/src/models/VectorColumnInfo.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VectorDataType.ts b/typescript/src/models/VectorDataType.ts index 6fd9e6c6..ef8b7dca 100644 --- a/typescript/src/models/VectorDataType.ts +++ b/typescript/src/models/VectorDataType.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VectorQueryRectangle.ts b/typescript/src/models/VectorQueryRectangle.ts deleted file mode 100644 index 2f3b7256..00000000 --- a/typescript/src/models/VectorQueryRectangle.ts +++ /dev/null @@ -1,106 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.8.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - -import { mapValues } from '../runtime'; -import type { SpatialResolution } from './SpatialResolution'; -import { - SpatialResolutionFromJSON, - SpatialResolutionFromJSONTyped, - SpatialResolutionToJSON, - SpatialResolutionToJSONTyped, -} from './SpatialResolution'; -import type { TimeInterval } from './TimeInterval'; -import { - TimeIntervalFromJSON, - TimeIntervalFromJSONTyped, - TimeIntervalToJSON, - TimeIntervalToJSONTyped, -} from './TimeInterval'; -import type { BoundingBox2D } from './BoundingBox2D'; -import { - BoundingBox2DFromJSON, - BoundingBox2DFromJSONTyped, - BoundingBox2DToJSON, - BoundingBox2DToJSONTyped, -} from './BoundingBox2D'; - -/** - * A spatio-temporal rectangle with a specified resolution - * @export - * @interface VectorQueryRectangle - */ -export interface VectorQueryRectangle { - /** - * - * @type {BoundingBox2D} - * @memberof VectorQueryRectangle - */ - spatialBounds: BoundingBox2D; - /** - * - * @type {SpatialResolution} - * @memberof VectorQueryRectangle - */ - spatialResolution: SpatialResolution; - /** - * - * @type {TimeInterval} - * @memberof VectorQueryRectangle - */ - timeInterval: TimeInterval; -} - -/** - * Check if a given object implements the VectorQueryRectangle interface. - */ -export function instanceOfVectorQueryRectangle(value: object): value is VectorQueryRectangle { - if (!('spatialBounds' in value) || value['spatialBounds'] === undefined) return false; - if (!('spatialResolution' in value) || value['spatialResolution'] === undefined) return false; - if (!('timeInterval' in value) || value['timeInterval'] === undefined) return false; - return true; -} - -export function VectorQueryRectangleFromJSON(json: any): VectorQueryRectangle { - return VectorQueryRectangleFromJSONTyped(json, false); -} - -export function VectorQueryRectangleFromJSONTyped(json: any, ignoreDiscriminator: boolean): VectorQueryRectangle { - if (json == null) { - return json; - } - return { - - 'spatialBounds': BoundingBox2DFromJSON(json['spatialBounds']), - 'spatialResolution': SpatialResolutionFromJSON(json['spatialResolution']), - 'timeInterval': TimeIntervalFromJSON(json['timeInterval']), - }; -} - -export function VectorQueryRectangleToJSON(json: any): VectorQueryRectangle { - return VectorQueryRectangleToJSONTyped(json, false); -} - -export function VectorQueryRectangleToJSONTyped(value?: VectorQueryRectangle | null, ignoreDiscriminator: boolean = false): any { - if (value == null) { - return value; - } - - return { - - 'spatialBounds': BoundingBox2DToJSON(value['spatialBounds']), - 'spatialResolution': SpatialResolutionToJSON(value['spatialResolution']), - 'timeInterval': TimeIntervalToJSON(value['timeInterval']), - }; -} - diff --git a/typescript/src/models/VectorResultDescriptor.ts b/typescript/src/models/VectorResultDescriptor.ts index 4a7541d7..f7a07904 100644 --- a/typescript/src/models/VectorResultDescriptor.ts +++ b/typescript/src/models/VectorResultDescriptor.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Volume.ts b/typescript/src/models/Volume.ts index 7c29c4cb..45b3f55c 100644 --- a/typescript/src/models/Volume.ts +++ b/typescript/src/models/Volume.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/VolumeFileLayersResponse.ts b/typescript/src/models/VolumeFileLayersResponse.ts index b067dfb0..5301340b 100644 --- a/typescript/src/models/VolumeFileLayersResponse.ts +++ b/typescript/src/models/VolumeFileLayersResponse.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WcsBoundingbox.ts b/typescript/src/models/WcsBoundingbox.ts index 07df170a..8d5f6471 100644 --- a/typescript/src/models/WcsBoundingbox.ts +++ b/typescript/src/models/WcsBoundingbox.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WcsService.ts b/typescript/src/models/WcsService.ts index 0e534c46..43f01fe8 100644 --- a/typescript/src/models/WcsService.ts +++ b/typescript/src/models/WcsService.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WcsVersion.ts b/typescript/src/models/WcsVersion.ts index 71af8e2d..9e77fc96 100644 --- a/typescript/src/models/WcsVersion.ts +++ b/typescript/src/models/WcsVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WfsService.ts b/typescript/src/models/WfsService.ts index 6cd95600..90ec7225 100644 --- a/typescript/src/models/WfsService.ts +++ b/typescript/src/models/WfsService.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WfsVersion.ts b/typescript/src/models/WfsVersion.ts index 2fe64b30..78fe3a4b 100644 --- a/typescript/src/models/WfsVersion.ts +++ b/typescript/src/models/WfsVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WildliveDataConnectorDefinition.ts b/typescript/src/models/WildliveDataConnectorDefinition.ts index cabcc67d..4373170e 100644 --- a/typescript/src/models/WildliveDataConnectorDefinition.ts +++ b/typescript/src/models/WildliveDataConnectorDefinition.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WmsService.ts b/typescript/src/models/WmsService.ts index ce374b0c..40fd26e0 100644 --- a/typescript/src/models/WmsService.ts +++ b/typescript/src/models/WmsService.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WmsVersion.ts b/typescript/src/models/WmsVersion.ts index 35513d59..b795794d 100644 --- a/typescript/src/models/WmsVersion.ts +++ b/typescript/src/models/WmsVersion.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/Workflow.ts b/typescript/src/models/Workflow.ts index 69549af4..fd4fb13f 100644 --- a/typescript/src/models/Workflow.ts +++ b/typescript/src/models/Workflow.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/WrappedPlotOutput.ts b/typescript/src/models/WrappedPlotOutput.ts index 553417a2..a2409fd8 100644 --- a/typescript/src/models/WrappedPlotOutput.ts +++ b/typescript/src/models/WrappedPlotOutput.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index 1ca49a0c..337a0183 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -61,6 +61,7 @@ export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; +export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; @@ -72,6 +73,8 @@ export * from './GetMapFormat'; export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; +export * from './GridBoundingBox2D'; +export * from './GridIdx2D'; export * from './IdResponse'; export * from './InternalDataId'; export * from './Layer'; @@ -132,7 +135,6 @@ export * from './PermissionListing'; export * from './PermissionRequest'; export * from './Plot'; export * from './PlotOutputFormat'; -export * from './PlotQueryRectangle'; export * from './PlotResultDescriptor'; export * from './PointSymbology'; export * from './PolygonSymbology'; @@ -157,10 +159,11 @@ export * from './RasterDatasetFromWorkflow'; export * from './RasterDatasetFromWorkflowResult'; export * from './RasterPropertiesEntryType'; export * from './RasterPropertiesKey'; -export * from './RasterQueryRectangle'; export * from './RasterResultDescriptor'; export * from './RasterStreamWebsocketResultType'; export * from './RasterSymbology'; +export * from './RasterToDatasetQueryRectangle'; +export * from './RegularTimeDimension'; export * from './Resource'; export * from './Role'; export * from './RoleDescription'; @@ -171,14 +174,15 @@ export * from './SearchTypes'; export * from './SentinelS2L2ACogsProviderDefinition'; export * from './ServerInfo'; export * from './SingleBandRasterColorizer'; +export * from './SpatialGridDefinition'; +export * from './SpatialGridDescriptor'; +export * from './SpatialGridDescriptorState'; export * from './SpatialPartition2D'; export * from './SpatialReferenceAuthority'; export * from './SpatialReferenceSpecification'; export * from './SpatialResolution'; export * from './StacApiRetries'; -export * from './StacBand'; export * from './StacQueryBuffer'; -export * from './StacZone'; export * from './StaticColor'; export * from './StaticNumber'; export * from './StrokeParam'; @@ -195,6 +199,7 @@ export * from './TaskStatusFailed'; export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; +export * from './TimeDescriptor'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; @@ -228,7 +233,6 @@ export * from './UserSession'; export * from './VecUpdate'; export * from './VectorColumnInfo'; export * from './VectorDataType'; -export * from './VectorQueryRectangle'; export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index 8994c6e6..09488082 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -4,7 +4,7 @@ * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.8.0 + * The version of the OpenAPI document: 0.9.0 * Contact: dev@geoengine.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). From 39339bf713246334092b8ac0468736d546d8b1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 6 Aug 2025 16:37:01 +0200 Subject: [PATCH 11/19] generate new openapi --- .generation/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generation/config.ini b/.generation/config.ini index 2a7f0de4..f1c38c8d 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,5 +1,5 @@ [input] -backendCommit = 2f2fc88dcaa9b4b5993a9d980f4b4f1190585522 +backendCommit = f0e6b6470a9f123f0146e2f79ae7331a28eb5325 [general] githubUrl = https://github.com/geo-engine/openapi-client From 4d9860ffd516015933dab0b87e6e90179dd94140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Mon, 11 Aug 2025 13:34:16 +0200 Subject: [PATCH 12/19] add postprocessing --- .generation/post-process/python.py | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index 314b5b5e..e1b03e82 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -13,6 +13,7 @@ INDENT = ' ' HALF_INDENT = ' ' + def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the api_client.py file.''' for line in file_contents: @@ -25,6 +26,7 @@ def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: yield line + def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the exceptions.py file.''' for line in file_contents: @@ -39,6 +41,7 @@ def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: yield line + def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the task_status_with_id.py file.''' for line in file_contents: @@ -73,12 +76,14 @@ def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, Non yield line + EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent(dedent('''\ # Note: fixed handling of empty responses if response_data.data is None: return None '''), 2 * INDENT) + def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the tasks_api.py file.''' state: Literal[None, 'abort_handler'] = None @@ -88,12 +93,13 @@ def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: state = 'abort_handler' elif state == 'abort_handler' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): + dedented_line.startswith('return self.api_client.response_deserialize('): line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line state = None yield line + def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: '''Modify the tasks_api.py file.''' state: Literal[ @@ -105,7 +111,8 @@ def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: if state is None and ( dedented_line.startswith('def add_existing_layer_to_collection(') or - dedented_line.startswith('def add_existing_collection_to_collection(') + dedented_line.startswith( + 'def add_existing_collection_to_collection(') or dedented_line.startswith('def remove_collection_from_collection(') or @@ -116,12 +123,13 @@ def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: state = 'add_early_return_empty_http_response' elif state == 'add_early_return_empty_http_response' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): + dedented_line.startswith('return self.api_client.response_deserialize('): line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line state = None yield line + def ogc_xyz_api_py(ogc_api: Literal['wfs', 'wms']) -> Callable[[List[str]], Generator[str, None, None]]: '''Modify the ogc_xyz_api.py file.''' def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: @@ -141,7 +149,7 @@ def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: ''' Modify the raster_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 ''' @@ -171,10 +179,11 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None yield line + def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: ''' Modify the vector_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 ''' @@ -213,7 +222,7 @@ def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: ''' Modify the plot_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 ''' @@ -285,6 +294,6 @@ def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: if modifier_function := file_modifications.get(input_file.name): modify_file(input_file, modifier_function) else: - pass # leave file untouched + pass # leave file untouched exit(0) From 747349d58add36e436c2f8db509a3baa32946fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Tue, 28 Oct 2025 14:19:30 +0100 Subject: [PATCH 13/19] TimeStep fixed handling of TimeGranularity enum --- .generation/post-process/python.py | 225 ++++++++++++++++++++--------- 1 file changed, 157 insertions(+), 68 deletions(-) diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index e1b03e82..86da2dea 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -1,8 +1,8 @@ #!/bin/python3 -''' +""" Post-processing of generated code. -''' +""" import sys from pathlib import Path @@ -10,156 +10,196 @@ from textwrap import dedent, indent from util import modify_file, version -INDENT = ' ' -HALF_INDENT = ' ' +INDENT = " " +HALF_INDENT = " " def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the api_client.py file.''' + """Modify the api_client.py file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('self.user_agent = '): - line = indent(dedent(f'''\ + if dedented_line.startswith("self.user_agent = "): + line = indent( + dedent(f"""\ self.user_agent = 'geoengine/openapi-client/python/{version()}' - '''), 2 * INDENT) + """), + 2 * INDENT, + ) yield line def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the exceptions.py file.''' + """Modify the exceptions.py file.""" for line in file_contents: if dedent(line).startswith('"""Custom error messages for exception"""'): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: changed message formatting import json parsed_body = json.loads(self.body) return f'{parsed_body["error"]}: {parsed_body["message"]}' - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the task_status_with_id.py file.''' + """Modify the task_status_with_id.py file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith('if self.info is None and'): - line = indent(dedent('''\ + if dedented_line.startswith("if self.info is None and"): + line = indent( + dedent("""\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "info", None) is None and "info" in self.actual_instance.__fields_set__: - '''), 2 * INDENT) + """), + 2 * INDENT, + ) - elif dedented_line.startswith('if self.clean_up is None and'): - line = indent(dedent('''\ + elif dedented_line.startswith("if self.clean_up is None and"): + line = indent( + dedent("""\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "clean_up", None) is None and "clean_up" in self.actual_instance.__fields_set__: - '''), 2 * INDENT) + """), + 2 * INDENT, + ) - elif dedented_line.startswith('if self.error is None and'): - line = indent(dedent('''\ + elif dedented_line.startswith("if self.error is None and"): + line = indent( + dedent("""\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "error", None) is None and "error" in self.actual_instance.__fields_set__: - '''), 2 * INDENT) - - elif dedented_line.startswith('_obj = cls.model_validate({'): - line = indent(dedent('''\ + """), + 2 * INDENT, + ) + + elif dedented_line.startswith("_obj = cls.model_validate({"): + line = ( + indent( + dedent("""\ # Note: fixed handling of actual_instance _obj = cls.model_validate({ "actual_instance": TaskStatus.from_dict(obj).actual_instance, "task_id": obj.get("taskId") }) return _obj - '''), 2 * INDENT) + '\n' + line + """), + 2 * INDENT, + ) + + "\n" + + line + ) yield line -EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent(dedent('''\ +EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent( + dedent("""\ # Note: fixed handling of empty responses if response_data.data is None: return None - '''), 2 * INDENT) + """), + 2 * INDENT, +) def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the tasks_api.py file.''' - state: Literal[None, 'abort_handler'] = None + """Modify the tasks_api.py file.""" + state: Literal[None, "abort_handler"] = None for line in file_contents: dedented_line = dedent(line) - if state is None and dedented_line.startswith('def abort_handler('): - state = 'abort_handler' + if state is None and dedented_line.startswith("def abort_handler("): + state = "abort_handler" - elif state == 'abort_handler' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): - line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line + elif state == "abort_handler" and dedented_line.startswith( + "return self.api_client.response_deserialize(" + ): + line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + "\n" + line state = None yield line def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the tasks_api.py file.''' + """Modify the tasks_api.py file.""" state: Literal[ None, - 'add_early_return_empty_http_response', + "add_early_return_empty_http_response", ] = None for line in file_contents: dedented_line = dedent(line) if state is None and ( - dedented_line.startswith('def add_existing_layer_to_collection(') - or - dedented_line.startswith( - 'def add_existing_collection_to_collection(') - or - dedented_line.startswith('def remove_collection_from_collection(') - or - dedented_line.startswith('def remove_layer_from_collection(') - or - dedented_line.startswith('def remove_collection(') + dedented_line.startswith("def add_existing_layer_to_collection(") + or dedented_line.startswith("def add_existing_collection_to_collection(") + or dedented_line.startswith("def remove_collection_from_collection(") + or dedented_line.startswith("def remove_layer_from_collection(") + or dedented_line.startswith("def remove_collection(") ): - state = 'add_early_return_empty_http_response' + state = "add_early_return_empty_http_response" - elif state == 'add_early_return_empty_http_response' and \ - dedented_line.startswith('return self.api_client.response_deserialize('): - line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line + elif ( + state == "add_early_return_empty_http_response" + and dedented_line.startswith("return self.api_client.response_deserialize(") + ): + line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + "\n" + line state = None yield line -def ogc_xyz_api_py(ogc_api: Literal['wfs', 'wms']) -> Callable[[List[str]], Generator[str, None, None]]: - '''Modify the ogc_xyz_api.py file.''' +def ogc_xyz_api_py( + ogc_api: Literal["wfs", "wms"], +) -> Callable[[List[str]], Generator[str, None, None]]: + """Modify the ogc_xyz_api.py file.""" + def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: - '''Modify the ogc_wfs_api.py file.''' + """Modify the ogc_wfs_api.py file.""" for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith(f"resource_path='/{ogc_api}/{{workflow}}?request="): - line = indent(dedent(f'''\ + if dedented_line.startswith( + f"resource_path='/{ogc_api}/{{workflow}}?request=" + ): + line = indent( + dedent(f"""\ # Note: remove query string in path part for ogc endpoints resource_path='/{ogc_api}/{{workflow}}', - '''), 3 * INDENT) + """), + 3 * INDENT, + ) yield line + return _ogc_xyz_api_py def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - ''' + """ Modify the raster_result_descriptor.py file. TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - ''' + """ for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of RasterResultDescriptor from a dict"""' ): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: fixed if obj is None: return None @@ -175,25 +215,32 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - ''' + """ Modify the vector_result_descriptor.py file. TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - ''' + """ for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of VectorResultDescriptor from a dict"""' ): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: fixed if obj is None: return None @@ -214,25 +261,32 @@ def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - ''' + """ Modify the plot_result_descriptor.py file. TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - ''' + """ for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of PlotResultDescriptor from a dict"""' ): - line = line + '\n' + indent(dedent('''\ + line = ( + line + + "\n" + + indent( + dedent("""\ # Note: fixed if obj is None: return None @@ -246,7 +300,10 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - '''), 2 * INDENT) + """), + 2 * INDENT, + ) + ) yield line @@ -275,6 +332,38 @@ def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: yield line +def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: + """ + Modify the time_step.py file. + """ + + for line in file_contents: + dedented_line = dedent(line) + if dedented_line.startswith('"""Create an instance of TimeStep from a dict"""'): + line = ( + line + + "\n" + + indent( + dedent("""\ + # Note: fixed handling of TimeGranularity enum + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "granularity": TimeGranularity(obj["granularity"]) if obj.get("granularity") is not None else None, + "step": obj.get("step"), + }) + return _obj + """), + 2 * INDENT, + ) + ) + yield line + + input_file = Path(sys.argv[1]) file_modifications = { From 7a593c2f2a173d1e7e95a98f7974f6731f68659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 19 Nov 2025 11:35:42 +0100 Subject: [PATCH 14/19] " to ' --- .generation/post-process/python.py | 248 ++++++++++------------------- 1 file changed, 87 insertions(+), 161 deletions(-) diff --git a/.generation/post-process/python.py b/.generation/post-process/python.py index 7ac793c4..6edfa1ed 100644 --- a/.generation/post-process/python.py +++ b/.generation/post-process/python.py @@ -1,8 +1,8 @@ #!/bin/python3 -""" +''' Post-processing of generated code. -""" +''' import sys from pathlib import Path @@ -10,196 +10,148 @@ from textwrap import dedent, indent from util import modify_file, version -INDENT = " " -HALF_INDENT = " " - +INDENT = ' ' +HALF_INDENT = ' ' def api_client_py(file_contents: List[str]) -> Generator[str, None, None]: - """Modify the api_client.py file.""" + '''Modify the api_client.py file.''' for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith("self.user_agent = "): - line = indent( - dedent(f"""\ + if dedented_line.startswith('self.user_agent = '): + line = indent(dedent(f'''\ self.user_agent = 'geoengine/openapi-client/python/{version()}' - """), - 2 * INDENT, - ) + '''), 2 * INDENT) yield line - def exceptions_py(file_contents: List[str]) -> Generator[str, None, None]: - """Modify the exceptions.py file.""" + '''Modify the exceptions.py file.''' for line in file_contents: if dedent(line).startswith('"""Custom error messages for exception"""'): - line = ( - line - + "\n" - + indent( - dedent("""\ + line = line + '\n' + indent(dedent('''\ # Note: changed message formatting import json parsed_body = json.loads(self.body) return f'{parsed_body["error"]}: {parsed_body["message"]}' - """), - 2 * INDENT, - ) - ) + '''), 2 * INDENT) yield line - def task_status_with_id_py(file_contents: List[str]) -> Generator[str, None, None]: - """Modify the task_status_with_id.py file.""" + '''Modify the task_status_with_id.py file.''' for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith("if self.info is None and"): - line = indent( - dedent("""\ + if dedented_line.startswith('if self.info is None and'): + line = indent(dedent('''\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "info", None) is None and "info" in self.actual_instance.__fields_set__: - """), - 2 * INDENT, - ) + '''), 2 * INDENT) - elif dedented_line.startswith("if self.clean_up is None and"): - line = indent( - dedent("""\ + elif dedented_line.startswith('if self.clean_up is None and'): + line = indent(dedent('''\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "clean_up", None) is None and "clean_up" in self.actual_instance.__fields_set__: - """), - 2 * INDENT, - ) + '''), 2 * INDENT) - elif dedented_line.startswith("if self.error is None and"): - line = indent( - dedent("""\ + elif dedented_line.startswith('if self.error is None and'): + line = indent(dedent('''\ # Note: fixed handling of actual_instance if getattr(self.actual_instance, "error", None) is None and "error" in self.actual_instance.__fields_set__: - """), - 2 * INDENT, - ) - - elif dedented_line.startswith("_obj = cls.model_validate({"): - line = ( - indent( - dedent("""\ + '''), 2 * INDENT) + + elif dedented_line.startswith('_obj = cls.model_validate({'): + line = indent(dedent('''\ # Note: fixed handling of actual_instance _obj = cls.model_validate({ "actual_instance": TaskStatus.from_dict(obj).actual_instance, "task_id": obj.get("taskId") }) return _obj - """), - 2 * INDENT, - ) - + "\n" - + line - ) + '''), 2 * INDENT) + '\n' + line yield line - -EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent( - dedent("""\ +EARLY_RETURN_EMPTY_HTTP_RESPONSE = indent(dedent('''\ # Note: fixed handling of empty responses if response_data.data is None: return None - """), - 2 * INDENT, -) - + '''), 2 * INDENT) def tasks_api_py(file_contents: List[str]) -> Generator[str, None, None]: - """Modify the tasks_api.py file.""" - state: Literal[None, "abort_handler"] = None + '''Modify the tasks_api.py file.''' + state: Literal[None, 'abort_handler'] = None for line in file_contents: dedented_line = dedent(line) - if state is None and dedented_line.startswith("def abort_handler("): - state = "abort_handler" + if state is None and dedented_line.startswith('def abort_handler('): + state = 'abort_handler' - elif state == "abort_handler" and dedented_line.startswith( - "return self.api_client.response_deserialize(" - ): - line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + "\n" + line + elif state == 'abort_handler' and \ + dedented_line.startswith('return self.api_client.response_deserialize('): + line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line state = None yield line - def layers_api_py(file_contents: List[str]) -> Generator[str, None, None]: - """Modify the tasks_api.py file.""" + '''Modify the tasks_api.py file.''' state: Literal[ None, - "add_early_return_empty_http_response", + 'add_early_return_empty_http_response', ] = None for line in file_contents: dedented_line = dedent(line) if state is None and ( - dedented_line.startswith("def add_existing_layer_to_collection(") - or dedented_line.startswith("def add_existing_collection_to_collection(") - or dedented_line.startswith("def remove_collection_from_collection(") - or dedented_line.startswith("def remove_layer_from_collection(") - or dedented_line.startswith("def remove_collection(") + dedented_line.startswith('def add_existing_layer_to_collection(') + or + dedented_line.startswith('def add_existing_collection_to_collection(') + or + dedented_line.startswith('def remove_collection_from_collection(') + or + dedented_line.startswith('def remove_layer_from_collection(') + or + dedented_line.startswith('def remove_collection(') ): - state = "add_early_return_empty_http_response" + state = 'add_early_return_empty_http_response' - elif ( - state == "add_early_return_empty_http_response" - and dedented_line.startswith("return self.api_client.response_deserialize(") - ): - line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + "\n" + line + elif state == 'add_early_return_empty_http_response' and \ + dedented_line.startswith('return self.api_client.response_deserialize('): + line = EARLY_RETURN_EMPTY_HTTP_RESPONSE + '\n' + line state = None yield line - -def ogc_xyz_api_py( - ogc_api: Literal["wfs", "wms"], -) -> Callable[[List[str]], Generator[str, None, None]]: - """Modify the ogc_xyz_api.py file.""" - +def ogc_xyz_api_py(ogc_api: Literal['wfs', 'wms']) -> Callable[[List[str]], Generator[str, None, None]]: + '''Modify the ogc_xyz_api.py file.''' def _ogc_xyz_api_py(file_contents: List[str]) -> Generator[str, None, None]: - """Modify the ogc_wfs_api.py file.""" + '''Modify the ogc_wfs_api.py file.''' for line in file_contents: dedented_line = dedent(line) - if dedented_line.startswith( - f"resource_path='/{ogc_api}/{{workflow}}?request=" - ): - line = indent( - dedent(f"""\ + if dedented_line.startswith(f"resource_path='/{ogc_api}/{{workflow}}?request="): + line = indent(dedent(f'''\ # Note: remove query string in path part for ogc endpoints resource_path='/{ogc_api}/{{workflow}}', - """), - 3 * INDENT, - ) + '''), 3 * INDENT) yield line - return _ogc_xyz_api_py def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - """ + ''' Modify the raster_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - """ + ''' for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of RasterResultDescriptor from a dict"""' ): - line = ( - line - + "\n" - + indent( - dedent("""\ + line = line + '\n' + indent(dedent('''\ # Note: fixed if obj is None: return None @@ -215,32 +167,24 @@ def raster_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "time": TimeDescriptor.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - """), - 2 * INDENT, - ) - ) + '''), 2 * INDENT) yield line - def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - """ + ''' Modify the vector_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - """ + ''' for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of VectorResultDescriptor from a dict"""' ): - line = ( - line - + "\n" - + indent( - dedent("""\ + line = line + '\n' + indent(dedent('''\ # Note: fixed if obj is None: return None @@ -261,32 +205,25 @@ def vector_result_descriptor_py(file_contents: List[str]) -> Generator[str, None "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - """), - 2 * INDENT, - ) - ) + '''), 2 * INDENT) yield line def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, None]: - """ + ''' Modify the plot_result_descriptor.py file. - + TODO: remove when bug is fixed: https://github.com/OpenAPITools/openapi-generator/issues/19926 - """ + ''' for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith( '"""Create an instance of PlotResultDescriptor from a dict"""' ): - line = ( - line - + "\n" - + indent( - dedent("""\ + line = line + '\n' + indent(dedent('''\ # Note: fixed if obj is None: return None @@ -300,27 +237,19 @@ def plot_result_descriptor_py(file_contents: List[str]) -> Generator[str, None, "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, }) return _obj - """), - 2 * INDENT, - ) - ) + '''), 2 * INDENT) yield line - def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: - """ + ''' Modify the time_step.py file. - """ + ''' for line in file_contents: dedented_line = dedent(line) if dedented_line.startswith('"""Create an instance of TimeStep from a dict"""'): - line = ( - line - + "\n" - + indent( - dedent("""\ + line = line + '\n' + indent(dedent('''\ # Note: fixed handling of TimeGranularity enum if obj is None: return None @@ -333,32 +262,29 @@ def time_step_py(file_contents: List[str]) -> Generator[str, None, None]: "step": obj.get("step"), }) return _obj - """), - 2 * INDENT, - ) - ) + '''), 2 * INDENT) + yield line - input_file = Path(sys.argv[1]) file_modifications = { - "api_client.py": api_client_py, - "exceptions.py": exceptions_py, - "layers_api.py": layers_api_py, - "ogcwfs_api.py": ogc_xyz_api_py("wfs"), - "ogcwms_api.py": ogc_xyz_api_py("wms"), - "plot_result_descriptor.py": plot_result_descriptor_py, - "raster_result_descriptor.py": raster_result_descriptor_py, - "task_status_with_id.py": task_status_with_id_py, - "tasks_api.py": tasks_api_py, - "vector_result_descriptor.py": vector_result_descriptor_py, - "time_step.py": time_step_py, + 'api_client.py': api_client_py, + 'exceptions.py': exceptions_py, + 'layers_api.py': layers_api_py, + 'ogcwfs_api.py': ogc_xyz_api_py('wfs'), + 'ogcwms_api.py': ogc_xyz_api_py('wms'), + 'plot_result_descriptor.py': plot_result_descriptor_py, + 'raster_result_descriptor.py': raster_result_descriptor_py, + 'task_status_with_id.py': task_status_with_id_py, + 'tasks_api.py': tasks_api_py, + 'vector_result_descriptor.py': vector_result_descriptor_py, + 'time_step.py': time_step_py } if modifier_function := file_modifications.get(input_file.name): modify_file(input_file, modifier_function) else: - pass # leave file untouched + pass # leave file untouched exit(0) From 265b0780bba60f31fd66b2781e7ac28bf3be37a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 19 Nov 2025 22:47:34 +0100 Subject: [PATCH 15/19] adapt to changes from geoengine main --- .generation/config.ini | 4 +-- .generation/input/openapi.json | 31 ++++++++++++++++--- python/README.md | 2 +- python/geoengine_openapi_client/__init__.py | 2 +- python/geoengine_openapi_client/api_client.py | 2 +- .../geoengine_openapi_client/configuration.py | 2 +- .../wildlive_data_connector_definition.py | 24 +++++++++----- python/pyproject.toml | 2 +- python/setup.py | 2 +- .../test_typed_data_provider_definition.py | 4 ++- ...test_wildlive_data_connector_definition.py | 6 ++-- typescript/README.md | 4 +-- .../WildliveDataConnectorDefinition.d.ts | 20 ++++++++++-- .../models/WildliveDataConnectorDefinition.js | 8 +++-- typescript/dist/esm/runtime.js | 2 +- .../WildliveDataConnectorDefinition.d.ts | 20 ++++++++++-- .../models/WildliveDataConnectorDefinition.js | 8 +++-- typescript/dist/runtime.js | 2 +- .../docs/TypedDataProviderDefinition.md | 8 +++-- .../docs/WildliveDataConnectorDefinition.md | 8 +++-- typescript/package-lock.json | 4 +-- typescript/package.json | 2 +- .../models/WildliveDataConnectorDefinition.ts | 28 ++++++++++++++--- typescript/src/runtime.ts | 2 +- 24 files changed, 147 insertions(+), 50 deletions(-) diff --git a/.generation/config.ini b/.generation/config.ini index f1c38c8d..d1274739 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,9 +1,9 @@ [input] -backendCommit = f0e6b6470a9f123f0146e2f79ae7331a28eb5325 +backendCommit = efa44e39889e3b8ecf2e82bc65b7ffc276e0b425 [general] githubUrl = https://github.com/geo-engine/openapi-client -version = 0.0.28 +version = 0.0.30 [python] name = geoengine_openapi_client diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index b1e2cd7e..14a3838d 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -9536,6 +9536,10 @@ } } }, + "Secret_String": { + "type": "string", + "description": "A wrapper type that serializes to \"*****\" and can be deserialized from any string.\nIf the inner value is \"*****\", it is considered unknown and `as_option` returns `None`.\nThis is useful for secrets that should not be exposed in API responses, but can be set in API requests." + }, "SentinelS2L2ACogsProviderDefinition": { "type": "object", "required": [ @@ -11033,14 +11037,15 @@ "description" ], "properties": { - "apiKey": { + "description": { + "type": "string" + }, + "expiryDate": { "type": [ "string", "null" - ] - }, - "description": { - "type": "string" + ], + "format": "date-time" }, "id": { "$ref": "#/components/schemas/DataProviderId" @@ -11055,11 +11060,27 @@ ], "format": "int32" }, + "refreshToken": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/Secret_String" + } + ] + }, "type": { "type": "string", "enum": [ "WildLIVE!" ] + }, + "user": { + "type": [ + "string", + "null" + ] } } }, diff --git a/python/README.md b/python/README.md index 47835b8b..2ff514b9 100644 --- a/python/README.md +++ b/python/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 0.9.0 -- Package version: 0.0.28 +- Package version: 0.0.30 - Generator version: 7.17.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 0e234f8c..9a051f33 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.0.28" +__version__ = "0.0.30" # Define package exports __all__ = [ diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index c9c15b7b..083d27b0 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -92,7 +92,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'geoengine/openapi-client/python/0.0.28' + self.user_agent = 'geoengine/openapi-client/python/0.0.30' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index 35827d79..a5f5673a 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -516,7 +516,7 @@ def to_debug_report(self) -> str: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.9.0\n"\ - "SDK Package Version: 0.0.28".\ + "SDK Package Version: 0.0.30".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py b/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py index 159dfec8..d2f7744d 100644 --- a/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py +++ b/python/geoengine_openapi_client/models/wildlive_data_connector_definition.py @@ -18,6 +18,7 @@ import re # noqa: F401 import json +from datetime import datetime from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from uuid import UUID @@ -28,13 +29,15 @@ class WildliveDataConnectorDefinition(BaseModel): """ WildliveDataConnectorDefinition """ # noqa: E501 - api_key: Optional[StrictStr] = Field(default=None, alias="apiKey") description: StrictStr + expiry_date: Optional[datetime] = Field(default=None, alias="expiryDate") id: UUID name: StrictStr priority: Optional[StrictInt] = None + refresh_token: Optional[StrictStr] = Field(default=None, description="A wrapper type that serializes to \"*****\" and can be deserialized from any string. If the inner value is \"*****\", it is considered unknown and `as_option` returns `None`. This is useful for secrets that should not be exposed in API responses, but can be set in API requests.", alias="refreshToken") type: StrictStr - __properties: ClassVar[List[str]] = ["apiKey", "description", "id", "name", "priority", "type"] + user: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["description", "expiryDate", "id", "name", "priority", "refreshToken", "type", "user"] @field_validator('type') def type_validate_enum(cls, value): @@ -82,16 +85,21 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) - # set to None if api_key (nullable) is None + # set to None if expiry_date (nullable) is None # and model_fields_set contains the field - if self.api_key is None and "api_key" in self.model_fields_set: - _dict['apiKey'] = None + if self.expiry_date is None and "expiry_date" in self.model_fields_set: + _dict['expiryDate'] = None # set to None if priority (nullable) is None # and model_fields_set contains the field if self.priority is None and "priority" in self.model_fields_set: _dict['priority'] = None + # set to None if user (nullable) is None + # and model_fields_set contains the field + if self.user is None and "user" in self.model_fields_set: + _dict['user'] = None + return _dict @classmethod @@ -104,12 +112,14 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "apiKey": obj.get("apiKey"), "description": obj.get("description"), + "expiryDate": obj.get("expiryDate"), "id": obj.get("id"), "name": obj.get("name"), "priority": obj.get("priority"), - "type": obj.get("type") + "refreshToken": obj.get("refreshToken"), + "type": obj.get("type"), + "user": obj.get("user") }) return _obj diff --git a/python/pyproject.toml b/python/pyproject.toml index 8d22add0..f7c92479 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geoengine_openapi_client" -version = "0.0.28" +version = "0.0.30" description = "Geo Engine API" authors = [ {name = "Geo Engine Developers",email = "dev@geoengine.de"}, diff --git a/python/setup.py b/python/setup.py index 25d04138..c0fe7959 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "geoengine-openapi-client" -VERSION = "0.0.28" +VERSION = "0.0.30" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [ "urllib3 >= 2.1.0, < 3.0.0", diff --git a/python/test/test_typed_data_provider_definition.py b/python/test/test_typed_data_provider_definition.py index 1eaed906..87e82628 100644 --- a/python/test/test_typed_data_provider_definition.py +++ b/python/test/test_typed_data_provider_definition.py @@ -108,7 +108,9 @@ def make_instance(self, include_optional) -> TypedDataProviderDefinition: exponential_backoff_factor = 1.337, initial_delay_ms = 0, number_of_retries = 0, ), - api_key = '' + expiry_date = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), + refresh_token = '', + user = '' ) else: return TypedDataProviderDefinition( diff --git a/python/test/test_wildlive_data_connector_definition.py b/python/test/test_wildlive_data_connector_definition.py index 614299ee..f7696494 100644 --- a/python/test/test_wildlive_data_connector_definition.py +++ b/python/test/test_wildlive_data_connector_definition.py @@ -36,12 +36,14 @@ def make_instance(self, include_optional) -> WildliveDataConnectorDefinition: model = WildliveDataConnectorDefinition() if include_optional: return WildliveDataConnectorDefinition( - api_key = '', description = '', + expiry_date = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), id = '', name = '', priority = 56, - type = 'WildLIVE!' + refresh_token = '', + type = 'WildLIVE!', + user = '' ) else: return WildliveDataConnectorDefinition( diff --git a/typescript/README.md b/typescript/README.md index 366adabe..c488df37 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -1,4 +1,4 @@ -# @geoengine/openapi-client@0.0.28 +# @geoengine/openapi-client@0.0.30 A TypeScript SDK client for the geoengine.io API. @@ -418,7 +418,7 @@ and is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `0.9.0` -- Package version: `0.0.28` +- Package version: `0.0.30` - Generator version: `7.17.0` - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen` diff --git a/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts b/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts index 418d794b..163339fb 100644 --- a/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts +++ b/typescript/dist/esm/models/WildliveDataConnectorDefinition.d.ts @@ -20,13 +20,13 @@ export interface WildliveDataConnectorDefinition { * @type {string} * @memberof WildliveDataConnectorDefinition */ - apiKey?: string | null; + description: string; /** * - * @type {string} + * @type {Date} * @memberof WildliveDataConnectorDefinition */ - description: string; + expiryDate?: Date | null; /** * * @type {string} @@ -45,12 +45,26 @@ export interface WildliveDataConnectorDefinition { * @memberof WildliveDataConnectorDefinition */ priority?: number | null; + /** + * A wrapper type that serializes to "*****" and can be deserialized from any string. + * If the inner value is "*****", it is considered unknown and `as_option` returns `None`. + * This is useful for secrets that should not be exposed in API responses, but can be set in API requests. + * @type {string} + * @memberof WildliveDataConnectorDefinition + */ + refreshToken?: string; /** * * @type {string} * @memberof WildliveDataConnectorDefinition */ type: WildliveDataConnectorDefinitionTypeEnum; + /** + * + * @type {string} + * @memberof WildliveDataConnectorDefinition + */ + user?: string | null; } /** * @export diff --git a/typescript/dist/esm/models/WildliveDataConnectorDefinition.js b/typescript/dist/esm/models/WildliveDataConnectorDefinition.js index 35d3bbeb..1b8b2c71 100644 --- a/typescript/dist/esm/models/WildliveDataConnectorDefinition.js +++ b/typescript/dist/esm/models/WildliveDataConnectorDefinition.js @@ -39,12 +39,14 @@ export function WildliveDataConnectorDefinitionFromJSONTyped(json, ignoreDiscrim return json; } return { - 'apiKey': json['apiKey'] == null ? undefined : json['apiKey'], 'description': json['description'], + 'expiryDate': json['expiryDate'] == null ? undefined : (new Date(json['expiryDate'])), 'id': json['id'], 'name': json['name'], 'priority': json['priority'] == null ? undefined : json['priority'], + 'refreshToken': json['refreshToken'] == null ? undefined : json['refreshToken'], 'type': json['type'], + 'user': json['user'] == null ? undefined : json['user'], }; } export function WildliveDataConnectorDefinitionToJSON(json) { @@ -55,11 +57,13 @@ export function WildliveDataConnectorDefinitionToJSONTyped(value, ignoreDiscrimi return value; } return { - 'apiKey': value['apiKey'], 'description': value['description'], + 'expiryDate': value['expiryDate'] == null ? value['expiryDate'] : value['expiryDate'].toISOString(), 'id': value['id'], 'name': value['name'], 'priority': value['priority'], + 'refreshToken': value['refreshToken'], 'type': value['type'], + 'user': value['user'], }; } diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index 96b5cc21..d8d84515 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -69,7 +69,7 @@ export class Configuration { } export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.28' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.30' } }); /** diff --git a/typescript/dist/models/WildliveDataConnectorDefinition.d.ts b/typescript/dist/models/WildliveDataConnectorDefinition.d.ts index 418d794b..163339fb 100644 --- a/typescript/dist/models/WildliveDataConnectorDefinition.d.ts +++ b/typescript/dist/models/WildliveDataConnectorDefinition.d.ts @@ -20,13 +20,13 @@ export interface WildliveDataConnectorDefinition { * @type {string} * @memberof WildliveDataConnectorDefinition */ - apiKey?: string | null; + description: string; /** * - * @type {string} + * @type {Date} * @memberof WildliveDataConnectorDefinition */ - description: string; + expiryDate?: Date | null; /** * * @type {string} @@ -45,12 +45,26 @@ export interface WildliveDataConnectorDefinition { * @memberof WildliveDataConnectorDefinition */ priority?: number | null; + /** + * A wrapper type that serializes to "*****" and can be deserialized from any string. + * If the inner value is "*****", it is considered unknown and `as_option` returns `None`. + * This is useful for secrets that should not be exposed in API responses, but can be set in API requests. + * @type {string} + * @memberof WildliveDataConnectorDefinition + */ + refreshToken?: string; /** * * @type {string} * @memberof WildliveDataConnectorDefinition */ type: WildliveDataConnectorDefinitionTypeEnum; + /** + * + * @type {string} + * @memberof WildliveDataConnectorDefinition + */ + user?: string | null; } /** * @export diff --git a/typescript/dist/models/WildliveDataConnectorDefinition.js b/typescript/dist/models/WildliveDataConnectorDefinition.js index 93104caf..5b7017ff 100644 --- a/typescript/dist/models/WildliveDataConnectorDefinition.js +++ b/typescript/dist/models/WildliveDataConnectorDefinition.js @@ -47,12 +47,14 @@ function WildliveDataConnectorDefinitionFromJSONTyped(json, ignoreDiscriminator) return json; } return { - 'apiKey': json['apiKey'] == null ? undefined : json['apiKey'], 'description': json['description'], + 'expiryDate': json['expiryDate'] == null ? undefined : (new Date(json['expiryDate'])), 'id': json['id'], 'name': json['name'], 'priority': json['priority'] == null ? undefined : json['priority'], + 'refreshToken': json['refreshToken'] == null ? undefined : json['refreshToken'], 'type': json['type'], + 'user': json['user'] == null ? undefined : json['user'], }; } function WildliveDataConnectorDefinitionToJSON(json) { @@ -63,11 +65,13 @@ function WildliveDataConnectorDefinitionToJSONTyped(value, ignoreDiscriminator = return value; } return { - 'apiKey': value['apiKey'], 'description': value['description'], + 'expiryDate': value['expiryDate'] == null ? value['expiryDate'] : value['expiryDate'].toISOString(), 'id': value['id'], 'name': value['name'], 'priority': value['priority'], + 'refreshToken': value['refreshToken'], 'type': value['type'], + 'user': value['user'], }; } diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index de463dbe..f2d35eb0 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -77,7 +77,7 @@ class Configuration { exports.Configuration = Configuration; exports.DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.28' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.30' } }); /** diff --git a/typescript/docs/TypedDataProviderDefinition.md b/typescript/docs/TypedDataProviderDefinition.md index 914496a9..0967dc97 100644 --- a/typescript/docs/TypedDataProviderDefinition.md +++ b/typescript/docs/TypedDataProviderDefinition.md @@ -38,7 +38,9 @@ Name | Type `gdalRetries` | number `queryBuffer` | [StacQueryBuffer](StacQueryBuffer.md) `stacApiRetries` | [StacApiRetries](StacApiRetries.md) -`apiKey` | string +`expiryDate` | Date +`refreshToken` | string +`user` | string ## Example @@ -79,7 +81,9 @@ const example = { "gdalRetries": null, "queryBuffer": null, "stacApiRetries": null, - "apiKey": null, + "expiryDate": null, + "refreshToken": null, + "user": null, } satisfies TypedDataProviderDefinition console.log(example) diff --git a/typescript/docs/WildliveDataConnectorDefinition.md b/typescript/docs/WildliveDataConnectorDefinition.md index ce76600b..c35e87c6 100644 --- a/typescript/docs/WildliveDataConnectorDefinition.md +++ b/typescript/docs/WildliveDataConnectorDefinition.md @@ -6,12 +6,14 @@ Name | Type ------------ | ------------- -`apiKey` | string `description` | string +`expiryDate` | Date `id` | string `name` | string `priority` | number +`refreshToken` | string `type` | string +`user` | string ## Example @@ -20,12 +22,14 @@ import type { WildliveDataConnectorDefinition } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { - "apiKey": null, "description": null, + "expiryDate": null, "id": null, "name": null, "priority": null, + "refreshToken": null, "type": null, + "user": null, } satisfies WildliveDataConnectorDefinition console.log(example) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 35ee9b85..ddf60b4e 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@geoengine/openapi-client", - "version": "0.0.28", + "version": "0.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@geoengine/openapi-client", - "version": "0.0.28", + "version": "0.0.30", "devDependencies": { "typescript": "^4.0 || ^5.0" } diff --git a/typescript/package.json b/typescript/package.json index b1582cd3..e032623e 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@geoengine/openapi-client", - "version": "0.0.28", + "version": "0.0.30", "description": "OpenAPI client for @geoengine/openapi-client", "author": "OpenAPI-Generator", "repository": { diff --git a/typescript/src/models/WildliveDataConnectorDefinition.ts b/typescript/src/models/WildliveDataConnectorDefinition.ts index 4373170e..9c33dae5 100644 --- a/typescript/src/models/WildliveDataConnectorDefinition.ts +++ b/typescript/src/models/WildliveDataConnectorDefinition.ts @@ -24,13 +24,13 @@ export interface WildliveDataConnectorDefinition { * @type {string} * @memberof WildliveDataConnectorDefinition */ - apiKey?: string | null; + description: string; /** * - * @type {string} + * @type {Date} * @memberof WildliveDataConnectorDefinition */ - description: string; + expiryDate?: Date | null; /** * * @type {string} @@ -49,12 +49,26 @@ export interface WildliveDataConnectorDefinition { * @memberof WildliveDataConnectorDefinition */ priority?: number | null; + /** + * A wrapper type that serializes to "*****" and can be deserialized from any string. + * If the inner value is "*****", it is considered unknown and `as_option` returns `None`. + * This is useful for secrets that should not be exposed in API responses, but can be set in API requests. + * @type {string} + * @memberof WildliveDataConnectorDefinition + */ + refreshToken?: string; /** * * @type {string} * @memberof WildliveDataConnectorDefinition */ type: WildliveDataConnectorDefinitionTypeEnum; + /** + * + * @type {string} + * @memberof WildliveDataConnectorDefinition + */ + user?: string | null; } @@ -88,12 +102,14 @@ export function WildliveDataConnectorDefinitionFromJSONTyped(json: any, ignoreDi } return { - 'apiKey': json['apiKey'] == null ? undefined : json['apiKey'], 'description': json['description'], + 'expiryDate': json['expiryDate'] == null ? undefined : (new Date(json['expiryDate'])), 'id': json['id'], 'name': json['name'], 'priority': json['priority'] == null ? undefined : json['priority'], + 'refreshToken': json['refreshToken'] == null ? undefined : json['refreshToken'], 'type': json['type'], + 'user': json['user'] == null ? undefined : json['user'], }; } @@ -108,12 +124,14 @@ export function WildliveDataConnectorDefinitionToJSONTyped(value?: WildliveDataC return { - 'apiKey': value['apiKey'], 'description': value['description'], + 'expiryDate': value['expiryDate'] == null ? value['expiryDate'] : value['expiryDate'].toISOString(), 'id': value['id'], 'name': value['name'], 'priority': value['priority'], + 'refreshToken': value['refreshToken'], 'type': value['type'], + 'user': value['user'], }; } diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index 09488082..2f290740 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -86,7 +86,7 @@ export class Configuration { export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.28' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.30' } }); From 54a893ae98c7a11c40457e77f723dae6c8da9a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Thu, 20 Nov 2025 11:27:33 +0100 Subject: [PATCH 16/19] change TimeDimension repr --- .generation/config.ini | 2 +- .generation/input/openapi.json | 43 +++++- python/.openapi-generator/FILES | 9 ++ python/README.md | 3 + python/geoengine_openapi_client/__init__.py | 6 + .../models/__init__.py | 3 + .../models/regular_time_dimension.py | 13 +- .../models/time_descriptor.py | 11 +- .../models/time_dimension.py | 138 ++++++++++++++++++ .../models/time_dimension_one_of.py | 102 +++++++++++++ .../models/time_dimension_one_of1.py | 95 ++++++++++++ python/test/test_gdal_meta_data_list.py | 12 +- python/test/test_gdal_meta_data_regular.py | 12 +- python/test/test_gdal_meta_data_static.py | 12 +- python/test/test_gdal_metadata_net_cdf_cf.py | 12 +- python/test/test_meta_data_definition.py | 12 +- python/test/test_raster_result_descriptor.py | 12 +- python/test/test_time_descriptor.py | 7 +- python/test/test_time_dimension.py | 53 +++++++ python/test/test_time_dimension_one_of.py | 53 +++++++ python/test/test_time_dimension_one_of1.py | 53 +++++++ typescript/README.md | 3 + .../dist/esm/models/TimeDescriptor.d.ts | 6 +- typescript/dist/esm/models/TimeDescriptor.js | 8 +- typescript/dist/esm/models/TimeDimension.d.ts | 23 +++ typescript/dist/esm/models/TimeDimension.js | 51 +++++++ .../dist/esm/models/TimeDimensionOneOf.d.ts | 40 +++++ .../dist/esm/models/TimeDimensionOneOf.js | 46 ++++++ .../dist/esm/models/TimeDimensionOneOf1.d.ts | 39 +++++ .../dist/esm/models/TimeDimensionOneOf1.js | 49 +++++++ typescript/dist/esm/models/index.d.ts | 3 + typescript/dist/esm/models/index.js | 3 + typescript/dist/models/TimeDescriptor.d.ts | 6 +- typescript/dist/models/TimeDescriptor.js | 8 +- typescript/dist/models/TimeDimension.d.ts | 23 +++ typescript/dist/models/TimeDimension.js | 57 ++++++++ .../dist/models/TimeDimensionOneOf.d.ts | 40 +++++ typescript/dist/models/TimeDimensionOneOf.js | 54 +++++++ .../dist/models/TimeDimensionOneOf1.d.ts | 39 +++++ typescript/dist/models/TimeDimensionOneOf1.js | 57 ++++++++ typescript/dist/models/index.d.ts | 3 + typescript/dist/models/index.js | 3 + typescript/docs/TimeDescriptor.md | 2 +- typescript/docs/TimeDimension.md | 34 +++++ typescript/docs/TimeDimensionOneOf.md | 34 +++++ typescript/docs/TimeDimensionOneOf1.md | 34 +++++ typescript/src/models/TimeDescriptor.ts | 21 +-- typescript/src/models/TimeDimension.ts | 76 ++++++++++ typescript/src/models/TimeDimensionOneOf.ts | 91 ++++++++++++ typescript/src/models/TimeDimensionOneOf1.ts | 76 ++++++++++ typescript/src/models/index.ts | 3 + 51 files changed, 1482 insertions(+), 113 deletions(-) create mode 100644 python/geoengine_openapi_client/models/time_dimension.py create mode 100644 python/geoengine_openapi_client/models/time_dimension_one_of.py create mode 100644 python/geoengine_openapi_client/models/time_dimension_one_of1.py create mode 100644 python/test/test_time_dimension.py create mode 100644 python/test/test_time_dimension_one_of.py create mode 100644 python/test/test_time_dimension_one_of1.py create mode 100644 typescript/dist/esm/models/TimeDimension.d.ts create mode 100644 typescript/dist/esm/models/TimeDimension.js create mode 100644 typescript/dist/esm/models/TimeDimensionOneOf.d.ts create mode 100644 typescript/dist/esm/models/TimeDimensionOneOf.js create mode 100644 typescript/dist/esm/models/TimeDimensionOneOf1.d.ts create mode 100644 typescript/dist/esm/models/TimeDimensionOneOf1.js create mode 100644 typescript/dist/models/TimeDimension.d.ts create mode 100644 typescript/dist/models/TimeDimension.js create mode 100644 typescript/dist/models/TimeDimensionOneOf.d.ts create mode 100644 typescript/dist/models/TimeDimensionOneOf.js create mode 100644 typescript/dist/models/TimeDimensionOneOf1.d.ts create mode 100644 typescript/dist/models/TimeDimensionOneOf1.js create mode 100644 typescript/docs/TimeDimension.md create mode 100644 typescript/docs/TimeDimensionOneOf.md create mode 100644 typescript/docs/TimeDimensionOneOf1.md create mode 100644 typescript/src/models/TimeDimension.ts create mode 100644 typescript/src/models/TimeDimensionOneOf.ts create mode 100644 typescript/src/models/TimeDimensionOneOf1.ts diff --git a/.generation/config.ini b/.generation/config.ini index d1274739..0faa7276 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,5 +1,5 @@ [input] -backendCommit = efa44e39889e3b8ecf2e82bc65b7ffc276e0b425 +backendCommit = ba34db99da946fa3fdcf1a1832c64e430167c4c2 [general] githubUrl = https://github.com/geo-engine/openapi-client diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index 14a3838d..100b2e89 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -10127,6 +10127,9 @@ }, "TimeDescriptor": { "type": "object", + "required": [ + "dimension" + ], "properties": { "bounds": { "oneOf": [ @@ -10139,16 +10142,48 @@ ] }, "dimension": { - "oneOf": [ + "$ref": "#/components/schemas/TimeDimension" + } + } + }, + "TimeDimension": { + "oneOf": [ + { + "allOf": [ { - "type": "null" + "$ref": "#/components/schemas/RegularTimeDimension" }, { - "$ref": "#/components/schemas/RegularTimeDimension" + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "regular" + ] + } + } } ] + }, + { + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "irregular" + ] + } + } } - } + ] }, "TimeGranularity": { "type": "string", diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 15d4fa69..9bda7251 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -216,6 +216,9 @@ docs/TaskStatusWithId.md docs/TasksApi.md docs/TextSymbology.md docs/TimeDescriptor.md +docs/TimeDimension.md +docs/TimeDimensionOneOf.md +docs/TimeDimensionOneOf1.md docs/TimeGranularity.md docs/TimeInterval.md docs/TimeReference.md @@ -488,6 +491,9 @@ geoengine_openapi_client/models/task_status_running.py geoengine_openapi_client/models/task_status_with_id.py geoengine_openapi_client/models/text_symbology.py geoengine_openapi_client/models/time_descriptor.py +geoengine_openapi_client/models/time_dimension.py +geoengine_openapi_client/models/time_dimension_one_of.py +geoengine_openapi_client/models/time_dimension_one_of1.py geoengine_openapi_client/models/time_granularity.py geoengine_openapi_client/models/time_interval.py geoengine_openapi_client/models/time_reference.py @@ -756,6 +762,9 @@ test/test_task_status_with_id.py test/test_tasks_api.py test/test_text_symbology.py test/test_time_descriptor.py +test/test_time_dimension.py +test/test_time_dimension_one_of.py +test/test_time_dimension_one_of1.py test/test_time_granularity.py test/test_time_interval.py test/test_time_reference.py diff --git a/python/README.md b/python/README.md index 2ff514b9..ff87eb0e 100644 --- a/python/README.md +++ b/python/README.md @@ -394,6 +394,9 @@ Class | Method | HTTP request | Description - [TaskStatusWithId](docs/TaskStatusWithId.md) - [TextSymbology](docs/TextSymbology.md) - [TimeDescriptor](docs/TimeDescriptor.md) + - [TimeDimension](docs/TimeDimension.md) + - [TimeDimensionOneOf](docs/TimeDimensionOneOf.md) + - [TimeDimensionOneOf1](docs/TimeDimensionOneOf1.md) - [TimeGranularity](docs/TimeGranularity.md) - [TimeInterval](docs/TimeInterval.md) - [TimeReference](docs/TimeReference.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 9a051f33..3f0d8efc 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -244,6 +244,9 @@ "TaskStatusWithId", "TextSymbology", "TimeDescriptor", + "TimeDimension", + "TimeDimensionOneOf", + "TimeDimensionOneOf1", "TimeGranularity", "TimeInterval", "TimeReference", @@ -522,6 +525,9 @@ from geoengine_openapi_client.models.task_status_with_id import TaskStatusWithId as TaskStatusWithId from geoengine_openapi_client.models.text_symbology import TextSymbology as TextSymbology from geoengine_openapi_client.models.time_descriptor import TimeDescriptor as TimeDescriptor +from geoengine_openapi_client.models.time_dimension import TimeDimension as TimeDimension +from geoengine_openapi_client.models.time_dimension_one_of import TimeDimensionOneOf as TimeDimensionOneOf +from geoengine_openapi_client.models.time_dimension_one_of1 import TimeDimensionOneOf1 as TimeDimensionOneOf1 from geoengine_openapi_client.models.time_granularity import TimeGranularity as TimeGranularity from geoengine_openapi_client.models.time_interval import TimeInterval as TimeInterval from geoengine_openapi_client.models.time_reference import TimeReference as TimeReference diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index 0772c075..10b25446 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -214,6 +214,9 @@ from geoengine_openapi_client.models.task_status_with_id import TaskStatusWithId from geoengine_openapi_client.models.text_symbology import TextSymbology from geoengine_openapi_client.models.time_descriptor import TimeDescriptor +from geoengine_openapi_client.models.time_dimension import TimeDimension +from geoengine_openapi_client.models.time_dimension_one_of import TimeDimensionOneOf +from geoengine_openapi_client.models.time_dimension_one_of1 import TimeDimensionOneOf1 from geoengine_openapi_client.models.time_granularity import TimeGranularity from geoengine_openapi_client.models.time_interval import TimeInterval from geoengine_openapi_client.models.time_reference import TimeReference diff --git a/python/geoengine_openapi_client/models/regular_time_dimension.py b/python/geoengine_openapi_client/models/regular_time_dimension.py index 3072be6d..cd7115f7 100644 --- a/python/geoengine_openapi_client/models/regular_time_dimension.py +++ b/python/geoengine_openapi_client/models/regular_time_dimension.py @@ -77,18 +77,7 @@ def to_dict(self) -> Dict[str, Any]: return _dict @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + def from_dict(cls, obj: Dict[str, Any]) -> Optional[Self]: """Create an instance of RegularTimeDimension from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "origin": obj.get("origin"), - "step": TimeStep.from_dict(obj["step"]) if obj.get("step") is not None else None - }) - return _obj diff --git a/python/geoengine_openapi_client/models/time_descriptor.py b/python/geoengine_openapi_client/models/time_descriptor.py index 3777a3f5..a3dc3cc1 100644 --- a/python/geoengine_openapi_client/models/time_descriptor.py +++ b/python/geoengine_openapi_client/models/time_descriptor.py @@ -20,7 +20,7 @@ from pydantic import BaseModel, ConfigDict from typing import Any, ClassVar, Dict, List, Optional -from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension +from geoengine_openapi_client.models.time_dimension import TimeDimension from geoengine_openapi_client.models.time_interval import TimeInterval from typing import Optional, Set from typing_extensions import Self @@ -30,7 +30,7 @@ class TimeDescriptor(BaseModel): TimeDescriptor """ # noqa: E501 bounds: Optional[TimeInterval] = None - dimension: Optional[RegularTimeDimension] = None + dimension: TimeDimension __properties: ClassVar[List[str]] = ["bounds", "dimension"] model_config = ConfigDict( @@ -83,11 +83,6 @@ def to_dict(self) -> Dict[str, Any]: if self.bounds is None and "bounds" in self.model_fields_set: _dict['bounds'] = None - # set to None if dimension (nullable) is None - # and model_fields_set contains the field - if self.dimension is None and "dimension" in self.model_fields_set: - _dict['dimension'] = None - return _dict @classmethod @@ -101,7 +96,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "bounds": TimeInterval.from_dict(obj["bounds"]) if obj.get("bounds") is not None else None, - "dimension": RegularTimeDimension.from_dict(obj["dimension"]) if obj.get("dimension") is not None else None + "dimension": TimeDimension.from_dict(obj["dimension"]) if obj.get("dimension") is not None else None }) return _obj diff --git a/python/geoengine_openapi_client/models/time_dimension.py b/python/geoengine_openapi_client/models/time_dimension.py new file mode 100644 index 00000000..18ea3887 --- /dev/null +++ b/python/geoengine_openapi_client/models/time_dimension.py @@ -0,0 +1,138 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import json +import pprint +from pydantic import BaseModel, ConfigDict, Field, StrictStr, ValidationError, field_validator +from typing import Any, List, Optional +from geoengine_openapi_client.models.time_dimension_one_of import TimeDimensionOneOf +from geoengine_openapi_client.models.time_dimension_one_of1 import TimeDimensionOneOf1 +from pydantic import StrictStr, Field +from typing import Union, List, Set, Optional, Dict +from typing_extensions import Literal, Self + +TIMEDIMENSION_ONE_OF_SCHEMAS = ["TimeDimensionOneOf", "TimeDimensionOneOf1"] + +class TimeDimension(BaseModel): + """ + TimeDimension + """ + # data type: TimeDimensionOneOf + oneof_schema_1_validator: Optional[TimeDimensionOneOf] = None + # data type: TimeDimensionOneOf1 + oneof_schema_2_validator: Optional[TimeDimensionOneOf1] = None + actual_instance: Optional[Union[TimeDimensionOneOf, TimeDimensionOneOf1]] = None + one_of_schemas: Set[str] = { "TimeDimensionOneOf", "TimeDimensionOneOf1" } + + model_config = ConfigDict( + validate_assignment=True, + protected_namespaces=(), + ) + + + def __init__(self, *args, **kwargs) -> None: + if args: + if len(args) > 1: + raise ValueError("If a position argument is used, only 1 is allowed to set `actual_instance`") + if kwargs: + raise ValueError("If a position argument is used, keyword arguments cannot be used.") + super().__init__(actual_instance=args[0]) + else: + super().__init__(**kwargs) + + @field_validator('actual_instance') + def actual_instance_must_validate_oneof(cls, v): + instance = TimeDimension.model_construct() + error_messages = [] + match = 0 + # validate data type: TimeDimensionOneOf + if not isinstance(v, TimeDimensionOneOf): + error_messages.append(f"Error! Input type `{type(v)}` is not `TimeDimensionOneOf`") + else: + match += 1 + # validate data type: TimeDimensionOneOf1 + if not isinstance(v, TimeDimensionOneOf1): + error_messages.append(f"Error! Input type `{type(v)}` is not `TimeDimensionOneOf1`") + else: + match += 1 + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when setting `actual_instance` in TimeDimension with oneOf schemas: TimeDimensionOneOf, TimeDimensionOneOf1. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when setting `actual_instance` in TimeDimension with oneOf schemas: TimeDimensionOneOf, TimeDimensionOneOf1. Details: " + ", ".join(error_messages)) + else: + return v + + @classmethod + def from_dict(cls, obj: Union[str, Dict[str, Any]]) -> Self: + return cls.from_json(json.dumps(obj)) + + @classmethod + def from_json(cls, json_str: str) -> Self: + """Returns the object represented by the json string""" + instance = cls.model_construct() + error_messages = [] + match = 0 + + # deserialize data into TimeDimensionOneOf + try: + instance.actual_instance = TimeDimensionOneOf.from_json(json_str) + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # deserialize data into TimeDimensionOneOf1 + try: + instance.actual_instance = TimeDimensionOneOf1.from_json(json_str) + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when deserializing the JSON string into TimeDimension with oneOf schemas: TimeDimensionOneOf, TimeDimensionOneOf1. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when deserializing the JSON string into TimeDimension with oneOf schemas: TimeDimensionOneOf, TimeDimensionOneOf1. Details: " + ", ".join(error_messages)) + else: + return instance + + def to_json(self) -> str: + """Returns the JSON representation of the actual instance""" + if self.actual_instance is None: + return "null" + + if hasattr(self.actual_instance, "to_json") and callable(self.actual_instance.to_json): + return self.actual_instance.to_json() + else: + return json.dumps(self.actual_instance) + + def to_dict(self) -> Optional[Union[Dict[str, Any], TimeDimensionOneOf, TimeDimensionOneOf1]]: + """Returns the dict representation of the actual instance""" + if self.actual_instance is None: + return None + + if hasattr(self.actual_instance, "to_dict") and callable(self.actual_instance.to_dict): + return self.actual_instance.to_dict() + else: + # primitive type + return self.actual_instance + + def to_str(self) -> str: + """Returns the string representation of the actual instance""" + return pprint.pformat(self.model_dump()) + + diff --git a/python/geoengine_openapi_client/models/time_dimension_one_of.py b/python/geoengine_openapi_client/models/time_dimension_one_of.py new file mode 100644 index 00000000..75268c5b --- /dev/null +++ b/python/geoengine_openapi_client/models/time_dimension_one_of.py @@ -0,0 +1,102 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import ConfigDict, StrictStr, field_validator +from typing import Any, ClassVar, Dict, List +from geoengine_openapi_client.models.regular_time_dimension import RegularTimeDimension +from geoengine_openapi_client.models.time_step import TimeStep +from typing import Optional, Set +from typing_extensions import Self + +class TimeDimensionOneOf(RegularTimeDimension): + """ + TimeDimensionOneOf + """ # noqa: E501 + type: StrictStr + __properties: ClassVar[List[str]] = ["origin", "step", "type"] + + @field_validator('type') + def type_validate_enum(cls, value): + """Validates the enum""" + if value not in set(['regular']): + raise ValueError("must be one of enum values ('regular')") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of TimeDimensionOneOf from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of step + if self.step: + _dict['step'] = self.step.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of TimeDimensionOneOf from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "origin": obj.get("origin"), + "step": TimeStep.from_dict(obj["step"]) if obj.get("step") is not None else None, + "type": obj.get("type") + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/time_dimension_one_of1.py b/python/geoengine_openapi_client/models/time_dimension_one_of1.py new file mode 100644 index 00000000..95f71582 --- /dev/null +++ b/python/geoengine_openapi_client/models/time_dimension_one_of1.py @@ -0,0 +1,95 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr, field_validator +from typing import Any, ClassVar, Dict, List +from typing import Optional, Set +from typing_extensions import Self + +class TimeDimensionOneOf1(BaseModel): + """ + TimeDimensionOneOf1 + """ # noqa: E501 + type: StrictStr + __properties: ClassVar[List[str]] = ["type"] + + @field_validator('type') + def type_validate_enum(cls, value): + """Validates the enum""" + if value not in set(['irregular']): + raise ValueError("must be one of enum values ('irregular')") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of TimeDimensionOneOf1 from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of TimeDimensionOneOf1 from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "type": obj.get("type") + }) + return _obj + + diff --git a/python/test/test_gdal_meta_data_list.py b/python/test/test_gdal_meta_data_list.py index 6ee34e22..7f34da68 100644 --- a/python/test/test_gdal_meta_data_list.py +++ b/python/test/test_gdal_meta_data_list.py @@ -103,11 +103,7 @@ def make_instance(self, include_optional) -> GdalMetaDataList: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), type = 'GdalMetaDataList' ) else: @@ -179,11 +175,7 @@ def make_instance(self, include_optional) -> GdalMetaDataList: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), type = 'GdalMetaDataList', ) """ diff --git a/python/test/test_gdal_meta_data_regular.py b/python/test/test_gdal_meta_data_regular.py index ce8e31ae..bcff7306 100644 --- a/python/test/test_gdal_meta_data_regular.py +++ b/python/test/test_gdal_meta_data_regular.py @@ -100,11 +100,7 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', step = 0, ), @@ -180,11 +176,7 @@ def make_instance(self, include_optional) -> GdalMetaDataRegular: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', step = 0, ), diff --git a/python/test/test_gdal_meta_data_static.py b/python/test/test_gdal_meta_data_static.py index 33ce9ad9..0f90424f 100644 --- a/python/test/test_gdal_meta_data_static.py +++ b/python/test/test_gdal_meta_data_static.py @@ -97,11 +97,7 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), @@ -169,11 +165,7 @@ def make_instance(self, include_optional) -> GdalMetaDataStatic: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), type = 'GdalStatic', ) """ diff --git a/python/test/test_gdal_metadata_net_cdf_cf.py b/python/test/test_gdal_metadata_net_cdf_cf.py index 94e392d1..16acdee4 100644 --- a/python/test/test_gdal_metadata_net_cdf_cf.py +++ b/python/test/test_gdal_metadata_net_cdf_cf.py @@ -99,11 +99,7 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), start = 56, step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', @@ -174,11 +170,7 @@ def make_instance(self, include_optional) -> GdalMetadataNetCdfCf: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), start = 56, step = geoengine_openapi_client.models.time_step.TimeStep( granularity = 'millis', diff --git a/python/test/test_meta_data_definition.py b/python/test/test_meta_data_definition.py index 48083041..cf31d6a0 100644 --- a/python/test/test_meta_data_definition.py +++ b/python/test/test_meta_data_definition.py @@ -100,11 +100,7 @@ def make_instance(self, include_optional) -> MetaDataDefinition: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), type = 'MockMetaData', cache_ttl = 0, data_time = geoengine_openapi_client.models.time_interval.TimeInterval( @@ -198,11 +194,7 @@ def make_instance(self, include_optional) -> MetaDataDefinition: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), ), + dimension = null, ), ), type = 'MockMetaData', data_time = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, diff --git a/python/test/test_raster_result_descriptor.py b/python/test/test_raster_result_descriptor.py index 7289abbe..3f767be7 100644 --- a/python/test/test_raster_result_descriptor.py +++ b/python/test/test_raster_result_descriptor.py @@ -63,11 +63,7 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ) + dimension = null, ) ) else: return RasterResultDescriptor( @@ -98,11 +94,7 @@ def make_instance(self, include_optional) -> RasterResultDescriptor: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ), ), + dimension = null, ), ) """ diff --git a/python/test/test_time_descriptor.py b/python/test/test_time_descriptor.py index 9e5afbca..5a703e2f 100644 --- a/python/test/test_time_descriptor.py +++ b/python/test/test_time_descriptor.py @@ -39,14 +39,11 @@ def make_instance(self, include_optional) -> TimeDescriptor: bounds = geoengine_openapi_client.models.time_interval.TimeInterval( end = 56, start = 56, ), - dimension = geoengine_openapi_client.models.regular_time_dimension.RegularTimeDimension( - origin = 56, - step = geoengine_openapi_client.models.time_step.TimeStep( - granularity = 'millis', - step = 0, ), ) + dimension = None ) else: return TimeDescriptor( + dimension = None, ) """ diff --git a/python/test/test_time_dimension.py b/python/test/test_time_dimension.py new file mode 100644 index 00000000..a46c3097 --- /dev/null +++ b/python/test/test_time_dimension.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.time_dimension import TimeDimension + +class TestTimeDimension(unittest.TestCase): + """TimeDimension unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> TimeDimension: + """Test TimeDimension + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `TimeDimension` + """ + model = TimeDimension() + if include_optional: + return TimeDimension( + type = 'irregular' + ) + else: + return TimeDimension( + type = 'irregular', + ) + """ + + def testTimeDimension(self): + """Test TimeDimension""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_time_dimension_one_of.py b/python/test/test_time_dimension_one_of.py new file mode 100644 index 00000000..cd10cbaa --- /dev/null +++ b/python/test/test_time_dimension_one_of.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.time_dimension_one_of import TimeDimensionOneOf + +class TestTimeDimensionOneOf(unittest.TestCase): + """TimeDimensionOneOf unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> TimeDimensionOneOf: + """Test TimeDimensionOneOf + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `TimeDimensionOneOf` + """ + model = TimeDimensionOneOf() + if include_optional: + return TimeDimensionOneOf( + type = 'regular' + ) + else: + return TimeDimensionOneOf( + type = 'regular', + ) + """ + + def testTimeDimensionOneOf(self): + """Test TimeDimensionOneOf""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_time_dimension_one_of1.py b/python/test/test_time_dimension_one_of1.py new file mode 100644 index 00000000..4f0a6415 --- /dev/null +++ b/python/test/test_time_dimension_one_of1.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.time_dimension_one_of1 import TimeDimensionOneOf1 + +class TestTimeDimensionOneOf1(unittest.TestCase): + """TimeDimensionOneOf1 unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> TimeDimensionOneOf1: + """Test TimeDimensionOneOf1 + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `TimeDimensionOneOf1` + """ + model = TimeDimensionOneOf1() + if include_optional: + return TimeDimensionOneOf1( + type = 'irregular' + ) + else: + return TimeDimensionOneOf1( + type = 'irregular', + ) + """ + + def testTimeDimensionOneOf1(self): + """Test TimeDimensionOneOf1""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/typescript/README.md b/typescript/README.md index c488df37..d72cf45d 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -354,6 +354,9 @@ All URIs are relative to *https://geoengine.io/api* - [TaskStatusWithId](docs/TaskStatusWithId.md) - [TextSymbology](docs/TextSymbology.md) - [TimeDescriptor](docs/TimeDescriptor.md) +- [TimeDimension](docs/TimeDimension.md) +- [TimeDimensionOneOf](docs/TimeDimensionOneOf.md) +- [TimeDimensionOneOf1](docs/TimeDimensionOneOf1.md) - [TimeGranularity](docs/TimeGranularity.md) - [TimeInterval](docs/TimeInterval.md) - [TimeReference](docs/TimeReference.md) diff --git a/typescript/dist/esm/models/TimeDescriptor.d.ts b/typescript/dist/esm/models/TimeDescriptor.d.ts index ecd85946..62445227 100644 --- a/typescript/dist/esm/models/TimeDescriptor.d.ts +++ b/typescript/dist/esm/models/TimeDescriptor.d.ts @@ -10,7 +10,7 @@ * Do not edit the class manually. */ import type { TimeInterval } from './TimeInterval'; -import type { RegularTimeDimension } from './RegularTimeDimension'; +import type { TimeDimension } from './TimeDimension'; /** * * @export @@ -25,10 +25,10 @@ export interface TimeDescriptor { bounds?: TimeInterval | null; /** * - * @type {RegularTimeDimension} + * @type {TimeDimension} * @memberof TimeDescriptor */ - dimension?: RegularTimeDimension | null; + dimension: TimeDimension; } /** * Check if a given object implements the TimeDescriptor interface. diff --git a/typescript/dist/esm/models/TimeDescriptor.js b/typescript/dist/esm/models/TimeDescriptor.js index f5a39c24..400f32be 100644 --- a/typescript/dist/esm/models/TimeDescriptor.js +++ b/typescript/dist/esm/models/TimeDescriptor.js @@ -12,11 +12,13 @@ * Do not edit the class manually. */ import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; -import { RegularTimeDimensionFromJSON, RegularTimeDimensionToJSON, } from './RegularTimeDimension'; +import { TimeDimensionFromJSON, TimeDimensionToJSON, } from './TimeDimension'; /** * Check if a given object implements the TimeDescriptor interface. */ export function instanceOfTimeDescriptor(value) { + if (!('dimension' in value) || value['dimension'] === undefined) + return false; return true; } export function TimeDescriptorFromJSON(json) { @@ -28,7 +30,7 @@ export function TimeDescriptorFromJSONTyped(json, ignoreDiscriminator) { } return { 'bounds': json['bounds'] == null ? undefined : TimeIntervalFromJSON(json['bounds']), - 'dimension': json['dimension'] == null ? undefined : RegularTimeDimensionFromJSON(json['dimension']), + 'dimension': TimeDimensionFromJSON(json['dimension']), }; } export function TimeDescriptorToJSON(json) { @@ -40,6 +42,6 @@ export function TimeDescriptorToJSONTyped(value, ignoreDiscriminator = false) { } return { 'bounds': TimeIntervalToJSON(value['bounds']), - 'dimension': RegularTimeDimensionToJSON(value['dimension']), + 'dimension': TimeDimensionToJSON(value['dimension']), }; } diff --git a/typescript/dist/esm/models/TimeDimension.d.ts b/typescript/dist/esm/models/TimeDimension.d.ts new file mode 100644 index 00000000..20583d11 --- /dev/null +++ b/typescript/dist/esm/models/TimeDimension.d.ts @@ -0,0 +1,23 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeDimensionOneOf } from './TimeDimensionOneOf'; +import type { TimeDimensionOneOf1 } from './TimeDimensionOneOf1'; +/** + * @type TimeDimension + * + * @export + */ +export type TimeDimension = TimeDimensionOneOf | TimeDimensionOneOf1; +export declare function TimeDimensionFromJSON(json: any): TimeDimension; +export declare function TimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimension; +export declare function TimeDimensionToJSON(json: any): any; +export declare function TimeDimensionToJSONTyped(value?: TimeDimension | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/TimeDimension.js b/typescript/dist/esm/models/TimeDimension.js new file mode 100644 index 00000000..390eebfc --- /dev/null +++ b/typescript/dist/esm/models/TimeDimension.js @@ -0,0 +1,51 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { instanceOfTimeDimensionOneOf, TimeDimensionOneOfFromJSONTyped, TimeDimensionOneOfToJSON, } from './TimeDimensionOneOf'; +import { instanceOfTimeDimensionOneOf1, TimeDimensionOneOf1FromJSONTyped, TimeDimensionOneOf1ToJSON, } from './TimeDimensionOneOf1'; +export function TimeDimensionFromJSON(json) { + return TimeDimensionFromJSONTyped(json, false); +} +export function TimeDimensionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + if (typeof json !== 'object') { + return json; + } + if (instanceOfTimeDimensionOneOf(json)) { + return TimeDimensionOneOfFromJSONTyped(json, true); + } + if (instanceOfTimeDimensionOneOf1(json)) { + return TimeDimensionOneOf1FromJSONTyped(json, true); + } + return {}; +} +export function TimeDimensionToJSON(json) { + return TimeDimensionToJSONTyped(json, false); +} +export function TimeDimensionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + if (typeof value !== 'object') { + return value; + } + if (instanceOfTimeDimensionOneOf(value)) { + return TimeDimensionOneOfToJSON(value); + } + if (instanceOfTimeDimensionOneOf1(value)) { + return TimeDimensionOneOf1ToJSON(value); + } + return {}; +} diff --git a/typescript/dist/esm/models/TimeDimensionOneOf.d.ts b/typescript/dist/esm/models/TimeDimensionOneOf.d.ts new file mode 100644 index 00000000..07798f9c --- /dev/null +++ b/typescript/dist/esm/models/TimeDimensionOneOf.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { RegularTimeDimension } from './RegularTimeDimension'; +/** + * + * @export + * @interface TimeDimensionOneOf + */ +export interface TimeDimensionOneOf extends RegularTimeDimension { + /** + * + * @type {string} + * @memberof TimeDimensionOneOf + */ + type: TimeDimensionOneOfTypeEnum; +} +/** + * @export + */ +export declare const TimeDimensionOneOfTypeEnum: { + readonly Regular: "regular"; +}; +export type TimeDimensionOneOfTypeEnum = typeof TimeDimensionOneOfTypeEnum[keyof typeof TimeDimensionOneOfTypeEnum]; +/** + * Check if a given object implements the TimeDimensionOneOf interface. + */ +export declare function instanceOfTimeDimensionOneOf(value: object): value is TimeDimensionOneOf; +export declare function TimeDimensionOneOfFromJSON(json: any): TimeDimensionOneOf; +export declare function TimeDimensionOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimensionOneOf; +export declare function TimeDimensionOneOfToJSON(json: any): TimeDimensionOneOf; +export declare function TimeDimensionOneOfToJSONTyped(value?: TimeDimensionOneOf | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/TimeDimensionOneOf.js b/typescript/dist/esm/models/TimeDimensionOneOf.js new file mode 100644 index 00000000..aabaed15 --- /dev/null +++ b/typescript/dist/esm/models/TimeDimensionOneOf.js @@ -0,0 +1,46 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { RegularTimeDimensionFromJSONTyped, RegularTimeDimensionToJSONTyped, } from './RegularTimeDimension'; +/** + * @export + */ +export const TimeDimensionOneOfTypeEnum = { + Regular: 'regular' +}; +/** + * Check if a given object implements the TimeDimensionOneOf interface. + */ +export function instanceOfTimeDimensionOneOf(value) { + if (!('type' in value) || value['type'] === undefined) + return false; + return true; +} +export function TimeDimensionOneOfFromJSON(json) { + return TimeDimensionOneOfFromJSONTyped(json, false); +} +export function TimeDimensionOneOfFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return Object.assign(Object.assign({}, RegularTimeDimensionFromJSONTyped(json, true)), { 'type': json['type'] }); +} +export function TimeDimensionOneOfToJSON(json) { + return TimeDimensionOneOfToJSONTyped(json, false); +} +export function TimeDimensionOneOfToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return Object.assign(Object.assign({}, RegularTimeDimensionToJSONTyped(value, true)), { 'type': value['type'] }); +} diff --git a/typescript/dist/esm/models/TimeDimensionOneOf1.d.ts b/typescript/dist/esm/models/TimeDimensionOneOf1.d.ts new file mode 100644 index 00000000..bea8e11e --- /dev/null +++ b/typescript/dist/esm/models/TimeDimensionOneOf1.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + * @interface TimeDimensionOneOf1 + */ +export interface TimeDimensionOneOf1 { + /** + * + * @type {string} + * @memberof TimeDimensionOneOf1 + */ + type: TimeDimensionOneOf1TypeEnum; +} +/** + * @export + */ +export declare const TimeDimensionOneOf1TypeEnum: { + readonly Irregular: "irregular"; +}; +export type TimeDimensionOneOf1TypeEnum = typeof TimeDimensionOneOf1TypeEnum[keyof typeof TimeDimensionOneOf1TypeEnum]; +/** + * Check if a given object implements the TimeDimensionOneOf1 interface. + */ +export declare function instanceOfTimeDimensionOneOf1(value: object): value is TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1FromJSON(json: any): TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1ToJSON(json: any): TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1ToJSONTyped(value?: TimeDimensionOneOf1 | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/TimeDimensionOneOf1.js b/typescript/dist/esm/models/TimeDimensionOneOf1.js new file mode 100644 index 00000000..a7a8a69a --- /dev/null +++ b/typescript/dist/esm/models/TimeDimensionOneOf1.js @@ -0,0 +1,49 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * @export + */ +export const TimeDimensionOneOf1TypeEnum = { + Irregular: 'irregular' +}; +/** + * Check if a given object implements the TimeDimensionOneOf1 interface. + */ +export function instanceOfTimeDimensionOneOf1(value) { + if (!('type' in value) || value['type'] === undefined) + return false; + return true; +} +export function TimeDimensionOneOf1FromJSON(json) { + return TimeDimensionOneOf1FromJSONTyped(json, false); +} +export function TimeDimensionOneOf1FromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'type': json['type'], + }; +} +export function TimeDimensionOneOf1ToJSON(json) { + return TimeDimensionOneOf1ToJSONTyped(json, false); +} +export function TimeDimensionOneOf1ToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'type': value['type'], + }; +} diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index f469b0f5..42131bbc 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -198,6 +198,9 @@ export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; export * from './TimeDescriptor'; +export * from './TimeDimension'; +export * from './TimeDimensionOneOf'; +export * from './TimeDimensionOneOf1'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index 337a0183..133682bb 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -200,6 +200,9 @@ export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; export * from './TimeDescriptor'; +export * from './TimeDimension'; +export * from './TimeDimensionOneOf'; +export * from './TimeDimensionOneOf1'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; diff --git a/typescript/dist/models/TimeDescriptor.d.ts b/typescript/dist/models/TimeDescriptor.d.ts index ecd85946..62445227 100644 --- a/typescript/dist/models/TimeDescriptor.d.ts +++ b/typescript/dist/models/TimeDescriptor.d.ts @@ -10,7 +10,7 @@ * Do not edit the class manually. */ import type { TimeInterval } from './TimeInterval'; -import type { RegularTimeDimension } from './RegularTimeDimension'; +import type { TimeDimension } from './TimeDimension'; /** * * @export @@ -25,10 +25,10 @@ export interface TimeDescriptor { bounds?: TimeInterval | null; /** * - * @type {RegularTimeDimension} + * @type {TimeDimension} * @memberof TimeDescriptor */ - dimension?: RegularTimeDimension | null; + dimension: TimeDimension; } /** * Check if a given object implements the TimeDescriptor interface. diff --git a/typescript/dist/models/TimeDescriptor.js b/typescript/dist/models/TimeDescriptor.js index 6b5b453a..51da17c5 100644 --- a/typescript/dist/models/TimeDescriptor.js +++ b/typescript/dist/models/TimeDescriptor.js @@ -19,11 +19,13 @@ exports.TimeDescriptorFromJSONTyped = TimeDescriptorFromJSONTyped; exports.TimeDescriptorToJSON = TimeDescriptorToJSON; exports.TimeDescriptorToJSONTyped = TimeDescriptorToJSONTyped; const TimeInterval_1 = require("./TimeInterval"); -const RegularTimeDimension_1 = require("./RegularTimeDimension"); +const TimeDimension_1 = require("./TimeDimension"); /** * Check if a given object implements the TimeDescriptor interface. */ function instanceOfTimeDescriptor(value) { + if (!('dimension' in value) || value['dimension'] === undefined) + return false; return true; } function TimeDescriptorFromJSON(json) { @@ -35,7 +37,7 @@ function TimeDescriptorFromJSONTyped(json, ignoreDiscriminator) { } return { 'bounds': json['bounds'] == null ? undefined : (0, TimeInterval_1.TimeIntervalFromJSON)(json['bounds']), - 'dimension': json['dimension'] == null ? undefined : (0, RegularTimeDimension_1.RegularTimeDimensionFromJSON)(json['dimension']), + 'dimension': (0, TimeDimension_1.TimeDimensionFromJSON)(json['dimension']), }; } function TimeDescriptorToJSON(json) { @@ -47,6 +49,6 @@ function TimeDescriptorToJSONTyped(value, ignoreDiscriminator = false) { } return { 'bounds': (0, TimeInterval_1.TimeIntervalToJSON)(value['bounds']), - 'dimension': (0, RegularTimeDimension_1.RegularTimeDimensionToJSON)(value['dimension']), + 'dimension': (0, TimeDimension_1.TimeDimensionToJSON)(value['dimension']), }; } diff --git a/typescript/dist/models/TimeDimension.d.ts b/typescript/dist/models/TimeDimension.d.ts new file mode 100644 index 00000000..20583d11 --- /dev/null +++ b/typescript/dist/models/TimeDimension.d.ts @@ -0,0 +1,23 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeDimensionOneOf } from './TimeDimensionOneOf'; +import type { TimeDimensionOneOf1 } from './TimeDimensionOneOf1'; +/** + * @type TimeDimension + * + * @export + */ +export type TimeDimension = TimeDimensionOneOf | TimeDimensionOneOf1; +export declare function TimeDimensionFromJSON(json: any): TimeDimension; +export declare function TimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimension; +export declare function TimeDimensionToJSON(json: any): any; +export declare function TimeDimensionToJSONTyped(value?: TimeDimension | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/TimeDimension.js b/typescript/dist/models/TimeDimension.js new file mode 100644 index 00000000..8baa97b4 --- /dev/null +++ b/typescript/dist/models/TimeDimension.js @@ -0,0 +1,57 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.TimeDimensionFromJSON = TimeDimensionFromJSON; +exports.TimeDimensionFromJSONTyped = TimeDimensionFromJSONTyped; +exports.TimeDimensionToJSON = TimeDimensionToJSON; +exports.TimeDimensionToJSONTyped = TimeDimensionToJSONTyped; +const TimeDimensionOneOf_1 = require("./TimeDimensionOneOf"); +const TimeDimensionOneOf1_1 = require("./TimeDimensionOneOf1"); +function TimeDimensionFromJSON(json) { + return TimeDimensionFromJSONTyped(json, false); +} +function TimeDimensionFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + if (typeof json !== 'object') { + return json; + } + if ((0, TimeDimensionOneOf_1.instanceOfTimeDimensionOneOf)(json)) { + return (0, TimeDimensionOneOf_1.TimeDimensionOneOfFromJSONTyped)(json, true); + } + if ((0, TimeDimensionOneOf1_1.instanceOfTimeDimensionOneOf1)(json)) { + return (0, TimeDimensionOneOf1_1.TimeDimensionOneOf1FromJSONTyped)(json, true); + } + return {}; +} +function TimeDimensionToJSON(json) { + return TimeDimensionToJSONTyped(json, false); +} +function TimeDimensionToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + if (typeof value !== 'object') { + return value; + } + if ((0, TimeDimensionOneOf_1.instanceOfTimeDimensionOneOf)(value)) { + return (0, TimeDimensionOneOf_1.TimeDimensionOneOfToJSON)(value); + } + if ((0, TimeDimensionOneOf1_1.instanceOfTimeDimensionOneOf1)(value)) { + return (0, TimeDimensionOneOf1_1.TimeDimensionOneOf1ToJSON)(value); + } + return {}; +} diff --git a/typescript/dist/models/TimeDimensionOneOf.d.ts b/typescript/dist/models/TimeDimensionOneOf.d.ts new file mode 100644 index 00000000..07798f9c --- /dev/null +++ b/typescript/dist/models/TimeDimensionOneOf.d.ts @@ -0,0 +1,40 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { RegularTimeDimension } from './RegularTimeDimension'; +/** + * + * @export + * @interface TimeDimensionOneOf + */ +export interface TimeDimensionOneOf extends RegularTimeDimension { + /** + * + * @type {string} + * @memberof TimeDimensionOneOf + */ + type: TimeDimensionOneOfTypeEnum; +} +/** + * @export + */ +export declare const TimeDimensionOneOfTypeEnum: { + readonly Regular: "regular"; +}; +export type TimeDimensionOneOfTypeEnum = typeof TimeDimensionOneOfTypeEnum[keyof typeof TimeDimensionOneOfTypeEnum]; +/** + * Check if a given object implements the TimeDimensionOneOf interface. + */ +export declare function instanceOfTimeDimensionOneOf(value: object): value is TimeDimensionOneOf; +export declare function TimeDimensionOneOfFromJSON(json: any): TimeDimensionOneOf; +export declare function TimeDimensionOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimensionOneOf; +export declare function TimeDimensionOneOfToJSON(json: any): TimeDimensionOneOf; +export declare function TimeDimensionOneOfToJSONTyped(value?: TimeDimensionOneOf | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/TimeDimensionOneOf.js b/typescript/dist/models/TimeDimensionOneOf.js new file mode 100644 index 00000000..8ec4d977 --- /dev/null +++ b/typescript/dist/models/TimeDimensionOneOf.js @@ -0,0 +1,54 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.TimeDimensionOneOfTypeEnum = void 0; +exports.instanceOfTimeDimensionOneOf = instanceOfTimeDimensionOneOf; +exports.TimeDimensionOneOfFromJSON = TimeDimensionOneOfFromJSON; +exports.TimeDimensionOneOfFromJSONTyped = TimeDimensionOneOfFromJSONTyped; +exports.TimeDimensionOneOfToJSON = TimeDimensionOneOfToJSON; +exports.TimeDimensionOneOfToJSONTyped = TimeDimensionOneOfToJSONTyped; +const RegularTimeDimension_1 = require("./RegularTimeDimension"); +/** + * @export + */ +exports.TimeDimensionOneOfTypeEnum = { + Regular: 'regular' +}; +/** + * Check if a given object implements the TimeDimensionOneOf interface. + */ +function instanceOfTimeDimensionOneOf(value) { + if (!('type' in value) || value['type'] === undefined) + return false; + return true; +} +function TimeDimensionOneOfFromJSON(json) { + return TimeDimensionOneOfFromJSONTyped(json, false); +} +function TimeDimensionOneOfFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return Object.assign(Object.assign({}, (0, RegularTimeDimension_1.RegularTimeDimensionFromJSONTyped)(json, true)), { 'type': json['type'] }); +} +function TimeDimensionOneOfToJSON(json) { + return TimeDimensionOneOfToJSONTyped(json, false); +} +function TimeDimensionOneOfToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return Object.assign(Object.assign({}, (0, RegularTimeDimension_1.RegularTimeDimensionToJSONTyped)(value, true)), { 'type': value['type'] }); +} diff --git a/typescript/dist/models/TimeDimensionOneOf1.d.ts b/typescript/dist/models/TimeDimensionOneOf1.d.ts new file mode 100644 index 00000000..bea8e11e --- /dev/null +++ b/typescript/dist/models/TimeDimensionOneOf1.d.ts @@ -0,0 +1,39 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + * @interface TimeDimensionOneOf1 + */ +export interface TimeDimensionOneOf1 { + /** + * + * @type {string} + * @memberof TimeDimensionOneOf1 + */ + type: TimeDimensionOneOf1TypeEnum; +} +/** + * @export + */ +export declare const TimeDimensionOneOf1TypeEnum: { + readonly Irregular: "irregular"; +}; +export type TimeDimensionOneOf1TypeEnum = typeof TimeDimensionOneOf1TypeEnum[keyof typeof TimeDimensionOneOf1TypeEnum]; +/** + * Check if a given object implements the TimeDimensionOneOf1 interface. + */ +export declare function instanceOfTimeDimensionOneOf1(value: object): value is TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1FromJSON(json: any): TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1ToJSON(json: any): TimeDimensionOneOf1; +export declare function TimeDimensionOneOf1ToJSONTyped(value?: TimeDimensionOneOf1 | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/TimeDimensionOneOf1.js b/typescript/dist/models/TimeDimensionOneOf1.js new file mode 100644 index 00000000..1e220e1f --- /dev/null +++ b/typescript/dist/models/TimeDimensionOneOf1.js @@ -0,0 +1,57 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.TimeDimensionOneOf1TypeEnum = void 0; +exports.instanceOfTimeDimensionOneOf1 = instanceOfTimeDimensionOneOf1; +exports.TimeDimensionOneOf1FromJSON = TimeDimensionOneOf1FromJSON; +exports.TimeDimensionOneOf1FromJSONTyped = TimeDimensionOneOf1FromJSONTyped; +exports.TimeDimensionOneOf1ToJSON = TimeDimensionOneOf1ToJSON; +exports.TimeDimensionOneOf1ToJSONTyped = TimeDimensionOneOf1ToJSONTyped; +/** + * @export + */ +exports.TimeDimensionOneOf1TypeEnum = { + Irregular: 'irregular' +}; +/** + * Check if a given object implements the TimeDimensionOneOf1 interface. + */ +function instanceOfTimeDimensionOneOf1(value) { + if (!('type' in value) || value['type'] === undefined) + return false; + return true; +} +function TimeDimensionOneOf1FromJSON(json) { + return TimeDimensionOneOf1FromJSONTyped(json, false); +} +function TimeDimensionOneOf1FromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'type': json['type'], + }; +} +function TimeDimensionOneOf1ToJSON(json) { + return TimeDimensionOneOf1ToJSONTyped(json, false); +} +function TimeDimensionOneOf1ToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'type': value['type'], + }; +} diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index f469b0f5..42131bbc 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -198,6 +198,9 @@ export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; export * from './TimeDescriptor'; +export * from './TimeDimension'; +export * from './TimeDimensionOneOf'; +export * from './TimeDimensionOneOf1'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index 1b70e96f..71d8394a 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -216,6 +216,9 @@ __exportStar(require("./TaskStatusRunning"), exports); __exportStar(require("./TaskStatusWithId"), exports); __exportStar(require("./TextSymbology"), exports); __exportStar(require("./TimeDescriptor"), exports); +__exportStar(require("./TimeDimension"), exports); +__exportStar(require("./TimeDimensionOneOf"), exports); +__exportStar(require("./TimeDimensionOneOf1"), exports); __exportStar(require("./TimeGranularity"), exports); __exportStar(require("./TimeInterval"), exports); __exportStar(require("./TimeReference"), exports); diff --git a/typescript/docs/TimeDescriptor.md b/typescript/docs/TimeDescriptor.md index 73f0fdf5..d746d768 100644 --- a/typescript/docs/TimeDescriptor.md +++ b/typescript/docs/TimeDescriptor.md @@ -7,7 +7,7 @@ Name | Type ------------ | ------------- `bounds` | [TimeInterval](TimeInterval.md) -`dimension` | [RegularTimeDimension](RegularTimeDimension.md) +`dimension` | [TimeDimension](TimeDimension.md) ## Example diff --git a/typescript/docs/TimeDimension.md b/typescript/docs/TimeDimension.md new file mode 100644 index 00000000..fff0f008 --- /dev/null +++ b/typescript/docs/TimeDimension.md @@ -0,0 +1,34 @@ + +# TimeDimension + + +## Properties + +Name | Type +------------ | ------------- +`type` | string + +## Example + +```typescript +import type { TimeDimension } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "type": null, +} satisfies TimeDimension + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as TimeDimension +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/TimeDimensionOneOf.md b/typescript/docs/TimeDimensionOneOf.md new file mode 100644 index 00000000..05ed18b6 --- /dev/null +++ b/typescript/docs/TimeDimensionOneOf.md @@ -0,0 +1,34 @@ + +# TimeDimensionOneOf + + +## Properties + +Name | Type +------------ | ------------- +`type` | string + +## Example + +```typescript +import type { TimeDimensionOneOf } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "type": null, +} satisfies TimeDimensionOneOf + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as TimeDimensionOneOf +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/TimeDimensionOneOf1.md b/typescript/docs/TimeDimensionOneOf1.md new file mode 100644 index 00000000..b974757d --- /dev/null +++ b/typescript/docs/TimeDimensionOneOf1.md @@ -0,0 +1,34 @@ + +# TimeDimensionOneOf1 + + +## Properties + +Name | Type +------------ | ------------- +`type` | string + +## Example + +```typescript +import type { TimeDimensionOneOf1 } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "type": null, +} satisfies TimeDimensionOneOf1 + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as TimeDimensionOneOf1 +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/src/models/TimeDescriptor.ts b/typescript/src/models/TimeDescriptor.ts index 395aaa7b..7e349f6f 100644 --- a/typescript/src/models/TimeDescriptor.ts +++ b/typescript/src/models/TimeDescriptor.ts @@ -20,13 +20,13 @@ import { TimeIntervalToJSON, TimeIntervalToJSONTyped, } from './TimeInterval'; -import type { RegularTimeDimension } from './RegularTimeDimension'; +import type { TimeDimension } from './TimeDimension'; import { - RegularTimeDimensionFromJSON, - RegularTimeDimensionFromJSONTyped, - RegularTimeDimensionToJSON, - RegularTimeDimensionToJSONTyped, -} from './RegularTimeDimension'; + TimeDimensionFromJSON, + TimeDimensionFromJSONTyped, + TimeDimensionToJSON, + TimeDimensionToJSONTyped, +} from './TimeDimension'; /** * @@ -42,16 +42,17 @@ export interface TimeDescriptor { bounds?: TimeInterval | null; /** * - * @type {RegularTimeDimension} + * @type {TimeDimension} * @memberof TimeDescriptor */ - dimension?: RegularTimeDimension | null; + dimension: TimeDimension; } /** * Check if a given object implements the TimeDescriptor interface. */ export function instanceOfTimeDescriptor(value: object): value is TimeDescriptor { + if (!('dimension' in value) || value['dimension'] === undefined) return false; return true; } @@ -66,7 +67,7 @@ export function TimeDescriptorFromJSONTyped(json: any, ignoreDiscriminator: bool return { 'bounds': json['bounds'] == null ? undefined : TimeIntervalFromJSON(json['bounds']), - 'dimension': json['dimension'] == null ? undefined : RegularTimeDimensionFromJSON(json['dimension']), + 'dimension': TimeDimensionFromJSON(json['dimension']), }; } @@ -82,7 +83,7 @@ export function TimeDescriptorToJSONTyped(value?: TimeDescriptor | null, ignoreD return { 'bounds': TimeIntervalToJSON(value['bounds']), - 'dimension': RegularTimeDimensionToJSON(value['dimension']), + 'dimension': TimeDimensionToJSON(value['dimension']), }; } diff --git a/typescript/src/models/TimeDimension.ts b/typescript/src/models/TimeDimension.ts new file mode 100644 index 00000000..a61cc5fa --- /dev/null +++ b/typescript/src/models/TimeDimension.ts @@ -0,0 +1,76 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import type { TimeDimensionOneOf } from './TimeDimensionOneOf'; +import { + instanceOfTimeDimensionOneOf, + TimeDimensionOneOfFromJSON, + TimeDimensionOneOfFromJSONTyped, + TimeDimensionOneOfToJSON, +} from './TimeDimensionOneOf'; +import type { TimeDimensionOneOf1 } from './TimeDimensionOneOf1'; +import { + instanceOfTimeDimensionOneOf1, + TimeDimensionOneOf1FromJSON, + TimeDimensionOneOf1FromJSONTyped, + TimeDimensionOneOf1ToJSON, +} from './TimeDimensionOneOf1'; + +/** + * @type TimeDimension + * + * @export + */ +export type TimeDimension = TimeDimensionOneOf | TimeDimensionOneOf1; + +export function TimeDimensionFromJSON(json: any): TimeDimension { + return TimeDimensionFromJSONTyped(json, false); +} + +export function TimeDimensionFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimension { + if (json == null) { + return json; + } + if (typeof json !== 'object') { + return json; + } + if (instanceOfTimeDimensionOneOf(json)) { + return TimeDimensionOneOfFromJSONTyped(json, true); + } + if (instanceOfTimeDimensionOneOf1(json)) { + return TimeDimensionOneOf1FromJSONTyped(json, true); + } + return {} as any; +} + +export function TimeDimensionToJSON(json: any): any { + return TimeDimensionToJSONTyped(json, false); +} + +export function TimeDimensionToJSONTyped(value?: TimeDimension | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + if (typeof value !== 'object') { + return value; + } + if (instanceOfTimeDimensionOneOf(value)) { + return TimeDimensionOneOfToJSON(value as TimeDimensionOneOf); + } + if (instanceOfTimeDimensionOneOf1(value)) { + return TimeDimensionOneOf1ToJSON(value as TimeDimensionOneOf1); + } + return {}; +} + diff --git a/typescript/src/models/TimeDimensionOneOf.ts b/typescript/src/models/TimeDimensionOneOf.ts new file mode 100644 index 00000000..bf66d840 --- /dev/null +++ b/typescript/src/models/TimeDimensionOneOf.ts @@ -0,0 +1,91 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { TimeStep } from './TimeStep'; +import { + TimeStepFromJSON, + TimeStepFromJSONTyped, + TimeStepToJSON, + TimeStepToJSONTyped, +} from './TimeStep'; +import type { RegularTimeDimension } from './RegularTimeDimension'; +import { + RegularTimeDimensionFromJSON, + RegularTimeDimensionFromJSONTyped, + RegularTimeDimensionToJSON, + RegularTimeDimensionToJSONTyped, +} from './RegularTimeDimension'; + +/** + * + * @export + * @interface TimeDimensionOneOf + */ +export interface TimeDimensionOneOf extends RegularTimeDimension { + /** + * + * @type {string} + * @memberof TimeDimensionOneOf + */ + type: TimeDimensionOneOfTypeEnum; +} + + +/** + * @export + */ +export const TimeDimensionOneOfTypeEnum = { + Regular: 'regular' +} as const; +export type TimeDimensionOneOfTypeEnum = typeof TimeDimensionOneOfTypeEnum[keyof typeof TimeDimensionOneOfTypeEnum]; + + +/** + * Check if a given object implements the TimeDimensionOneOf interface. + */ +export function instanceOfTimeDimensionOneOf(value: object): value is TimeDimensionOneOf { + if (!('type' in value) || value['type'] === undefined) return false; + return true; +} + +export function TimeDimensionOneOfFromJSON(json: any): TimeDimensionOneOf { + return TimeDimensionOneOfFromJSONTyped(json, false); +} + +export function TimeDimensionOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimensionOneOf { + if (json == null) { + return json; + } + return { + ...RegularTimeDimensionFromJSONTyped(json, true), + 'type': json['type'], + }; +} + +export function TimeDimensionOneOfToJSON(json: any): TimeDimensionOneOf { + return TimeDimensionOneOfToJSONTyped(json, false); +} + +export function TimeDimensionOneOfToJSONTyped(value?: TimeDimensionOneOf | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + ...RegularTimeDimensionToJSONTyped(value, true), + 'type': value['type'], + }; +} + diff --git a/typescript/src/models/TimeDimensionOneOf1.ts b/typescript/src/models/TimeDimensionOneOf1.ts new file mode 100644 index 00000000..4e68a5e7 --- /dev/null +++ b/typescript/src/models/TimeDimensionOneOf1.ts @@ -0,0 +1,76 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +/** + * + * @export + * @interface TimeDimensionOneOf1 + */ +export interface TimeDimensionOneOf1 { + /** + * + * @type {string} + * @memberof TimeDimensionOneOf1 + */ + type: TimeDimensionOneOf1TypeEnum; +} + + +/** + * @export + */ +export const TimeDimensionOneOf1TypeEnum = { + Irregular: 'irregular' +} as const; +export type TimeDimensionOneOf1TypeEnum = typeof TimeDimensionOneOf1TypeEnum[keyof typeof TimeDimensionOneOf1TypeEnum]; + + +/** + * Check if a given object implements the TimeDimensionOneOf1 interface. + */ +export function instanceOfTimeDimensionOneOf1(value: object): value is TimeDimensionOneOf1 { + if (!('type' in value) || value['type'] === undefined) return false; + return true; +} + +export function TimeDimensionOneOf1FromJSON(json: any): TimeDimensionOneOf1 { + return TimeDimensionOneOf1FromJSONTyped(json, false); +} + +export function TimeDimensionOneOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeDimensionOneOf1 { + if (json == null) { + return json; + } + return { + + 'type': json['type'], + }; +} + +export function TimeDimensionOneOf1ToJSON(json: any): TimeDimensionOneOf1 { + return TimeDimensionOneOf1ToJSONTyped(json, false); +} + +export function TimeDimensionOneOf1ToJSONTyped(value?: TimeDimensionOneOf1 | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'type': value['type'], + }; +} + diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index 337a0183..133682bb 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -200,6 +200,9 @@ export * from './TaskStatusRunning'; export * from './TaskStatusWithId'; export * from './TextSymbology'; export * from './TimeDescriptor'; +export * from './TimeDimension'; +export * from './TimeDimensionOneOf'; +export * from './TimeDimensionOneOf1'; export * from './TimeGranularity'; export * from './TimeInterval'; export * from './TimeReference'; From 4b0a0698a072f528cf570a31a0460dbc143fc4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Fri, 21 Nov 2025 15:45:38 +0100 Subject: [PATCH 17/19] include multi tile gdal source --- .generation/config.ini | 2 +- .generation/input/openapi.json | 103 +++++++ python/.openapi-generator/FILES | 6 + python/README.md | 12 +- python/geoengine_openapi_client/__init__.py | 4 + .../api/datasets_api.py | 279 ++++++++++++++++++ .../models/__init__.py | 2 + .../models/add_dataset_tile.py | 109 +++++++ .../models/dataset.py | 13 +- .../models/gdal_multi_band.py | 101 +++++++ .../models/meta_data_definition.py | 35 ++- python/test/test_add_dataset_tile.py | 139 +++++++++ python/test/test_dataset.py | 1 + python/test/test_datasets_api.py | 7 + python/test/test_gdal_multi_band.py | 111 +++++++ typescript/README.md | 11 +- typescript/dist/apis/DatasetsApi.d.ts | 12 + typescript/dist/apis/DatasetsApi.js | 41 +++ typescript/dist/esm/apis/DatasetsApi.d.ts | 12 + typescript/dist/esm/apis/DatasetsApi.js | 41 +++ .../dist/esm/models/AddDatasetTile.d.ts | 59 ++++ typescript/dist/esm/models/AddDatasetTile.js | 62 ++++ typescript/dist/esm/models/Dataset.d.ts | 7 + typescript/dist/esm/models/Dataset.js | 3 + typescript/dist/esm/models/GdalMultiBand.d.ts | 46 +++ typescript/dist/esm/models/GdalMultiBand.js | 54 ++++ .../dist/esm/models/MetaDataDefinition.d.ts | 3 + .../dist/esm/models/MetaDataDefinition.js | 5 + typescript/dist/esm/models/index.d.ts | 2 + typescript/dist/esm/models/index.js | 2 + typescript/dist/models/AddDatasetTile.d.ts | 59 ++++ typescript/dist/models/AddDatasetTile.js | 69 +++++ typescript/dist/models/Dataset.d.ts | 7 + typescript/dist/models/Dataset.js | 3 + typescript/dist/models/GdalMultiBand.d.ts | 46 +++ typescript/dist/models/GdalMultiBand.js | 62 ++++ .../dist/models/MetaDataDefinition.d.ts | 3 + typescript/dist/models/MetaDataDefinition.js | 5 + typescript/dist/models/index.d.ts | 2 + typescript/dist/models/index.js | 2 + typescript/docs/AddDatasetTile.md | 42 +++ typescript/docs/Dataset.md | 2 + typescript/docs/DatasetsApi.md | 73 +++++ typescript/docs/GdalMultiBand.md | 36 +++ typescript/src/apis/DatasetsApi.ts | 59 ++++ typescript/src/models/AddDatasetTile.ts | 124 ++++++++ typescript/src/models/Dataset.ts | 15 + typescript/src/models/GdalMultiBand.ts | 93 ++++++ typescript/src/models/MetaDataDefinition.ts | 13 +- typescript/src/models/index.ts | 2 + 50 files changed, 1982 insertions(+), 19 deletions(-) create mode 100644 python/geoengine_openapi_client/models/add_dataset_tile.py create mode 100644 python/geoengine_openapi_client/models/gdal_multi_band.py create mode 100644 python/test/test_add_dataset_tile.py create mode 100644 python/test/test_gdal_multi_band.py create mode 100644 typescript/dist/esm/models/AddDatasetTile.d.ts create mode 100644 typescript/dist/esm/models/AddDatasetTile.js create mode 100644 typescript/dist/esm/models/GdalMultiBand.d.ts create mode 100644 typescript/dist/esm/models/GdalMultiBand.js create mode 100644 typescript/dist/models/AddDatasetTile.d.ts create mode 100644 typescript/dist/models/AddDatasetTile.js create mode 100644 typescript/dist/models/GdalMultiBand.d.ts create mode 100644 typescript/dist/models/GdalMultiBand.js create mode 100644 typescript/docs/AddDatasetTile.md create mode 100644 typescript/docs/GdalMultiBand.md create mode 100644 typescript/src/models/AddDatasetTile.ts create mode 100644 typescript/src/models/GdalMultiBand.ts diff --git a/.generation/config.ini b/.generation/config.ini index 0faa7276..248ee3a5 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -1,5 +1,5 @@ [input] -backendCommit = ba34db99da946fa3fdcf1a1832c64e430167c4c2 +backendCommit = 5dc8f9b677bc1683ac1bf9a4acb181a6ff4afdfc [general] githubUrl = https://github.com/geo-engine/openapi-client diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index 100b2e89..b9b55e4b 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -805,6 +805,46 @@ ] } }, + "/dataset/{dataset}/tiles": { + "post": { + "tags": [ + "Datasets" + ], + "summary": "Add a tile to a gdal dataset.", + "operationId": "add_dataset_tiles_handler", + "parameters": [ + { + "name": "dataset", + "in": "path", + "description": "Dataset Name", + "required": true, + "schema": { + "$ref": "#/components/schemas/DatasetName" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AutoCreateDataset" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "" + } + }, + "security": [ + { + "session_token": [] + } + ] + } + }, "/datasetFromWorkflow/{id}": { "post": { "tags": [ @@ -5527,6 +5567,37 @@ } } }, + "AddDatasetTile": { + "type": "object", + "required": [ + "time", + "spatial_partition", + "band", + "z_index", + "params" + ], + "properties": { + "band": { + "type": "integer", + "format": "int32", + "minimum": 0 + }, + "params": { + "$ref": "#/components/schemas/GdalDatasetParameters" + }, + "spatial_partition": { + "$ref": "#/components/schemas/SpatialPartition2D" + }, + "time": { + "$ref": "#/components/schemas/TimeInterval" + }, + "z_index": { + "type": "integer", + "format": "int32", + "minimum": 0 + } + } + }, "AddLayer": { "type": "object", "required": [ @@ -6247,6 +6318,16 @@ "sourceOperator" ], "properties": { + "dataPath": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/DataPath" + } + ] + }, "description": { "type": "string" }, @@ -7068,6 +7149,24 @@ } } }, + "GdalMultiBand": { + "type": "object", + "required": [ + "type", + "resultDescriptor" + ], + "properties": { + "resultDescriptor": { + "$ref": "#/components/schemas/RasterResultDescriptor" + }, + "type": { + "type": "string", + "enum": [ + "GdalMultiBand" + ] + } + } + }, "GdalSourceTimePlaceholder": { "type": "object", "required": [ @@ -7679,6 +7778,9 @@ }, { "$ref": "#/components/schemas/GdalMetaDataList" + }, + { + "$ref": "#/components/schemas/GdalMultiBand" } ], "discriminator": { @@ -7687,6 +7789,7 @@ "GdalMetaDataList": "#/components/schemas/GdalMetaDataList", "GdalMetaDataNetCdfCf": "#/components/schemas/GdalMetadataNetCdfCf", "GdalMetaDataRegular": "#/components/schemas/GdalMetaDataRegular", + "GdalMultiBand": "#/components/schemas/GdalMultiBand", "GdalStatic": "#/components/schemas/GdalMetaDataStatic", "MockMetaData": "#/components/schemas/MockMetaData", "OgrMetaData": "#/components/schemas/OgrMetaData" diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 9bda7251..817a5836 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -4,6 +4,7 @@ .travis.yml README.md docs/AddDataset.md +docs/AddDatasetTile.md docs/AddLayer.md docs/AddLayerCollection.md docs/AddRole.md @@ -63,6 +64,7 @@ docs/GdalMetaDataRegular.md docs/GdalMetaDataStatic.md docs/GdalMetadataMapping.md docs/GdalMetadataNetCdfCf.md +docs/GdalMultiBand.md docs/GdalSourceTimePlaceholder.md docs/GeneralApi.md docs/GeoJson.md @@ -292,6 +294,7 @@ geoengine_openapi_client/configuration.py geoengine_openapi_client/exceptions.py geoengine_openapi_client/models/__init__.py geoengine_openapi_client/models/add_dataset.py +geoengine_openapi_client/models/add_dataset_tile.py geoengine_openapi_client/models/add_layer.py geoengine_openapi_client/models/add_layer_collection.py geoengine_openapi_client/models/add_role.py @@ -350,6 +353,7 @@ geoengine_openapi_client/models/gdal_meta_data_regular.py geoengine_openapi_client/models/gdal_meta_data_static.py geoengine_openapi_client/models/gdal_metadata_mapping.py geoengine_openapi_client/models/gdal_metadata_net_cdf_cf.py +geoengine_openapi_client/models/gdal_multi_band.py geoengine_openapi_client/models/gdal_source_time_placeholder.py geoengine_openapi_client/models/geo_json.py geoengine_openapi_client/models/geo_transform.py @@ -550,6 +554,7 @@ setup.py test-requirements.txt test/__init__.py test/test_add_dataset.py +test/test_add_dataset_tile.py test/test_add_layer.py test/test_add_layer_collection.py test/test_add_role.py @@ -609,6 +614,7 @@ test/test_gdal_meta_data_regular.py test/test_gdal_meta_data_static.py test/test_gdal_metadata_mapping.py test/test_gdal_metadata_net_cdf_cf.py +test/test_gdal_multi_band.py test/test_gdal_source_time_placeholder.py test/test_general_api.py test/test_geo_json.py diff --git a/python/README.md b/python/README.md index ff87eb0e..5f715f2b 100644 --- a/python/README.md +++ b/python/README.md @@ -76,15 +76,14 @@ configuration = geoengine_openapi_client.Configuration( with geoengine_openapi_client.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = geoengine_openapi_client.DatasetsApi(api_client) + dataset = 'dataset_example' # str | Dataset Name auto_create_dataset = geoengine_openapi_client.AutoCreateDataset() # AutoCreateDataset | try: - # Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. - api_response = api_instance.auto_create_dataset_handler(auto_create_dataset) - print("The response of DatasetsApi->auto_create_dataset_handler:\n") - pprint(api_response) + # Add a tile to a gdal dataset. + api_instance.add_dataset_tiles_handler(dataset, auto_create_dataset) except ApiException as e: - print("Exception when calling DatasetsApi->auto_create_dataset_handler: %s\n" % e) + print("Exception when calling DatasetsApi->add_dataset_tiles_handler: %s\n" % e) ``` @@ -94,6 +93,7 @@ All URIs are relative to *https://geoengine.io/api* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- +*DatasetsApi* | [**add_dataset_tiles_handler**](docs/DatasetsApi.md#add_dataset_tiles_handler) | **POST** /dataset/{dataset}/tiles | Add a tile to a gdal dataset. *DatasetsApi* | [**auto_create_dataset_handler**](docs/DatasetsApi.md#auto_create_dataset_handler) | **POST** /dataset/auto | Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. *DatasetsApi* | [**create_dataset_handler**](docs/DatasetsApi.md#create_dataset_handler) | **POST** /dataset | Creates a new dataset referencing files. Users can reference previously uploaded files. Admins can reference files from a volume. *DatasetsApi* | [**delete_dataset_handler**](docs/DatasetsApi.md#delete_dataset_handler) | **DELETE** /dataset/{dataset} | Delete a dataset @@ -195,6 +195,7 @@ Class | Method | HTTP request | Description ## Documentation For Models - [AddDataset](docs/AddDataset.md) + - [AddDatasetTile](docs/AddDatasetTile.md) - [AddLayer](docs/AddLayer.md) - [AddLayerCollection](docs/AddLayerCollection.md) - [AddRole](docs/AddRole.md) @@ -253,6 +254,7 @@ Class | Method | HTTP request | Description - [GdalMetaDataStatic](docs/GdalMetaDataStatic.md) - [GdalMetadataMapping](docs/GdalMetadataMapping.md) - [GdalMetadataNetCdfCf](docs/GdalMetadataNetCdfCf.md) + - [GdalMultiBand](docs/GdalMultiBand.md) - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) - [GeoTransform](docs/GeoTransform.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 3f0d8efc..26307970 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -45,6 +45,7 @@ "ApiAttributeError", "ApiException", "AddDataset", + "AddDatasetTile", "AddLayer", "AddLayerCollection", "AddRole", @@ -103,6 +104,7 @@ "GdalMetaDataStatic", "GdalMetadataMapping", "GdalMetadataNetCdfCf", + "GdalMultiBand", "GdalSourceTimePlaceholder", "GeoJson", "GeoTransform", @@ -326,6 +328,7 @@ # import models into sdk package from geoengine_openapi_client.models.add_dataset import AddDataset as AddDataset +from geoengine_openapi_client.models.add_dataset_tile import AddDatasetTile as AddDatasetTile from geoengine_openapi_client.models.add_layer import AddLayer as AddLayer from geoengine_openapi_client.models.add_layer_collection import AddLayerCollection as AddLayerCollection from geoengine_openapi_client.models.add_role import AddRole as AddRole @@ -384,6 +387,7 @@ from geoengine_openapi_client.models.gdal_meta_data_static import GdalMetaDataStatic as GdalMetaDataStatic from geoengine_openapi_client.models.gdal_metadata_mapping import GdalMetadataMapping as GdalMetadataMapping from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf as GdalMetadataNetCdfCf +from geoengine_openapi_client.models.gdal_multi_band import GdalMultiBand as GdalMultiBand from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder as GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson as GeoJson from geoengine_openapi_client.models.geo_transform import GeoTransform as GeoTransform diff --git a/python/geoengine_openapi_client/api/datasets_api.py b/python/geoengine_openapi_client/api/datasets_api.py index 4d4a7a93..ebabe74a 100644 --- a/python/geoengine_openapi_client/api/datasets_api.py +++ b/python/geoengine_openapi_client/api/datasets_api.py @@ -53,6 +53,285 @@ def __init__(self, api_client=None) -> None: self.api_client = api_client + @validate_call + def add_dataset_tiles_handler( + self, + dataset: Annotated[StrictStr, Field(description="Dataset Name")], + auto_create_dataset: AutoCreateDataset, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> None: + """Add a tile to a gdal dataset. + + + :param dataset: Dataset Name (required) + :type dataset: str + :param auto_create_dataset: (required) + :type auto_create_dataset: AutoCreateDataset + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._add_dataset_tiles_handler_serialize( + dataset=dataset, + auto_create_dataset=auto_create_dataset, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': None, + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def add_dataset_tiles_handler_with_http_info( + self, + dataset: Annotated[StrictStr, Field(description="Dataset Name")], + auto_create_dataset: AutoCreateDataset, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[None]: + """Add a tile to a gdal dataset. + + + :param dataset: Dataset Name (required) + :type dataset: str + :param auto_create_dataset: (required) + :type auto_create_dataset: AutoCreateDataset + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._add_dataset_tiles_handler_serialize( + dataset=dataset, + auto_create_dataset=auto_create_dataset, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': None, + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def add_dataset_tiles_handler_without_preload_content( + self, + dataset: Annotated[StrictStr, Field(description="Dataset Name")], + auto_create_dataset: AutoCreateDataset, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Add a tile to a gdal dataset. + + + :param dataset: Dataset Name (required) + :type dataset: str + :param auto_create_dataset: (required) + :type auto_create_dataset: AutoCreateDataset + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._add_dataset_tiles_handler_serialize( + dataset=dataset, + auto_create_dataset=auto_create_dataset, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': None, + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _add_dataset_tiles_handler_serialize( + self, + dataset, + auto_create_dataset, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if dataset is not None: + _path_params['dataset'] = dataset + # process the query parameters + # process the header parameters + # process the form parameters + # process the body parameter + if auto_create_dataset is not None: + _body_params = auto_create_dataset + + + + # set the HTTP header `Content-Type` + if _content_type: + _header_params['Content-Type'] = _content_type + else: + _default_content_type = ( + self.api_client.select_header_content_type( + [ + 'application/json' + ] + ) + ) + if _default_content_type is not None: + _header_params['Content-Type'] = _default_content_type + + # authentication setting + _auth_settings: List[str] = [ + 'session_token' + ] + + return self.api_client.param_serialize( + method='POST', + resource_path='/dataset/{dataset}/tiles', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + @validate_call def auto_create_dataset_handler( self, diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index 10b25446..94875386 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -15,6 +15,7 @@ # import models into model package from geoengine_openapi_client.models.add_dataset import AddDataset +from geoengine_openapi_client.models.add_dataset_tile import AddDatasetTile from geoengine_openapi_client.models.add_layer import AddLayer from geoengine_openapi_client.models.add_layer_collection import AddLayerCollection from geoengine_openapi_client.models.add_role import AddRole @@ -73,6 +74,7 @@ from geoengine_openapi_client.models.gdal_meta_data_static import GdalMetaDataStatic from geoengine_openapi_client.models.gdal_metadata_mapping import GdalMetadataMapping from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf +from geoengine_openapi_client.models.gdal_multi_band import GdalMultiBand from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson from geoengine_openapi_client.models.geo_transform import GeoTransform diff --git a/python/geoengine_openapi_client/models/add_dataset_tile.py b/python/geoengine_openapi_client/models/add_dataset_tile.py new file mode 100644 index 00000000..cb483295 --- /dev/null +++ b/python/geoengine_openapi_client/models/add_dataset_tile.py @@ -0,0 +1,109 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from geoengine_openapi_client.models.gdal_dataset_parameters import GdalDatasetParameters +from geoengine_openapi_client.models.spatial_partition2_d import SpatialPartition2D +from geoengine_openapi_client.models.time_interval import TimeInterval +from typing import Optional, Set +from typing_extensions import Self + +class AddDatasetTile(BaseModel): + """ + AddDatasetTile + """ # noqa: E501 + band: Annotated[int, Field(strict=True, ge=0)] + params: GdalDatasetParameters + spatial_partition: SpatialPartition2D + time: TimeInterval + z_index: Annotated[int, Field(strict=True, ge=0)] + __properties: ClassVar[List[str]] = ["band", "params", "spatial_partition", "time", "z_index"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AddDatasetTile from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of params + if self.params: + _dict['params'] = self.params.to_dict() + # override the default output from pydantic by calling `to_dict()` of spatial_partition + if self.spatial_partition: + _dict['spatial_partition'] = self.spatial_partition.to_dict() + # override the default output from pydantic by calling `to_dict()` of time + if self.time: + _dict['time'] = self.time.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AddDatasetTile from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "band": obj.get("band"), + "params": GdalDatasetParameters.from_dict(obj["params"]) if obj.get("params") is not None else None, + "spatial_partition": SpatialPartition2D.from_dict(obj["spatial_partition"]) if obj.get("spatial_partition") is not None else None, + "time": TimeInterval.from_dict(obj["time"]) if obj.get("time") is not None else None, + "z_index": obj.get("z_index") + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/dataset.py b/python/geoengine_openapi_client/models/dataset.py index 5d2fd310..7205dcb2 100644 --- a/python/geoengine_openapi_client/models/dataset.py +++ b/python/geoengine_openapi_client/models/dataset.py @@ -21,6 +21,7 @@ from pydantic import BaseModel, ConfigDict, Field, StrictStr from typing import Any, ClassVar, Dict, List, Optional from uuid import UUID +from geoengine_openapi_client.models.data_path import DataPath from geoengine_openapi_client.models.provenance import Provenance from geoengine_openapi_client.models.symbology import Symbology from geoengine_openapi_client.models.typed_result_descriptor import TypedResultDescriptor @@ -31,6 +32,7 @@ class Dataset(BaseModel): """ Dataset """ # noqa: E501 + data_path: Optional[DataPath] = Field(default=None, alias="dataPath") description: StrictStr display_name: StrictStr = Field(alias="displayName") id: UUID @@ -40,7 +42,7 @@ class Dataset(BaseModel): source_operator: StrictStr = Field(alias="sourceOperator") symbology: Optional[Symbology] = None tags: Optional[List[StrictStr]] = None - __properties: ClassVar[List[str]] = ["description", "displayName", "id", "name", "provenance", "resultDescriptor", "sourceOperator", "symbology", "tags"] + __properties: ClassVar[List[str]] = ["dataPath", "description", "displayName", "id", "name", "provenance", "resultDescriptor", "sourceOperator", "symbology", "tags"] model_config = ConfigDict( populate_by_name=True, @@ -81,6 +83,9 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) + # override the default output from pydantic by calling `to_dict()` of data_path + if self.data_path: + _dict['dataPath'] = self.data_path.to_dict() # override the default output from pydantic by calling `to_dict()` of each item in provenance (list) _items = [] if self.provenance: @@ -94,6 +99,11 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of symbology if self.symbology: _dict['symbology'] = self.symbology.to_dict() + # set to None if data_path (nullable) is None + # and model_fields_set contains the field + if self.data_path is None and "data_path" in self.model_fields_set: + _dict['dataPath'] = None + # set to None if provenance (nullable) is None # and model_fields_set contains the field if self.provenance is None and "provenance" in self.model_fields_set: @@ -121,6 +131,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "dataPath": DataPath.from_dict(obj["dataPath"]) if obj.get("dataPath") is not None else None, "description": obj.get("description"), "displayName": obj.get("displayName"), "id": obj.get("id"), diff --git a/python/geoengine_openapi_client/models/gdal_multi_band.py b/python/geoengine_openapi_client/models/gdal_multi_band.py new file mode 100644 index 00000000..95b961de --- /dev/null +++ b/python/geoengine_openapi_client/models/gdal_multi_band.py @@ -0,0 +1,101 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator +from typing import Any, ClassVar, Dict, List +from geoengine_openapi_client.models.raster_result_descriptor import RasterResultDescriptor +from typing import Optional, Set +from typing_extensions import Self + +class GdalMultiBand(BaseModel): + """ + GdalMultiBand + """ # noqa: E501 + result_descriptor: RasterResultDescriptor = Field(alias="resultDescriptor") + type: StrictStr + __properties: ClassVar[List[str]] = ["resultDescriptor", "type"] + + @field_validator('type') + def type_validate_enum(cls, value): + """Validates the enum""" + if value not in set(['GdalMultiBand']): + raise ValueError("must be one of enum values ('GdalMultiBand')") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of GdalMultiBand from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of result_descriptor + if self.result_descriptor: + _dict['resultDescriptor'] = self.result_descriptor.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of GdalMultiBand from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "resultDescriptor": RasterResultDescriptor.from_dict(obj["resultDescriptor"]) if obj.get("resultDescriptor") is not None else None, + "type": obj.get("type") + }) + return _obj + + diff --git a/python/geoengine_openapi_client/models/meta_data_definition.py b/python/geoengine_openapi_client/models/meta_data_definition.py index 79104cf5..f0e73f27 100644 --- a/python/geoengine_openapi_client/models/meta_data_definition.py +++ b/python/geoengine_openapi_client/models/meta_data_definition.py @@ -22,13 +22,14 @@ from geoengine_openapi_client.models.gdal_meta_data_regular import GdalMetaDataRegular from geoengine_openapi_client.models.gdal_meta_data_static import GdalMetaDataStatic from geoengine_openapi_client.models.gdal_metadata_net_cdf_cf import GdalMetadataNetCdfCf +from geoengine_openapi_client.models.gdal_multi_band import GdalMultiBand from geoengine_openapi_client.models.mock_meta_data import MockMetaData from geoengine_openapi_client.models.ogr_meta_data import OgrMetaData from pydantic import StrictStr, Field from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self -METADATADEFINITION_ONE_OF_SCHEMAS = ["GdalMetaDataList", "GdalMetaDataRegular", "GdalMetaDataStatic", "GdalMetadataNetCdfCf", "MockMetaData", "OgrMetaData"] +METADATADEFINITION_ONE_OF_SCHEMAS = ["GdalMetaDataList", "GdalMetaDataRegular", "GdalMetaDataStatic", "GdalMetadataNetCdfCf", "GdalMultiBand", "MockMetaData", "OgrMetaData"] class MetaDataDefinition(BaseModel): """ @@ -46,8 +47,10 @@ class MetaDataDefinition(BaseModel): oneof_schema_5_validator: Optional[GdalMetadataNetCdfCf] = None # data type: GdalMetaDataList oneof_schema_6_validator: Optional[GdalMetaDataList] = None - actual_instance: Optional[Union[GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, MockMetaData, OgrMetaData]] = None - one_of_schemas: Set[str] = { "GdalMetaDataList", "GdalMetaDataRegular", "GdalMetaDataStatic", "GdalMetadataNetCdfCf", "MockMetaData", "OgrMetaData" } + # data type: GdalMultiBand + oneof_schema_7_validator: Optional[GdalMultiBand] = None + actual_instance: Optional[Union[GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, GdalMultiBand, MockMetaData, OgrMetaData]] = None + one_of_schemas: Set[str] = { "GdalMetaDataList", "GdalMetaDataRegular", "GdalMetaDataStatic", "GdalMetadataNetCdfCf", "GdalMultiBand", "MockMetaData", "OgrMetaData" } model_config = ConfigDict( validate_assignment=True, @@ -103,12 +106,17 @@ def actual_instance_must_validate_oneof(cls, v): error_messages.append(f"Error! Input type `{type(v)}` is not `GdalMetaDataList`") else: match += 1 + # validate data type: GdalMultiBand + if not isinstance(v, GdalMultiBand): + error_messages.append(f"Error! Input type `{type(v)}` is not `GdalMultiBand`") + else: + match += 1 if match > 1: # more than 1 match - raise ValueError("Multiple matches found when setting `actual_instance` in MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) + raise ValueError("Multiple matches found when setting `actual_instance` in MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, GdalMultiBand, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) elif match == 0: # no match - raise ValueError("No match found when setting `actual_instance` in MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) + raise ValueError("No match found when setting `actual_instance` in MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, GdalMultiBand, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) else: return v @@ -143,6 +151,11 @@ def from_json(cls, json_str: str) -> Self: instance.actual_instance = GdalMetaDataRegular.from_json(json_str) return instance + # check if data type is `GdalMultiBand` + if _data_type == "GdalMultiBand": + instance.actual_instance = GdalMultiBand.from_json(json_str) + return instance + # check if data type is `GdalMetaDataStatic` if _data_type == "GdalStatic": instance.actual_instance = GdalMetaDataStatic.from_json(json_str) @@ -194,13 +207,19 @@ def from_json(cls, json_str: str) -> Self: match += 1 except (ValidationError, ValueError) as e: error_messages.append(str(e)) + # deserialize data into GdalMultiBand + try: + instance.actual_instance = GdalMultiBand.from_json(json_str) + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) if match > 1: # more than 1 match - raise ValueError("Multiple matches found when deserializing the JSON string into MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) + raise ValueError("Multiple matches found when deserializing the JSON string into MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, GdalMultiBand, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) elif match == 0: # no match - raise ValueError("No match found when deserializing the JSON string into MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) + raise ValueError("No match found when deserializing the JSON string into MetaDataDefinition with oneOf schemas: GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, GdalMultiBand, MockMetaData, OgrMetaData. Details: " + ", ".join(error_messages)) else: return instance @@ -214,7 +233,7 @@ def to_json(self) -> str: else: return json.dumps(self.actual_instance) - def to_dict(self) -> Optional[Union[Dict[str, Any], GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, MockMetaData, OgrMetaData]]: + def to_dict(self) -> Optional[Union[Dict[str, Any], GdalMetaDataList, GdalMetaDataRegular, GdalMetaDataStatic, GdalMetadataNetCdfCf, GdalMultiBand, MockMetaData, OgrMetaData]]: """Returns the dict representation of the actual instance""" if self.actual_instance is None: return None diff --git a/python/test/test_add_dataset_tile.py b/python/test/test_add_dataset_tile.py new file mode 100644 index 00000000..b8d731de --- /dev/null +++ b/python/test/test_add_dataset_tile.py @@ -0,0 +1,139 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.add_dataset_tile import AddDatasetTile + +class TestAddDatasetTile(unittest.TestCase): + """AddDatasetTile unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AddDatasetTile: + """Test AddDatasetTile + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AddDatasetTile` + """ + model = AddDatasetTile() + if include_optional: + return AddDatasetTile( + band = 0, + params = geoengine_openapi_client.models.gdal_dataset_parameters.GdalDatasetParameters( + allow_alphaband_as_mask = True, + file_not_found_handling = 'NoData', + file_path = '', + gdal_config_options = [ + [ + '' + ] + ], + gdal_open_options = [ + '' + ], + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + height = 0, + no_data_value = 1.337, + properties_mapping = [ + geoengine_openapi_client.models.gdal_metadata_mapping.GdalMetadataMapping( + source_key = geoengine_openapi_client.models.raster_properties_key.RasterPropertiesKey( + domain = '', + key = '', ), + target_key = geoengine_openapi_client.models.raster_properties_key.RasterPropertiesKey( + domain = '', + key = '', ), + target_type = 'Number', ) + ], + rasterband_channel = 0, + width = 0, ), + spatial_partition = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( + lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), ), + time = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + z_index = 0 + ) + else: + return AddDatasetTile( + band = 0, + params = geoengine_openapi_client.models.gdal_dataset_parameters.GdalDatasetParameters( + allow_alphaband_as_mask = True, + file_not_found_handling = 'NoData', + file_path = '', + gdal_config_options = [ + [ + '' + ] + ], + gdal_open_options = [ + '' + ], + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + height = 0, + no_data_value = 1.337, + properties_mapping = [ + geoengine_openapi_client.models.gdal_metadata_mapping.GdalMetadataMapping( + source_key = geoengine_openapi_client.models.raster_properties_key.RasterPropertiesKey( + domain = '', + key = '', ), + target_key = geoengine_openapi_client.models.raster_properties_key.RasterPropertiesKey( + domain = '', + key = '', ), + target_type = 'Number', ) + ], + rasterband_channel = 0, + width = 0, ), + spatial_partition = geoengine_openapi_client.models.spatial_partition2_d.SpatialPartition2D( + lower_right_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + upper_left_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), ), + time = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + z_index = 0, + ) + """ + + def testAddDatasetTile(self): + """Test AddDatasetTile""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/python/test/test_dataset.py b/python/test/test_dataset.py index d0ef995e..0be8e11f 100644 --- a/python/test/test_dataset.py +++ b/python/test/test_dataset.py @@ -36,6 +36,7 @@ def make_instance(self, include_optional) -> Dataset: model = Dataset() if include_optional: return Dataset( + data_path = None, description = '', display_name = '', id = '', diff --git a/python/test/test_datasets_api.py b/python/test/test_datasets_api.py index 6adb3552..18578c5a 100644 --- a/python/test/test_datasets_api.py +++ b/python/test/test_datasets_api.py @@ -27,6 +27,13 @@ def setUp(self) -> None: def tearDown(self) -> None: pass + def test_add_dataset_tiles_handler(self) -> None: + """Test case for add_dataset_tiles_handler + + Add a tile to a gdal dataset. + """ + pass + def test_auto_create_dataset_handler(self) -> None: """Test case for auto_create_dataset_handler diff --git a/python/test/test_gdal_multi_band.py b/python/test/test_gdal_multi_band.py new file mode 100644 index 00000000..7db09c90 --- /dev/null +++ b/python/test/test_gdal_multi_band.py @@ -0,0 +1,111 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.gdal_multi_band import GdalMultiBand + +class TestGdalMultiBand(unittest.TestCase): + """GdalMultiBand unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> GdalMultiBand: + """Test GdalMultiBand + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `GdalMultiBand` + """ + model = GdalMultiBand() + if include_optional: + return GdalMultiBand( + result_descriptor = geoengine_openapi_client.models.raster_result_descriptor.RasterResultDescriptor( + bands = [ + geoengine_openapi_client.models.raster_band_descriptor.RasterBandDescriptor( + measurement = null, + name = '', ) + ], + data_type = 'U8', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), + spatial_reference = '', + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = null, ), ), + type = 'GdalMultiBand' + ) + else: + return GdalMultiBand( + result_descriptor = geoengine_openapi_client.models.raster_result_descriptor.RasterResultDescriptor( + bands = [ + geoengine_openapi_client.models.raster_band_descriptor.RasterBandDescriptor( + measurement = null, + name = '', ) + ], + data_type = 'U8', + spatial_grid = geoengine_openapi_client.models.spatial_grid_descriptor.SpatialGridDescriptor( + descriptor = 'source', + spatial_grid = geoengine_openapi_client.models.spatial_grid_definition.SpatialGridDefinition( + geo_transform = geoengine_openapi_client.models.gdal_dataset_geo_transform.GdalDatasetGeoTransform( + origin_coordinate = geoengine_openapi_client.models.coordinate2_d.Coordinate2D( + x = 1.337, + y = 1.337, ), + x_pixel_size = 1.337, + y_pixel_size = 1.337, ), + grid_bounds = geoengine_openapi_client.models.grid_bounding_box2_d.GridBoundingBox2D( + bottom_right_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), + top_left_idx = geoengine_openapi_client.models.grid_idx2_d.GridIdx2D( + x_idx = 56, + y_idx = 56, ), ), ), ), + spatial_reference = '', + time = geoengine_openapi_client.models.time_descriptor.TimeDescriptor( + bounds = geoengine_openapi_client.models.time_interval.TimeInterval( + end = 56, + start = 56, ), + dimension = null, ), ), + type = 'GdalMultiBand', + ) + """ + + def testGdalMultiBand(self): + """Test GdalMultiBand""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/typescript/README.md b/typescript/README.md index d72cf45d..91266541 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -18,7 +18,7 @@ import { Configuration, DatasetsApi, } from '@geoengine/openapi-client'; -import type { AutoCreateDatasetHandlerRequest } from '@geoengine/openapi-client'; +import type { AddDatasetTilesHandlerRequest } from '@geoengine/openapi-client'; async function example() { console.log("🚀 Testing @geoengine/openapi-client SDK..."); @@ -29,12 +29,14 @@ async function example() { const api = new DatasetsApi(config); const body = { + // string | Dataset Name + dataset: dataset_example, // AutoCreateDataset autoCreateDataset: ..., - } satisfies AutoCreateDatasetHandlerRequest; + } satisfies AddDatasetTilesHandlerRequest; try { - const data = await api.autoCreateDatasetHandler(body); + const data = await api.addDatasetTilesHandler(body); console.log(data); } catch (error) { console.error(error); @@ -54,6 +56,7 @@ All URIs are relative to *https://geoengine.io/api* | Class | Method | HTTP request | Description | ----- | ------ | ------------ | ------------- +*DatasetsApi* | [**addDatasetTilesHandler**](docs/DatasetsApi.md#adddatasettileshandler) | **POST** /dataset/{dataset}/tiles | Add a tile to a gdal dataset. *DatasetsApi* | [**autoCreateDatasetHandler**](docs/DatasetsApi.md#autocreatedatasethandler) | **POST** /dataset/auto | Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. *DatasetsApi* | [**createDatasetHandler**](docs/DatasetsApi.md#createdatasethandler) | **POST** /dataset | Creates a new dataset referencing files. Users can reference previously uploaded files. Admins can reference files from a volume. *DatasetsApi* | [**deleteDatasetHandler**](docs/DatasetsApi.md#deletedatasethandler) | **DELETE** /dataset/{dataset} | Delete a dataset @@ -155,6 +158,7 @@ All URIs are relative to *https://geoengine.io/api* ### Models - [AddDataset](docs/AddDataset.md) +- [AddDatasetTile](docs/AddDatasetTile.md) - [AddLayer](docs/AddLayer.md) - [AddLayerCollection](docs/AddLayerCollection.md) - [AddRole](docs/AddRole.md) @@ -213,6 +217,7 @@ All URIs are relative to *https://geoengine.io/api* - [GdalMetaDataStatic](docs/GdalMetaDataStatic.md) - [GdalMetadataMapping](docs/GdalMetadataMapping.md) - [GdalMetadataNetCdfCf](docs/GdalMetadataNetCdfCf.md) +- [GdalMultiBand](docs/GdalMultiBand.md) - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) - [GeoTransform](docs/GeoTransform.md) diff --git a/typescript/dist/apis/DatasetsApi.d.ts b/typescript/dist/apis/DatasetsApi.d.ts index 63db095a..052872eb 100644 --- a/typescript/dist/apis/DatasetsApi.d.ts +++ b/typescript/dist/apis/DatasetsApi.d.ts @@ -11,6 +11,10 @@ */ import * as runtime from '../runtime'; import type { AutoCreateDataset, CreateDataset, Dataset, DatasetListing, DatasetNameResponse, MetaDataDefinition, MetaDataSuggestion, OrderBy, Provenances, SuggestMetaData, Symbology, UpdateDataset, Volume, VolumeFileLayersResponse } from '../models/index'; +export interface AddDatasetTilesHandlerRequest { + dataset: string; + autoCreateDataset: AutoCreateDataset; +} export interface AutoCreateDatasetHandlerRequest { autoCreateDataset: AutoCreateDataset; } @@ -60,6 +64,14 @@ export interface UpdateLoadingInfoHandlerRequest { * */ export declare class DatasetsApi extends runtime.BaseAPI { + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandlerRaw(requestParameters: AddDatasetTilesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandler(requestParameters: AddDatasetTilesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. */ diff --git a/typescript/dist/apis/DatasetsApi.js b/typescript/dist/apis/DatasetsApi.js index 28b59024..f48daf30 100644 --- a/typescript/dist/apis/DatasetsApi.js +++ b/typescript/dist/apis/DatasetsApi.js @@ -29,6 +29,47 @@ const index_1 = require("../models/index"); * */ class DatasetsApi extends runtime.BaseAPI { + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandlerRaw(requestParameters, initOverrides) { + return __awaiter(this, void 0, void 0, function* () { + if (requestParameters['dataset'] == null) { + throw new runtime.RequiredError('dataset', 'Required parameter "dataset" was null or undefined when calling addDatasetTilesHandler().'); + } + if (requestParameters['autoCreateDataset'] == null) { + throw new runtime.RequiredError('autoCreateDataset', 'Required parameter "autoCreateDataset" was null or undefined when calling addDatasetTilesHandler().'); + } + const queryParameters = {}; + const headerParameters = {}; + headerParameters['Content-Type'] = 'application/json'; + if (this.configuration && this.configuration.accessToken) { + const token = this.configuration.accessToken; + const tokenString = yield token("session_token", []); + if (tokenString) { + headerParameters["Authorization"] = `Bearer ${tokenString}`; + } + } + let urlPath = `/dataset/{dataset}/tiles`; + urlPath = urlPath.replace(`{${"dataset"}}`, encodeURIComponent(String(requestParameters['dataset']))); + const response = yield this.request({ + path: urlPath, + method: 'POST', + headers: headerParameters, + query: queryParameters, + body: (0, index_1.AutoCreateDatasetToJSON)(requestParameters['autoCreateDataset']), + }, initOverrides); + return new runtime.VoidApiResponse(response); + }); + } + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandler(requestParameters, initOverrides) { + return __awaiter(this, void 0, void 0, function* () { + yield this.addDatasetTilesHandlerRaw(requestParameters, initOverrides); + }); + } /** * Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. */ diff --git a/typescript/dist/esm/apis/DatasetsApi.d.ts b/typescript/dist/esm/apis/DatasetsApi.d.ts index 63db095a..052872eb 100644 --- a/typescript/dist/esm/apis/DatasetsApi.d.ts +++ b/typescript/dist/esm/apis/DatasetsApi.d.ts @@ -11,6 +11,10 @@ */ import * as runtime from '../runtime'; import type { AutoCreateDataset, CreateDataset, Dataset, DatasetListing, DatasetNameResponse, MetaDataDefinition, MetaDataSuggestion, OrderBy, Provenances, SuggestMetaData, Symbology, UpdateDataset, Volume, VolumeFileLayersResponse } from '../models/index'; +export interface AddDatasetTilesHandlerRequest { + dataset: string; + autoCreateDataset: AutoCreateDataset; +} export interface AutoCreateDatasetHandlerRequest { autoCreateDataset: AutoCreateDataset; } @@ -60,6 +64,14 @@ export interface UpdateLoadingInfoHandlerRequest { * */ export declare class DatasetsApi extends runtime.BaseAPI { + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandlerRaw(requestParameters: AddDatasetTilesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandler(requestParameters: AddDatasetTilesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; /** * Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. */ diff --git a/typescript/dist/esm/apis/DatasetsApi.js b/typescript/dist/esm/apis/DatasetsApi.js index 75d0115a..47866ab7 100644 --- a/typescript/dist/esm/apis/DatasetsApi.js +++ b/typescript/dist/esm/apis/DatasetsApi.js @@ -26,6 +26,47 @@ import { AutoCreateDatasetToJSON, CreateDatasetToJSON, DatasetFromJSON, DatasetL * */ export class DatasetsApi extends runtime.BaseAPI { + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandlerRaw(requestParameters, initOverrides) { + return __awaiter(this, void 0, void 0, function* () { + if (requestParameters['dataset'] == null) { + throw new runtime.RequiredError('dataset', 'Required parameter "dataset" was null or undefined when calling addDatasetTilesHandler().'); + } + if (requestParameters['autoCreateDataset'] == null) { + throw new runtime.RequiredError('autoCreateDataset', 'Required parameter "autoCreateDataset" was null or undefined when calling addDatasetTilesHandler().'); + } + const queryParameters = {}; + const headerParameters = {}; + headerParameters['Content-Type'] = 'application/json'; + if (this.configuration && this.configuration.accessToken) { + const token = this.configuration.accessToken; + const tokenString = yield token("session_token", []); + if (tokenString) { + headerParameters["Authorization"] = `Bearer ${tokenString}`; + } + } + let urlPath = `/dataset/{dataset}/tiles`; + urlPath = urlPath.replace(`{${"dataset"}}`, encodeURIComponent(String(requestParameters['dataset']))); + const response = yield this.request({ + path: urlPath, + method: 'POST', + headers: headerParameters, + query: queryParameters, + body: AutoCreateDatasetToJSON(requestParameters['autoCreateDataset']), + }, initOverrides); + return new runtime.VoidApiResponse(response); + }); + } + /** + * Add a tile to a gdal dataset. + */ + addDatasetTilesHandler(requestParameters, initOverrides) { + return __awaiter(this, void 0, void 0, function* () { + yield this.addDatasetTilesHandlerRaw(requestParameters, initOverrides); + }); + } /** * Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. */ diff --git a/typescript/dist/esm/models/AddDatasetTile.d.ts b/typescript/dist/esm/models/AddDatasetTile.d.ts new file mode 100644 index 00000000..45b4ba6a --- /dev/null +++ b/typescript/dist/esm/models/AddDatasetTile.d.ts @@ -0,0 +1,59 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { GdalDatasetParameters } from './GdalDatasetParameters'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +/** + * + * @export + * @interface AddDatasetTile + */ +export interface AddDatasetTile { + /** + * + * @type {number} + * @memberof AddDatasetTile + */ + band: number; + /** + * + * @type {GdalDatasetParameters} + * @memberof AddDatasetTile + */ + params: GdalDatasetParameters; + /** + * + * @type {SpatialPartition2D} + * @memberof AddDatasetTile + */ + spatialPartition: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof AddDatasetTile + */ + time: TimeInterval; + /** + * + * @type {number} + * @memberof AddDatasetTile + */ + zIndex: number; +} +/** + * Check if a given object implements the AddDatasetTile interface. + */ +export declare function instanceOfAddDatasetTile(value: object): value is AddDatasetTile; +export declare function AddDatasetTileFromJSON(json: any): AddDatasetTile; +export declare function AddDatasetTileFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddDatasetTile; +export declare function AddDatasetTileToJSON(json: any): AddDatasetTile; +export declare function AddDatasetTileToJSONTyped(value?: AddDatasetTile | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/AddDatasetTile.js b/typescript/dist/esm/models/AddDatasetTile.js new file mode 100644 index 00000000..dda4b98d --- /dev/null +++ b/typescript/dist/esm/models/AddDatasetTile.js @@ -0,0 +1,62 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { TimeIntervalFromJSON, TimeIntervalToJSON, } from './TimeInterval'; +import { GdalDatasetParametersFromJSON, GdalDatasetParametersToJSON, } from './GdalDatasetParameters'; +import { SpatialPartition2DFromJSON, SpatialPartition2DToJSON, } from './SpatialPartition2D'; +/** + * Check if a given object implements the AddDatasetTile interface. + */ +export function instanceOfAddDatasetTile(value) { + if (!('band' in value) || value['band'] === undefined) + return false; + if (!('params' in value) || value['params'] === undefined) + return false; + if (!('spatialPartition' in value) || value['spatialPartition'] === undefined) + return false; + if (!('time' in value) || value['time'] === undefined) + return false; + if (!('zIndex' in value) || value['zIndex'] === undefined) + return false; + return true; +} +export function AddDatasetTileFromJSON(json) { + return AddDatasetTileFromJSONTyped(json, false); +} +export function AddDatasetTileFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'band': json['band'], + 'params': GdalDatasetParametersFromJSON(json['params']), + 'spatialPartition': SpatialPartition2DFromJSON(json['spatial_partition']), + 'time': TimeIntervalFromJSON(json['time']), + 'zIndex': json['z_index'], + }; +} +export function AddDatasetTileToJSON(json) { + return AddDatasetTileToJSONTyped(json, false); +} +export function AddDatasetTileToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'band': value['band'], + 'params': GdalDatasetParametersToJSON(value['params']), + 'spatial_partition': SpatialPartition2DToJSON(value['spatialPartition']), + 'time': TimeIntervalToJSON(value['time']), + 'z_index': value['zIndex'], + }; +} diff --git a/typescript/dist/esm/models/Dataset.d.ts b/typescript/dist/esm/models/Dataset.d.ts index 4e7137e5..8efe6f61 100644 --- a/typescript/dist/esm/models/Dataset.d.ts +++ b/typescript/dist/esm/models/Dataset.d.ts @@ -10,6 +10,7 @@ * Do not edit the class manually. */ import type { Provenance } from './Provenance'; +import type { DataPath } from './DataPath'; import type { Symbology } from './Symbology'; import type { TypedResultDescriptor } from './TypedResultDescriptor'; /** @@ -18,6 +19,12 @@ import type { TypedResultDescriptor } from './TypedResultDescriptor'; * @interface Dataset */ export interface Dataset { + /** + * + * @type {DataPath} + * @memberof Dataset + */ + dataPath?: DataPath | null; /** * * @type {string} diff --git a/typescript/dist/esm/models/Dataset.js b/typescript/dist/esm/models/Dataset.js index 5ab57f4c..461095ce 100644 --- a/typescript/dist/esm/models/Dataset.js +++ b/typescript/dist/esm/models/Dataset.js @@ -12,6 +12,7 @@ * Do not edit the class manually. */ import { ProvenanceFromJSON, ProvenanceToJSON, } from './Provenance'; +import { DataPathFromJSON, DataPathToJSON, } from './DataPath'; import { SymbologyFromJSON, SymbologyToJSON, } from './Symbology'; import { TypedResultDescriptorFromJSON, TypedResultDescriptorToJSON, } from './TypedResultDescriptor'; /** @@ -40,6 +41,7 @@ export function DatasetFromJSONTyped(json, ignoreDiscriminator) { return json; } return { + 'dataPath': json['dataPath'] == null ? undefined : DataPathFromJSON(json['dataPath']), 'description': json['description'], 'displayName': json['displayName'], 'id': json['id'], @@ -59,6 +61,7 @@ export function DatasetToJSONTyped(value, ignoreDiscriminator = false) { return value; } return { + 'dataPath': DataPathToJSON(value['dataPath']), 'description': value['description'], 'displayName': value['displayName'], 'id': value['id'], diff --git a/typescript/dist/esm/models/GdalMultiBand.d.ts b/typescript/dist/esm/models/GdalMultiBand.d.ts new file mode 100644 index 00000000..1c7a2ff8 --- /dev/null +++ b/typescript/dist/esm/models/GdalMultiBand.d.ts @@ -0,0 +1,46 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { RasterResultDescriptor } from './RasterResultDescriptor'; +/** + * + * @export + * @interface GdalMultiBand + */ +export interface GdalMultiBand { + /** + * + * @type {RasterResultDescriptor} + * @memberof GdalMultiBand + */ + resultDescriptor: RasterResultDescriptor; + /** + * + * @type {string} + * @memberof GdalMultiBand + */ + type: GdalMultiBandTypeEnum; +} +/** + * @export + */ +export declare const GdalMultiBandTypeEnum: { + readonly GdalMultiBand: "GdalMultiBand"; +}; +export type GdalMultiBandTypeEnum = typeof GdalMultiBandTypeEnum[keyof typeof GdalMultiBandTypeEnum]; +/** + * Check if a given object implements the GdalMultiBand interface. + */ +export declare function instanceOfGdalMultiBand(value: object): value is GdalMultiBand; +export declare function GdalMultiBandFromJSON(json: any): GdalMultiBand; +export declare function GdalMultiBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): GdalMultiBand; +export declare function GdalMultiBandToJSON(json: any): GdalMultiBand; +export declare function GdalMultiBandToJSONTyped(value?: GdalMultiBand | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/esm/models/GdalMultiBand.js b/typescript/dist/esm/models/GdalMultiBand.js new file mode 100644 index 00000000..fc527cf7 --- /dev/null +++ b/typescript/dist/esm/models/GdalMultiBand.js @@ -0,0 +1,54 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { RasterResultDescriptorFromJSON, RasterResultDescriptorToJSON, } from './RasterResultDescriptor'; +/** + * @export + */ +export const GdalMultiBandTypeEnum = { + GdalMultiBand: 'GdalMultiBand' +}; +/** + * Check if a given object implements the GdalMultiBand interface. + */ +export function instanceOfGdalMultiBand(value) { + if (!('resultDescriptor' in value) || value['resultDescriptor'] === undefined) + return false; + if (!('type' in value) || value['type'] === undefined) + return false; + return true; +} +export function GdalMultiBandFromJSON(json) { + return GdalMultiBandFromJSONTyped(json, false); +} +export function GdalMultiBandFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'resultDescriptor': RasterResultDescriptorFromJSON(json['resultDescriptor']), + 'type': json['type'], + }; +} +export function GdalMultiBandToJSON(json) { + return GdalMultiBandToJSONTyped(json, false); +} +export function GdalMultiBandToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'resultDescriptor': RasterResultDescriptorToJSON(value['resultDescriptor']), + 'type': value['type'], + }; +} diff --git a/typescript/dist/esm/models/MetaDataDefinition.d.ts b/typescript/dist/esm/models/MetaDataDefinition.d.ts index e547a8fb..17e40c09 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.d.ts +++ b/typescript/dist/esm/models/MetaDataDefinition.d.ts @@ -13,6 +13,7 @@ import type { GdalMetaDataList } from './GdalMetaDataList'; import type { GdalMetaDataRegular } from './GdalMetaDataRegular'; import type { GdalMetaDataStatic } from './GdalMetaDataStatic'; import type { GdalMetadataNetCdfCf } from './GdalMetadataNetCdfCf'; +import type { GdalMultiBand } from './GdalMultiBand'; import type { MockMetaData } from './MockMetaData'; import type { OgrMetaData } from './OgrMetaData'; /** @@ -27,6 +28,8 @@ export type MetaDataDefinition = { } & GdalMetadataNetCdfCf | { type: 'GdalMetaDataRegular'; } & GdalMetaDataRegular | { + type: 'GdalMultiBand'; +} & GdalMultiBand | { type: 'GdalStatic'; } & GdalMetaDataStatic | { type: 'MockMetaData'; diff --git a/typescript/dist/esm/models/MetaDataDefinition.js b/typescript/dist/esm/models/MetaDataDefinition.js index c8c0e2cc..61e9bae7 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.js +++ b/typescript/dist/esm/models/MetaDataDefinition.js @@ -15,6 +15,7 @@ import { GdalMetaDataListFromJSONTyped, GdalMetaDataListToJSON, } from './GdalMe import { GdalMetaDataRegularFromJSONTyped, GdalMetaDataRegularToJSON, } from './GdalMetaDataRegular'; import { GdalMetaDataStaticFromJSONTyped, GdalMetaDataStaticToJSON, } from './GdalMetaDataStatic'; import { GdalMetadataNetCdfCfFromJSONTyped, GdalMetadataNetCdfCfToJSON, } from './GdalMetadataNetCdfCf'; +import { GdalMultiBandFromJSONTyped, GdalMultiBandToJSON, } from './GdalMultiBand'; import { MockMetaDataFromJSONTyped, MockMetaDataToJSON, } from './MockMetaData'; import { OgrMetaDataFromJSONTyped, OgrMetaDataToJSON, } from './OgrMetaData'; export function MetaDataDefinitionFromJSON(json) { @@ -31,6 +32,8 @@ export function MetaDataDefinitionFromJSONTyped(json, ignoreDiscriminator) { return Object.assign({}, GdalMetadataNetCdfCfFromJSONTyped(json, true), { type: 'GdalMetaDataNetCdfCf' }); case 'GdalMetaDataRegular': return Object.assign({}, GdalMetaDataRegularFromJSONTyped(json, true), { type: 'GdalMetaDataRegular' }); + case 'GdalMultiBand': + return Object.assign({}, GdalMultiBandFromJSONTyped(json, true), { type: 'GdalMultiBand' }); case 'GdalStatic': return Object.assign({}, GdalMetaDataStaticFromJSONTyped(json, true), { type: 'GdalStatic' }); case 'MockMetaData': @@ -55,6 +58,8 @@ export function MetaDataDefinitionToJSONTyped(value, ignoreDiscriminator = false return Object.assign({}, GdalMetadataNetCdfCfToJSON(value), { type: 'GdalMetaDataNetCdfCf' }); case 'GdalMetaDataRegular': return Object.assign({}, GdalMetaDataRegularToJSON(value), { type: 'GdalMetaDataRegular' }); + case 'GdalMultiBand': + return Object.assign({}, GdalMultiBandToJSON(value), { type: 'GdalMultiBand' }); case 'GdalStatic': return Object.assign({}, GdalMetaDataStaticToJSON(value), { type: 'GdalStatic' }); case 'MockMetaData': diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index 42131bbc..a87e8627 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -1,4 +1,5 @@ export * from './AddDataset'; +export * from './AddDatasetTile'; export * from './AddLayer'; export * from './AddLayerCollection'; export * from './AddRole'; @@ -57,6 +58,7 @@ export * from './GdalMetaDataRegular'; export * from './GdalMetaDataStatic'; export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; +export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index 133682bb..fb12b954 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -1,6 +1,7 @@ /* tslint:disable */ /* eslint-disable */ export * from './AddDataset'; +export * from './AddDatasetTile'; export * from './AddLayer'; export * from './AddLayerCollection'; export * from './AddRole'; @@ -59,6 +60,7 @@ export * from './GdalMetaDataRegular'; export * from './GdalMetaDataStatic'; export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; +export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; diff --git a/typescript/dist/models/AddDatasetTile.d.ts b/typescript/dist/models/AddDatasetTile.d.ts new file mode 100644 index 00000000..45b4ba6a --- /dev/null +++ b/typescript/dist/models/AddDatasetTile.d.ts @@ -0,0 +1,59 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { TimeInterval } from './TimeInterval'; +import type { GdalDatasetParameters } from './GdalDatasetParameters'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +/** + * + * @export + * @interface AddDatasetTile + */ +export interface AddDatasetTile { + /** + * + * @type {number} + * @memberof AddDatasetTile + */ + band: number; + /** + * + * @type {GdalDatasetParameters} + * @memberof AddDatasetTile + */ + params: GdalDatasetParameters; + /** + * + * @type {SpatialPartition2D} + * @memberof AddDatasetTile + */ + spatialPartition: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof AddDatasetTile + */ + time: TimeInterval; + /** + * + * @type {number} + * @memberof AddDatasetTile + */ + zIndex: number; +} +/** + * Check if a given object implements the AddDatasetTile interface. + */ +export declare function instanceOfAddDatasetTile(value: object): value is AddDatasetTile; +export declare function AddDatasetTileFromJSON(json: any): AddDatasetTile; +export declare function AddDatasetTileFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddDatasetTile; +export declare function AddDatasetTileToJSON(json: any): AddDatasetTile; +export declare function AddDatasetTileToJSONTyped(value?: AddDatasetTile | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/AddDatasetTile.js b/typescript/dist/models/AddDatasetTile.js new file mode 100644 index 00000000..37e29673 --- /dev/null +++ b/typescript/dist/models/AddDatasetTile.js @@ -0,0 +1,69 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.instanceOfAddDatasetTile = instanceOfAddDatasetTile; +exports.AddDatasetTileFromJSON = AddDatasetTileFromJSON; +exports.AddDatasetTileFromJSONTyped = AddDatasetTileFromJSONTyped; +exports.AddDatasetTileToJSON = AddDatasetTileToJSON; +exports.AddDatasetTileToJSONTyped = AddDatasetTileToJSONTyped; +const TimeInterval_1 = require("./TimeInterval"); +const GdalDatasetParameters_1 = require("./GdalDatasetParameters"); +const SpatialPartition2D_1 = require("./SpatialPartition2D"); +/** + * Check if a given object implements the AddDatasetTile interface. + */ +function instanceOfAddDatasetTile(value) { + if (!('band' in value) || value['band'] === undefined) + return false; + if (!('params' in value) || value['params'] === undefined) + return false; + if (!('spatialPartition' in value) || value['spatialPartition'] === undefined) + return false; + if (!('time' in value) || value['time'] === undefined) + return false; + if (!('zIndex' in value) || value['zIndex'] === undefined) + return false; + return true; +} +function AddDatasetTileFromJSON(json) { + return AddDatasetTileFromJSONTyped(json, false); +} +function AddDatasetTileFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'band': json['band'], + 'params': (0, GdalDatasetParameters_1.GdalDatasetParametersFromJSON)(json['params']), + 'spatialPartition': (0, SpatialPartition2D_1.SpatialPartition2DFromJSON)(json['spatial_partition']), + 'time': (0, TimeInterval_1.TimeIntervalFromJSON)(json['time']), + 'zIndex': json['z_index'], + }; +} +function AddDatasetTileToJSON(json) { + return AddDatasetTileToJSONTyped(json, false); +} +function AddDatasetTileToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'band': value['band'], + 'params': (0, GdalDatasetParameters_1.GdalDatasetParametersToJSON)(value['params']), + 'spatial_partition': (0, SpatialPartition2D_1.SpatialPartition2DToJSON)(value['spatialPartition']), + 'time': (0, TimeInterval_1.TimeIntervalToJSON)(value['time']), + 'z_index': value['zIndex'], + }; +} diff --git a/typescript/dist/models/Dataset.d.ts b/typescript/dist/models/Dataset.d.ts index 4e7137e5..8efe6f61 100644 --- a/typescript/dist/models/Dataset.d.ts +++ b/typescript/dist/models/Dataset.d.ts @@ -10,6 +10,7 @@ * Do not edit the class manually. */ import type { Provenance } from './Provenance'; +import type { DataPath } from './DataPath'; import type { Symbology } from './Symbology'; import type { TypedResultDescriptor } from './TypedResultDescriptor'; /** @@ -18,6 +19,12 @@ import type { TypedResultDescriptor } from './TypedResultDescriptor'; * @interface Dataset */ export interface Dataset { + /** + * + * @type {DataPath} + * @memberof Dataset + */ + dataPath?: DataPath | null; /** * * @type {string} diff --git a/typescript/dist/models/Dataset.js b/typescript/dist/models/Dataset.js index 189383fd..e73b03b1 100644 --- a/typescript/dist/models/Dataset.js +++ b/typescript/dist/models/Dataset.js @@ -19,6 +19,7 @@ exports.DatasetFromJSONTyped = DatasetFromJSONTyped; exports.DatasetToJSON = DatasetToJSON; exports.DatasetToJSONTyped = DatasetToJSONTyped; const Provenance_1 = require("./Provenance"); +const DataPath_1 = require("./DataPath"); const Symbology_1 = require("./Symbology"); const TypedResultDescriptor_1 = require("./TypedResultDescriptor"); /** @@ -47,6 +48,7 @@ function DatasetFromJSONTyped(json, ignoreDiscriminator) { return json; } return { + 'dataPath': json['dataPath'] == null ? undefined : (0, DataPath_1.DataPathFromJSON)(json['dataPath']), 'description': json['description'], 'displayName': json['displayName'], 'id': json['id'], @@ -66,6 +68,7 @@ function DatasetToJSONTyped(value, ignoreDiscriminator = false) { return value; } return { + 'dataPath': (0, DataPath_1.DataPathToJSON)(value['dataPath']), 'description': value['description'], 'displayName': value['displayName'], 'id': value['id'], diff --git a/typescript/dist/models/GdalMultiBand.d.ts b/typescript/dist/models/GdalMultiBand.d.ts new file mode 100644 index 00000000..1c7a2ff8 --- /dev/null +++ b/typescript/dist/models/GdalMultiBand.d.ts @@ -0,0 +1,46 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import type { RasterResultDescriptor } from './RasterResultDescriptor'; +/** + * + * @export + * @interface GdalMultiBand + */ +export interface GdalMultiBand { + /** + * + * @type {RasterResultDescriptor} + * @memberof GdalMultiBand + */ + resultDescriptor: RasterResultDescriptor; + /** + * + * @type {string} + * @memberof GdalMultiBand + */ + type: GdalMultiBandTypeEnum; +} +/** + * @export + */ +export declare const GdalMultiBandTypeEnum: { + readonly GdalMultiBand: "GdalMultiBand"; +}; +export type GdalMultiBandTypeEnum = typeof GdalMultiBandTypeEnum[keyof typeof GdalMultiBandTypeEnum]; +/** + * Check if a given object implements the GdalMultiBand interface. + */ +export declare function instanceOfGdalMultiBand(value: object): value is GdalMultiBand; +export declare function GdalMultiBandFromJSON(json: any): GdalMultiBand; +export declare function GdalMultiBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): GdalMultiBand; +export declare function GdalMultiBandToJSON(json: any): GdalMultiBand; +export declare function GdalMultiBandToJSONTyped(value?: GdalMultiBand | null, ignoreDiscriminator?: boolean): any; diff --git a/typescript/dist/models/GdalMultiBand.js b/typescript/dist/models/GdalMultiBand.js new file mode 100644 index 00000000..a2991ece --- /dev/null +++ b/typescript/dist/models/GdalMultiBand.js @@ -0,0 +1,62 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GdalMultiBandTypeEnum = void 0; +exports.instanceOfGdalMultiBand = instanceOfGdalMultiBand; +exports.GdalMultiBandFromJSON = GdalMultiBandFromJSON; +exports.GdalMultiBandFromJSONTyped = GdalMultiBandFromJSONTyped; +exports.GdalMultiBandToJSON = GdalMultiBandToJSON; +exports.GdalMultiBandToJSONTyped = GdalMultiBandToJSONTyped; +const RasterResultDescriptor_1 = require("./RasterResultDescriptor"); +/** + * @export + */ +exports.GdalMultiBandTypeEnum = { + GdalMultiBand: 'GdalMultiBand' +}; +/** + * Check if a given object implements the GdalMultiBand interface. + */ +function instanceOfGdalMultiBand(value) { + if (!('resultDescriptor' in value) || value['resultDescriptor'] === undefined) + return false; + if (!('type' in value) || value['type'] === undefined) + return false; + return true; +} +function GdalMultiBandFromJSON(json) { + return GdalMultiBandFromJSONTyped(json, false); +} +function GdalMultiBandFromJSONTyped(json, ignoreDiscriminator) { + if (json == null) { + return json; + } + return { + 'resultDescriptor': (0, RasterResultDescriptor_1.RasterResultDescriptorFromJSON)(json['resultDescriptor']), + 'type': json['type'], + }; +} +function GdalMultiBandToJSON(json) { + return GdalMultiBandToJSONTyped(json, false); +} +function GdalMultiBandToJSONTyped(value, ignoreDiscriminator = false) { + if (value == null) { + return value; + } + return { + 'resultDescriptor': (0, RasterResultDescriptor_1.RasterResultDescriptorToJSON)(value['resultDescriptor']), + 'type': value['type'], + }; +} diff --git a/typescript/dist/models/MetaDataDefinition.d.ts b/typescript/dist/models/MetaDataDefinition.d.ts index e547a8fb..17e40c09 100644 --- a/typescript/dist/models/MetaDataDefinition.d.ts +++ b/typescript/dist/models/MetaDataDefinition.d.ts @@ -13,6 +13,7 @@ import type { GdalMetaDataList } from './GdalMetaDataList'; import type { GdalMetaDataRegular } from './GdalMetaDataRegular'; import type { GdalMetaDataStatic } from './GdalMetaDataStatic'; import type { GdalMetadataNetCdfCf } from './GdalMetadataNetCdfCf'; +import type { GdalMultiBand } from './GdalMultiBand'; import type { MockMetaData } from './MockMetaData'; import type { OgrMetaData } from './OgrMetaData'; /** @@ -27,6 +28,8 @@ export type MetaDataDefinition = { } & GdalMetadataNetCdfCf | { type: 'GdalMetaDataRegular'; } & GdalMetaDataRegular | { + type: 'GdalMultiBand'; +} & GdalMultiBand | { type: 'GdalStatic'; } & GdalMetaDataStatic | { type: 'MockMetaData'; diff --git a/typescript/dist/models/MetaDataDefinition.js b/typescript/dist/models/MetaDataDefinition.js index defa4d65..f997119a 100644 --- a/typescript/dist/models/MetaDataDefinition.js +++ b/typescript/dist/models/MetaDataDefinition.js @@ -21,6 +21,7 @@ const GdalMetaDataList_1 = require("./GdalMetaDataList"); const GdalMetaDataRegular_1 = require("./GdalMetaDataRegular"); const GdalMetaDataStatic_1 = require("./GdalMetaDataStatic"); const GdalMetadataNetCdfCf_1 = require("./GdalMetadataNetCdfCf"); +const GdalMultiBand_1 = require("./GdalMultiBand"); const MockMetaData_1 = require("./MockMetaData"); const OgrMetaData_1 = require("./OgrMetaData"); function MetaDataDefinitionFromJSON(json) { @@ -37,6 +38,8 @@ function MetaDataDefinitionFromJSONTyped(json, ignoreDiscriminator) { return Object.assign({}, (0, GdalMetadataNetCdfCf_1.GdalMetadataNetCdfCfFromJSONTyped)(json, true), { type: 'GdalMetaDataNetCdfCf' }); case 'GdalMetaDataRegular': return Object.assign({}, (0, GdalMetaDataRegular_1.GdalMetaDataRegularFromJSONTyped)(json, true), { type: 'GdalMetaDataRegular' }); + case 'GdalMultiBand': + return Object.assign({}, (0, GdalMultiBand_1.GdalMultiBandFromJSONTyped)(json, true), { type: 'GdalMultiBand' }); case 'GdalStatic': return Object.assign({}, (0, GdalMetaDataStatic_1.GdalMetaDataStaticFromJSONTyped)(json, true), { type: 'GdalStatic' }); case 'MockMetaData': @@ -61,6 +64,8 @@ function MetaDataDefinitionToJSONTyped(value, ignoreDiscriminator = false) { return Object.assign({}, (0, GdalMetadataNetCdfCf_1.GdalMetadataNetCdfCfToJSON)(value), { type: 'GdalMetaDataNetCdfCf' }); case 'GdalMetaDataRegular': return Object.assign({}, (0, GdalMetaDataRegular_1.GdalMetaDataRegularToJSON)(value), { type: 'GdalMetaDataRegular' }); + case 'GdalMultiBand': + return Object.assign({}, (0, GdalMultiBand_1.GdalMultiBandToJSON)(value), { type: 'GdalMultiBand' }); case 'GdalStatic': return Object.assign({}, (0, GdalMetaDataStatic_1.GdalMetaDataStaticToJSON)(value), { type: 'GdalStatic' }); case 'MockMetaData': diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index 42131bbc..a87e8627 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -1,4 +1,5 @@ export * from './AddDataset'; +export * from './AddDatasetTile'; export * from './AddLayer'; export * from './AddLayerCollection'; export * from './AddRole'; @@ -57,6 +58,7 @@ export * from './GdalMetaDataRegular'; export * from './GdalMetaDataStatic'; export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; +export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index 71d8394a..d057d242 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); /* tslint:disable */ /* eslint-disable */ __exportStar(require("./AddDataset"), exports); +__exportStar(require("./AddDatasetTile"), exports); __exportStar(require("./AddLayer"), exports); __exportStar(require("./AddLayerCollection"), exports); __exportStar(require("./AddRole"), exports); @@ -75,6 +76,7 @@ __exportStar(require("./GdalMetaDataRegular"), exports); __exportStar(require("./GdalMetaDataStatic"), exports); __exportStar(require("./GdalMetadataMapping"), exports); __exportStar(require("./GdalMetadataNetCdfCf"), exports); +__exportStar(require("./GdalMultiBand"), exports); __exportStar(require("./GdalSourceTimePlaceholder"), exports); __exportStar(require("./GeoJson"), exports); __exportStar(require("./GeoTransform"), exports); diff --git a/typescript/docs/AddDatasetTile.md b/typescript/docs/AddDatasetTile.md new file mode 100644 index 00000000..68b7a6d1 --- /dev/null +++ b/typescript/docs/AddDatasetTile.md @@ -0,0 +1,42 @@ + +# AddDatasetTile + + +## Properties + +Name | Type +------------ | ------------- +`band` | number +`params` | [GdalDatasetParameters](GdalDatasetParameters.md) +`spatialPartition` | [SpatialPartition2D](SpatialPartition2D.md) +`time` | [TimeInterval](TimeInterval.md) +`zIndex` | number + +## Example + +```typescript +import type { AddDatasetTile } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "band": null, + "params": null, + "spatialPartition": null, + "time": null, + "zIndex": null, +} satisfies AddDatasetTile + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as AddDatasetTile +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/Dataset.md b/typescript/docs/Dataset.md index bfc078f8..84798064 100644 --- a/typescript/docs/Dataset.md +++ b/typescript/docs/Dataset.md @@ -6,6 +6,7 @@ Name | Type ------------ | ------------- +`dataPath` | [DataPath](DataPath.md) `description` | string `displayName` | string `id` | string @@ -23,6 +24,7 @@ import type { Dataset } from '@geoengine/openapi-client' // TODO: Update the object below with actual values const example = { + "dataPath": null, "description": null, "displayName": null, "id": null, diff --git a/typescript/docs/DatasetsApi.md b/typescript/docs/DatasetsApi.md index b30d83bc..74478f19 100644 --- a/typescript/docs/DatasetsApi.md +++ b/typescript/docs/DatasetsApi.md @@ -4,6 +4,7 @@ All URIs are relative to *https://geoengine.io/api* | Method | HTTP request | Description | |------------- | ------------- | -------------| +| [**addDatasetTilesHandler**](DatasetsApi.md#adddatasettileshandler) | **POST** /dataset/{dataset}/tiles | Add a tile to a gdal dataset. | | [**autoCreateDatasetHandler**](DatasetsApi.md#autocreatedatasethandler) | **POST** /dataset/auto | Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. | | [**createDatasetHandler**](DatasetsApi.md#createdatasethandler) | **POST** /dataset | Creates a new dataset referencing files. Users can reference previously uploaded files. Admins can reference files from a volume. | | [**deleteDatasetHandler**](DatasetsApi.md#deletedatasethandler) | **DELETE** /dataset/{dataset} | Delete a dataset | @@ -20,6 +21,78 @@ All URIs are relative to *https://geoengine.io/api* +## addDatasetTilesHandler + +> addDatasetTilesHandler(dataset, autoCreateDataset) + +Add a tile to a gdal dataset. + +### Example + +```ts +import { + Configuration, + DatasetsApi, +} from '@geoengine/openapi-client'; +import type { AddDatasetTilesHandlerRequest } from '@geoengine/openapi-client'; + +async function example() { + console.log("🚀 Testing @geoengine/openapi-client SDK..."); + const config = new Configuration({ + // Configure HTTP bearer authorization: session_token + accessToken: "YOUR BEARER TOKEN", + }); + const api = new DatasetsApi(config); + + const body = { + // string | Dataset Name + dataset: dataset_example, + // AutoCreateDataset + autoCreateDataset: ..., + } satisfies AddDatasetTilesHandlerRequest; + + try { + const data = await api.addDatasetTilesHandler(body); + console.log(data); + } catch (error) { + console.error(error); + } +} + +// Run the test +example().catch(console.error); +``` + +### Parameters + + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **dataset** | `string` | Dataset Name | [Defaults to `undefined`] | +| **autoCreateDataset** | [AutoCreateDataset](AutoCreateDataset.md) | | | + +### Return type + +`void` (Empty response body) + +### Authorization + +[session_token](../README.md#session_token) + +### HTTP request headers + +- **Content-Type**: `application/json` +- **Accept**: Not defined + + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | | - | + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + ## autoCreateDatasetHandler > DatasetNameResponse autoCreateDatasetHandler(autoCreateDataset) diff --git a/typescript/docs/GdalMultiBand.md b/typescript/docs/GdalMultiBand.md new file mode 100644 index 00000000..b474df0f --- /dev/null +++ b/typescript/docs/GdalMultiBand.md @@ -0,0 +1,36 @@ + +# GdalMultiBand + + +## Properties + +Name | Type +------------ | ------------- +`resultDescriptor` | [RasterResultDescriptor](RasterResultDescriptor.md) +`type` | string + +## Example + +```typescript +import type { GdalMultiBand } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { + "resultDescriptor": null, + "type": null, +} satisfies GdalMultiBand + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as GdalMultiBand +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/src/apis/DatasetsApi.ts b/typescript/src/apis/DatasetsApi.ts index 8288c4bc..eb688e65 100644 --- a/typescript/src/apis/DatasetsApi.ts +++ b/typescript/src/apis/DatasetsApi.ts @@ -64,6 +64,11 @@ import { VolumeFileLayersResponseToJSON, } from '../models/index'; +export interface AddDatasetTilesHandlerRequest { + dataset: string; + autoCreateDataset: AutoCreateDataset; +} + export interface AutoCreateDatasetHandlerRequest { autoCreateDataset: AutoCreateDataset; } @@ -126,6 +131,60 @@ export interface UpdateLoadingInfoHandlerRequest { */ export class DatasetsApi extends runtime.BaseAPI { + /** + * Add a tile to a gdal dataset. + */ + async addDatasetTilesHandlerRaw(requestParameters: AddDatasetTilesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { + if (requestParameters['dataset'] == null) { + throw new runtime.RequiredError( + 'dataset', + 'Required parameter "dataset" was null or undefined when calling addDatasetTilesHandler().' + ); + } + + if (requestParameters['autoCreateDataset'] == null) { + throw new runtime.RequiredError( + 'autoCreateDataset', + 'Required parameter "autoCreateDataset" was null or undefined when calling addDatasetTilesHandler().' + ); + } + + const queryParameters: any = {}; + + const headerParameters: runtime.HTTPHeaders = {}; + + headerParameters['Content-Type'] = 'application/json'; + + if (this.configuration && this.configuration.accessToken) { + const token = this.configuration.accessToken; + const tokenString = await token("session_token", []); + + if (tokenString) { + headerParameters["Authorization"] = `Bearer ${tokenString}`; + } + } + + let urlPath = `/dataset/{dataset}/tiles`; + urlPath = urlPath.replace(`{${"dataset"}}`, encodeURIComponent(String(requestParameters['dataset']))); + + const response = await this.request({ + path: urlPath, + method: 'POST', + headers: headerParameters, + query: queryParameters, + body: AutoCreateDatasetToJSON(requestParameters['autoCreateDataset']), + }, initOverrides); + + return new runtime.VoidApiResponse(response); + } + + /** + * Add a tile to a gdal dataset. + */ + async addDatasetTilesHandler(requestParameters: AddDatasetTilesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { + await this.addDatasetTilesHandlerRaw(requestParameters, initOverrides); + } + /** * Creates a new dataset using previously uploaded files. The format of the files will be automatically detected when possible. */ diff --git a/typescript/src/models/AddDatasetTile.ts b/typescript/src/models/AddDatasetTile.ts new file mode 100644 index 00000000..1de3e180 --- /dev/null +++ b/typescript/src/models/AddDatasetTile.ts @@ -0,0 +1,124 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { TimeInterval } from './TimeInterval'; +import { + TimeIntervalFromJSON, + TimeIntervalFromJSONTyped, + TimeIntervalToJSON, + TimeIntervalToJSONTyped, +} from './TimeInterval'; +import type { GdalDatasetParameters } from './GdalDatasetParameters'; +import { + GdalDatasetParametersFromJSON, + GdalDatasetParametersFromJSONTyped, + GdalDatasetParametersToJSON, + GdalDatasetParametersToJSONTyped, +} from './GdalDatasetParameters'; +import type { SpatialPartition2D } from './SpatialPartition2D'; +import { + SpatialPartition2DFromJSON, + SpatialPartition2DFromJSONTyped, + SpatialPartition2DToJSON, + SpatialPartition2DToJSONTyped, +} from './SpatialPartition2D'; + +/** + * + * @export + * @interface AddDatasetTile + */ +export interface AddDatasetTile { + /** + * + * @type {number} + * @memberof AddDatasetTile + */ + band: number; + /** + * + * @type {GdalDatasetParameters} + * @memberof AddDatasetTile + */ + params: GdalDatasetParameters; + /** + * + * @type {SpatialPartition2D} + * @memberof AddDatasetTile + */ + spatialPartition: SpatialPartition2D; + /** + * + * @type {TimeInterval} + * @memberof AddDatasetTile + */ + time: TimeInterval; + /** + * + * @type {number} + * @memberof AddDatasetTile + */ + zIndex: number; +} + +/** + * Check if a given object implements the AddDatasetTile interface. + */ +export function instanceOfAddDatasetTile(value: object): value is AddDatasetTile { + if (!('band' in value) || value['band'] === undefined) return false; + if (!('params' in value) || value['params'] === undefined) return false; + if (!('spatialPartition' in value) || value['spatialPartition'] === undefined) return false; + if (!('time' in value) || value['time'] === undefined) return false; + if (!('zIndex' in value) || value['zIndex'] === undefined) return false; + return true; +} + +export function AddDatasetTileFromJSON(json: any): AddDatasetTile { + return AddDatasetTileFromJSONTyped(json, false); +} + +export function AddDatasetTileFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddDatasetTile { + if (json == null) { + return json; + } + return { + + 'band': json['band'], + 'params': GdalDatasetParametersFromJSON(json['params']), + 'spatialPartition': SpatialPartition2DFromJSON(json['spatial_partition']), + 'time': TimeIntervalFromJSON(json['time']), + 'zIndex': json['z_index'], + }; +} + +export function AddDatasetTileToJSON(json: any): AddDatasetTile { + return AddDatasetTileToJSONTyped(json, false); +} + +export function AddDatasetTileToJSONTyped(value?: AddDatasetTile | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'band': value['band'], + 'params': GdalDatasetParametersToJSON(value['params']), + 'spatial_partition': SpatialPartition2DToJSON(value['spatialPartition']), + 'time': TimeIntervalToJSON(value['time']), + 'z_index': value['zIndex'], + }; +} + diff --git a/typescript/src/models/Dataset.ts b/typescript/src/models/Dataset.ts index 22b97eee..81dd56bd 100644 --- a/typescript/src/models/Dataset.ts +++ b/typescript/src/models/Dataset.ts @@ -20,6 +20,13 @@ import { ProvenanceToJSON, ProvenanceToJSONTyped, } from './Provenance'; +import type { DataPath } from './DataPath'; +import { + DataPathFromJSON, + DataPathFromJSONTyped, + DataPathToJSON, + DataPathToJSONTyped, +} from './DataPath'; import type { Symbology } from './Symbology'; import { SymbologyFromJSON, @@ -41,6 +48,12 @@ import { * @interface Dataset */ export interface Dataset { + /** + * + * @type {DataPath} + * @memberof Dataset + */ + dataPath?: DataPath | null; /** * * @type {string} @@ -120,6 +133,7 @@ export function DatasetFromJSONTyped(json: any, ignoreDiscriminator: boolean): D } return { + 'dataPath': json['dataPath'] == null ? undefined : DataPathFromJSON(json['dataPath']), 'description': json['description'], 'displayName': json['displayName'], 'id': json['id'], @@ -143,6 +157,7 @@ export function DatasetToJSONTyped(value?: Dataset | null, ignoreDiscriminator: return { + 'dataPath': DataPathToJSON(value['dataPath']), 'description': value['description'], 'displayName': value['displayName'], 'id': value['id'], diff --git a/typescript/src/models/GdalMultiBand.ts b/typescript/src/models/GdalMultiBand.ts new file mode 100644 index 00000000..5d0d25da --- /dev/null +++ b/typescript/src/models/GdalMultiBand.ts @@ -0,0 +1,93 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { mapValues } from '../runtime'; +import type { RasterResultDescriptor } from './RasterResultDescriptor'; +import { + RasterResultDescriptorFromJSON, + RasterResultDescriptorFromJSONTyped, + RasterResultDescriptorToJSON, + RasterResultDescriptorToJSONTyped, +} from './RasterResultDescriptor'; + +/** + * + * @export + * @interface GdalMultiBand + */ +export interface GdalMultiBand { + /** + * + * @type {RasterResultDescriptor} + * @memberof GdalMultiBand + */ + resultDescriptor: RasterResultDescriptor; + /** + * + * @type {string} + * @memberof GdalMultiBand + */ + type: GdalMultiBandTypeEnum; +} + + +/** + * @export + */ +export const GdalMultiBandTypeEnum = { + GdalMultiBand: 'GdalMultiBand' +} as const; +export type GdalMultiBandTypeEnum = typeof GdalMultiBandTypeEnum[keyof typeof GdalMultiBandTypeEnum]; + + +/** + * Check if a given object implements the GdalMultiBand interface. + */ +export function instanceOfGdalMultiBand(value: object): value is GdalMultiBand { + if (!('resultDescriptor' in value) || value['resultDescriptor'] === undefined) return false; + if (!('type' in value) || value['type'] === undefined) return false; + return true; +} + +export function GdalMultiBandFromJSON(json: any): GdalMultiBand { + return GdalMultiBandFromJSONTyped(json, false); +} + +export function GdalMultiBandFromJSONTyped(json: any, ignoreDiscriminator: boolean): GdalMultiBand { + if (json == null) { + return json; + } + return { + + 'resultDescriptor': RasterResultDescriptorFromJSON(json['resultDescriptor']), + 'type': json['type'], + }; +} + +export function GdalMultiBandToJSON(json: any): GdalMultiBand { + return GdalMultiBandToJSONTyped(json, false); +} + +export function GdalMultiBandToJSONTyped(value?: GdalMultiBand | null, ignoreDiscriminator: boolean = false): any { + if (value == null) { + return value; + } + + return { + + 'resultDescriptor': RasterResultDescriptorToJSON(value['resultDescriptor']), + 'type': value['type'], + }; +} + diff --git a/typescript/src/models/MetaDataDefinition.ts b/typescript/src/models/MetaDataDefinition.ts index 351c48f7..fe14fdbe 100644 --- a/typescript/src/models/MetaDataDefinition.ts +++ b/typescript/src/models/MetaDataDefinition.ts @@ -40,6 +40,13 @@ import { GdalMetadataNetCdfCfFromJSONTyped, GdalMetadataNetCdfCfToJSON, } from './GdalMetadataNetCdfCf'; +import type { GdalMultiBand } from './GdalMultiBand'; +import { + instanceOfGdalMultiBand, + GdalMultiBandFromJSON, + GdalMultiBandFromJSONTyped, + GdalMultiBandToJSON, +} from './GdalMultiBand'; import type { MockMetaData } from './MockMetaData'; import { instanceOfMockMetaData, @@ -60,7 +67,7 @@ import { * * @export */ -export type MetaDataDefinition = { type: 'GdalMetaDataList' } & GdalMetaDataList | { type: 'GdalMetaDataNetCdfCf' } & GdalMetadataNetCdfCf | { type: 'GdalMetaDataRegular' } & GdalMetaDataRegular | { type: 'GdalStatic' } & GdalMetaDataStatic | { type: 'MockMetaData' } & MockMetaData | { type: 'OgrMetaData' } & OgrMetaData; +export type MetaDataDefinition = { type: 'GdalMetaDataList' } & GdalMetaDataList | { type: 'GdalMetaDataNetCdfCf' } & GdalMetadataNetCdfCf | { type: 'GdalMetaDataRegular' } & GdalMetaDataRegular | { type: 'GdalMultiBand' } & GdalMultiBand | { type: 'GdalStatic' } & GdalMetaDataStatic | { type: 'MockMetaData' } & MockMetaData | { type: 'OgrMetaData' } & OgrMetaData; export function MetaDataDefinitionFromJSON(json: any): MetaDataDefinition { return MetaDataDefinitionFromJSONTyped(json, false); @@ -77,6 +84,8 @@ export function MetaDataDefinitionFromJSONTyped(json: any, ignoreDiscriminator: return Object.assign({}, GdalMetadataNetCdfCfFromJSONTyped(json, true), { type: 'GdalMetaDataNetCdfCf' } as const); case 'GdalMetaDataRegular': return Object.assign({}, GdalMetaDataRegularFromJSONTyped(json, true), { type: 'GdalMetaDataRegular' } as const); + case 'GdalMultiBand': + return Object.assign({}, GdalMultiBandFromJSONTyped(json, true), { type: 'GdalMultiBand' } as const); case 'GdalStatic': return Object.assign({}, GdalMetaDataStaticFromJSONTyped(json, true), { type: 'GdalStatic' } as const); case 'MockMetaData': @@ -103,6 +112,8 @@ export function MetaDataDefinitionToJSONTyped(value?: MetaDataDefinition | null, return Object.assign({}, GdalMetadataNetCdfCfToJSON(value), { type: 'GdalMetaDataNetCdfCf' } as const); case 'GdalMetaDataRegular': return Object.assign({}, GdalMetaDataRegularToJSON(value), { type: 'GdalMetaDataRegular' } as const); + case 'GdalMultiBand': + return Object.assign({}, GdalMultiBandToJSON(value), { type: 'GdalMultiBand' } as const); case 'GdalStatic': return Object.assign({}, GdalMetaDataStaticToJSON(value), { type: 'GdalStatic' } as const); case 'MockMetaData': diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index 133682bb..fb12b954 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -1,6 +1,7 @@ /* tslint:disable */ /* eslint-disable */ export * from './AddDataset'; +export * from './AddDatasetTile'; export * from './AddLayer'; export * from './AddLayerCollection'; export * from './AddRole'; @@ -59,6 +60,7 @@ export * from './GdalMetaDataRegular'; export * from './GdalMetaDataStatic'; export * from './GdalMetadataMapping'; export * from './GdalMetadataNetCdfCf'; +export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; From ba2f703d6697490e81cc29040cd93c1c2794d9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 26 Nov 2025 11:41:43 +0100 Subject: [PATCH 18/19] update openapi for ogc apis fix --- .generation/input/openapi.json | 803 ++++-------- python/.openapi-generator/FILES | 15 - python/README.md | 16 +- python/geoengine_openapi_client/__init__.py | 10 - .../api/ogcwcs_api.py | 965 +++----------- .../api/ogcwfs_api.py | 632 +++------- .../api/ogcwms_api.py | 1109 ++++------------- .../models/__init__.py | 5 - .../models/describe_coverage_request.py | 37 - .../models/get_capabilities_request.py | 37 - .../models/get_coverage_request.py | 37 - .../models/get_legend_graphic_request.py | 37 - .../models/get_map_request.py | 37 - python/test/test_describe_coverage_request.py | 34 - python/test/test_get_capabilities_request.py | 34 - python/test/test_get_coverage_request.py | 34 - .../test/test_get_legend_graphic_request.py | 34 - python/test/test_get_map_request.py | 34 - python/test/test_ogcwcs_api.py | 20 +- python/test/test_ogcwfs_api.py | 13 +- python/test/test_ogcwms_api.py | 20 +- typescript/README.md | 16 +- typescript/dist/apis/OGCWCSApi.d.ts | 71 +- typescript/dist/apis/OGCWCSApi.js | 211 +--- typescript/dist/apis/OGCWFSApi.d.ts | 55 +- typescript/dist/apis/OGCWFSApi.js | 135 +- typescript/dist/apis/OGCWMSApi.d.ts | 84 +- typescript/dist/apis/OGCWMSApi.js | 224 +--- typescript/dist/esm/apis/OGCWCSApi.d.ts | 71 +- typescript/dist/esm/apis/OGCWCSApi.js | 209 +--- typescript/dist/esm/apis/OGCWFSApi.d.ts | 55 +- typescript/dist/esm/apis/OGCWFSApi.js | 133 +- typescript/dist/esm/apis/OGCWMSApi.d.ts | 84 +- typescript/dist/esm/apis/OGCWMSApi.js | 222 +--- .../esm/models/DescribeCoverageRequest.d.ts | 24 - .../esm/models/DescribeCoverageRequest.js | 42 - .../esm/models/GetCapabilitiesRequest.d.ts | 24 - .../dist/esm/models/GetCapabilitiesRequest.js | 42 - .../dist/esm/models/GetCoverageRequest.d.ts | 24 - .../dist/esm/models/GetCoverageRequest.js | 42 - .../esm/models/GetLegendGraphicRequest.d.ts | 24 - .../esm/models/GetLegendGraphicRequest.js | 42 - typescript/dist/esm/models/GetMapRequest.d.ts | 24 - typescript/dist/esm/models/GetMapRequest.js | 42 - typescript/dist/esm/models/index.d.ts | 5 - typescript/dist/esm/models/index.js | 5 - .../dist/models/DescribeCoverageRequest.d.ts | 24 - .../dist/models/DescribeCoverageRequest.js | 50 - .../dist/models/GetCapabilitiesRequest.d.ts | 24 - .../dist/models/GetCapabilitiesRequest.js | 50 - .../dist/models/GetCoverageRequest.d.ts | 24 - typescript/dist/models/GetCoverageRequest.js | 50 - .../dist/models/GetLegendGraphicRequest.d.ts | 24 - .../dist/models/GetLegendGraphicRequest.js | 50 - typescript/dist/models/GetMapRequest.d.ts | 24 - typescript/dist/models/GetMapRequest.js | 50 - typescript/dist/models/index.d.ts | 5 - typescript/dist/models/index.js | 5 - typescript/docs/OGCWCSApi.md | 236 +--- typescript/docs/OGCWFSApi.md | 150 +-- typescript/docs/OGCWMSApi.md | 269 +--- typescript/src/apis/OGCWCSApi.ts | 327 +---- typescript/src/apis/OGCWFSApi.ts | 203 +-- typescript/src/apis/OGCWMSApi.ts | 360 ++---- .../src/models/DescribeCoverageRequest.ts | 52 - .../src/models/GetCapabilitiesRequest.ts | 52 - typescript/src/models/GetCoverageRequest.ts | 52 - .../src/models/GetLegendGraphicRequest.ts | 52 - typescript/src/models/GetMapRequest.ts | 52 - typescript/src/models/index.ts | 5 - 70 files changed, 1601 insertions(+), 6462 deletions(-) delete mode 100644 python/geoengine_openapi_client/models/describe_coverage_request.py delete mode 100644 python/geoengine_openapi_client/models/get_capabilities_request.py delete mode 100644 python/geoengine_openapi_client/models/get_coverage_request.py delete mode 100644 python/geoengine_openapi_client/models/get_legend_graphic_request.py delete mode 100644 python/geoengine_openapi_client/models/get_map_request.py delete mode 100644 python/test/test_describe_coverage_request.py delete mode 100644 python/test/test_get_capabilities_request.py delete mode 100644 python/test/test_get_coverage_request.py delete mode 100644 python/test/test_get_legend_graphic_request.py delete mode 100644 python/test/test_get_map_request.py delete mode 100644 typescript/dist/esm/models/DescribeCoverageRequest.d.ts delete mode 100644 typescript/dist/esm/models/DescribeCoverageRequest.js delete mode 100644 typescript/dist/esm/models/GetCapabilitiesRequest.d.ts delete mode 100644 typescript/dist/esm/models/GetCapabilitiesRequest.js delete mode 100644 typescript/dist/esm/models/GetCoverageRequest.d.ts delete mode 100644 typescript/dist/esm/models/GetCoverageRequest.js delete mode 100644 typescript/dist/esm/models/GetLegendGraphicRequest.d.ts delete mode 100644 typescript/dist/esm/models/GetLegendGraphicRequest.js delete mode 100644 typescript/dist/esm/models/GetMapRequest.d.ts delete mode 100644 typescript/dist/esm/models/GetMapRequest.js delete mode 100644 typescript/dist/models/DescribeCoverageRequest.d.ts delete mode 100644 typescript/dist/models/DescribeCoverageRequest.js delete mode 100644 typescript/dist/models/GetCapabilitiesRequest.d.ts delete mode 100644 typescript/dist/models/GetCapabilitiesRequest.js delete mode 100644 typescript/dist/models/GetCoverageRequest.d.ts delete mode 100644 typescript/dist/models/GetCoverageRequest.js delete mode 100644 typescript/dist/models/GetLegendGraphicRequest.d.ts delete mode 100644 typescript/dist/models/GetLegendGraphicRequest.js delete mode 100644 typescript/dist/models/GetMapRequest.d.ts delete mode 100644 typescript/dist/models/GetMapRequest.js delete mode 100644 typescript/src/models/DescribeCoverageRequest.ts delete mode 100644 typescript/src/models/GetCapabilitiesRequest.ts delete mode 100644 typescript/src/models/GetCoverageRequest.ts delete mode 100644 typescript/src/models/GetLegendGraphicRequest.ts delete mode 100644 typescript/src/models/GetMapRequest.ts diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index b9b55e4b..a5994237 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -4192,13 +4192,13 @@ ] } }, - "/wcs/{workflow}?request=DescribeCoverage": { + "/wcs/{workflow}": { "get": { "tags": [ "OGC WCS" ], - "summary": "Get WCS Coverage Description", - "operationId": "wcs_describe_coverage_handler", + "summary": "OGC WCS endpoint", + "operationId": "wcs_handler", "parameters": [ { "name": "workflow", @@ -4210,201 +4210,39 @@ } }, { - "name": "version", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/WcsVersion" - } - }, - { - "name": "service", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/WcsService" - } - }, - { - "name": "request", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/DescribeCoverageRequest" - } - }, - { - "name": "identifiers", + "name": "boundingbox", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" }, - "example": "" - } - ], - "responses": { - "200": { - "description": "OK", - "content": { - "text/xml": { - "schema": { - "type": "string" - } - } - } - } - }, - "security": [ - { - "session_token": [] - } - ] - } - }, - "/wcs/{workflow}?request=GetCapabilities": { - "get": { - "tags": [ - "OGC WCS" - ], - "summary": "Get WCS Capabilities", - "operationId": "wcs_capabilities_handler", - "parameters": [ - { - "name": "workflow", - "in": "path", - "description": "Workflow id", - "required": true, - "schema": { - "$ref": "#/components/schemas/WorkflowId" - } - }, - { - "name": "version", - "in": "query", - "required": false, - "schema": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/WcsVersion" - } - ] - } - }, - { - "name": "service", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/WcsService" - } - }, - { - "name": "request", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/GetCapabilitiesRequest" - } - } - ], - "responses": { - "200": { - "description": "OK", - "content": { - "text/xml": { - "schema": { - "type": "string" - } - } - } - } - }, - "security": [ - { - "session_token": [] - } - ] - } - }, - "/wcs/{workflow}?request=GetCoverage": { - "get": { - "tags": [ - "OGC WCS" - ], - "summary": "Get WCS Coverage", - "operationId": "wcs_get_coverage_handler", - "parameters": [ - { - "name": "workflow", - "in": "path", - "description": "Workflow id", - "required": true, - "schema": { - "$ref": "#/components/schemas/WorkflowId" - } - }, - { - "name": "version", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/WcsVersion" - } - }, - { - "name": "service", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/WcsService" - } - }, - { - "name": "request", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/GetCoverageRequest" - } + "example": "-90,-180,90,180,urn:ogc:def:crs:EPSG::4326" }, { "name": "format", "in": "query", - "required": true, + "required": false, "schema": { "$ref": "#/components/schemas/GetCoverageFormat" } }, { - "name": "identifier", - "in": "query", - "required": true, - "schema": { - "type": "string" - }, - "example": "" - }, - { - "name": "boundingbox", + "name": "gridbasecrs", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" }, - "example": "-90,-180,90,180,urn:ogc:def:crs:EPSG::4326" + "example": "urn:ogc:def:crs:EPSG::4326" }, { - "name": "gridbasecrs", + "name": "gridoffsets", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" }, - "example": "urn:ogc:def:crs:EPSG::4326" + "example": "-0.1,0.1" }, { "name": "gridorigin", @@ -4416,24 +4254,25 @@ "example": "90,-180" }, { - "name": "gridoffsets", + "name": "identifier", "in": "query", "required": false, "schema": { "type": "string" }, - "example": "-0.1,0.1" + "example": "" }, { - "name": "time", + "name": "identifiers", "in": "query", "required": false, "schema": { "type": "string" - } + }, + "example": "" }, { - "name": "resx", + "name": "nodatavalue", "in": "query", "required": false, "schema": { @@ -4445,7 +4284,21 @@ } }, { - "name": "resy", + "name": "request", + "in": "query", + "description": "type of WMS request", + "required": true, + "schema": { + "type": "string", + "enum": [ + "GetCapabilGetCapabilitiesities", + "DescribeCoverage", + "GetCoverage" + ] + } + }, + { + "name": "resx", "in": "query", "required": false, "schema": { @@ -4457,7 +4310,7 @@ } }, { - "name": "nodatavalue", + "name": "resy", "in": "query", "required": false, "schema": { @@ -4467,67 +4320,37 @@ ], "format": "double" } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/PngResponse" - } - }, - "security": [ + }, { - "session_token": [] - } - ] - } - }, - "/wfs/{workflow}?request=GetCapabilities": { - "get": { - "tags": [ - "OGC WFS" - ], - "summary": "Get WFS Capabilities", - "operationId": "wfs_capabilities_handler", - "parameters": [ + "name": "service", + "in": "query", + "required": false, + "schema": { + "$ref": "#/components/schemas/WcsService" + } + }, { - "name": "workflow", - "in": "path", - "description": "Workflow id", - "required": true, + "name": "time", + "in": "query", + "required": false, "schema": { - "$ref": "#/components/schemas/WorkflowId" + "type": "string" } }, { "name": "version", - "in": "path", - "required": true, + "in": "query", + "required": false, "schema": { "oneOf": [ { "type": "null" }, { - "$ref": "#/components/schemas/WfsVersion" + "$ref": "#/components/schemas/WcsVersion" } ] } - }, - { - "name": "service", - "in": "path", - "required": true, - "schema": { - "$ref": "#/components/schemas/WfsService" - } - }, - { - "name": "request", - "in": "path", - "required": true, - "schema": { - "$ref": "#/components/schemas/GetCapabilitiesRequest" - } } ], "responses": { @@ -4549,13 +4372,13 @@ ] } }, - "/wfs/{workflow}?request=GetFeature": { + "/wfs/{workflow}": { "get": { "tags": [ "OGC WFS" ], - "summary": "Get WCS Features", - "operationId": "wfs_feature_handler", + "summary": "OGC WFS endpoint", + "operationId": "wfs_handler", "parameters": [ { "name": "workflow", @@ -4566,66 +4389,30 @@ "$ref": "#/components/schemas/WorkflowId" } }, - { - "name": "version", - "in": "query", - "required": false, - "schema": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/WfsVersion" - } - ] - } - }, - { - "name": "service", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/WfsService" - } - }, - { - "name": "request", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/GetFeatureRequest" - } - }, - { - "name": "typeNames", - "in": "query", - "required": true, - "schema": { - "$ref": "#/components/schemas/TypeNames" - }, - "example": "" - }, { "name": "bbox", "in": "query", - "required": true, + "required": false, "schema": { "$ref": "#/components/schemas/OgcBoundingBox" }, "example": "-90,-180,90,180" }, { - "name": "time", + "name": "count", "in": "query", "required": false, "schema": { - "type": "string" - }, - "example": "2014-04-01T12:00:00.000Z" + "type": [ + "integer", + "null" + ], + "format": "int64", + "minimum": 0 + } }, { - "name": "srsName", + "name": "filter", "in": "query", "required": false, "schema": { @@ -4633,8 +4420,7 @@ "string", "null" ] - }, - "example": "EPSG:4326" + } }, { "name": "namespaces", @@ -4648,26 +4434,26 @@ } }, { - "name": "count", + "name": "propertyName", "in": "query", "required": false, "schema": { "type": [ - "integer", + "string", "null" - ], - "format": "int64", - "minimum": 0 + ] } }, { - "name": "sortBy", + "name": "request", "in": "query", - "required": false, + "description": "type of WFS request", + "required": true, "schema": { - "type": [ - "string", - "null" + "type": "string", + "enum": [ + "GetCapabilities", + "GetFeature" ] } }, @@ -4683,7 +4469,15 @@ } }, { - "name": "filter", + "name": "service", + "in": "query", + "required": false, + "schema": { + "$ref": "#/components/schemas/WfsService" + } + }, + { + "name": "sortBy", "in": "query", "required": false, "schema": { @@ -4694,7 +4488,7 @@ } }, { - "name": "propertyName", + "name": "srsName", "in": "query", "required": false, "schema": { @@ -4702,12 +4496,30 @@ "string", "null" ] - } + }, + "example": "EPSG:4326" + }, + { + "name": "time", + "in": "query", + "required": false, + "schema": { + "type": "string" + }, + "example": "2014-04-01T12:00:00.000Z" + }, + { + "name": "typeNames", + "in": "query", + "required": false, + "schema": { + "$ref": "#/components/schemas/TypeNames" + }, + "example": "" }, { - "name": "queryResolution", + "name": "version", "in": "query", - "description": "Vendor parameter for specifying a spatial query resolution", "required": false, "schema": { "oneOf": [ @@ -4715,7 +4527,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/WfsResolution" + "$ref": "#/components/schemas/WfsVersion" } ] } @@ -4796,116 +4608,33 @@ ] }, "properties": { - "foo": 3 - }, - "when": { - "start": "1970-01-01T00:00:00+00:00", - "end": "1970-01-01T00:00:00.001+00:00", - "type": "Interval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0, - 4.1 - ] - }, - "properties": { - "foo": 4 - }, - "when": { - "start": "1970-01-01T00:00:00+00:00", - "end": "1970-01-01T00:00:00.001+00:00", - "type": "Interval" - } - } - ] - } - } - } - } - }, - "security": [ - { - "session_token": [] - } - ] - } - }, - "/wms/{workflow}?request=GetCapabilities": { - "get": { - "tags": [ - "OGC WMS" - ], - "summary": "Get WMS Capabilities", - "operationId": "wms_capabilities_handler", - "parameters": [ - { - "name": "workflow", - "in": "path", - "description": "Workflow id", - "required": true, - "schema": { - "$ref": "#/components/schemas/WorkflowId" - } - }, - { - "name": "version", - "in": "path", - "required": true, - "schema": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/WmsVersion" - } - ] - } - }, - { - "name": "service", - "in": "path", - "required": true, - "schema": { - "$ref": "#/components/schemas/WmsService" - } - }, - { - "name": "request", - "in": "path", - "required": true, - "schema": { - "$ref": "#/components/schemas/GetCapabilitiesRequest" - } - }, - { - "name": "format", - "in": "path", - "required": true, - "schema": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/GetCapabilitiesFormat" - } - ] - } - } - ], - "responses": { - "200": { - "description": "OK", - "content": { - "text/xml": { - "schema": { - "type": "string" + "foo": 3 + }, + "when": { + "start": "1970-01-01T00:00:00+00:00", + "end": "1970-01-01T00:00:00.001+00:00", + "type": "Interval" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.0, + 4.1 + ] + }, + "properties": { + "foo": 4 + }, + "when": { + "start": "1970-01-01T00:00:00+00:00", + "end": "1970-01-01T00:00:00.001+00:00", + "type": "Interval" + } + } + ] } } } @@ -4918,13 +4647,13 @@ ] } }, - "/wms/{workflow}?request=GetLegendGraphic": { + "/wms/{workflow}": { "get": { "tags": [ "OGC WMS" ], - "summary": "Get WMS Legend Graphic", - "operationId": "wms_legend_graphic_handler", + "summary": "OGC WMS endpoint", + "operationId": "wms_handler", "parameters": [ { "name": "workflow", @@ -4936,107 +4665,82 @@ } }, { - "name": "version", - "in": "path", - "required": true, - "schema": { - "$ref": "#/components/schemas/WmsVersion" - } - }, - { - "name": "service", - "in": "path", - "required": true, + "name": "bbox", + "in": "query", + "required": false, "schema": { - "$ref": "#/components/schemas/WmsService" - } + "$ref": "#/components/schemas/OgcBoundingBox" + }, + "example": "-90,-180,90,180" }, { - "name": "request", - "in": "path", - "required": true, + "name": "bgcolor", + "in": "query", + "required": false, "schema": { - "$ref": "#/components/schemas/GetLegendGraphicRequest" + "type": [ + "string", + "null" + ] } }, { - "name": "layer", - "in": "path", - "required": true, + "name": "crs", + "in": "query", + "required": false, "schema": { - "type": "string" + "type": [ + "string", + "null" + ] }, - "example": "" - } - ], - "responses": { - "501": { - "description": "Not implemented" - } - }, - "security": [ - { - "session_token": [] - } - ] - } - }, - "/wms/{workflow}?request=GetMap": { - "get": { - "tags": [ - "OGC WMS" - ], - "summary": "Get WMS Map", - "operationId": "wms_map_handler", - "parameters": [ - { - "name": "workflow", - "in": "path", - "description": "Workflow id", - "required": true, - "schema": { - "$ref": "#/components/schemas/WorkflowId" - } + "example": "EPSG:4326" }, { - "name": "version", + "name": "elevation", "in": "query", - "required": true, + "required": false, "schema": { - "$ref": "#/components/schemas/WmsVersion" + "type": [ + "string", + "null" + ] } }, { - "name": "service", + "name": "exceptions", "in": "query", - "required": true, + "required": false, "schema": { - "$ref": "#/components/schemas/WmsService" + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/GetMapExceptionFormat" + } + ] } }, { - "name": "request", + "name": "format", "in": "query", - "required": true, + "required": false, "schema": { - "$ref": "#/components/schemas/GetMapRequest" + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/GetCapabilitiesFormat" + } + ] } }, - { - "name": "width", - "in": "query", - "required": true, - "schema": { - "type": "integer", - "format": "int32", - "minimum": 0 - }, - "example": 512 - }, { "name": "height", "in": "query", - "required": true, + "required": false, "schema": { "type": "integer", "format": "int32", @@ -5045,74 +4749,78 @@ "example": 256 }, { - "name": "bbox", + "name": "info_format", "in": "query", - "required": true, + "required": false, "schema": { - "$ref": "#/components/schemas/OgcBoundingBox" - }, - "example": "-90,-180,90,180" + "type": [ + "string", + "null" + ] + } }, { - "name": "format", + "name": "layer", "in": "query", - "required": true, + "required": false, "schema": { - "$ref": "#/components/schemas/GetMapFormat" + "type": "string" } }, { "name": "layers", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" }, "example": "" }, { - "name": "crs", + "name": "query_layers", "in": "query", "required": false, "schema": { - "type": [ - "string", - "null" - ] - }, - "example": "EPSG:4326" + "type": "string" + } }, { - "name": "styles", + "name": "request", "in": "query", + "description": "type of WMS request", "required": true, "schema": { - "type": "string" - }, - "example": "custom:{\"type\":\"linearGradient\",\"breakpoints\":[{\"value\":1,\"color\":[0,0,0,255]},{\"value\":255,\"color\":[255,255,255,255]}],\"noDataColor\":[0,0,0,0],\"defaultColor\":[0,0,0,0]}" + "type": "string", + "enum": [ + "GetCapabilities", + "GetMap", + "GetFeatureInfo", + "GetStyles", + "GetLegendGraphic" + ] + } }, { - "name": "time", + "name": "service", "in": "query", "required": false, "schema": { - "type": "string" - }, - "example": "2014-04-01T12:00:00.000Z" + "$ref": "#/components/schemas/WmsService" + } }, { - "name": "transparent", + "name": "sld", "in": "query", "required": false, "schema": { "type": [ - "boolean", + "string", "null" ] } }, { - "name": "bgcolor", + "name": "sld_body", "in": "query", "required": false, "schema": { @@ -5123,40 +4831,36 @@ } }, { - "name": "sld", + "name": "styles", "in": "query", "required": false, "schema": { - "type": [ - "string", - "null" - ] - } + "type": "string" + }, + "example": "custom:{\"type\":\"linearGradient\",\"breakpoints\":[{\"value\":1,\"color\":[0,0,0,255]},{\"value\":255,\"color\":[255,255,255,255]}],\"noDataColor\":[0,0,0,0],\"defaultColor\":[0,0,0,0]}" }, { - "name": "sld_body", + "name": "time", "in": "query", "required": false, "schema": { - "type": [ - "string", - "null" - ] - } + "type": "string" + }, + "example": "2014-04-01T12:00:00.000Z" }, { - "name": "elevation", + "name": "transparent", "in": "query", "required": false, "schema": { "type": [ - "string", + "boolean", "null" ] } }, { - "name": "exceptions", + "name": "version", "in": "query", "required": false, "schema": { @@ -5165,15 +4869,33 @@ "type": "null" }, { - "$ref": "#/components/schemas/GetMapExceptionFormat" + "$ref": "#/components/schemas/WmsVersion" } ] } + }, + { + "name": "width", + "in": "query", + "required": false, + "schema": { + "type": "integer", + "format": "int32", + "minimum": 0 + }, + "example": 512 } ], "responses": { "200": { - "$ref": "#/components/responses/PngResponse" + "description": "OK", + "content": { + "text/xml": { + "schema": { + "type": "string" + } + } + } } }, "security": [ @@ -6597,12 +6319,6 @@ } } }, - "DescribeCoverageRequest": { - "type": "string", - "enum": [ - "DescribeCoverage" - ] - }, "EbvPortalDataProviderDefinition": { "type": "object", "required": [ @@ -7225,36 +6941,18 @@ "text/xml" ] }, - "GetCapabilitiesRequest": { - "type": "string", - "enum": [ - "GetCapabilities" - ] - }, "GetCoverageFormat": { "type": "string", "enum": [ "image/tiff" ] }, - "GetCoverageRequest": { - "type": "string", - "enum": [ - "GetCoverage" - ] - }, "GetFeatureRequest": { "type": "string", "enum": [ "GetFeature" ] }, - "GetLegendGraphicRequest": { - "type": "string", - "enum": [ - "GetLegendGraphic" - ] - }, "GetMapExceptionFormat": { "type": "string", "enum": [ @@ -7268,12 +6966,6 @@ "image/png" ] }, - "GetMapRequest": { - "type": "string", - "enum": [ - "GetMap" - ] - }, "GfbioAbcdDataProviderDefinition": { "type": "object", "required": [ @@ -11151,9 +10843,6 @@ "1.1.1" ] }, - "WfsResolution": { - "type": "string" - }, "WfsService": { "type": "string", "enum": [ diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 817a5836..87ad894f 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -45,7 +45,6 @@ docs/DatasetResource.md docs/DatasetsApi.md docs/DerivedColor.md docs/DerivedNumber.md -docs/DescribeCoverageRequest.md docs/EbvPortalDataProviderDefinition.md docs/EdrDataProviderDefinition.md docs/EdrVectorSpec.md @@ -70,14 +69,10 @@ docs/GeneralApi.md docs/GeoJson.md docs/GeoTransform.md docs/GetCapabilitiesFormat.md -docs/GetCapabilitiesRequest.md docs/GetCoverageFormat.md -docs/GetCoverageRequest.md docs/GetFeatureRequest.md -docs/GetLegendGraphicRequest.md docs/GetMapExceptionFormat.md docs/GetMapFormat.md -docs/GetMapRequest.md docs/GfbioAbcdDataProviderDefinition.md docs/GfbioCollectionsDataProviderDefinition.md docs/GridBoundingBox2D.md @@ -334,7 +329,6 @@ geoengine_openapi_client/models/dataset_name_response.py geoengine_openapi_client/models/dataset_resource.py geoengine_openapi_client/models/derived_color.py geoengine_openapi_client/models/derived_number.py -geoengine_openapi_client/models/describe_coverage_request.py geoengine_openapi_client/models/ebv_portal_data_provider_definition.py geoengine_openapi_client/models/edr_data_provider_definition.py geoengine_openapi_client/models/edr_vector_spec.py @@ -358,14 +352,10 @@ geoengine_openapi_client/models/gdal_source_time_placeholder.py geoengine_openapi_client/models/geo_json.py geoengine_openapi_client/models/geo_transform.py geoengine_openapi_client/models/get_capabilities_format.py -geoengine_openapi_client/models/get_capabilities_request.py geoengine_openapi_client/models/get_coverage_format.py -geoengine_openapi_client/models/get_coverage_request.py geoengine_openapi_client/models/get_feature_request.py -geoengine_openapi_client/models/get_legend_graphic_request.py geoengine_openapi_client/models/get_map_exception_format.py geoengine_openapi_client/models/get_map_format.py -geoengine_openapi_client/models/get_map_request.py geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py geoengine_openapi_client/models/grid_bounding_box2_d.py @@ -595,7 +585,6 @@ test/test_dataset_resource.py test/test_datasets_api.py test/test_derived_color.py test/test_derived_number.py -test/test_describe_coverage_request.py test/test_ebv_portal_data_provider_definition.py test/test_edr_data_provider_definition.py test/test_edr_vector_spec.py @@ -620,14 +609,10 @@ test/test_general_api.py test/test_geo_json.py test/test_geo_transform.py test/test_get_capabilities_format.py -test/test_get_capabilities_request.py test/test_get_coverage_format.py -test/test_get_coverage_request.py test/test_get_feature_request.py -test/test_get_legend_graphic_request.py test/test_get_map_exception_format.py test/test_get_map_format.py -test/test_get_map_request.py test/test_gfbio_abcd_data_provider_definition.py test/test_gfbio_collections_data_provider_definition.py test/test_grid_bounding_box2_d.py diff --git a/python/README.md b/python/README.md index 5f715f2b..0ec466f3 100644 --- a/python/README.md +++ b/python/README.md @@ -135,14 +135,9 @@ Class | Method | HTTP request | Description *MLApi* | [**add_ml_model**](docs/MLApi.md#add_ml_model) | **POST** /ml/models | Create a new ml model. *MLApi* | [**get_ml_model**](docs/MLApi.md#get_ml_model) | **GET** /ml/models/{model_name} | Get ml model by name. *MLApi* | [**list_ml_models**](docs/MLApi.md#list_ml_models) | **GET** /ml/models | List ml models. -*OGCWCSApi* | [**wcs_capabilities_handler**](docs/OGCWCSApi.md#wcs_capabilities_handler) | **GET** /wcs/{workflow}?request=GetCapabilities | Get WCS Capabilities -*OGCWCSApi* | [**wcs_describe_coverage_handler**](docs/OGCWCSApi.md#wcs_describe_coverage_handler) | **GET** /wcs/{workflow}?request=DescribeCoverage | Get WCS Coverage Description -*OGCWCSApi* | [**wcs_get_coverage_handler**](docs/OGCWCSApi.md#wcs_get_coverage_handler) | **GET** /wcs/{workflow}?request=GetCoverage | Get WCS Coverage -*OGCWFSApi* | [**wfs_capabilities_handler**](docs/OGCWFSApi.md#wfs_capabilities_handler) | **GET** /wfs/{workflow}?request=GetCapabilities | Get WFS Capabilities -*OGCWFSApi* | [**wfs_feature_handler**](docs/OGCWFSApi.md#wfs_feature_handler) | **GET** /wfs/{workflow}?request=GetFeature | Get WCS Features -*OGCWMSApi* | [**wms_capabilities_handler**](docs/OGCWMSApi.md#wms_capabilities_handler) | **GET** /wms/{workflow}?request=GetCapabilities | Get WMS Capabilities -*OGCWMSApi* | [**wms_legend_graphic_handler**](docs/OGCWMSApi.md#wms_legend_graphic_handler) | **GET** /wms/{workflow}?request=GetLegendGraphic | Get WMS Legend Graphic -*OGCWMSApi* | [**wms_map_handler**](docs/OGCWMSApi.md#wms_map_handler) | **GET** /wms/{workflow}?request=GetMap | Get WMS Map +*OGCWCSApi* | [**wcs_handler**](docs/OGCWCSApi.md#wcs_handler) | **GET** /wcs/{workflow} | OGC WCS endpoint +*OGCWFSApi* | [**wfs_handler**](docs/OGCWFSApi.md#wfs_handler) | **GET** /wfs/{workflow} | OGC WFS endpoint +*OGCWMSApi* | [**wms_handler**](docs/OGCWMSApi.md#wms_handler) | **GET** /wms/{workflow} | OGC WMS endpoint *PermissionsApi* | [**add_permission_handler**](docs/PermissionsApi.md#add_permission_handler) | **PUT** /permissions | Adds a new permission. *PermissionsApi* | [**get_resource_permissions_handler**](docs/PermissionsApi.md#get_resource_permissions_handler) | **GET** /permissions/resources/{resource_type}/{resource_id} | Lists permission for a given resource. *PermissionsApi* | [**remove_permission_handler**](docs/PermissionsApi.md#remove_permission_handler) | **DELETE** /permissions | Removes an existing permission. @@ -235,7 +230,6 @@ Class | Method | HTTP request | Description - [DatasetResource](docs/DatasetResource.md) - [DerivedColor](docs/DerivedColor.md) - [DerivedNumber](docs/DerivedNumber.md) - - [DescribeCoverageRequest](docs/DescribeCoverageRequest.md) - [EbvPortalDataProviderDefinition](docs/EbvPortalDataProviderDefinition.md) - [EdrDataProviderDefinition](docs/EdrDataProviderDefinition.md) - [EdrVectorSpec](docs/EdrVectorSpec.md) @@ -259,14 +253,10 @@ Class | Method | HTTP request | Description - [GeoJson](docs/GeoJson.md) - [GeoTransform](docs/GeoTransform.md) - [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) - - [GetCapabilitiesRequest](docs/GetCapabilitiesRequest.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) - - [GetCoverageRequest](docs/GetCoverageRequest.md) - [GetFeatureRequest](docs/GetFeatureRequest.md) - - [GetLegendGraphicRequest](docs/GetLegendGraphicRequest.md) - [GetMapExceptionFormat](docs/GetMapExceptionFormat.md) - [GetMapFormat](docs/GetMapFormat.md) - - [GetMapRequest](docs/GetMapRequest.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) - [GridBoundingBox2D](docs/GridBoundingBox2D.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 26307970..775c4f11 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -85,7 +85,6 @@ "DatasetResource", "DerivedColor", "DerivedNumber", - "DescribeCoverageRequest", "EbvPortalDataProviderDefinition", "EdrDataProviderDefinition", "EdrVectorSpec", @@ -109,14 +108,10 @@ "GeoJson", "GeoTransform", "GetCapabilitiesFormat", - "GetCapabilitiesRequest", "GetCoverageFormat", - "GetCoverageRequest", "GetFeatureRequest", - "GetLegendGraphicRequest", "GetMapExceptionFormat", "GetMapFormat", - "GetMapRequest", "GfbioAbcdDataProviderDefinition", "GfbioCollectionsDataProviderDefinition", "GridBoundingBox2D", @@ -368,7 +363,6 @@ from geoengine_openapi_client.models.dataset_resource import DatasetResource as DatasetResource from geoengine_openapi_client.models.derived_color import DerivedColor as DerivedColor from geoengine_openapi_client.models.derived_number import DerivedNumber as DerivedNumber -from geoengine_openapi_client.models.describe_coverage_request import DescribeCoverageRequest as DescribeCoverageRequest from geoengine_openapi_client.models.ebv_portal_data_provider_definition import EbvPortalDataProviderDefinition as EbvPortalDataProviderDefinition from geoengine_openapi_client.models.edr_data_provider_definition import EdrDataProviderDefinition as EdrDataProviderDefinition from geoengine_openapi_client.models.edr_vector_spec import EdrVectorSpec as EdrVectorSpec @@ -392,14 +386,10 @@ from geoengine_openapi_client.models.geo_json import GeoJson as GeoJson from geoengine_openapi_client.models.geo_transform import GeoTransform as GeoTransform from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat as GetCapabilitiesFormat -from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest as GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat as GetCoverageFormat -from geoengine_openapi_client.models.get_coverage_request import GetCoverageRequest as GetCoverageRequest from geoengine_openapi_client.models.get_feature_request import GetFeatureRequest as GetFeatureRequest -from geoengine_openapi_client.models.get_legend_graphic_request import GetLegendGraphicRequest as GetLegendGraphicRequest from geoengine_openapi_client.models.get_map_exception_format import GetMapExceptionFormat as GetMapExceptionFormat from geoengine_openapi_client.models.get_map_format import GetMapFormat as GetMapFormat -from geoengine_openapi_client.models.get_map_request import GetMapRequest as GetMapRequest from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition as GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition as GfbioCollectionsDataProviderDefinition from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D as GridBoundingBox2D diff --git a/python/geoengine_openapi_client/api/ogcwcs_api.py b/python/geoengine_openapi_client/api/ogcwcs_api.py index 0259682f..66169035 100644 --- a/python/geoengine_openapi_client/api/ogcwcs_api.py +++ b/python/geoengine_openapi_client/api/ogcwcs_api.py @@ -17,14 +17,11 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictBytes, StrictFloat, StrictInt, StrictStr -from typing import Optional, Tuple, Union +from pydantic import Field, StrictFloat, StrictInt, StrictStr, field_validator +from typing import Optional, Union from typing_extensions import Annotated from uuid import UUID -from geoengine_openapi_client.models.describe_coverage_request import DescribeCoverageRequest -from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat -from geoengine_openapi_client.models.get_coverage_request import GetCoverageRequest from geoengine_openapi_client.models.wcs_service import WcsService from geoengine_openapi_client.models.wcs_version import WcsVersion @@ -47,657 +44,23 @@ def __init__(self, api_client=None) -> None: @validate_call - def wcs_capabilities_handler( + def wcs_handler( self, workflow: Annotated[UUID, Field(description="Workflow id")], - service: WcsService, - request: GetCapabilitiesRequest, - version: Optional[WcsVersion] = None, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> str: - """Get WCS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param version: - :type version: WcsVersion - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wcs_capabilities_handler_serialize( - workflow=workflow, - service=service, - request=request, - version=version, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ).data - - - @validate_call - def wcs_capabilities_handler_with_http_info( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - service: WcsService, - request: GetCapabilitiesRequest, - version: Optional[WcsVersion] = None, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[str]: - """Get WCS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param version: - :type version: WcsVersion - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wcs_capabilities_handler_serialize( - workflow=workflow, - service=service, - request=request, - version=version, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ) - - - @validate_call - def wcs_capabilities_handler_without_preload_content( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - service: WcsService, - request: GetCapabilitiesRequest, - version: Optional[WcsVersion] = None, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RESTResponseType: - """Get WCS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param version: - :type version: WcsVersion - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wcs_capabilities_handler_serialize( - workflow=workflow, - service=service, - request=request, - version=version, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - return response_data.response - - - def _wcs_capabilities_handler_serialize( - self, - workflow, - service, - request, - version, - _request_auth, - _content_type, - _headers, - _host_index, - ) -> RequestSerialized: - - _host = None - - _collection_formats: Dict[str, str] = { - } - - _path_params: Dict[str, str] = {} - _query_params: List[Tuple[str, str]] = [] - _header_params: Dict[str, Optional[str]] = _headers or {} - _form_params: List[Tuple[str, str]] = [] - _files: Dict[ - str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] - ] = {} - _body_params: Optional[bytes] = None - - # process the path parameters - if workflow is not None: - _path_params['workflow'] = workflow - # process the query parameters - if version is not None: - - _query_params.append(('version', version.value)) - - if service is not None: - - _query_params.append(('service', service.value)) - - if request is not None: - - _query_params.append(('request', request.value)) - - # process the header parameters - # process the form parameters - # process the body parameter - - - # set the HTTP header `Accept` - if 'Accept' not in _header_params: - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'text/xml' - ] - ) - - - # authentication setting - _auth_settings: List[str] = [ - 'session_token' - ] - - return self.api_client.param_serialize( - method='GET', - resource_path='/wcs/{workflow}?request=GetCapabilities', - path_params=_path_params, - query_params=_query_params, - header_params=_header_params, - body=_body_params, - post_params=_form_params, - files=_files, - auth_settings=_auth_settings, - collection_formats=_collection_formats, - _host=_host, - _request_auth=_request_auth - ) - - - - - @validate_call - def wcs_describe_coverage_handler( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WcsVersion, - service: WcsService, - request: DescribeCoverageRequest, - identifiers: StrictStr, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> str: - """Get WCS Coverage Description - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WcsVersion - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: DescribeCoverageRequest - :param identifiers: (required) - :type identifiers: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wcs_describe_coverage_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - identifiers=identifiers, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ).data - - - @validate_call - def wcs_describe_coverage_handler_with_http_info( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WcsVersion, - service: WcsService, - request: DescribeCoverageRequest, - identifiers: StrictStr, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[str]: - """Get WCS Coverage Description - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WcsVersion - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: DescribeCoverageRequest - :param identifiers: (required) - :type identifiers: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wcs_describe_coverage_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - identifiers=identifiers, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ) - - - @validate_call - def wcs_describe_coverage_handler_without_preload_content( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WcsVersion, - service: WcsService, - request: DescribeCoverageRequest, - identifiers: StrictStr, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RESTResponseType: - """Get WCS Coverage Description - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WcsVersion - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: DescribeCoverageRequest - :param identifiers: (required) - :type identifiers: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wcs_describe_coverage_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - identifiers=identifiers, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - return response_data.response - - - def _wcs_describe_coverage_handler_serialize( - self, - workflow, - version, - service, - request, - identifiers, - _request_auth, - _content_type, - _headers, - _host_index, - ) -> RequestSerialized: - - _host = None - - _collection_formats: Dict[str, str] = { - } - - _path_params: Dict[str, str] = {} - _query_params: List[Tuple[str, str]] = [] - _header_params: Dict[str, Optional[str]] = _headers or {} - _form_params: List[Tuple[str, str]] = [] - _files: Dict[ - str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] - ] = {} - _body_params: Optional[bytes] = None - - # process the path parameters - if workflow is not None: - _path_params['workflow'] = workflow - # process the query parameters - if version is not None: - - _query_params.append(('version', version.value)) - - if service is not None: - - _query_params.append(('service', service.value)) - - if request is not None: - - _query_params.append(('request', request.value)) - - if identifiers is not None: - - _query_params.append(('identifiers', identifiers)) - - # process the header parameters - # process the form parameters - # process the body parameter - - - # set the HTTP header `Accept` - if 'Accept' not in _header_params: - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'text/xml' - ] - ) - - - # authentication setting - _auth_settings: List[str] = [ - 'session_token' - ] - - return self.api_client.param_serialize( - method='GET', - resource_path='/wcs/{workflow}?request=DescribeCoverage', - path_params=_path_params, - query_params=_query_params, - header_params=_header_params, - body=_body_params, - post_params=_form_params, - files=_files, - auth_settings=_auth_settings, - collection_formats=_collection_formats, - _host=_host, - _request_auth=_request_auth - ) - - - - - @validate_call - def wcs_get_coverage_handler( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WcsVersion, - service: WcsService, - request: GetCoverageRequest, - format: GetCoverageFormat, - identifier: StrictStr, - boundingbox: StrictStr, - gridbasecrs: StrictStr, - gridorigin: Optional[StrictStr] = None, + request: Annotated[StrictStr, Field(description="type of WMS request")], + boundingbox: Optional[StrictStr] = None, + format: Optional[GetCoverageFormat] = None, + gridbasecrs: Optional[StrictStr] = None, gridoffsets: Optional[StrictStr] = None, - time: Optional[StrictStr] = None, + gridorigin: Optional[StrictStr] = None, + identifier: Optional[StrictStr] = None, + identifiers: Optional[StrictStr] = None, + nodatavalue: Optional[Union[StrictFloat, StrictInt]] = None, resx: Optional[Union[StrictFloat, StrictInt]] = None, resy: Optional[Union[StrictFloat, StrictInt]] = None, - nodatavalue: Optional[Union[StrictFloat, StrictInt]] = None, + service: Optional[WcsService] = None, + time: Optional[StrictStr] = None, + version: Optional[WcsVersion] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -710,38 +73,40 @@ def wcs_get_coverage_handler( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> bytearray: - """Get WCS Coverage + ) -> str: + """OGC WCS endpoint :param workflow: Workflow id (required) :type workflow: str - :param version: (required) - :type version: WcsVersion - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: GetCoverageRequest - :param format: (required) - :type format: GetCoverageFormat - :param identifier: (required) - :type identifier: str - :param boundingbox: (required) + :param request: type of WMS request (required) + :type request: str + :param boundingbox: :type boundingbox: str - :param gridbasecrs: (required) + :param format: + :type format: GetCoverageFormat + :param gridbasecrs: :type gridbasecrs: str - :param gridorigin: - :type gridorigin: str :param gridoffsets: :type gridoffsets: str - :param time: - :type time: str + :param gridorigin: + :type gridorigin: str + :param identifier: + :type identifier: str + :param identifiers: + :type identifiers: str + :param nodatavalue: + :type nodatavalue: float :param resx: :type resx: float :param resy: :type resy: float - :param nodatavalue: - :type nodatavalue: float + :param service: + :type service: WcsService + :param time: + :type time: str + :param version: + :type version: WcsVersion :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -764,21 +129,22 @@ def wcs_get_coverage_handler( :return: Returns the result object. """ # noqa: E501 - _param = self._wcs_get_coverage_handler_serialize( + _param = self._wcs_handler_serialize( workflow=workflow, - version=version, - service=service, request=request, - format=format, - identifier=identifier, boundingbox=boundingbox, + format=format, gridbasecrs=gridbasecrs, - gridorigin=gridorigin, gridoffsets=gridoffsets, - time=time, + gridorigin=gridorigin, + identifier=identifier, + identifiers=identifiers, + nodatavalue=nodatavalue, resx=resx, resy=resy, - nodatavalue=nodatavalue, + service=service, + time=time, + version=version, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -786,7 +152,7 @@ def wcs_get_coverage_handler( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "bytearray", + '200': "str", } response_data = self.api_client.call_api( *_param, @@ -800,22 +166,23 @@ def wcs_get_coverage_handler( @validate_call - def wcs_get_coverage_handler_with_http_info( + def wcs_handler_with_http_info( self, workflow: Annotated[UUID, Field(description="Workflow id")], - version: WcsVersion, - service: WcsService, - request: GetCoverageRequest, - format: GetCoverageFormat, - identifier: StrictStr, - boundingbox: StrictStr, - gridbasecrs: StrictStr, - gridorigin: Optional[StrictStr] = None, + request: Annotated[StrictStr, Field(description="type of WMS request")], + boundingbox: Optional[StrictStr] = None, + format: Optional[GetCoverageFormat] = None, + gridbasecrs: Optional[StrictStr] = None, gridoffsets: Optional[StrictStr] = None, - time: Optional[StrictStr] = None, + gridorigin: Optional[StrictStr] = None, + identifier: Optional[StrictStr] = None, + identifiers: Optional[StrictStr] = None, + nodatavalue: Optional[Union[StrictFloat, StrictInt]] = None, resx: Optional[Union[StrictFloat, StrictInt]] = None, resy: Optional[Union[StrictFloat, StrictInt]] = None, - nodatavalue: Optional[Union[StrictFloat, StrictInt]] = None, + service: Optional[WcsService] = None, + time: Optional[StrictStr] = None, + version: Optional[WcsVersion] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -828,38 +195,40 @@ def wcs_get_coverage_handler_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[bytearray]: - """Get WCS Coverage + ) -> ApiResponse[str]: + """OGC WCS endpoint :param workflow: Workflow id (required) :type workflow: str - :param version: (required) - :type version: WcsVersion - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: GetCoverageRequest - :param format: (required) - :type format: GetCoverageFormat - :param identifier: (required) - :type identifier: str - :param boundingbox: (required) + :param request: type of WMS request (required) + :type request: str + :param boundingbox: :type boundingbox: str - :param gridbasecrs: (required) + :param format: + :type format: GetCoverageFormat + :param gridbasecrs: :type gridbasecrs: str - :param gridorigin: - :type gridorigin: str :param gridoffsets: :type gridoffsets: str - :param time: - :type time: str + :param gridorigin: + :type gridorigin: str + :param identifier: + :type identifier: str + :param identifiers: + :type identifiers: str + :param nodatavalue: + :type nodatavalue: float :param resx: :type resx: float :param resy: :type resy: float - :param nodatavalue: - :type nodatavalue: float + :param service: + :type service: WcsService + :param time: + :type time: str + :param version: + :type version: WcsVersion :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -882,21 +251,22 @@ def wcs_get_coverage_handler_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._wcs_get_coverage_handler_serialize( + _param = self._wcs_handler_serialize( workflow=workflow, - version=version, - service=service, request=request, - format=format, - identifier=identifier, boundingbox=boundingbox, + format=format, gridbasecrs=gridbasecrs, - gridorigin=gridorigin, gridoffsets=gridoffsets, - time=time, + gridorigin=gridorigin, + identifier=identifier, + identifiers=identifiers, + nodatavalue=nodatavalue, resx=resx, resy=resy, - nodatavalue=nodatavalue, + service=service, + time=time, + version=version, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -904,7 +274,7 @@ def wcs_get_coverage_handler_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "bytearray", + '200': "str", } response_data = self.api_client.call_api( *_param, @@ -918,22 +288,23 @@ def wcs_get_coverage_handler_with_http_info( @validate_call - def wcs_get_coverage_handler_without_preload_content( + def wcs_handler_without_preload_content( self, workflow: Annotated[UUID, Field(description="Workflow id")], - version: WcsVersion, - service: WcsService, - request: GetCoverageRequest, - format: GetCoverageFormat, - identifier: StrictStr, - boundingbox: StrictStr, - gridbasecrs: StrictStr, - gridorigin: Optional[StrictStr] = None, + request: Annotated[StrictStr, Field(description="type of WMS request")], + boundingbox: Optional[StrictStr] = None, + format: Optional[GetCoverageFormat] = None, + gridbasecrs: Optional[StrictStr] = None, gridoffsets: Optional[StrictStr] = None, - time: Optional[StrictStr] = None, + gridorigin: Optional[StrictStr] = None, + identifier: Optional[StrictStr] = None, + identifiers: Optional[StrictStr] = None, + nodatavalue: Optional[Union[StrictFloat, StrictInt]] = None, resx: Optional[Union[StrictFloat, StrictInt]] = None, resy: Optional[Union[StrictFloat, StrictInt]] = None, - nodatavalue: Optional[Union[StrictFloat, StrictInt]] = None, + service: Optional[WcsService] = None, + time: Optional[StrictStr] = None, + version: Optional[WcsVersion] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -947,37 +318,39 @@ def wcs_get_coverage_handler_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Get WCS Coverage + """OGC WCS endpoint :param workflow: Workflow id (required) :type workflow: str - :param version: (required) - :type version: WcsVersion - :param service: (required) - :type service: WcsService - :param request: (required) - :type request: GetCoverageRequest - :param format: (required) - :type format: GetCoverageFormat - :param identifier: (required) - :type identifier: str - :param boundingbox: (required) + :param request: type of WMS request (required) + :type request: str + :param boundingbox: :type boundingbox: str - :param gridbasecrs: (required) + :param format: + :type format: GetCoverageFormat + :param gridbasecrs: :type gridbasecrs: str - :param gridorigin: - :type gridorigin: str :param gridoffsets: :type gridoffsets: str - :param time: - :type time: str + :param gridorigin: + :type gridorigin: str + :param identifier: + :type identifier: str + :param identifiers: + :type identifiers: str + :param nodatavalue: + :type nodatavalue: float :param resx: :type resx: float :param resy: :type resy: float - :param nodatavalue: - :type nodatavalue: float + :param service: + :type service: WcsService + :param time: + :type time: str + :param version: + :type version: WcsVersion :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -1000,21 +373,22 @@ def wcs_get_coverage_handler_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._wcs_get_coverage_handler_serialize( + _param = self._wcs_handler_serialize( workflow=workflow, - version=version, - service=service, request=request, - format=format, - identifier=identifier, boundingbox=boundingbox, + format=format, gridbasecrs=gridbasecrs, - gridorigin=gridorigin, gridoffsets=gridoffsets, - time=time, + gridorigin=gridorigin, + identifier=identifier, + identifiers=identifiers, + nodatavalue=nodatavalue, resx=resx, resy=resy, - nodatavalue=nodatavalue, + service=service, + time=time, + version=version, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -1022,7 +396,7 @@ def wcs_get_coverage_handler_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "bytearray", + '200': "str", } response_data = self.api_client.call_api( *_param, @@ -1031,22 +405,23 @@ def wcs_get_coverage_handler_without_preload_content( return response_data.response - def _wcs_get_coverage_handler_serialize( + def _wcs_handler_serialize( self, workflow, - version, - service, request, - format, - identifier, boundingbox, + format, gridbasecrs, - gridorigin, gridoffsets, - time, + gridorigin, + identifier, + identifiers, + nodatavalue, resx, resy, - nodatavalue, + service, + time, + version, _request_auth, _content_type, _headers, @@ -1071,45 +446,41 @@ def _wcs_get_coverage_handler_serialize( if workflow is not None: _path_params['workflow'] = workflow # process the query parameters - if version is not None: - - _query_params.append(('version', version.value)) - - if service is not None: - - _query_params.append(('service', service.value)) - - if request is not None: + if boundingbox is not None: - _query_params.append(('request', request.value)) + _query_params.append(('boundingbox', boundingbox)) if format is not None: _query_params.append(('format', format.value)) - if identifier is not None: - - _query_params.append(('identifier', identifier)) - - if boundingbox is not None: - - _query_params.append(('boundingbox', boundingbox)) - if gridbasecrs is not None: _query_params.append(('gridbasecrs', gridbasecrs)) + if gridoffsets is not None: + + _query_params.append(('gridoffsets', gridoffsets)) + if gridorigin is not None: _query_params.append(('gridorigin', gridorigin)) - if gridoffsets is not None: + if identifier is not None: - _query_params.append(('gridoffsets', gridoffsets)) + _query_params.append(('identifier', identifier)) - if time is not None: + if identifiers is not None: - _query_params.append(('time', time)) + _query_params.append(('identifiers', identifiers)) + + if nodatavalue is not None: + + _query_params.append(('nodatavalue', nodatavalue)) + + if request is not None: + + _query_params.append(('request', request)) if resx is not None: @@ -1119,9 +490,17 @@ def _wcs_get_coverage_handler_serialize( _query_params.append(('resy', resy)) - if nodatavalue is not None: + if service is not None: - _query_params.append(('nodatavalue', nodatavalue)) + _query_params.append(('service', service.value)) + + if time is not None: + + _query_params.append(('time', time)) + + if version is not None: + + _query_params.append(('version', version.value)) # process the header parameters # process the form parameters @@ -1132,7 +511,7 @@ def _wcs_get_coverage_handler_serialize( if 'Accept' not in _header_params: _header_params['Accept'] = self.api_client.select_header_accept( [ - 'image/png' + 'text/xml' ] ) @@ -1144,7 +523,7 @@ def _wcs_get_coverage_handler_serialize( return self.api_client.param_serialize( method='GET', - resource_path='/wcs/{workflow}?request=GetCoverage', + resource_path='/wcs/{workflow}', path_params=_path_params, query_params=_query_params, header_params=_header_params, diff --git a/python/geoengine_openapi_client/api/ogcwfs_api.py b/python/geoengine_openapi_client/api/ogcwfs_api.py index 1e80f1ab..157e5e80 100644 --- a/python/geoengine_openapi_client/api/ogcwfs_api.py +++ b/python/geoengine_openapi_client/api/ogcwfs_api.py @@ -17,13 +17,11 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictStr +from pydantic import Field, StrictStr, field_validator from typing import Optional from typing_extensions import Annotated from uuid import UUID from geoengine_openapi_client.models.geo_json import GeoJson -from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest -from geoengine_openapi_client.models.get_feature_request import GetFeatureRequest from geoengine_openapi_client.models.wfs_service import WfsService from geoengine_openapi_client.models.wfs_version import WfsVersion @@ -46,327 +44,22 @@ def __init__(self, api_client=None) -> None: @validate_call - def wfs_capabilities_handler( + def wfs_handler( self, workflow: Annotated[UUID, Field(description="Workflow id")], - version: Optional[WfsVersion], - service: WfsService, - request: GetCapabilitiesRequest, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> str: - """Get WFS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WfsVersion - :param service: (required) - :type service: WfsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wfs_capabilities_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ).data - - - @validate_call - def wfs_capabilities_handler_with_http_info( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: Optional[WfsVersion], - service: WfsService, - request: GetCapabilitiesRequest, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[str]: - """Get WFS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WfsVersion - :param service: (required) - :type service: WfsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wfs_capabilities_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ) - - - @validate_call - def wfs_capabilities_handler_without_preload_content( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: Optional[WfsVersion], - service: WfsService, - request: GetCapabilitiesRequest, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RESTResponseType: - """Get WFS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WfsVersion - :param service: (required) - :type service: WfsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wfs_capabilities_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - return response_data.response - - - def _wfs_capabilities_handler_serialize( - self, - workflow, - version, - service, - request, - _request_auth, - _content_type, - _headers, - _host_index, - ) -> RequestSerialized: - - _host = None - - _collection_formats: Dict[str, str] = { - } - - _path_params: Dict[str, str] = {} - _query_params: List[Tuple[str, str]] = [] - _header_params: Dict[str, Optional[str]] = _headers or {} - _form_params: List[Tuple[str, str]] = [] - _files: Dict[ - str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] - ] = {} - _body_params: Optional[bytes] = None - - # process the path parameters - if workflow is not None: - _path_params['workflow'] = workflow - if version is not None: - _path_params['version'] = version.value - if service is not None: - _path_params['service'] = service.value - if request is not None: - _path_params['request'] = request.value - # process the query parameters - # process the header parameters - # process the form parameters - # process the body parameter - - - # set the HTTP header `Accept` - if 'Accept' not in _header_params: - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'text/xml' - ] - ) - - - # authentication setting - _auth_settings: List[str] = [ - 'session_token' - ] - - return self.api_client.param_serialize( - method='GET', - # Note: remove query string in path part for ogc endpoints - resource_path='/wfs/{workflow}', - path_params=_path_params, - query_params=_query_params, - header_params=_header_params, - body=_body_params, - post_params=_form_params, - files=_files, - auth_settings=_auth_settings, - collection_formats=_collection_formats, - _host=_host, - _request_auth=_request_auth - ) - - - - - @validate_call - def wfs_feature_handler( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - service: WfsService, - request: GetFeatureRequest, - type_names: StrictStr, - bbox: StrictStr, - version: Optional[WfsVersion] = None, - time: Optional[StrictStr] = None, - srs_name: Optional[StrictStr] = None, - namespaces: Optional[StrictStr] = None, + request: Annotated[StrictStr, Field(description="type of WFS request")], + bbox: Optional[StrictStr] = None, count: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, - sort_by: Optional[StrictStr] = None, - result_type: Optional[StrictStr] = None, filter: Optional[StrictStr] = None, + namespaces: Optional[StrictStr] = None, property_name: Optional[StrictStr] = None, - query_resolution: Annotated[Optional[StrictStr], Field(description="Vendor parameter for specifying a spatial query resolution")] = None, + result_type: Optional[StrictStr] = None, + service: Optional[WfsService] = None, + sort_by: Optional[StrictStr] = None, + srs_name: Optional[StrictStr] = None, + time: Optional[StrictStr] = None, + type_names: Optional[StrictStr] = None, + version: Optional[WfsVersion] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -380,39 +73,37 @@ def wfs_feature_handler( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> GeoJson: - """Get WCS Features + """OGC WFS endpoint :param workflow: Workflow id (required) :type workflow: str - :param service: (required) - :type service: WfsService - :param request: (required) - :type request: GetFeatureRequest - :param type_names: (required) - :type type_names: str - :param bbox: (required) + :param request: type of WFS request (required) + :type request: str + :param bbox: :type bbox: str - :param version: - :type version: WfsVersion - :param time: - :type time: str - :param srs_name: - :type srs_name: str - :param namespaces: - :type namespaces: str :param count: :type count: int - :param sort_by: - :type sort_by: str - :param result_type: - :type result_type: str :param filter: :type filter: str + :param namespaces: + :type namespaces: str :param property_name: :type property_name: str - :param query_resolution: Vendor parameter for specifying a spatial query resolution - :type query_resolution: str + :param result_type: + :type result_type: str + :param service: + :type service: WfsService + :param sort_by: + :type sort_by: str + :param srs_name: + :type srs_name: str + :param time: + :type time: str + :param type_names: + :type type_names: str + :param version: + :type version: WfsVersion :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -435,22 +126,21 @@ def wfs_feature_handler( :return: Returns the result object. """ # noqa: E501 - _param = self._wfs_feature_handler_serialize( + _param = self._wfs_handler_serialize( workflow=workflow, - service=service, request=request, - type_names=type_names, bbox=bbox, - version=version, - time=time, - srs_name=srs_name, - namespaces=namespaces, count=count, - sort_by=sort_by, - result_type=result_type, filter=filter, + namespaces=namespaces, property_name=property_name, - query_resolution=query_resolution, + result_type=result_type, + service=service, + sort_by=sort_by, + srs_name=srs_name, + time=time, + type_names=type_names, + version=version, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -472,23 +162,22 @@ def wfs_feature_handler( @validate_call - def wfs_feature_handler_with_http_info( + def wfs_handler_with_http_info( self, workflow: Annotated[UUID, Field(description="Workflow id")], - service: WfsService, - request: GetFeatureRequest, - type_names: StrictStr, - bbox: StrictStr, - version: Optional[WfsVersion] = None, - time: Optional[StrictStr] = None, - srs_name: Optional[StrictStr] = None, - namespaces: Optional[StrictStr] = None, + request: Annotated[StrictStr, Field(description="type of WFS request")], + bbox: Optional[StrictStr] = None, count: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, - sort_by: Optional[StrictStr] = None, - result_type: Optional[StrictStr] = None, filter: Optional[StrictStr] = None, + namespaces: Optional[StrictStr] = None, property_name: Optional[StrictStr] = None, - query_resolution: Annotated[Optional[StrictStr], Field(description="Vendor parameter for specifying a spatial query resolution")] = None, + result_type: Optional[StrictStr] = None, + service: Optional[WfsService] = None, + sort_by: Optional[StrictStr] = None, + srs_name: Optional[StrictStr] = None, + time: Optional[StrictStr] = None, + type_names: Optional[StrictStr] = None, + version: Optional[WfsVersion] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -502,39 +191,37 @@ def wfs_feature_handler_with_http_info( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> ApiResponse[GeoJson]: - """Get WCS Features + """OGC WFS endpoint :param workflow: Workflow id (required) :type workflow: str - :param service: (required) - :type service: WfsService - :param request: (required) - :type request: GetFeatureRequest - :param type_names: (required) - :type type_names: str - :param bbox: (required) + :param request: type of WFS request (required) + :type request: str + :param bbox: :type bbox: str - :param version: - :type version: WfsVersion - :param time: - :type time: str - :param srs_name: - :type srs_name: str - :param namespaces: - :type namespaces: str :param count: :type count: int - :param sort_by: - :type sort_by: str - :param result_type: - :type result_type: str :param filter: :type filter: str + :param namespaces: + :type namespaces: str :param property_name: :type property_name: str - :param query_resolution: Vendor parameter for specifying a spatial query resolution - :type query_resolution: str + :param result_type: + :type result_type: str + :param service: + :type service: WfsService + :param sort_by: + :type sort_by: str + :param srs_name: + :type srs_name: str + :param time: + :type time: str + :param type_names: + :type type_names: str + :param version: + :type version: WfsVersion :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -557,22 +244,21 @@ def wfs_feature_handler_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._wfs_feature_handler_serialize( + _param = self._wfs_handler_serialize( workflow=workflow, - service=service, request=request, - type_names=type_names, bbox=bbox, - version=version, - time=time, - srs_name=srs_name, - namespaces=namespaces, count=count, - sort_by=sort_by, - result_type=result_type, filter=filter, + namespaces=namespaces, property_name=property_name, - query_resolution=query_resolution, + result_type=result_type, + service=service, + sort_by=sort_by, + srs_name=srs_name, + time=time, + type_names=type_names, + version=version, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -594,23 +280,22 @@ def wfs_feature_handler_with_http_info( @validate_call - def wfs_feature_handler_without_preload_content( + def wfs_handler_without_preload_content( self, workflow: Annotated[UUID, Field(description="Workflow id")], - service: WfsService, - request: GetFeatureRequest, - type_names: StrictStr, - bbox: StrictStr, - version: Optional[WfsVersion] = None, - time: Optional[StrictStr] = None, - srs_name: Optional[StrictStr] = None, - namespaces: Optional[StrictStr] = None, + request: Annotated[StrictStr, Field(description="type of WFS request")], + bbox: Optional[StrictStr] = None, count: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, - sort_by: Optional[StrictStr] = None, - result_type: Optional[StrictStr] = None, filter: Optional[StrictStr] = None, + namespaces: Optional[StrictStr] = None, property_name: Optional[StrictStr] = None, - query_resolution: Annotated[Optional[StrictStr], Field(description="Vendor parameter for specifying a spatial query resolution")] = None, + result_type: Optional[StrictStr] = None, + service: Optional[WfsService] = None, + sort_by: Optional[StrictStr] = None, + srs_name: Optional[StrictStr] = None, + time: Optional[StrictStr] = None, + type_names: Optional[StrictStr] = None, + version: Optional[WfsVersion] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -624,39 +309,37 @@ def wfs_feature_handler_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Get WCS Features + """OGC WFS endpoint :param workflow: Workflow id (required) :type workflow: str - :param service: (required) - :type service: WfsService - :param request: (required) - :type request: GetFeatureRequest - :param type_names: (required) - :type type_names: str - :param bbox: (required) + :param request: type of WFS request (required) + :type request: str + :param bbox: :type bbox: str - :param version: - :type version: WfsVersion - :param time: - :type time: str - :param srs_name: - :type srs_name: str - :param namespaces: - :type namespaces: str :param count: :type count: int - :param sort_by: - :type sort_by: str - :param result_type: - :type result_type: str :param filter: :type filter: str + :param namespaces: + :type namespaces: str :param property_name: :type property_name: str - :param query_resolution: Vendor parameter for specifying a spatial query resolution - :type query_resolution: str + :param result_type: + :type result_type: str + :param service: + :type service: WfsService + :param sort_by: + :type sort_by: str + :param srs_name: + :type srs_name: str + :param time: + :type time: str + :param type_names: + :type type_names: str + :param version: + :type version: WfsVersion :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -679,22 +362,21 @@ def wfs_feature_handler_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._wfs_feature_handler_serialize( + _param = self._wfs_handler_serialize( workflow=workflow, - service=service, request=request, - type_names=type_names, bbox=bbox, - version=version, - time=time, - srs_name=srs_name, - namespaces=namespaces, count=count, - sort_by=sort_by, - result_type=result_type, filter=filter, + namespaces=namespaces, property_name=property_name, - query_resolution=query_resolution, + result_type=result_type, + service=service, + sort_by=sort_by, + srs_name=srs_name, + time=time, + type_names=type_names, + version=version, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -711,23 +393,22 @@ def wfs_feature_handler_without_preload_content( return response_data.response - def _wfs_feature_handler_serialize( + def _wfs_handler_serialize( self, workflow, - service, request, - type_names, bbox, - version, - time, - srs_name, - namespaces, count, - sort_by, - result_type, filter, + namespaces, property_name, - query_resolution, + result_type, + service, + sort_by, + srs_name, + time, + type_names, + version, _request_auth, _content_type, _headers, @@ -752,61 +433,57 @@ def _wfs_feature_handler_serialize( if workflow is not None: _path_params['workflow'] = workflow # process the query parameters - if version is not None: - - _query_params.append(('version', version.value)) - - if service is not None: + if bbox is not None: - _query_params.append(('service', service.value)) + _query_params.append(('bbox', bbox)) - if request is not None: + if count is not None: - _query_params.append(('request', request.value)) + _query_params.append(('count', count)) - if type_names is not None: + if filter is not None: - _query_params.append(('typeNames', type_names)) + _query_params.append(('filter', filter)) - if bbox is not None: + if namespaces is not None: - _query_params.append(('bbox', bbox)) + _query_params.append(('namespaces', namespaces)) - if time is not None: + if property_name is not None: - _query_params.append(('time', time)) + _query_params.append(('propertyName', property_name)) - if srs_name is not None: + if request is not None: - _query_params.append(('srsName', srs_name)) + _query_params.append(('request', request)) - if namespaces is not None: + if result_type is not None: - _query_params.append(('namespaces', namespaces)) + _query_params.append(('resultType', result_type)) - if count is not None: + if service is not None: - _query_params.append(('count', count)) + _query_params.append(('service', service.value)) if sort_by is not None: _query_params.append(('sortBy', sort_by)) - if result_type is not None: + if srs_name is not None: - _query_params.append(('resultType', result_type)) + _query_params.append(('srsName', srs_name)) - if filter is not None: + if time is not None: - _query_params.append(('filter', filter)) + _query_params.append(('time', time)) - if property_name is not None: + if type_names is not None: - _query_params.append(('propertyName', property_name)) + _query_params.append(('typeNames', type_names)) - if query_resolution is not None: + if version is not None: - _query_params.append(('queryResolution', query_resolution)) + _query_params.append(('version', version.value)) # process the header parameters # process the form parameters @@ -829,7 +506,6 @@ def _wfs_feature_handler_serialize( return self.api_client.param_serialize( method='GET', - # Note: remove query string in path part for ogc endpoints resource_path='/wfs/{workflow}', path_params=_path_params, query_params=_query_params, diff --git a/python/geoengine_openapi_client/api/ogcwms_api.py b/python/geoengine_openapi_client/api/ogcwms_api.py index 8e143da6..b0367678 100644 --- a/python/geoengine_openapi_client/api/ogcwms_api.py +++ b/python/geoengine_openapi_client/api/ogcwms_api.py @@ -17,16 +17,12 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictBool, StrictBytes, StrictStr -from typing import Optional, Tuple, Union +from pydantic import Field, StrictBool, StrictStr, field_validator +from typing import Optional from typing_extensions import Annotated from uuid import UUID from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat -from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest -from geoengine_openapi_client.models.get_legend_graphic_request import GetLegendGraphicRequest from geoengine_openapi_client.models.get_map_exception_format import GetMapExceptionFormat -from geoengine_openapi_client.models.get_map_format import GetMapFormat -from geoengine_openapi_client.models.get_map_request import GetMapRequest from geoengine_openapi_client.models.wms_service import WmsService from geoengine_openapi_client.models.wms_version import WmsVersion @@ -49,657 +45,29 @@ def __init__(self, api_client=None) -> None: @validate_call - def wms_capabilities_handler( + def wms_handler( self, workflow: Annotated[UUID, Field(description="Workflow id")], - version: Optional[WmsVersion], - service: WmsService, - request: GetCapabilitiesRequest, - format: Optional[GetCapabilitiesFormat], - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> str: - """Get WMS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param format: (required) - :type format: GetCapabilitiesFormat - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wms_capabilities_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - format=format, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ).data - - - @validate_call - def wms_capabilities_handler_with_http_info( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: Optional[WmsVersion], - service: WmsService, - request: GetCapabilitiesRequest, - format: Optional[GetCapabilitiesFormat], - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[str]: - """Get WMS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param format: (required) - :type format: GetCapabilitiesFormat - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wms_capabilities_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - format=format, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ) - - - @validate_call - def wms_capabilities_handler_without_preload_content( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: Optional[WmsVersion], - service: WmsService, - request: GetCapabilitiesRequest, - format: Optional[GetCapabilitiesFormat], - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RESTResponseType: - """Get WMS Capabilities - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetCapabilitiesRequest - :param format: (required) - :type format: GetCapabilitiesFormat - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wms_capabilities_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - format=format, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '200': "str", - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - return response_data.response - - - def _wms_capabilities_handler_serialize( - self, - workflow, - version, - service, - request, - format, - _request_auth, - _content_type, - _headers, - _host_index, - ) -> RequestSerialized: - - _host = None - - _collection_formats: Dict[str, str] = { - } - - _path_params: Dict[str, str] = {} - _query_params: List[Tuple[str, str]] = [] - _header_params: Dict[str, Optional[str]] = _headers or {} - _form_params: List[Tuple[str, str]] = [] - _files: Dict[ - str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] - ] = {} - _body_params: Optional[bytes] = None - - # process the path parameters - if workflow is not None: - _path_params['workflow'] = workflow - if version is not None: - _path_params['version'] = version.value - if service is not None: - _path_params['service'] = service.value - if request is not None: - _path_params['request'] = request.value - if format is not None: - _path_params['format'] = format.value - # process the query parameters - # process the header parameters - # process the form parameters - # process the body parameter - - - # set the HTTP header `Accept` - if 'Accept' not in _header_params: - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'text/xml' - ] - ) - - - # authentication setting - _auth_settings: List[str] = [ - 'session_token' - ] - - return self.api_client.param_serialize( - method='GET', - # Note: remove query string in path part for ogc endpoints - resource_path='/wms/{workflow}', - path_params=_path_params, - query_params=_query_params, - header_params=_header_params, - body=_body_params, - post_params=_form_params, - files=_files, - auth_settings=_auth_settings, - collection_formats=_collection_formats, - _host=_host, - _request_auth=_request_auth - ) - - - - - @validate_call - def wms_legend_graphic_handler( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WmsVersion, - service: WmsService, - request: GetLegendGraphicRequest, - layer: StrictStr, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> None: - """Get WMS Legend Graphic - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetLegendGraphicRequest - :param layer: (required) - :type layer: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wms_legend_graphic_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - layer=layer, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '501': None, - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ).data - - - @validate_call - def wms_legend_graphic_handler_with_http_info( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WmsVersion, - service: WmsService, - request: GetLegendGraphicRequest, - layer: StrictStr, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[None]: - """Get WMS Legend Graphic - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetLegendGraphicRequest - :param layer: (required) - :type layer: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wms_legend_graphic_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - layer=layer, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '501': None, - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - response_data.read() - return self.api_client.response_deserialize( - response_data=response_data, - response_types_map=_response_types_map, - ) - - - @validate_call - def wms_legend_graphic_handler_without_preload_content( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WmsVersion, - service: WmsService, - request: GetLegendGraphicRequest, - layer: StrictStr, - _request_timeout: Union[ - None, - Annotated[StrictFloat, Field(gt=0)], - Tuple[ - Annotated[StrictFloat, Field(gt=0)], - Annotated[StrictFloat, Field(gt=0)] - ] - ] = None, - _request_auth: Optional[Dict[StrictStr, Any]] = None, - _content_type: Optional[StrictStr] = None, - _headers: Optional[Dict[StrictStr, Any]] = None, - _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> RESTResponseType: - """Get WMS Legend Graphic - - - :param workflow: Workflow id (required) - :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetLegendGraphicRequest - :param layer: (required) - :type layer: str - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :type _request_timeout: int, tuple(int, int), optional - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the - authentication in the spec for a single request. - :type _request_auth: dict, optional - :param _content_type: force content-type for the request. - :type _content_type: str, Optional - :param _headers: set to override the headers for a single - request; this effectively ignores the headers - in the spec for a single request. - :type _headers: dict, optional - :param _host_index: set to override the host_index for a single - request; this effectively ignores the host_index - in the spec for a single request. - :type _host_index: int, optional - :return: Returns the result object. - """ # noqa: E501 - - _param = self._wms_legend_graphic_handler_serialize( - workflow=workflow, - version=version, - service=service, - request=request, - layer=layer, - _request_auth=_request_auth, - _content_type=_content_type, - _headers=_headers, - _host_index=_host_index - ) - - _response_types_map: Dict[str, Optional[str]] = { - '501': None, - } - response_data = self.api_client.call_api( - *_param, - _request_timeout=_request_timeout - ) - return response_data.response - - - def _wms_legend_graphic_handler_serialize( - self, - workflow, - version, - service, - request, - layer, - _request_auth, - _content_type, - _headers, - _host_index, - ) -> RequestSerialized: - - _host = None - - _collection_formats: Dict[str, str] = { - } - - _path_params: Dict[str, str] = {} - _query_params: List[Tuple[str, str]] = [] - _header_params: Dict[str, Optional[str]] = _headers or {} - _form_params: List[Tuple[str, str]] = [] - _files: Dict[ - str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] - ] = {} - _body_params: Optional[bytes] = None - - # process the path parameters - if workflow is not None: - _path_params['workflow'] = workflow - if version is not None: - _path_params['version'] = version.value - if service is not None: - _path_params['service'] = service.value - if request is not None: - _path_params['request'] = request.value - if layer is not None: - _path_params['layer'] = layer - # process the query parameters - # process the header parameters - # process the form parameters - # process the body parameter - - - - - # authentication setting - _auth_settings: List[str] = [ - 'session_token' - ] - - return self.api_client.param_serialize( - method='GET', - # Note: remove query string in path part for ogc endpoints - resource_path='/wms/{workflow}', - path_params=_path_params, - query_params=_query_params, - header_params=_header_params, - body=_body_params, - post_params=_form_params, - files=_files, - auth_settings=_auth_settings, - collection_formats=_collection_formats, - _host=_host, - _request_auth=_request_auth - ) - - - - - @validate_call - def wms_map_handler( - self, - workflow: Annotated[UUID, Field(description="Workflow id")], - version: WmsVersion, - service: WmsService, - request: GetMapRequest, - width: Annotated[int, Field(strict=True, ge=0)], - height: Annotated[int, Field(strict=True, ge=0)], - bbox: StrictStr, - format: GetMapFormat, - layers: StrictStr, - styles: StrictStr, - crs: Optional[StrictStr] = None, - time: Optional[StrictStr] = None, - transparent: Optional[StrictBool] = None, + request: Annotated[StrictStr, Field(description="type of WMS request")], + bbox: Optional[StrictStr] = None, bgcolor: Optional[StrictStr] = None, - sld: Optional[StrictStr] = None, - sld_body: Optional[StrictStr] = None, + crs: Optional[StrictStr] = None, elevation: Optional[StrictStr] = None, exceptions: Optional[GetMapExceptionFormat] = None, + format: Optional[GetCapabilitiesFormat] = None, + height: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, + info_format: Optional[StrictStr] = None, + layer: Optional[StrictStr] = None, + layers: Optional[StrictStr] = None, + query_layers: Optional[StrictStr] = None, + service: Optional[WmsService] = None, + sld: Optional[StrictStr] = None, + sld_body: Optional[StrictStr] = None, + styles: Optional[StrictStr] = None, + time: Optional[StrictStr] = None, + transparent: Optional[StrictBool] = None, + version: Optional[WmsVersion] = None, + width: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -712,46 +80,52 @@ def wms_map_handler( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> bytearray: - """Get WMS Map + ) -> str: + """OGC WMS endpoint :param workflow: Workflow id (required) :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetMapRequest - :param width: (required) - :type width: int - :param height: (required) - :type height: int - :param bbox: (required) + :param request: type of WMS request (required) + :type request: str + :param bbox: :type bbox: str - :param format: (required) - :type format: GetMapFormat - :param layers: (required) + :param bgcolor: + :type bgcolor: str + :param crs: + :type crs: str + :param elevation: + :type elevation: str + :param exceptions: + :type exceptions: GetMapExceptionFormat + :param format: + :type format: GetCapabilitiesFormat + :param height: + :type height: int + :param info_format: + :type info_format: str + :param layer: + :type layer: str + :param layers: :type layers: str - :param styles: (required) + :param query_layers: + :type query_layers: str + :param service: + :type service: WmsService + :param sld: + :type sld: str + :param sld_body: + :type sld_body: str + :param styles: :type styles: str - :param crs: - :type crs: str :param time: :type time: str :param transparent: :type transparent: bool - :param bgcolor: - :type bgcolor: str - :param sld: - :type sld: str - :param sld_body: - :type sld_body: str - :param elevation: - :type elevation: str - :param exceptions: - :type exceptions: GetMapExceptionFormat + :param version: + :type version: WmsVersion + :param width: + :type width: int :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -774,25 +148,28 @@ def wms_map_handler( :return: Returns the result object. """ # noqa: E501 - _param = self._wms_map_handler_serialize( + _param = self._wms_handler_serialize( workflow=workflow, - version=version, - service=service, request=request, - width=width, - height=height, bbox=bbox, + bgcolor=bgcolor, + crs=crs, + elevation=elevation, + exceptions=exceptions, format=format, + height=height, + info_format=info_format, + layer=layer, layers=layers, + query_layers=query_layers, + service=service, + sld=sld, + sld_body=sld_body, styles=styles, - crs=crs, time=time, transparent=transparent, - bgcolor=bgcolor, - sld=sld, - sld_body=sld_body, - elevation=elevation, - exceptions=exceptions, + version=version, + width=width, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -800,7 +177,7 @@ def wms_map_handler( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "bytearray", + '200': "str", } response_data = self.api_client.call_api( *_param, @@ -814,26 +191,29 @@ def wms_map_handler( @validate_call - def wms_map_handler_with_http_info( + def wms_handler_with_http_info( self, workflow: Annotated[UUID, Field(description="Workflow id")], - version: WmsVersion, - service: WmsService, - request: GetMapRequest, - width: Annotated[int, Field(strict=True, ge=0)], - height: Annotated[int, Field(strict=True, ge=0)], - bbox: StrictStr, - format: GetMapFormat, - layers: StrictStr, - styles: StrictStr, - crs: Optional[StrictStr] = None, - time: Optional[StrictStr] = None, - transparent: Optional[StrictBool] = None, + request: Annotated[StrictStr, Field(description="type of WMS request")], + bbox: Optional[StrictStr] = None, bgcolor: Optional[StrictStr] = None, - sld: Optional[StrictStr] = None, - sld_body: Optional[StrictStr] = None, + crs: Optional[StrictStr] = None, elevation: Optional[StrictStr] = None, exceptions: Optional[GetMapExceptionFormat] = None, + format: Optional[GetCapabilitiesFormat] = None, + height: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, + info_format: Optional[StrictStr] = None, + layer: Optional[StrictStr] = None, + layers: Optional[StrictStr] = None, + query_layers: Optional[StrictStr] = None, + service: Optional[WmsService] = None, + sld: Optional[StrictStr] = None, + sld_body: Optional[StrictStr] = None, + styles: Optional[StrictStr] = None, + time: Optional[StrictStr] = None, + transparent: Optional[StrictBool] = None, + version: Optional[WmsVersion] = None, + width: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -846,46 +226,52 @@ def wms_map_handler_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[bytearray]: - """Get WMS Map + ) -> ApiResponse[str]: + """OGC WMS endpoint :param workflow: Workflow id (required) :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetMapRequest - :param width: (required) - :type width: int - :param height: (required) - :type height: int - :param bbox: (required) + :param request: type of WMS request (required) + :type request: str + :param bbox: :type bbox: str - :param format: (required) - :type format: GetMapFormat - :param layers: (required) - :type layers: str - :param styles: (required) - :type styles: str - :param crs: - :type crs: str - :param time: - :type time: str - :param transparent: - :type transparent: bool :param bgcolor: :type bgcolor: str - :param sld: - :type sld: str - :param sld_body: - :type sld_body: str + :param crs: + :type crs: str :param elevation: :type elevation: str :param exceptions: :type exceptions: GetMapExceptionFormat + :param format: + :type format: GetCapabilitiesFormat + :param height: + :type height: int + :param info_format: + :type info_format: str + :param layer: + :type layer: str + :param layers: + :type layers: str + :param query_layers: + :type query_layers: str + :param service: + :type service: WmsService + :param sld: + :type sld: str + :param sld_body: + :type sld_body: str + :param styles: + :type styles: str + :param time: + :type time: str + :param transparent: + :type transparent: bool + :param version: + :type version: WmsVersion + :param width: + :type width: int :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -908,25 +294,28 @@ def wms_map_handler_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._wms_map_handler_serialize( + _param = self._wms_handler_serialize( workflow=workflow, - version=version, - service=service, request=request, - width=width, - height=height, bbox=bbox, + bgcolor=bgcolor, + crs=crs, + elevation=elevation, + exceptions=exceptions, format=format, + height=height, + info_format=info_format, + layer=layer, layers=layers, + query_layers=query_layers, + service=service, + sld=sld, + sld_body=sld_body, styles=styles, - crs=crs, time=time, transparent=transparent, - bgcolor=bgcolor, - sld=sld, - sld_body=sld_body, - elevation=elevation, - exceptions=exceptions, + version=version, + width=width, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -934,7 +323,7 @@ def wms_map_handler_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "bytearray", + '200': "str", } response_data = self.api_client.call_api( *_param, @@ -948,26 +337,29 @@ def wms_map_handler_with_http_info( @validate_call - def wms_map_handler_without_preload_content( + def wms_handler_without_preload_content( self, workflow: Annotated[UUID, Field(description="Workflow id")], - version: WmsVersion, - service: WmsService, - request: GetMapRequest, - width: Annotated[int, Field(strict=True, ge=0)], - height: Annotated[int, Field(strict=True, ge=0)], - bbox: StrictStr, - format: GetMapFormat, - layers: StrictStr, - styles: StrictStr, - crs: Optional[StrictStr] = None, - time: Optional[StrictStr] = None, - transparent: Optional[StrictBool] = None, + request: Annotated[StrictStr, Field(description="type of WMS request")], + bbox: Optional[StrictStr] = None, bgcolor: Optional[StrictStr] = None, - sld: Optional[StrictStr] = None, - sld_body: Optional[StrictStr] = None, + crs: Optional[StrictStr] = None, elevation: Optional[StrictStr] = None, exceptions: Optional[GetMapExceptionFormat] = None, + format: Optional[GetCapabilitiesFormat] = None, + height: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, + info_format: Optional[StrictStr] = None, + layer: Optional[StrictStr] = None, + layers: Optional[StrictStr] = None, + query_layers: Optional[StrictStr] = None, + service: Optional[WmsService] = None, + sld: Optional[StrictStr] = None, + sld_body: Optional[StrictStr] = None, + styles: Optional[StrictStr] = None, + time: Optional[StrictStr] = None, + transparent: Optional[StrictBool] = None, + version: Optional[WmsVersion] = None, + width: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -981,45 +373,51 @@ def wms_map_handler_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Get WMS Map + """OGC WMS endpoint :param workflow: Workflow id (required) :type workflow: str - :param version: (required) - :type version: WmsVersion - :param service: (required) - :type service: WmsService - :param request: (required) - :type request: GetMapRequest - :param width: (required) - :type width: int - :param height: (required) - :type height: int - :param bbox: (required) + :param request: type of WMS request (required) + :type request: str + :param bbox: :type bbox: str - :param format: (required) - :type format: GetMapFormat - :param layers: (required) - :type layers: str - :param styles: (required) - :type styles: str - :param crs: - :type crs: str - :param time: - :type time: str - :param transparent: - :type transparent: bool :param bgcolor: :type bgcolor: str - :param sld: - :type sld: str - :param sld_body: - :type sld_body: str + :param crs: + :type crs: str :param elevation: :type elevation: str :param exceptions: :type exceptions: GetMapExceptionFormat + :param format: + :type format: GetCapabilitiesFormat + :param height: + :type height: int + :param info_format: + :type info_format: str + :param layer: + :type layer: str + :param layers: + :type layers: str + :param query_layers: + :type query_layers: str + :param service: + :type service: WmsService + :param sld: + :type sld: str + :param sld_body: + :type sld_body: str + :param styles: + :type styles: str + :param time: + :type time: str + :param transparent: + :type transparent: bool + :param version: + :type version: WmsVersion + :param width: + :type width: int :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -1042,25 +440,28 @@ def wms_map_handler_without_preload_content( :return: Returns the result object. """ # noqa: E501 - _param = self._wms_map_handler_serialize( + _param = self._wms_handler_serialize( workflow=workflow, - version=version, - service=service, request=request, - width=width, - height=height, bbox=bbox, + bgcolor=bgcolor, + crs=crs, + elevation=elevation, + exceptions=exceptions, format=format, + height=height, + info_format=info_format, + layer=layer, layers=layers, + query_layers=query_layers, + service=service, + sld=sld, + sld_body=sld_body, styles=styles, - crs=crs, time=time, transparent=transparent, - bgcolor=bgcolor, - sld=sld, - sld_body=sld_body, - elevation=elevation, - exceptions=exceptions, + version=version, + width=width, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -1068,7 +469,7 @@ def wms_map_handler_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "bytearray", + '200': "str", } response_data = self.api_client.call_api( *_param, @@ -1077,26 +478,29 @@ def wms_map_handler_without_preload_content( return response_data.response - def _wms_map_handler_serialize( + def _wms_handler_serialize( self, workflow, - version, - service, request, - width, - height, bbox, + bgcolor, + crs, + elevation, + exceptions, format, + height, + info_format, + layer, layers, + query_layers, + service, + sld, + sld_body, styles, - crs, time, transparent, - bgcolor, - sld, - sld_body, - elevation, - exceptions, + version, + width, _request_auth, _content_type, _headers, @@ -1121,57 +525,57 @@ def _wms_map_handler_serialize( if workflow is not None: _path_params['workflow'] = workflow # process the query parameters - if version is not None: - - _query_params.append(('version', version.value)) - - if service is not None: + if bbox is not None: - _query_params.append(('service', service.value)) + _query_params.append(('bbox', bbox)) - if request is not None: + if bgcolor is not None: - _query_params.append(('request', request.value)) + _query_params.append(('bgcolor', bgcolor)) - if width is not None: + if crs is not None: - _query_params.append(('width', width)) + _query_params.append(('crs', crs)) - if height is not None: + if elevation is not None: - _query_params.append(('height', height)) + _query_params.append(('elevation', elevation)) - if bbox is not None: + if exceptions is not None: - _query_params.append(('bbox', bbox)) + _query_params.append(('exceptions', exceptions.value)) if format is not None: _query_params.append(('format', format.value)) - if layers is not None: + if height is not None: - _query_params.append(('layers', layers)) + _query_params.append(('height', height)) - if crs is not None: + if info_format is not None: - _query_params.append(('crs', crs)) + _query_params.append(('info_format', info_format)) - if styles is not None: + if layer is not None: - _query_params.append(('styles', styles)) + _query_params.append(('layer', layer)) - if time is not None: + if layers is not None: - _query_params.append(('time', time)) + _query_params.append(('layers', layers)) - if transparent is not None: + if query_layers is not None: - _query_params.append(('transparent', transparent)) + _query_params.append(('query_layers', query_layers)) - if bgcolor is not None: + if request is not None: - _query_params.append(('bgcolor', bgcolor)) + _query_params.append(('request', request)) + + if service is not None: + + _query_params.append(('service', service.value)) if sld is not None: @@ -1181,13 +585,25 @@ def _wms_map_handler_serialize( _query_params.append(('sld_body', sld_body)) - if elevation is not None: + if styles is not None: - _query_params.append(('elevation', elevation)) + _query_params.append(('styles', styles)) - if exceptions is not None: + if time is not None: - _query_params.append(('exceptions', exceptions.value)) + _query_params.append(('time', time)) + + if transparent is not None: + + _query_params.append(('transparent', transparent)) + + if version is not None: + + _query_params.append(('version', version.value)) + + if width is not None: + + _query_params.append(('width', width)) # process the header parameters # process the form parameters @@ -1198,7 +614,7 @@ def _wms_map_handler_serialize( if 'Accept' not in _header_params: _header_params['Accept'] = self.api_client.select_header_accept( [ - 'image/png' + 'text/xml' ] ) @@ -1210,7 +626,6 @@ def _wms_map_handler_serialize( return self.api_client.param_serialize( method='GET', - # Note: remove query string in path part for ogc endpoints resource_path='/wms/{workflow}', path_params=_path_params, query_params=_query_params, diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index 94875386..c6d5d460 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -55,7 +55,6 @@ from geoengine_openapi_client.models.dataset_resource import DatasetResource from geoengine_openapi_client.models.derived_color import DerivedColor from geoengine_openapi_client.models.derived_number import DerivedNumber -from geoengine_openapi_client.models.describe_coverage_request import DescribeCoverageRequest from geoengine_openapi_client.models.ebv_portal_data_provider_definition import EbvPortalDataProviderDefinition from geoengine_openapi_client.models.edr_data_provider_definition import EdrDataProviderDefinition from geoengine_openapi_client.models.edr_vector_spec import EdrVectorSpec @@ -79,14 +78,10 @@ from geoengine_openapi_client.models.geo_json import GeoJson from geoengine_openapi_client.models.geo_transform import GeoTransform from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat -from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat -from geoengine_openapi_client.models.get_coverage_request import GetCoverageRequest from geoengine_openapi_client.models.get_feature_request import GetFeatureRequest -from geoengine_openapi_client.models.get_legend_graphic_request import GetLegendGraphicRequest from geoengine_openapi_client.models.get_map_exception_format import GetMapExceptionFormat from geoengine_openapi_client.models.get_map_format import GetMapFormat -from geoengine_openapi_client.models.get_map_request import GetMapRequest from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D diff --git a/python/geoengine_openapi_client/models/describe_coverage_request.py b/python/geoengine_openapi_client/models/describe_coverage_request.py deleted file mode 100644 index 4ea1b517..00000000 --- a/python/geoengine_openapi_client/models/describe_coverage_request.py +++ /dev/null @@ -1,37 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class DescribeCoverageRequest(str, Enum): - """ - DescribeCoverageRequest - """ - - """ - allowed enum values - """ - DESCRIBECOVERAGE = 'DescribeCoverage' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of DescribeCoverageRequest from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/geoengine_openapi_client/models/get_capabilities_request.py b/python/geoengine_openapi_client/models/get_capabilities_request.py deleted file mode 100644 index 1eff0daa..00000000 --- a/python/geoengine_openapi_client/models/get_capabilities_request.py +++ /dev/null @@ -1,37 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class GetCapabilitiesRequest(str, Enum): - """ - GetCapabilitiesRequest - """ - - """ - allowed enum values - """ - GETCAPABILITIES = 'GetCapabilities' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of GetCapabilitiesRequest from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/geoengine_openapi_client/models/get_coverage_request.py b/python/geoengine_openapi_client/models/get_coverage_request.py deleted file mode 100644 index 0f84a6a4..00000000 --- a/python/geoengine_openapi_client/models/get_coverage_request.py +++ /dev/null @@ -1,37 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class GetCoverageRequest(str, Enum): - """ - GetCoverageRequest - """ - - """ - allowed enum values - """ - GETCOVERAGE = 'GetCoverage' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of GetCoverageRequest from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/geoengine_openapi_client/models/get_legend_graphic_request.py b/python/geoengine_openapi_client/models/get_legend_graphic_request.py deleted file mode 100644 index a7800ef7..00000000 --- a/python/geoengine_openapi_client/models/get_legend_graphic_request.py +++ /dev/null @@ -1,37 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class GetLegendGraphicRequest(str, Enum): - """ - GetLegendGraphicRequest - """ - - """ - allowed enum values - """ - GETLEGENDGRAPHIC = 'GetLegendGraphic' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of GetLegendGraphicRequest from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/geoengine_openapi_client/models/get_map_request.py b/python/geoengine_openapi_client/models/get_map_request.py deleted file mode 100644 index d981ed17..00000000 --- a/python/geoengine_openapi_client/models/get_map_request.py +++ /dev/null @@ -1,37 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class GetMapRequest(str, Enum): - """ - GetMapRequest - """ - - """ - allowed enum values - """ - GETMAP = 'GetMap' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of GetMapRequest from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/test/test_describe_coverage_request.py b/python/test/test_describe_coverage_request.py deleted file mode 100644 index 41afcd5a..00000000 --- a/python/test/test_describe_coverage_request.py +++ /dev/null @@ -1,34 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.describe_coverage_request import DescribeCoverageRequest - -class TestDescribeCoverageRequest(unittest.TestCase): - """DescribeCoverageRequest unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testDescribeCoverageRequest(self): - """Test DescribeCoverageRequest""" - # inst = DescribeCoverageRequest() - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_get_capabilities_request.py b/python/test/test_get_capabilities_request.py deleted file mode 100644 index 3f065938..00000000 --- a/python/test/test_get_capabilities_request.py +++ /dev/null @@ -1,34 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.get_capabilities_request import GetCapabilitiesRequest - -class TestGetCapabilitiesRequest(unittest.TestCase): - """GetCapabilitiesRequest unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testGetCapabilitiesRequest(self): - """Test GetCapabilitiesRequest""" - # inst = GetCapabilitiesRequest() - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_get_coverage_request.py b/python/test/test_get_coverage_request.py deleted file mode 100644 index 6060ff35..00000000 --- a/python/test/test_get_coverage_request.py +++ /dev/null @@ -1,34 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.get_coverage_request import GetCoverageRequest - -class TestGetCoverageRequest(unittest.TestCase): - """GetCoverageRequest unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testGetCoverageRequest(self): - """Test GetCoverageRequest""" - # inst = GetCoverageRequest() - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_get_legend_graphic_request.py b/python/test/test_get_legend_graphic_request.py deleted file mode 100644 index 80554911..00000000 --- a/python/test/test_get_legend_graphic_request.py +++ /dev/null @@ -1,34 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.get_legend_graphic_request import GetLegendGraphicRequest - -class TestGetLegendGraphicRequest(unittest.TestCase): - """GetLegendGraphicRequest unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testGetLegendGraphicRequest(self): - """Test GetLegendGraphicRequest""" - # inst = GetLegendGraphicRequest() - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_get_map_request.py b/python/test/test_get_map_request.py deleted file mode 100644 index 7eb4837a..00000000 --- a/python/test/test_get_map_request.py +++ /dev/null @@ -1,34 +0,0 @@ -# coding: utf-8 - -""" - Geo Engine API - - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - The version of the OpenAPI document: 0.9.0 - Contact: dev@geoengine.de - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -import unittest - -from geoengine_openapi_client.models.get_map_request import GetMapRequest - -class TestGetMapRequest(unittest.TestCase): - """GetMapRequest unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testGetMapRequest(self): - """Test GetMapRequest""" - # inst = GetMapRequest() - -if __name__ == '__main__': - unittest.main() diff --git a/python/test/test_ogcwcs_api.py b/python/test/test_ogcwcs_api.py index a93cd651..bc55f610 100644 --- a/python/test/test_ogcwcs_api.py +++ b/python/test/test_ogcwcs_api.py @@ -27,24 +27,10 @@ def setUp(self) -> None: def tearDown(self) -> None: pass - def test_wcs_capabilities_handler(self) -> None: - """Test case for wcs_capabilities_handler + def test_wcs_handler(self) -> None: + """Test case for wcs_handler - Get WCS Capabilities - """ - pass - - def test_wcs_describe_coverage_handler(self) -> None: - """Test case for wcs_describe_coverage_handler - - Get WCS Coverage Description - """ - pass - - def test_wcs_get_coverage_handler(self) -> None: - """Test case for wcs_get_coverage_handler - - Get WCS Coverage + OGC WCS endpoint """ pass diff --git a/python/test/test_ogcwfs_api.py b/python/test/test_ogcwfs_api.py index 6fffd295..4b2b0b0c 100644 --- a/python/test/test_ogcwfs_api.py +++ b/python/test/test_ogcwfs_api.py @@ -27,17 +27,10 @@ def setUp(self) -> None: def tearDown(self) -> None: pass - def test_wfs_capabilities_handler(self) -> None: - """Test case for wfs_capabilities_handler + def test_wfs_handler(self) -> None: + """Test case for wfs_handler - Get WFS Capabilities - """ - pass - - def test_wfs_feature_handler(self) -> None: - """Test case for wfs_feature_handler - - Get WCS Features + OGC WFS endpoint """ pass diff --git a/python/test/test_ogcwms_api.py b/python/test/test_ogcwms_api.py index 361b787b..2f9605f9 100644 --- a/python/test/test_ogcwms_api.py +++ b/python/test/test_ogcwms_api.py @@ -27,24 +27,10 @@ def setUp(self) -> None: def tearDown(self) -> None: pass - def test_wms_capabilities_handler(self) -> None: - """Test case for wms_capabilities_handler + def test_wms_handler(self) -> None: + """Test case for wms_handler - Get WMS Capabilities - """ - pass - - def test_wms_legend_graphic_handler(self) -> None: - """Test case for wms_legend_graphic_handler - - Get WMS Legend Graphic - """ - pass - - def test_wms_map_handler(self) -> None: - """Test case for wms_map_handler - - Get WMS Map + OGC WMS endpoint """ pass diff --git a/typescript/README.md b/typescript/README.md index 91266541..ed1ba0cd 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -98,14 +98,9 @@ All URIs are relative to *https://geoengine.io/api* *MLApi* | [**addMlModel**](docs/MLApi.md#addmlmodel) | **POST** /ml/models | Create a new ml model. *MLApi* | [**getMlModel**](docs/MLApi.md#getmlmodel) | **GET** /ml/models/{model_name} | Get ml model by name. *MLApi* | [**listMlModels**](docs/MLApi.md#listmlmodels) | **GET** /ml/models | List ml models. -*OGCWCSApi* | [**wcsCapabilitiesHandler**](docs/OGCWCSApi.md#wcscapabilitieshandler) | **GET** /wcs/{workflow}?request=GetCapabilities | Get WCS Capabilities -*OGCWCSApi* | [**wcsDescribeCoverageHandler**](docs/OGCWCSApi.md#wcsdescribecoveragehandler) | **GET** /wcs/{workflow}?request=DescribeCoverage | Get WCS Coverage Description -*OGCWCSApi* | [**wcsGetCoverageHandler**](docs/OGCWCSApi.md#wcsgetcoveragehandler) | **GET** /wcs/{workflow}?request=GetCoverage | Get WCS Coverage -*OGCWFSApi* | [**wfsCapabilitiesHandler**](docs/OGCWFSApi.md#wfscapabilitieshandler) | **GET** /wfs/{workflow}?request=GetCapabilities | Get WFS Capabilities -*OGCWFSApi* | [**wfsFeatureHandler**](docs/OGCWFSApi.md#wfsfeaturehandler) | **GET** /wfs/{workflow}?request=GetFeature | Get WCS Features -*OGCWMSApi* | [**wmsCapabilitiesHandler**](docs/OGCWMSApi.md#wmscapabilitieshandler) | **GET** /wms/{workflow}?request=GetCapabilities | Get WMS Capabilities -*OGCWMSApi* | [**wmsLegendGraphicHandler**](docs/OGCWMSApi.md#wmslegendgraphichandler) | **GET** /wms/{workflow}?request=GetLegendGraphic | Get WMS Legend Graphic -*OGCWMSApi* | [**wmsMapHandler**](docs/OGCWMSApi.md#wmsmaphandler) | **GET** /wms/{workflow}?request=GetMap | Get WMS Map +*OGCWCSApi* | [**wcsHandler**](docs/OGCWCSApi.md#wcshandler) | **GET** /wcs/{workflow} | OGC WCS endpoint +*OGCWFSApi* | [**wfsHandler**](docs/OGCWFSApi.md#wfshandler) | **GET** /wfs/{workflow} | OGC WFS endpoint +*OGCWMSApi* | [**wmsHandler**](docs/OGCWMSApi.md#wmshandler) | **GET** /wms/{workflow} | OGC WMS endpoint *PermissionsApi* | [**addPermissionHandler**](docs/PermissionsApi.md#addpermissionhandler) | **PUT** /permissions | Adds a new permission. *PermissionsApi* | [**getResourcePermissionsHandler**](docs/PermissionsApi.md#getresourcepermissionshandler) | **GET** /permissions/resources/{resource_type}/{resource_id} | Lists permission for a given resource. *PermissionsApi* | [**removePermissionHandler**](docs/PermissionsApi.md#removepermissionhandler) | **DELETE** /permissions | Removes an existing permission. @@ -198,7 +193,6 @@ All URIs are relative to *https://geoengine.io/api* - [DatasetResource](docs/DatasetResource.md) - [DerivedColor](docs/DerivedColor.md) - [DerivedNumber](docs/DerivedNumber.md) -- [DescribeCoverageRequest](docs/DescribeCoverageRequest.md) - [EbvPortalDataProviderDefinition](docs/EbvPortalDataProviderDefinition.md) - [EdrDataProviderDefinition](docs/EdrDataProviderDefinition.md) - [EdrVectorSpec](docs/EdrVectorSpec.md) @@ -222,14 +216,10 @@ All URIs are relative to *https://geoengine.io/api* - [GeoJson](docs/GeoJson.md) - [GeoTransform](docs/GeoTransform.md) - [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) -- [GetCapabilitiesRequest](docs/GetCapabilitiesRequest.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) -- [GetCoverageRequest](docs/GetCoverageRequest.md) - [GetFeatureRequest](docs/GetFeatureRequest.md) -- [GetLegendGraphicRequest](docs/GetLegendGraphicRequest.md) - [GetMapExceptionFormat](docs/GetMapExceptionFormat.md) - [GetMapFormat](docs/GetMapFormat.md) -- [GetMapRequest](docs/GetMapRequest.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) - [GridBoundingBox2D](docs/GridBoundingBox2D.md) diff --git a/typescript/dist/apis/OGCWCSApi.d.ts b/typescript/dist/apis/OGCWCSApi.d.ts index a33cd786..13c22c44 100644 --- a/typescript/dist/apis/OGCWCSApi.d.ts +++ b/typescript/dist/apis/OGCWCSApi.d.ts @@ -10,62 +10,43 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { DescribeCoverageRequest, GetCapabilitiesRequest, GetCoverageFormat, GetCoverageRequest, WcsService, WcsVersion } from '../models/index'; -export interface WcsCapabilitiesHandlerRequest { +import type { GetCoverageFormat, WcsService, WcsVersion } from '../models/index'; +export interface WcsHandlerRequest { workflow: string; - service: WcsService; - request: GetCapabilitiesRequest; - version?: WcsVersion | null; -} -export interface WcsDescribeCoverageHandlerRequest { - workflow: string; - version: WcsVersion; - service: WcsService; - request: DescribeCoverageRequest; - identifiers: string; -} -export interface WcsGetCoverageHandlerRequest { - workflow: string; - version: WcsVersion; - service: WcsService; - request: GetCoverageRequest; - format: GetCoverageFormat; - identifier: string; - boundingbox: string; - gridbasecrs: string; - gridorigin?: string; + request: WcsHandlerRequestEnum; + boundingbox?: string; + format?: GetCoverageFormat; + gridbasecrs?: string; gridoffsets?: string; - time?: string; + gridorigin?: string; + identifier?: string; + identifiers?: string; + nodatavalue?: number | null; resx?: number | null; resy?: number | null; - nodatavalue?: number | null; + service?: WcsService; + time?: string; + version?: WcsVersion | null; } /** * */ export declare class OGCWCSApi extends runtime.BaseAPI { /** - * Get WCS Capabilities - */ - wcsCapabilitiesHandlerRaw(requestParameters: WcsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WCS Capabilities + * OGC WCS endpoint */ - wcsCapabilitiesHandler(requestParameters: WcsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wcsHandlerRaw(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** - * Get WCS Coverage Description + * OGC WCS endpoint */ - wcsDescribeCoverageHandlerRaw(requestParameters: WcsDescribeCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WCS Coverage Description - */ - wcsDescribeCoverageHandler(requestParameters: WcsDescribeCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WCS Coverage - */ - wcsGetCoverageHandlerRaw(requestParameters: WcsGetCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WCS Coverage - */ - wcsGetCoverageHandler(requestParameters: WcsGetCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wcsHandler(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } +/** + * @export + */ +export declare const WcsHandlerRequestEnum: { + readonly GetCapabilGetCapabilitiesities: "GetCapabilGetCapabilitiesities"; + readonly DescribeCoverage: "DescribeCoverage"; + readonly GetCoverage: "GetCoverage"; +}; +export type WcsHandlerRequestEnum = typeof WcsHandlerRequestEnum[keyof typeof WcsHandlerRequestEnum]; diff --git a/typescript/dist/apis/OGCWCSApi.js b/typescript/dist/apis/OGCWCSApi.js index 6566d787..b0813439 100644 --- a/typescript/dist/apis/OGCWCSApi.js +++ b/typescript/dist/apis/OGCWCSApi.js @@ -22,101 +22,65 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.OGCWCSApi = void 0; +exports.WcsHandlerRequestEnum = exports.OGCWCSApi = void 0; const runtime = require("../runtime"); /** * */ class OGCWCSApi extends runtime.BaseAPI { /** - * Get WCS Capabilities + * OGC WCS endpoint */ - wcsCapabilitiesHandlerRaw(requestParameters, initOverrides) { + wcsHandlerRaw(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsCapabilitiesHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wcsCapabilitiesHandler().'); + throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsHandler().'); } if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsCapabilitiesHandler().'); + throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsHandler().'); } const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; - } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['boundingbox'] != null) { + queryParameters['boundingbox'] = requestParameters['boundingbox']; } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; + if (requestParameters['format'] != null) { + queryParameters['format'] = requestParameters['format']; } - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } + if (requestParameters['gridbasecrs'] != null) { + queryParameters['gridbasecrs'] = requestParameters['gridbasecrs']; } - let urlPath = `/wcs/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); + if (requestParameters['gridoffsets'] != null) { + queryParameters['gridoffsets'] = requestParameters['gridoffsets']; } - else { - return new runtime.TextApiResponse(response); + if (requestParameters['gridorigin'] != null) { + queryParameters['gridorigin'] = requestParameters['gridorigin']; } - }); - } - /** - * Get WCS Capabilities - */ - wcsCapabilitiesHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wcsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WCS Coverage Description - */ - wcsDescribeCoverageHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['identifier'] != null) { + queryParameters['identifier'] = requestParameters['identifier']; } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['identifiers'] != null) { + queryParameters['identifiers'] = requestParameters['identifiers']; } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['nodatavalue'] != null) { + queryParameters['nodatavalue'] = requestParameters['nodatavalue']; } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['request'] != null) { + queryParameters['request'] = requestParameters['request']; } - if (requestParameters['identifiers'] == null) { - throw new runtime.RequiredError('identifiers', 'Required parameter "identifiers" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['resx'] != null) { + queryParameters['resx'] = requestParameters['resx']; } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['resy'] != null) { + queryParameters['resy'] = requestParameters['resy']; } if (requestParameters['service'] != null) { queryParameters['service'] = requestParameters['service']; } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; + if (requestParameters['time'] != null) { + queryParameters['time'] = requestParameters['time']; } - if (requestParameters['identifiers'] != null) { - queryParameters['identifiers'] = requestParameters['identifiers']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } const headerParameters = {}; if (this.configuration && this.configuration.accessToken) { @@ -126,7 +90,7 @@ class OGCWCSApi extends runtime.BaseAPI { headerParameters["Authorization"] = `Bearer ${tokenString}`; } } - let urlPath = `/wcs/{workflow}?request=DescribeCoverage`; + let urlPath = `/wcs/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = yield this.request({ path: urlPath, @@ -143,110 +107,21 @@ class OGCWCSApi extends runtime.BaseAPI { }); } /** - * Get WCS Coverage Description + * OGC WCS endpoint */ - wcsDescribeCoverageHandler(requestParameters, initOverrides) { + wcsHandler(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wcsDescribeCoverageHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WCS Coverage - */ - wcsGetCoverageHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError('format', 'Required parameter "format" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['identifier'] == null) { - throw new runtime.RequiredError('identifier', 'Required parameter "identifier" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['boundingbox'] == null) { - throw new runtime.RequiredError('boundingbox', 'Required parameter "boundingbox" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['gridbasecrs'] == null) { - throw new runtime.RequiredError('gridbasecrs', 'Required parameter "gridbasecrs" was null or undefined when calling wcsGetCoverageHandler().'); - } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; - } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; - } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; - } - if (requestParameters['format'] != null) { - queryParameters['format'] = requestParameters['format']; - } - if (requestParameters['identifier'] != null) { - queryParameters['identifier'] = requestParameters['identifier']; - } - if (requestParameters['boundingbox'] != null) { - queryParameters['boundingbox'] = requestParameters['boundingbox']; - } - if (requestParameters['gridbasecrs'] != null) { - queryParameters['gridbasecrs'] = requestParameters['gridbasecrs']; - } - if (requestParameters['gridorigin'] != null) { - queryParameters['gridorigin'] = requestParameters['gridorigin']; - } - if (requestParameters['gridoffsets'] != null) { - queryParameters['gridoffsets'] = requestParameters['gridoffsets']; - } - if (requestParameters['time'] != null) { - queryParameters['time'] = requestParameters['time']; - } - if (requestParameters['resx'] != null) { - queryParameters['resx'] = requestParameters['resx']; - } - if (requestParameters['resy'] != null) { - queryParameters['resy'] = requestParameters['resy']; - } - if (requestParameters['nodatavalue'] != null) { - queryParameters['nodatavalue'] = requestParameters['nodatavalue']; - } - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wcs/{workflow}?request=GetCoverage`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - return new runtime.BlobApiResponse(response); - }); - } - /** - * Get WCS Coverage - */ - wcsGetCoverageHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wcsGetCoverageHandlerRaw(requestParameters, initOverrides); + const response = yield this.wcsHandlerRaw(requestParameters, initOverrides); return yield response.value(); }); } } exports.OGCWCSApi = OGCWCSApi; +/** + * @export + */ +exports.WcsHandlerRequestEnum = { + GetCapabilGetCapabilitiesities: 'GetCapabilGetCapabilitiesities', + DescribeCoverage: 'DescribeCoverage', + GetCoverage: 'GetCoverage' +}; diff --git a/typescript/dist/apis/OGCWFSApi.d.ts b/typescript/dist/apis/OGCWFSApi.d.ts index f4b165c7..6a5080d3 100644 --- a/typescript/dist/apis/OGCWFSApi.d.ts +++ b/typescript/dist/apis/OGCWFSApi.d.ts @@ -10,48 +10,41 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GeoJson, GetCapabilitiesRequest, GetFeatureRequest, WfsService, WfsVersion } from '../models/index'; -export interface WfsCapabilitiesHandlerRequest { +import type { GeoJson, WfsService, WfsVersion } from '../models/index'; +export interface WfsHandlerRequest { workflow: string; - version: WfsVersion | null; - service: WfsService; - request: GetCapabilitiesRequest; -} -export interface WfsFeatureHandlerRequest { - workflow: string; - service: WfsService; - request: GetFeatureRequest; - typeNames: string; - bbox: string; - version?: WfsVersion | null; - time?: string; - srsName?: string | null; - namespaces?: string | null; + request: WfsHandlerRequestEnum; + bbox?: string; count?: number | null; - sortBy?: string | null; - resultType?: string | null; filter?: string | null; + namespaces?: string | null; propertyName?: string | null; - queryResolution?: string; + resultType?: string | null; + service?: WfsService; + sortBy?: string | null; + srsName?: string | null; + time?: string; + typeNames?: string; + version?: WfsVersion | null; } /** * */ export declare class OGCWFSApi extends runtime.BaseAPI { /** - * Get WFS Capabilities - */ - wfsCapabilitiesHandlerRaw(requestParameters: WfsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WFS Capabilities - */ - wfsCapabilitiesHandler(requestParameters: WfsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WCS Features + * OGC WFS endpoint */ - wfsFeatureHandlerRaw(requestParameters: WfsFeatureHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + wfsHandlerRaw(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** - * Get WCS Features + * OGC WFS endpoint */ - wfsFeatureHandler(requestParameters: WfsFeatureHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wfsHandler(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } +/** + * @export + */ +export declare const WfsHandlerRequestEnum: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetFeature: "GetFeature"; +}; +export type WfsHandlerRequestEnum = typeof WfsHandlerRequestEnum[keyof typeof WfsHandlerRequestEnum]; diff --git a/typescript/dist/apis/OGCWFSApi.js b/typescript/dist/apis/OGCWFSApi.js index 07657086..b1e0d649 100644 --- a/typescript/dist/apis/OGCWFSApi.js +++ b/typescript/dist/apis/OGCWFSApi.js @@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.OGCWFSApi = void 0; +exports.WfsHandlerRequestEnum = exports.OGCWFSApi = void 0; const runtime = require("../runtime"); const index_1 = require("../models/index"); /** @@ -30,121 +30,55 @@ const index_1 = require("../models/index"); */ class OGCWFSApi extends runtime.BaseAPI { /** - * Get WFS Capabilities + * OGC WFS endpoint */ - wfsCapabilitiesHandlerRaw(requestParameters, initOverrides) { + wfsHandlerRaw(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wfsCapabilitiesHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wfsCapabilitiesHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wfsCapabilitiesHandler().'); + throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wfsHandler().'); } if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wfsCapabilitiesHandler().'); + throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wfsHandler().'); } const queryParameters = {}; - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wfs/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } - else { - return new runtime.TextApiResponse(response); - } - }); - } - /** - * Get WFS Capabilities - */ - wfsCapabilitiesHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wfsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WCS Features - */ - wfsFeatureHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wfsFeatureHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wfsFeatureHandler().'); - } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wfsFeatureHandler().'); + if (requestParameters['bbox'] != null) { + queryParameters['bbox'] = requestParameters['bbox']; } - if (requestParameters['typeNames'] == null) { - throw new runtime.RequiredError('typeNames', 'Required parameter "typeNames" was null or undefined when calling wfsFeatureHandler().'); + if (requestParameters['count'] != null) { + queryParameters['count'] = requestParameters['count']; } - if (requestParameters['bbox'] == null) { - throw new runtime.RequiredError('bbox', 'Required parameter "bbox" was null or undefined when calling wfsFeatureHandler().'); + if (requestParameters['filter'] != null) { + queryParameters['filter'] = requestParameters['filter']; } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['namespaces'] != null) { + queryParameters['namespaces'] = requestParameters['namespaces']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['propertyName'] != null) { + queryParameters['propertyName'] = requestParameters['propertyName']; } if (requestParameters['request'] != null) { queryParameters['request'] = requestParameters['request']; } - if (requestParameters['typeNames'] != null) { - queryParameters['typeNames'] = requestParameters['typeNames']; - } - if (requestParameters['bbox'] != null) { - queryParameters['bbox'] = requestParameters['bbox']; - } - if (requestParameters['time'] != null) { - queryParameters['time'] = requestParameters['time']; - } - if (requestParameters['srsName'] != null) { - queryParameters['srsName'] = requestParameters['srsName']; - } - if (requestParameters['namespaces'] != null) { - queryParameters['namespaces'] = requestParameters['namespaces']; + if (requestParameters['resultType'] != null) { + queryParameters['resultType'] = requestParameters['resultType']; } - if (requestParameters['count'] != null) { - queryParameters['count'] = requestParameters['count']; + if (requestParameters['service'] != null) { + queryParameters['service'] = requestParameters['service']; } if (requestParameters['sortBy'] != null) { queryParameters['sortBy'] = requestParameters['sortBy']; } - if (requestParameters['resultType'] != null) { - queryParameters['resultType'] = requestParameters['resultType']; + if (requestParameters['srsName'] != null) { + queryParameters['srsName'] = requestParameters['srsName']; } - if (requestParameters['filter'] != null) { - queryParameters['filter'] = requestParameters['filter']; + if (requestParameters['time'] != null) { + queryParameters['time'] = requestParameters['time']; } - if (requestParameters['propertyName'] != null) { - queryParameters['propertyName'] = requestParameters['propertyName']; + if (requestParameters['typeNames'] != null) { + queryParameters['typeNames'] = requestParameters['typeNames']; } - if (requestParameters['queryResolution'] != null) { - queryParameters['queryResolution'] = requestParameters['queryResolution']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } const headerParameters = {}; if (this.configuration && this.configuration.accessToken) { @@ -154,7 +88,7 @@ class OGCWFSApi extends runtime.BaseAPI { headerParameters["Authorization"] = `Bearer ${tokenString}`; } } - let urlPath = `/wfs/{workflow}?request=GetFeature`; + let urlPath = `/wfs/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = yield this.request({ path: urlPath, @@ -166,13 +100,20 @@ class OGCWFSApi extends runtime.BaseAPI { }); } /** - * Get WCS Features + * OGC WFS endpoint */ - wfsFeatureHandler(requestParameters, initOverrides) { + wfsHandler(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wfsFeatureHandlerRaw(requestParameters, initOverrides); + const response = yield this.wfsHandlerRaw(requestParameters, initOverrides); return yield response.value(); }); } } exports.OGCWFSApi = OGCWFSApi; +/** + * @export + */ +exports.WfsHandlerRequestEnum = { + GetCapabilities: 'GetCapabilities', + GetFeature: 'GetFeature' +}; diff --git a/typescript/dist/apis/OGCWMSApi.d.ts b/typescript/dist/apis/OGCWMSApi.d.ts index ad1406c7..1247b518 100644 --- a/typescript/dist/apis/OGCWMSApi.d.ts +++ b/typescript/dist/apis/OGCWMSApi.d.ts @@ -10,67 +10,51 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GetCapabilitiesFormat, GetCapabilitiesRequest, GetLegendGraphicRequest, GetMapExceptionFormat, GetMapFormat, GetMapRequest, WmsService, WmsVersion } from '../models/index'; -export interface WmsCapabilitiesHandlerRequest { +import type { GetCapabilitiesFormat, GetMapExceptionFormat, WmsService, WmsVersion } from '../models/index'; +export interface WmsHandlerRequest { workflow: string; - version: WmsVersion | null; - service: WmsService; - request: GetCapabilitiesRequest; - format: GetCapabilitiesFormat | null; -} -export interface WmsLegendGraphicHandlerRequest { - workflow: string; - version: WmsVersion; - service: WmsService; - request: GetLegendGraphicRequest; - layer: string; -} -export interface WmsMapHandlerRequest { - workflow: string; - version: WmsVersion; - service: WmsService; - request: GetMapRequest; - width: number; - height: number; - bbox: string; - format: GetMapFormat; - layers: string; - styles: string; - crs?: string | null; - time?: string; - transparent?: boolean | null; + request: WmsHandlerRequestEnum; + bbox?: string; bgcolor?: string | null; - sld?: string | null; - sldBody?: string | null; + crs?: string | null; elevation?: string | null; exceptions?: GetMapExceptionFormat | null; + format?: GetCapabilitiesFormat | null; + height?: number; + infoFormat?: string | null; + layer?: string; + layers?: string; + queryLayers?: string; + service?: WmsService; + sld?: string | null; + sldBody?: string | null; + styles?: string; + time?: string; + transparent?: boolean | null; + version?: WmsVersion | null; + width?: number; } /** * */ export declare class OGCWMSApi extends runtime.BaseAPI { /** - * Get WMS Capabilities - */ - wmsCapabilitiesHandlerRaw(requestParameters: WmsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WMS Capabilities - */ - wmsCapabilitiesHandler(requestParameters: WmsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WMS Legend Graphic + * OGC WMS endpoint */ - wmsLegendGraphicHandlerRaw(requestParameters: WmsLegendGraphicHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** - * Get WMS Legend Graphic + * OGC WMS endpoint */ - wmsLegendGraphicHandler(requestParameters: WmsLegendGraphicHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WMS Map - */ - wmsMapHandlerRaw(requestParameters: WmsMapHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WMS Map - */ - wmsMapHandler(requestParameters: WmsMapHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } +/** + * @export + */ +export declare const WmsHandlerRequestEnum: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetMap: "GetMap"; + readonly GetFeatureInfo: "GetFeatureInfo"; + readonly GetStyles: "GetStyles"; + readonly GetLegendGraphic: "GetLegendGraphic"; +}; +export type WmsHandlerRequestEnum = typeof WmsHandlerRequestEnum[keyof typeof WmsHandlerRequestEnum]; diff --git a/typescript/dist/apis/OGCWMSApi.js b/typescript/dist/apis/OGCWMSApi.js index c7f5a311..8de9758d 100644 --- a/typescript/dist/apis/OGCWMSApi.js +++ b/typescript/dist/apis/OGCWMSApi.js @@ -22,184 +22,68 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.OGCWMSApi = void 0; +exports.WmsHandlerRequestEnum = exports.OGCWMSApi = void 0; const runtime = require("../runtime"); /** * */ class OGCWMSApi extends runtime.BaseAPI { /** - * Get WMS Capabilities + * OGC WMS endpoint */ - wmsCapabilitiesHandlerRaw(requestParameters, initOverrides) { + wmsHandlerRaw(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError('format', 'Required parameter "format" was null or undefined when calling wmsCapabilitiesHandler().'); - } - const queryParameters = {}; - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wms/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - urlPath = urlPath.replace(`{${"format"}}`, encodeURIComponent(String(requestParameters['format']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } - else { - return new runtime.TextApiResponse(response); - } - }); - } - /** - * Get WMS Capabilities - */ - wmsCapabilitiesHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wmsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WMS Legend Graphic - */ - wmsLegendGraphicHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsLegendGraphicHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wmsLegendGraphicHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wmsLegendGraphicHandler().'); + throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsHandler().'); } if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsLegendGraphicHandler().'); - } - if (requestParameters['layer'] == null) { - throw new runtime.RequiredError('layer', 'Required parameter "layer" was null or undefined when calling wmsLegendGraphicHandler().'); + throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsHandler().'); } const queryParameters = {}; - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wms/{workflow}?request=GetLegendGraphic`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - urlPath = urlPath.replace(`{${"layer"}}`, encodeURIComponent(String(requestParameters['layer']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - return new runtime.VoidApiResponse(response); - }); - } - /** - * Get WMS Legend Graphic - */ - wmsLegendGraphicHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - yield this.wmsLegendGraphicHandlerRaw(requestParameters, initOverrides); - }); - } - /** - * Get WMS Map - */ - wmsMapHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsMapHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['bbox'] != null) { + queryParameters['bbox'] = requestParameters['bbox']; } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['bgcolor'] != null) { + queryParameters['bgcolor'] = requestParameters['bgcolor']; } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['crs'] != null) { + queryParameters['crs'] = requestParameters['crs']; } - if (requestParameters['width'] == null) { - throw new runtime.RequiredError('width', 'Required parameter "width" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['elevation'] != null) { + queryParameters['elevation'] = requestParameters['elevation']; } - if (requestParameters['height'] == null) { - throw new runtime.RequiredError('height', 'Required parameter "height" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['exceptions'] != null) { + queryParameters['exceptions'] = requestParameters['exceptions']; } - if (requestParameters['bbox'] == null) { - throw new runtime.RequiredError('bbox', 'Required parameter "bbox" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['format'] != null) { + queryParameters['format'] = requestParameters['format']; } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError('format', 'Required parameter "format" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['height'] != null) { + queryParameters['height'] = requestParameters['height']; } - if (requestParameters['layers'] == null) { - throw new runtime.RequiredError('layers', 'Required parameter "layers" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['infoFormat'] != null) { + queryParameters['info_format'] = requestParameters['infoFormat']; } - if (requestParameters['styles'] == null) { - throw new runtime.RequiredError('styles', 'Required parameter "styles" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['layer'] != null) { + queryParameters['layer'] = requestParameters['layer']; } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['layers'] != null) { + queryParameters['layers'] = requestParameters['layers']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['queryLayers'] != null) { + queryParameters['query_layers'] = requestParameters['queryLayers']; } if (requestParameters['request'] != null) { queryParameters['request'] = requestParameters['request']; } - if (requestParameters['width'] != null) { - queryParameters['width'] = requestParameters['width']; - } - if (requestParameters['height'] != null) { - queryParameters['height'] = requestParameters['height']; - } - if (requestParameters['bbox'] != null) { - queryParameters['bbox'] = requestParameters['bbox']; - } - if (requestParameters['format'] != null) { - queryParameters['format'] = requestParameters['format']; + if (requestParameters['service'] != null) { + queryParameters['service'] = requestParameters['service']; } - if (requestParameters['layers'] != null) { - queryParameters['layers'] = requestParameters['layers']; + if (requestParameters['sld'] != null) { + queryParameters['sld'] = requestParameters['sld']; } - if (requestParameters['crs'] != null) { - queryParameters['crs'] = requestParameters['crs']; + if (requestParameters['sldBody'] != null) { + queryParameters['sld_body'] = requestParameters['sldBody']; } if (requestParameters['styles'] != null) { queryParameters['styles'] = requestParameters['styles']; @@ -210,20 +94,11 @@ class OGCWMSApi extends runtime.BaseAPI { if (requestParameters['transparent'] != null) { queryParameters['transparent'] = requestParameters['transparent']; } - if (requestParameters['bgcolor'] != null) { - queryParameters['bgcolor'] = requestParameters['bgcolor']; - } - if (requestParameters['sld'] != null) { - queryParameters['sld'] = requestParameters['sld']; - } - if (requestParameters['sldBody'] != null) { - queryParameters['sld_body'] = requestParameters['sldBody']; - } - if (requestParameters['elevation'] != null) { - queryParameters['elevation'] = requestParameters['elevation']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } - if (requestParameters['exceptions'] != null) { - queryParameters['exceptions'] = requestParameters['exceptions']; + if (requestParameters['width'] != null) { + queryParameters['width'] = requestParameters['width']; } const headerParameters = {}; if (this.configuration && this.configuration.accessToken) { @@ -233,7 +108,7 @@ class OGCWMSApi extends runtime.BaseAPI { headerParameters["Authorization"] = `Bearer ${tokenString}`; } } - let urlPath = `/wms/{workflow}?request=GetMap`; + let urlPath = `/wms/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = yield this.request({ path: urlPath, @@ -241,17 +116,32 @@ class OGCWMSApi extends runtime.BaseAPI { headers: headerParameters, query: queryParameters, }, initOverrides); - return new runtime.BlobApiResponse(response); + if (this.isJsonMime(response.headers.get('content-type'))) { + return new runtime.JSONApiResponse(response); + } + else { + return new runtime.TextApiResponse(response); + } }); } /** - * Get WMS Map + * OGC WMS endpoint */ - wmsMapHandler(requestParameters, initOverrides) { + wmsHandler(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wmsMapHandlerRaw(requestParameters, initOverrides); + const response = yield this.wmsHandlerRaw(requestParameters, initOverrides); return yield response.value(); }); } } exports.OGCWMSApi = OGCWMSApi; +/** + * @export + */ +exports.WmsHandlerRequestEnum = { + GetCapabilities: 'GetCapabilities', + GetMap: 'GetMap', + GetFeatureInfo: 'GetFeatureInfo', + GetStyles: 'GetStyles', + GetLegendGraphic: 'GetLegendGraphic' +}; diff --git a/typescript/dist/esm/apis/OGCWCSApi.d.ts b/typescript/dist/esm/apis/OGCWCSApi.d.ts index a33cd786..13c22c44 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWCSApi.d.ts @@ -10,62 +10,43 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { DescribeCoverageRequest, GetCapabilitiesRequest, GetCoverageFormat, GetCoverageRequest, WcsService, WcsVersion } from '../models/index'; -export interface WcsCapabilitiesHandlerRequest { +import type { GetCoverageFormat, WcsService, WcsVersion } from '../models/index'; +export interface WcsHandlerRequest { workflow: string; - service: WcsService; - request: GetCapabilitiesRequest; - version?: WcsVersion | null; -} -export interface WcsDescribeCoverageHandlerRequest { - workflow: string; - version: WcsVersion; - service: WcsService; - request: DescribeCoverageRequest; - identifiers: string; -} -export interface WcsGetCoverageHandlerRequest { - workflow: string; - version: WcsVersion; - service: WcsService; - request: GetCoverageRequest; - format: GetCoverageFormat; - identifier: string; - boundingbox: string; - gridbasecrs: string; - gridorigin?: string; + request: WcsHandlerRequestEnum; + boundingbox?: string; + format?: GetCoverageFormat; + gridbasecrs?: string; gridoffsets?: string; - time?: string; + gridorigin?: string; + identifier?: string; + identifiers?: string; + nodatavalue?: number | null; resx?: number | null; resy?: number | null; - nodatavalue?: number | null; + service?: WcsService; + time?: string; + version?: WcsVersion | null; } /** * */ export declare class OGCWCSApi extends runtime.BaseAPI { /** - * Get WCS Capabilities - */ - wcsCapabilitiesHandlerRaw(requestParameters: WcsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WCS Capabilities + * OGC WCS endpoint */ - wcsCapabilitiesHandler(requestParameters: WcsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wcsHandlerRaw(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** - * Get WCS Coverage Description + * OGC WCS endpoint */ - wcsDescribeCoverageHandlerRaw(requestParameters: WcsDescribeCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WCS Coverage Description - */ - wcsDescribeCoverageHandler(requestParameters: WcsDescribeCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WCS Coverage - */ - wcsGetCoverageHandlerRaw(requestParameters: WcsGetCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WCS Coverage - */ - wcsGetCoverageHandler(requestParameters: WcsGetCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wcsHandler(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } +/** + * @export + */ +export declare const WcsHandlerRequestEnum: { + readonly GetCapabilGetCapabilitiesities: "GetCapabilGetCapabilitiesities"; + readonly DescribeCoverage: "DescribeCoverage"; + readonly GetCoverage: "GetCoverage"; +}; +export type WcsHandlerRequestEnum = typeof WcsHandlerRequestEnum[keyof typeof WcsHandlerRequestEnum]; diff --git a/typescript/dist/esm/apis/OGCWCSApi.js b/typescript/dist/esm/apis/OGCWCSApi.js index 067fe03a..18651883 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.js +++ b/typescript/dist/esm/apis/OGCWCSApi.js @@ -26,94 +26,58 @@ import * as runtime from '../runtime'; */ export class OGCWCSApi extends runtime.BaseAPI { /** - * Get WCS Capabilities + * OGC WCS endpoint */ - wcsCapabilitiesHandlerRaw(requestParameters, initOverrides) { + wcsHandlerRaw(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsCapabilitiesHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wcsCapabilitiesHandler().'); + throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsHandler().'); } if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsCapabilitiesHandler().'); + throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsHandler().'); } const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; - } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['boundingbox'] != null) { + queryParameters['boundingbox'] = requestParameters['boundingbox']; } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; + if (requestParameters['format'] != null) { + queryParameters['format'] = requestParameters['format']; } - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } + if (requestParameters['gridbasecrs'] != null) { + queryParameters['gridbasecrs'] = requestParameters['gridbasecrs']; } - let urlPath = `/wcs/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); + if (requestParameters['gridoffsets'] != null) { + queryParameters['gridoffsets'] = requestParameters['gridoffsets']; } - else { - return new runtime.TextApiResponse(response); + if (requestParameters['gridorigin'] != null) { + queryParameters['gridorigin'] = requestParameters['gridorigin']; } - }); - } - /** - * Get WCS Capabilities - */ - wcsCapabilitiesHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wcsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WCS Coverage Description - */ - wcsDescribeCoverageHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['identifier'] != null) { + queryParameters['identifier'] = requestParameters['identifier']; } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['identifiers'] != null) { + queryParameters['identifiers'] = requestParameters['identifiers']; } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['nodatavalue'] != null) { + queryParameters['nodatavalue'] = requestParameters['nodatavalue']; } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['request'] != null) { + queryParameters['request'] = requestParameters['request']; } - if (requestParameters['identifiers'] == null) { - throw new runtime.RequiredError('identifiers', 'Required parameter "identifiers" was null or undefined when calling wcsDescribeCoverageHandler().'); + if (requestParameters['resx'] != null) { + queryParameters['resx'] = requestParameters['resx']; } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['resy'] != null) { + queryParameters['resy'] = requestParameters['resy']; } if (requestParameters['service'] != null) { queryParameters['service'] = requestParameters['service']; } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; + if (requestParameters['time'] != null) { + queryParameters['time'] = requestParameters['time']; } - if (requestParameters['identifiers'] != null) { - queryParameters['identifiers'] = requestParameters['identifiers']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } const headerParameters = {}; if (this.configuration && this.configuration.accessToken) { @@ -123,7 +87,7 @@ export class OGCWCSApi extends runtime.BaseAPI { headerParameters["Authorization"] = `Bearer ${tokenString}`; } } - let urlPath = `/wcs/{workflow}?request=DescribeCoverage`; + let urlPath = `/wcs/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = yield this.request({ path: urlPath, @@ -140,109 +104,20 @@ export class OGCWCSApi extends runtime.BaseAPI { }); } /** - * Get WCS Coverage Description + * OGC WCS endpoint */ - wcsDescribeCoverageHandler(requestParameters, initOverrides) { + wcsHandler(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wcsDescribeCoverageHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WCS Coverage - */ - wcsGetCoverageHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError('format', 'Required parameter "format" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['identifier'] == null) { - throw new runtime.RequiredError('identifier', 'Required parameter "identifier" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['boundingbox'] == null) { - throw new runtime.RequiredError('boundingbox', 'Required parameter "boundingbox" was null or undefined when calling wcsGetCoverageHandler().'); - } - if (requestParameters['gridbasecrs'] == null) { - throw new runtime.RequiredError('gridbasecrs', 'Required parameter "gridbasecrs" was null or undefined when calling wcsGetCoverageHandler().'); - } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; - } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; - } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; - } - if (requestParameters['format'] != null) { - queryParameters['format'] = requestParameters['format']; - } - if (requestParameters['identifier'] != null) { - queryParameters['identifier'] = requestParameters['identifier']; - } - if (requestParameters['boundingbox'] != null) { - queryParameters['boundingbox'] = requestParameters['boundingbox']; - } - if (requestParameters['gridbasecrs'] != null) { - queryParameters['gridbasecrs'] = requestParameters['gridbasecrs']; - } - if (requestParameters['gridorigin'] != null) { - queryParameters['gridorigin'] = requestParameters['gridorigin']; - } - if (requestParameters['gridoffsets'] != null) { - queryParameters['gridoffsets'] = requestParameters['gridoffsets']; - } - if (requestParameters['time'] != null) { - queryParameters['time'] = requestParameters['time']; - } - if (requestParameters['resx'] != null) { - queryParameters['resx'] = requestParameters['resx']; - } - if (requestParameters['resy'] != null) { - queryParameters['resy'] = requestParameters['resy']; - } - if (requestParameters['nodatavalue'] != null) { - queryParameters['nodatavalue'] = requestParameters['nodatavalue']; - } - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wcs/{workflow}?request=GetCoverage`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - return new runtime.BlobApiResponse(response); - }); - } - /** - * Get WCS Coverage - */ - wcsGetCoverageHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wcsGetCoverageHandlerRaw(requestParameters, initOverrides); + const response = yield this.wcsHandlerRaw(requestParameters, initOverrides); return yield response.value(); }); } } +/** + * @export + */ +export const WcsHandlerRequestEnum = { + GetCapabilGetCapabilitiesities: 'GetCapabilGetCapabilitiesities', + DescribeCoverage: 'DescribeCoverage', + GetCoverage: 'GetCoverage' +}; diff --git a/typescript/dist/esm/apis/OGCWFSApi.d.ts b/typescript/dist/esm/apis/OGCWFSApi.d.ts index f4b165c7..6a5080d3 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWFSApi.d.ts @@ -10,48 +10,41 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GeoJson, GetCapabilitiesRequest, GetFeatureRequest, WfsService, WfsVersion } from '../models/index'; -export interface WfsCapabilitiesHandlerRequest { +import type { GeoJson, WfsService, WfsVersion } from '../models/index'; +export interface WfsHandlerRequest { workflow: string; - version: WfsVersion | null; - service: WfsService; - request: GetCapabilitiesRequest; -} -export interface WfsFeatureHandlerRequest { - workflow: string; - service: WfsService; - request: GetFeatureRequest; - typeNames: string; - bbox: string; - version?: WfsVersion | null; - time?: string; - srsName?: string | null; - namespaces?: string | null; + request: WfsHandlerRequestEnum; + bbox?: string; count?: number | null; - sortBy?: string | null; - resultType?: string | null; filter?: string | null; + namespaces?: string | null; propertyName?: string | null; - queryResolution?: string; + resultType?: string | null; + service?: WfsService; + sortBy?: string | null; + srsName?: string | null; + time?: string; + typeNames?: string; + version?: WfsVersion | null; } /** * */ export declare class OGCWFSApi extends runtime.BaseAPI { /** - * Get WFS Capabilities - */ - wfsCapabilitiesHandlerRaw(requestParameters: WfsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WFS Capabilities - */ - wfsCapabilitiesHandler(requestParameters: WfsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WCS Features + * OGC WFS endpoint */ - wfsFeatureHandlerRaw(requestParameters: WfsFeatureHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + wfsHandlerRaw(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** - * Get WCS Features + * OGC WFS endpoint */ - wfsFeatureHandler(requestParameters: WfsFeatureHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wfsHandler(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } +/** + * @export + */ +export declare const WfsHandlerRequestEnum: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetFeature: "GetFeature"; +}; +export type WfsHandlerRequestEnum = typeof WfsHandlerRequestEnum[keyof typeof WfsHandlerRequestEnum]; diff --git a/typescript/dist/esm/apis/OGCWFSApi.js b/typescript/dist/esm/apis/OGCWFSApi.js index 9bfc35c8..0be6e156 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.js +++ b/typescript/dist/esm/apis/OGCWFSApi.js @@ -27,121 +27,55 @@ import { GeoJsonFromJSON, } from '../models/index'; */ export class OGCWFSApi extends runtime.BaseAPI { /** - * Get WFS Capabilities + * OGC WFS endpoint */ - wfsCapabilitiesHandlerRaw(requestParameters, initOverrides) { + wfsHandlerRaw(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wfsCapabilitiesHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wfsCapabilitiesHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wfsCapabilitiesHandler().'); + throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wfsHandler().'); } if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wfsCapabilitiesHandler().'); + throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wfsHandler().'); } const queryParameters = {}; - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wfs/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } - else { - return new runtime.TextApiResponse(response); - } - }); - } - /** - * Get WFS Capabilities - */ - wfsCapabilitiesHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wfsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WCS Features - */ - wfsFeatureHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wfsFeatureHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wfsFeatureHandler().'); - } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wfsFeatureHandler().'); + if (requestParameters['bbox'] != null) { + queryParameters['bbox'] = requestParameters['bbox']; } - if (requestParameters['typeNames'] == null) { - throw new runtime.RequiredError('typeNames', 'Required parameter "typeNames" was null or undefined when calling wfsFeatureHandler().'); + if (requestParameters['count'] != null) { + queryParameters['count'] = requestParameters['count']; } - if (requestParameters['bbox'] == null) { - throw new runtime.RequiredError('bbox', 'Required parameter "bbox" was null or undefined when calling wfsFeatureHandler().'); + if (requestParameters['filter'] != null) { + queryParameters['filter'] = requestParameters['filter']; } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['namespaces'] != null) { + queryParameters['namespaces'] = requestParameters['namespaces']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['propertyName'] != null) { + queryParameters['propertyName'] = requestParameters['propertyName']; } if (requestParameters['request'] != null) { queryParameters['request'] = requestParameters['request']; } - if (requestParameters['typeNames'] != null) { - queryParameters['typeNames'] = requestParameters['typeNames']; - } - if (requestParameters['bbox'] != null) { - queryParameters['bbox'] = requestParameters['bbox']; - } - if (requestParameters['time'] != null) { - queryParameters['time'] = requestParameters['time']; - } - if (requestParameters['srsName'] != null) { - queryParameters['srsName'] = requestParameters['srsName']; - } - if (requestParameters['namespaces'] != null) { - queryParameters['namespaces'] = requestParameters['namespaces']; + if (requestParameters['resultType'] != null) { + queryParameters['resultType'] = requestParameters['resultType']; } - if (requestParameters['count'] != null) { - queryParameters['count'] = requestParameters['count']; + if (requestParameters['service'] != null) { + queryParameters['service'] = requestParameters['service']; } if (requestParameters['sortBy'] != null) { queryParameters['sortBy'] = requestParameters['sortBy']; } - if (requestParameters['resultType'] != null) { - queryParameters['resultType'] = requestParameters['resultType']; + if (requestParameters['srsName'] != null) { + queryParameters['srsName'] = requestParameters['srsName']; } - if (requestParameters['filter'] != null) { - queryParameters['filter'] = requestParameters['filter']; + if (requestParameters['time'] != null) { + queryParameters['time'] = requestParameters['time']; } - if (requestParameters['propertyName'] != null) { - queryParameters['propertyName'] = requestParameters['propertyName']; + if (requestParameters['typeNames'] != null) { + queryParameters['typeNames'] = requestParameters['typeNames']; } - if (requestParameters['queryResolution'] != null) { - queryParameters['queryResolution'] = requestParameters['queryResolution']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } const headerParameters = {}; if (this.configuration && this.configuration.accessToken) { @@ -151,7 +85,7 @@ export class OGCWFSApi extends runtime.BaseAPI { headerParameters["Authorization"] = `Bearer ${tokenString}`; } } - let urlPath = `/wfs/{workflow}?request=GetFeature`; + let urlPath = `/wfs/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = yield this.request({ path: urlPath, @@ -163,12 +97,19 @@ export class OGCWFSApi extends runtime.BaseAPI { }); } /** - * Get WCS Features + * OGC WFS endpoint */ - wfsFeatureHandler(requestParameters, initOverrides) { + wfsHandler(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wfsFeatureHandlerRaw(requestParameters, initOverrides); + const response = yield this.wfsHandlerRaw(requestParameters, initOverrides); return yield response.value(); }); } } +/** + * @export + */ +export const WfsHandlerRequestEnum = { + GetCapabilities: 'GetCapabilities', + GetFeature: 'GetFeature' +}; diff --git a/typescript/dist/esm/apis/OGCWMSApi.d.ts b/typescript/dist/esm/apis/OGCWMSApi.d.ts index ad1406c7..1247b518 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWMSApi.d.ts @@ -10,67 +10,51 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GetCapabilitiesFormat, GetCapabilitiesRequest, GetLegendGraphicRequest, GetMapExceptionFormat, GetMapFormat, GetMapRequest, WmsService, WmsVersion } from '../models/index'; -export interface WmsCapabilitiesHandlerRequest { +import type { GetCapabilitiesFormat, GetMapExceptionFormat, WmsService, WmsVersion } from '../models/index'; +export interface WmsHandlerRequest { workflow: string; - version: WmsVersion | null; - service: WmsService; - request: GetCapabilitiesRequest; - format: GetCapabilitiesFormat | null; -} -export interface WmsLegendGraphicHandlerRequest { - workflow: string; - version: WmsVersion; - service: WmsService; - request: GetLegendGraphicRequest; - layer: string; -} -export interface WmsMapHandlerRequest { - workflow: string; - version: WmsVersion; - service: WmsService; - request: GetMapRequest; - width: number; - height: number; - bbox: string; - format: GetMapFormat; - layers: string; - styles: string; - crs?: string | null; - time?: string; - transparent?: boolean | null; + request: WmsHandlerRequestEnum; + bbox?: string; bgcolor?: string | null; - sld?: string | null; - sldBody?: string | null; + crs?: string | null; elevation?: string | null; exceptions?: GetMapExceptionFormat | null; + format?: GetCapabilitiesFormat | null; + height?: number; + infoFormat?: string | null; + layer?: string; + layers?: string; + queryLayers?: string; + service?: WmsService; + sld?: string | null; + sldBody?: string | null; + styles?: string; + time?: string; + transparent?: boolean | null; + version?: WmsVersion | null; + width?: number; } /** * */ export declare class OGCWMSApi extends runtime.BaseAPI { /** - * Get WMS Capabilities - */ - wmsCapabilitiesHandlerRaw(requestParameters: WmsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WMS Capabilities - */ - wmsCapabilitiesHandler(requestParameters: WmsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WMS Legend Graphic + * OGC WMS endpoint */ - wmsLegendGraphicHandlerRaw(requestParameters: WmsLegendGraphicHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** - * Get WMS Legend Graphic + * OGC WMS endpoint */ - wmsLegendGraphicHandler(requestParameters: WmsLegendGraphicHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; - /** - * Get WMS Map - */ - wmsMapHandlerRaw(requestParameters: WmsMapHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; - /** - * Get WMS Map - */ - wmsMapHandler(requestParameters: WmsMapHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } +/** + * @export + */ +export declare const WmsHandlerRequestEnum: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetMap: "GetMap"; + readonly GetFeatureInfo: "GetFeatureInfo"; + readonly GetStyles: "GetStyles"; + readonly GetLegendGraphic: "GetLegendGraphic"; +}; +export type WmsHandlerRequestEnum = typeof WmsHandlerRequestEnum[keyof typeof WmsHandlerRequestEnum]; diff --git a/typescript/dist/esm/apis/OGCWMSApi.js b/typescript/dist/esm/apis/OGCWMSApi.js index 7ef5b08a..fff8599c 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.js +++ b/typescript/dist/esm/apis/OGCWMSApi.js @@ -26,177 +26,61 @@ import * as runtime from '../runtime'; */ export class OGCWMSApi extends runtime.BaseAPI { /** - * Get WMS Capabilities + * OGC WMS endpoint */ - wmsCapabilitiesHandlerRaw(requestParameters, initOverrides) { + wmsHandlerRaw(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsCapabilitiesHandler().'); - } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError('format', 'Required parameter "format" was null or undefined when calling wmsCapabilitiesHandler().'); - } - const queryParameters = {}; - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wms/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - urlPath = urlPath.replace(`{${"format"}}`, encodeURIComponent(String(requestParameters['format']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } - else { - return new runtime.TextApiResponse(response); - } - }); - } - /** - * Get WMS Capabilities - */ - wmsCapabilitiesHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wmsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return yield response.value(); - }); - } - /** - * Get WMS Legend Graphic - */ - wmsLegendGraphicHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsLegendGraphicHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wmsLegendGraphicHandler().'); - } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wmsLegendGraphicHandler().'); + throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsHandler().'); } if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsLegendGraphicHandler().'); - } - if (requestParameters['layer'] == null) { - throw new runtime.RequiredError('layer', 'Required parameter "layer" was null or undefined when calling wmsLegendGraphicHandler().'); + throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsHandler().'); } const queryParameters = {}; - const headerParameters = {}; - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = yield token("session_token", []); - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - let urlPath = `/wms/{workflow}?request=GetLegendGraphic`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - urlPath = urlPath.replace(`{${"layer"}}`, encodeURIComponent(String(requestParameters['layer']))); - const response = yield this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - return new runtime.VoidApiResponse(response); - }); - } - /** - * Get WMS Legend Graphic - */ - wmsLegendGraphicHandler(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - yield this.wmsLegendGraphicHandlerRaw(requestParameters, initOverrides); - }); - } - /** - * Get WMS Map - */ - wmsMapHandlerRaw(requestParameters, initOverrides) { - return __awaiter(this, void 0, void 0, function* () { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError('workflow', 'Required parameter "workflow" was null or undefined when calling wmsMapHandler().'); - } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError('version', 'Required parameter "version" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['bbox'] != null) { + queryParameters['bbox'] = requestParameters['bbox']; } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError('service', 'Required parameter "service" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['bgcolor'] != null) { + queryParameters['bgcolor'] = requestParameters['bgcolor']; } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['crs'] != null) { + queryParameters['crs'] = requestParameters['crs']; } - if (requestParameters['width'] == null) { - throw new runtime.RequiredError('width', 'Required parameter "width" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['elevation'] != null) { + queryParameters['elevation'] = requestParameters['elevation']; } - if (requestParameters['height'] == null) { - throw new runtime.RequiredError('height', 'Required parameter "height" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['exceptions'] != null) { + queryParameters['exceptions'] = requestParameters['exceptions']; } - if (requestParameters['bbox'] == null) { - throw new runtime.RequiredError('bbox', 'Required parameter "bbox" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['format'] != null) { + queryParameters['format'] = requestParameters['format']; } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError('format', 'Required parameter "format" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['height'] != null) { + queryParameters['height'] = requestParameters['height']; } - if (requestParameters['layers'] == null) { - throw new runtime.RequiredError('layers', 'Required parameter "layers" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['infoFormat'] != null) { + queryParameters['info_format'] = requestParameters['infoFormat']; } - if (requestParameters['styles'] == null) { - throw new runtime.RequiredError('styles', 'Required parameter "styles" was null or undefined when calling wmsMapHandler().'); + if (requestParameters['layer'] != null) { + queryParameters['layer'] = requestParameters['layer']; } - const queryParameters = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['layers'] != null) { + queryParameters['layers'] = requestParameters['layers']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['queryLayers'] != null) { + queryParameters['query_layers'] = requestParameters['queryLayers']; } if (requestParameters['request'] != null) { queryParameters['request'] = requestParameters['request']; } - if (requestParameters['width'] != null) { - queryParameters['width'] = requestParameters['width']; - } - if (requestParameters['height'] != null) { - queryParameters['height'] = requestParameters['height']; - } - if (requestParameters['bbox'] != null) { - queryParameters['bbox'] = requestParameters['bbox']; - } - if (requestParameters['format'] != null) { - queryParameters['format'] = requestParameters['format']; + if (requestParameters['service'] != null) { + queryParameters['service'] = requestParameters['service']; } - if (requestParameters['layers'] != null) { - queryParameters['layers'] = requestParameters['layers']; + if (requestParameters['sld'] != null) { + queryParameters['sld'] = requestParameters['sld']; } - if (requestParameters['crs'] != null) { - queryParameters['crs'] = requestParameters['crs']; + if (requestParameters['sldBody'] != null) { + queryParameters['sld_body'] = requestParameters['sldBody']; } if (requestParameters['styles'] != null) { queryParameters['styles'] = requestParameters['styles']; @@ -207,20 +91,11 @@ export class OGCWMSApi extends runtime.BaseAPI { if (requestParameters['transparent'] != null) { queryParameters['transparent'] = requestParameters['transparent']; } - if (requestParameters['bgcolor'] != null) { - queryParameters['bgcolor'] = requestParameters['bgcolor']; - } - if (requestParameters['sld'] != null) { - queryParameters['sld'] = requestParameters['sld']; - } - if (requestParameters['sldBody'] != null) { - queryParameters['sld_body'] = requestParameters['sldBody']; - } - if (requestParameters['elevation'] != null) { - queryParameters['elevation'] = requestParameters['elevation']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } - if (requestParameters['exceptions'] != null) { - queryParameters['exceptions'] = requestParameters['exceptions']; + if (requestParameters['width'] != null) { + queryParameters['width'] = requestParameters['width']; } const headerParameters = {}; if (this.configuration && this.configuration.accessToken) { @@ -230,7 +105,7 @@ export class OGCWMSApi extends runtime.BaseAPI { headerParameters["Authorization"] = `Bearer ${tokenString}`; } } - let urlPath = `/wms/{workflow}?request=GetMap`; + let urlPath = `/wms/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = yield this.request({ path: urlPath, @@ -238,16 +113,31 @@ export class OGCWMSApi extends runtime.BaseAPI { headers: headerParameters, query: queryParameters, }, initOverrides); - return new runtime.BlobApiResponse(response); + if (this.isJsonMime(response.headers.get('content-type'))) { + return new runtime.JSONApiResponse(response); + } + else { + return new runtime.TextApiResponse(response); + } }); } /** - * Get WMS Map + * OGC WMS endpoint */ - wmsMapHandler(requestParameters, initOverrides) { + wmsHandler(requestParameters, initOverrides) { return __awaiter(this, void 0, void 0, function* () { - const response = yield this.wmsMapHandlerRaw(requestParameters, initOverrides); + const response = yield this.wmsHandlerRaw(requestParameters, initOverrides); return yield response.value(); }); } } +/** + * @export + */ +export const WmsHandlerRequestEnum = { + GetCapabilities: 'GetCapabilities', + GetMap: 'GetMap', + GetFeatureInfo: 'GetFeatureInfo', + GetStyles: 'GetStyles', + GetLegendGraphic: 'GetLegendGraphic' +}; diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts deleted file mode 100644 index 4e593d5e..00000000 --- a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const DescribeCoverageRequest: { - readonly DescribeCoverage: "DescribeCoverage"; -}; -export type DescribeCoverageRequest = typeof DescribeCoverageRequest[keyof typeof DescribeCoverageRequest]; -export declare function instanceOfDescribeCoverageRequest(value: any): boolean; -export declare function DescribeCoverageRequestFromJSON(json: any): DescribeCoverageRequest; -export declare function DescribeCoverageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DescribeCoverageRequest; -export declare function DescribeCoverageRequestToJSON(value?: DescribeCoverageRequest | null): any; -export declare function DescribeCoverageRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): DescribeCoverageRequest; diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.js b/typescript/dist/esm/models/DescribeCoverageRequest.js deleted file mode 100644 index 88a1e506..00000000 --- a/typescript/dist/esm/models/DescribeCoverageRequest.js +++ /dev/null @@ -1,42 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export const DescribeCoverageRequest = { - DescribeCoverage: 'DescribeCoverage' -}; -export function instanceOfDescribeCoverageRequest(value) { - for (const key in DescribeCoverageRequest) { - if (Object.prototype.hasOwnProperty.call(DescribeCoverageRequest, key)) { - if (DescribeCoverageRequest[key] === value) { - return true; - } - } - } - return false; -} -export function DescribeCoverageRequestFromJSON(json) { - return DescribeCoverageRequestFromJSONTyped(json, false); -} -export function DescribeCoverageRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -export function DescribeCoverageRequestToJSON(value) { - return value; -} -export function DescribeCoverageRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts deleted file mode 100644 index c1309d45..00000000 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetCapabilitiesRequest: { - readonly GetCapabilities: "GetCapabilities"; -}; -export type GetCapabilitiesRequest = typeof GetCapabilitiesRequest[keyof typeof GetCapabilitiesRequest]; -export declare function instanceOfGetCapabilitiesRequest(value: any): boolean; -export declare function GetCapabilitiesRequestFromJSON(json: any): GetCapabilitiesRequest; -export declare function GetCapabilitiesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCapabilitiesRequest; -export declare function GetCapabilitiesRequestToJSON(value?: GetCapabilitiesRequest | null): any; -export declare function GetCapabilitiesRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCapabilitiesRequest; diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.js b/typescript/dist/esm/models/GetCapabilitiesRequest.js deleted file mode 100644 index 0340671b..00000000 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.js +++ /dev/null @@ -1,42 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export const GetCapabilitiesRequest = { - GetCapabilities: 'GetCapabilities' -}; -export function instanceOfGetCapabilitiesRequest(value) { - for (const key in GetCapabilitiesRequest) { - if (Object.prototype.hasOwnProperty.call(GetCapabilitiesRequest, key)) { - if (GetCapabilitiesRequest[key] === value) { - return true; - } - } - } - return false; -} -export function GetCapabilitiesRequestFromJSON(json) { - return GetCapabilitiesRequestFromJSONTyped(json, false); -} -export function GetCapabilitiesRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -export function GetCapabilitiesRequestToJSON(value) { - return value; -} -export function GetCapabilitiesRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/esm/models/GetCoverageRequest.d.ts b/typescript/dist/esm/models/GetCoverageRequest.d.ts deleted file mode 100644 index 66a5e4f4..00000000 --- a/typescript/dist/esm/models/GetCoverageRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetCoverageRequest: { - readonly GetCoverage: "GetCoverage"; -}; -export type GetCoverageRequest = typeof GetCoverageRequest[keyof typeof GetCoverageRequest]; -export declare function instanceOfGetCoverageRequest(value: any): boolean; -export declare function GetCoverageRequestFromJSON(json: any): GetCoverageRequest; -export declare function GetCoverageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCoverageRequest; -export declare function GetCoverageRequestToJSON(value?: GetCoverageRequest | null): any; -export declare function GetCoverageRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCoverageRequest; diff --git a/typescript/dist/esm/models/GetCoverageRequest.js b/typescript/dist/esm/models/GetCoverageRequest.js deleted file mode 100644 index 5545c08f..00000000 --- a/typescript/dist/esm/models/GetCoverageRequest.js +++ /dev/null @@ -1,42 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export const GetCoverageRequest = { - GetCoverage: 'GetCoverage' -}; -export function instanceOfGetCoverageRequest(value) { - for (const key in GetCoverageRequest) { - if (Object.prototype.hasOwnProperty.call(GetCoverageRequest, key)) { - if (GetCoverageRequest[key] === value) { - return true; - } - } - } - return false; -} -export function GetCoverageRequestFromJSON(json) { - return GetCoverageRequestFromJSONTyped(json, false); -} -export function GetCoverageRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -export function GetCoverageRequestToJSON(value) { - return value; -} -export function GetCoverageRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts deleted file mode 100644 index d05f4a02..00000000 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetLegendGraphicRequest: { - readonly GetLegendGraphic: "GetLegendGraphic"; -}; -export type GetLegendGraphicRequest = typeof GetLegendGraphicRequest[keyof typeof GetLegendGraphicRequest]; -export declare function instanceOfGetLegendGraphicRequest(value: any): boolean; -export declare function GetLegendGraphicRequestFromJSON(json: any): GetLegendGraphicRequest; -export declare function GetLegendGraphicRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLegendGraphicRequest; -export declare function GetLegendGraphicRequestToJSON(value?: GetLegendGraphicRequest | null): any; -export declare function GetLegendGraphicRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetLegendGraphicRequest; diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.js b/typescript/dist/esm/models/GetLegendGraphicRequest.js deleted file mode 100644 index 7e9993fb..00000000 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.js +++ /dev/null @@ -1,42 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export const GetLegendGraphicRequest = { - GetLegendGraphic: 'GetLegendGraphic' -}; -export function instanceOfGetLegendGraphicRequest(value) { - for (const key in GetLegendGraphicRequest) { - if (Object.prototype.hasOwnProperty.call(GetLegendGraphicRequest, key)) { - if (GetLegendGraphicRequest[key] === value) { - return true; - } - } - } - return false; -} -export function GetLegendGraphicRequestFromJSON(json) { - return GetLegendGraphicRequestFromJSONTyped(json, false); -} -export function GetLegendGraphicRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -export function GetLegendGraphicRequestToJSON(value) { - return value; -} -export function GetLegendGraphicRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/esm/models/GetMapRequest.d.ts b/typescript/dist/esm/models/GetMapRequest.d.ts deleted file mode 100644 index 04c01ac6..00000000 --- a/typescript/dist/esm/models/GetMapRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetMapRequest: { - readonly GetMap: "GetMap"; -}; -export type GetMapRequest = typeof GetMapRequest[keyof typeof GetMapRequest]; -export declare function instanceOfGetMapRequest(value: any): boolean; -export declare function GetMapRequestFromJSON(json: any): GetMapRequest; -export declare function GetMapRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMapRequest; -export declare function GetMapRequestToJSON(value?: GetMapRequest | null): any; -export declare function GetMapRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetMapRequest; diff --git a/typescript/dist/esm/models/GetMapRequest.js b/typescript/dist/esm/models/GetMapRequest.js deleted file mode 100644 index 37ba3276..00000000 --- a/typescript/dist/esm/models/GetMapRequest.js +++ /dev/null @@ -1,42 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export const GetMapRequest = { - GetMap: 'GetMap' -}; -export function instanceOfGetMapRequest(value) { - for (const key in GetMapRequest) { - if (Object.prototype.hasOwnProperty.call(GetMapRequest, key)) { - if (GetMapRequest[key] === value) { - return true; - } - } - } - return false; -} -export function GetMapRequestFromJSON(json) { - return GetMapRequestFromJSONTyped(json, false); -} -export function GetMapRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -export function GetMapRequestToJSON(value) { - return value; -} -export function GetMapRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index a87e8627..74643149 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -39,7 +39,6 @@ export * from './DatasetNameResponse'; export * from './DatasetResource'; export * from './DerivedColor'; export * from './DerivedNumber'; -export * from './DescribeCoverageRequest'; export * from './EbvPortalDataProviderDefinition'; export * from './EdrDataProviderDefinition'; export * from './EdrVectorSpec'; @@ -63,14 +62,10 @@ export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; -export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; -export * from './GetCoverageRequest'; export * from './GetFeatureRequest'; -export * from './GetLegendGraphicRequest'; export * from './GetMapExceptionFormat'; export * from './GetMapFormat'; -export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index fb12b954..b198b263 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -41,7 +41,6 @@ export * from './DatasetNameResponse'; export * from './DatasetResource'; export * from './DerivedColor'; export * from './DerivedNumber'; -export * from './DescribeCoverageRequest'; export * from './EbvPortalDataProviderDefinition'; export * from './EdrDataProviderDefinition'; export * from './EdrVectorSpec'; @@ -65,14 +64,10 @@ export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; -export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; -export * from './GetCoverageRequest'; export * from './GetFeatureRequest'; -export * from './GetLegendGraphicRequest'; export * from './GetMapExceptionFormat'; export * from './GetMapFormat'; -export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; diff --git a/typescript/dist/models/DescribeCoverageRequest.d.ts b/typescript/dist/models/DescribeCoverageRequest.d.ts deleted file mode 100644 index 4e593d5e..00000000 --- a/typescript/dist/models/DescribeCoverageRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const DescribeCoverageRequest: { - readonly DescribeCoverage: "DescribeCoverage"; -}; -export type DescribeCoverageRequest = typeof DescribeCoverageRequest[keyof typeof DescribeCoverageRequest]; -export declare function instanceOfDescribeCoverageRequest(value: any): boolean; -export declare function DescribeCoverageRequestFromJSON(json: any): DescribeCoverageRequest; -export declare function DescribeCoverageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DescribeCoverageRequest; -export declare function DescribeCoverageRequestToJSON(value?: DescribeCoverageRequest | null): any; -export declare function DescribeCoverageRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): DescribeCoverageRequest; diff --git a/typescript/dist/models/DescribeCoverageRequest.js b/typescript/dist/models/DescribeCoverageRequest.js deleted file mode 100644 index 298f1fb2..00000000 --- a/typescript/dist/models/DescribeCoverageRequest.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DescribeCoverageRequest = void 0; -exports.instanceOfDescribeCoverageRequest = instanceOfDescribeCoverageRequest; -exports.DescribeCoverageRequestFromJSON = DescribeCoverageRequestFromJSON; -exports.DescribeCoverageRequestFromJSONTyped = DescribeCoverageRequestFromJSONTyped; -exports.DescribeCoverageRequestToJSON = DescribeCoverageRequestToJSON; -exports.DescribeCoverageRequestToJSONTyped = DescribeCoverageRequestToJSONTyped; -/** - * - * @export - */ -exports.DescribeCoverageRequest = { - DescribeCoverage: 'DescribeCoverage' -}; -function instanceOfDescribeCoverageRequest(value) { - for (const key in exports.DescribeCoverageRequest) { - if (Object.prototype.hasOwnProperty.call(exports.DescribeCoverageRequest, key)) { - if (exports.DescribeCoverageRequest[key] === value) { - return true; - } - } - } - return false; -} -function DescribeCoverageRequestFromJSON(json) { - return DescribeCoverageRequestFromJSONTyped(json, false); -} -function DescribeCoverageRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function DescribeCoverageRequestToJSON(value) { - return value; -} -function DescribeCoverageRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/GetCapabilitiesRequest.d.ts b/typescript/dist/models/GetCapabilitiesRequest.d.ts deleted file mode 100644 index c1309d45..00000000 --- a/typescript/dist/models/GetCapabilitiesRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetCapabilitiesRequest: { - readonly GetCapabilities: "GetCapabilities"; -}; -export type GetCapabilitiesRequest = typeof GetCapabilitiesRequest[keyof typeof GetCapabilitiesRequest]; -export declare function instanceOfGetCapabilitiesRequest(value: any): boolean; -export declare function GetCapabilitiesRequestFromJSON(json: any): GetCapabilitiesRequest; -export declare function GetCapabilitiesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCapabilitiesRequest; -export declare function GetCapabilitiesRequestToJSON(value?: GetCapabilitiesRequest | null): any; -export declare function GetCapabilitiesRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCapabilitiesRequest; diff --git a/typescript/dist/models/GetCapabilitiesRequest.js b/typescript/dist/models/GetCapabilitiesRequest.js deleted file mode 100644 index 86140489..00000000 --- a/typescript/dist/models/GetCapabilitiesRequest.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetCapabilitiesRequest = void 0; -exports.instanceOfGetCapabilitiesRequest = instanceOfGetCapabilitiesRequest; -exports.GetCapabilitiesRequestFromJSON = GetCapabilitiesRequestFromJSON; -exports.GetCapabilitiesRequestFromJSONTyped = GetCapabilitiesRequestFromJSONTyped; -exports.GetCapabilitiesRequestToJSON = GetCapabilitiesRequestToJSON; -exports.GetCapabilitiesRequestToJSONTyped = GetCapabilitiesRequestToJSONTyped; -/** - * - * @export - */ -exports.GetCapabilitiesRequest = { - GetCapabilities: 'GetCapabilities' -}; -function instanceOfGetCapabilitiesRequest(value) { - for (const key in exports.GetCapabilitiesRequest) { - if (Object.prototype.hasOwnProperty.call(exports.GetCapabilitiesRequest, key)) { - if (exports.GetCapabilitiesRequest[key] === value) { - return true; - } - } - } - return false; -} -function GetCapabilitiesRequestFromJSON(json) { - return GetCapabilitiesRequestFromJSONTyped(json, false); -} -function GetCapabilitiesRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetCapabilitiesRequestToJSON(value) { - return value; -} -function GetCapabilitiesRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/GetCoverageRequest.d.ts b/typescript/dist/models/GetCoverageRequest.d.ts deleted file mode 100644 index 66a5e4f4..00000000 --- a/typescript/dist/models/GetCoverageRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetCoverageRequest: { - readonly GetCoverage: "GetCoverage"; -}; -export type GetCoverageRequest = typeof GetCoverageRequest[keyof typeof GetCoverageRequest]; -export declare function instanceOfGetCoverageRequest(value: any): boolean; -export declare function GetCoverageRequestFromJSON(json: any): GetCoverageRequest; -export declare function GetCoverageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCoverageRequest; -export declare function GetCoverageRequestToJSON(value?: GetCoverageRequest | null): any; -export declare function GetCoverageRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCoverageRequest; diff --git a/typescript/dist/models/GetCoverageRequest.js b/typescript/dist/models/GetCoverageRequest.js deleted file mode 100644 index ee1cab10..00000000 --- a/typescript/dist/models/GetCoverageRequest.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetCoverageRequest = void 0; -exports.instanceOfGetCoverageRequest = instanceOfGetCoverageRequest; -exports.GetCoverageRequestFromJSON = GetCoverageRequestFromJSON; -exports.GetCoverageRequestFromJSONTyped = GetCoverageRequestFromJSONTyped; -exports.GetCoverageRequestToJSON = GetCoverageRequestToJSON; -exports.GetCoverageRequestToJSONTyped = GetCoverageRequestToJSONTyped; -/** - * - * @export - */ -exports.GetCoverageRequest = { - GetCoverage: 'GetCoverage' -}; -function instanceOfGetCoverageRequest(value) { - for (const key in exports.GetCoverageRequest) { - if (Object.prototype.hasOwnProperty.call(exports.GetCoverageRequest, key)) { - if (exports.GetCoverageRequest[key] === value) { - return true; - } - } - } - return false; -} -function GetCoverageRequestFromJSON(json) { - return GetCoverageRequestFromJSONTyped(json, false); -} -function GetCoverageRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetCoverageRequestToJSON(value) { - return value; -} -function GetCoverageRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/GetLegendGraphicRequest.d.ts b/typescript/dist/models/GetLegendGraphicRequest.d.ts deleted file mode 100644 index d05f4a02..00000000 --- a/typescript/dist/models/GetLegendGraphicRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetLegendGraphicRequest: { - readonly GetLegendGraphic: "GetLegendGraphic"; -}; -export type GetLegendGraphicRequest = typeof GetLegendGraphicRequest[keyof typeof GetLegendGraphicRequest]; -export declare function instanceOfGetLegendGraphicRequest(value: any): boolean; -export declare function GetLegendGraphicRequestFromJSON(json: any): GetLegendGraphicRequest; -export declare function GetLegendGraphicRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLegendGraphicRequest; -export declare function GetLegendGraphicRequestToJSON(value?: GetLegendGraphicRequest | null): any; -export declare function GetLegendGraphicRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetLegendGraphicRequest; diff --git a/typescript/dist/models/GetLegendGraphicRequest.js b/typescript/dist/models/GetLegendGraphicRequest.js deleted file mode 100644 index fc387813..00000000 --- a/typescript/dist/models/GetLegendGraphicRequest.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetLegendGraphicRequest = void 0; -exports.instanceOfGetLegendGraphicRequest = instanceOfGetLegendGraphicRequest; -exports.GetLegendGraphicRequestFromJSON = GetLegendGraphicRequestFromJSON; -exports.GetLegendGraphicRequestFromJSONTyped = GetLegendGraphicRequestFromJSONTyped; -exports.GetLegendGraphicRequestToJSON = GetLegendGraphicRequestToJSON; -exports.GetLegendGraphicRequestToJSONTyped = GetLegendGraphicRequestToJSONTyped; -/** - * - * @export - */ -exports.GetLegendGraphicRequest = { - GetLegendGraphic: 'GetLegendGraphic' -}; -function instanceOfGetLegendGraphicRequest(value) { - for (const key in exports.GetLegendGraphicRequest) { - if (Object.prototype.hasOwnProperty.call(exports.GetLegendGraphicRequest, key)) { - if (exports.GetLegendGraphicRequest[key] === value) { - return true; - } - } - } - return false; -} -function GetLegendGraphicRequestFromJSON(json) { - return GetLegendGraphicRequestFromJSONTyped(json, false); -} -function GetLegendGraphicRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetLegendGraphicRequestToJSON(value) { - return value; -} -function GetLegendGraphicRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/GetMapRequest.d.ts b/typescript/dist/models/GetMapRequest.d.ts deleted file mode 100644 index 04c01ac6..00000000 --- a/typescript/dist/models/GetMapRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetMapRequest: { - readonly GetMap: "GetMap"; -}; -export type GetMapRequest = typeof GetMapRequest[keyof typeof GetMapRequest]; -export declare function instanceOfGetMapRequest(value: any): boolean; -export declare function GetMapRequestFromJSON(json: any): GetMapRequest; -export declare function GetMapRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMapRequest; -export declare function GetMapRequestToJSON(value?: GetMapRequest | null): any; -export declare function GetMapRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetMapRequest; diff --git a/typescript/dist/models/GetMapRequest.js b/typescript/dist/models/GetMapRequest.js deleted file mode 100644 index c2fc2999..00000000 --- a/typescript/dist/models/GetMapRequest.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetMapRequest = void 0; -exports.instanceOfGetMapRequest = instanceOfGetMapRequest; -exports.GetMapRequestFromJSON = GetMapRequestFromJSON; -exports.GetMapRequestFromJSONTyped = GetMapRequestFromJSONTyped; -exports.GetMapRequestToJSON = GetMapRequestToJSON; -exports.GetMapRequestToJSONTyped = GetMapRequestToJSONTyped; -/** - * - * @export - */ -exports.GetMapRequest = { - GetMap: 'GetMap' -}; -function instanceOfGetMapRequest(value) { - for (const key in exports.GetMapRequest) { - if (Object.prototype.hasOwnProperty.call(exports.GetMapRequest, key)) { - if (exports.GetMapRequest[key] === value) { - return true; - } - } - } - return false; -} -function GetMapRequestFromJSON(json) { - return GetMapRequestFromJSONTyped(json, false); -} -function GetMapRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetMapRequestToJSON(value) { - return value; -} -function GetMapRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index a87e8627..74643149 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -39,7 +39,6 @@ export * from './DatasetNameResponse'; export * from './DatasetResource'; export * from './DerivedColor'; export * from './DerivedNumber'; -export * from './DescribeCoverageRequest'; export * from './EbvPortalDataProviderDefinition'; export * from './EdrDataProviderDefinition'; export * from './EdrVectorSpec'; @@ -63,14 +62,10 @@ export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; -export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; -export * from './GetCoverageRequest'; export * from './GetFeatureRequest'; -export * from './GetLegendGraphicRequest'; export * from './GetMapExceptionFormat'; export * from './GetMapFormat'; -export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index d057d242..0870f7a8 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -57,7 +57,6 @@ __exportStar(require("./DatasetNameResponse"), exports); __exportStar(require("./DatasetResource"), exports); __exportStar(require("./DerivedColor"), exports); __exportStar(require("./DerivedNumber"), exports); -__exportStar(require("./DescribeCoverageRequest"), exports); __exportStar(require("./EbvPortalDataProviderDefinition"), exports); __exportStar(require("./EdrDataProviderDefinition"), exports); __exportStar(require("./EdrVectorSpec"), exports); @@ -81,14 +80,10 @@ __exportStar(require("./GdalSourceTimePlaceholder"), exports); __exportStar(require("./GeoJson"), exports); __exportStar(require("./GeoTransform"), exports); __exportStar(require("./GetCapabilitiesFormat"), exports); -__exportStar(require("./GetCapabilitiesRequest"), exports); __exportStar(require("./GetCoverageFormat"), exports); -__exportStar(require("./GetCoverageRequest"), exports); __exportStar(require("./GetFeatureRequest"), exports); -__exportStar(require("./GetLegendGraphicRequest"), exports); __exportStar(require("./GetMapExceptionFormat"), exports); __exportStar(require("./GetMapFormat"), exports); -__exportStar(require("./GetMapRequest"), exports); __exportStar(require("./GfbioAbcdDataProviderDefinition"), exports); __exportStar(require("./GfbioCollectionsDataProviderDefinition"), exports); __exportStar(require("./GridBoundingBox2D"), exports); diff --git a/typescript/docs/OGCWCSApi.md b/typescript/docs/OGCWCSApi.md index aa49fe9b..4492bb5b 100644 --- a/typescript/docs/OGCWCSApi.md +++ b/typescript/docs/OGCWCSApi.md @@ -4,17 +4,15 @@ All URIs are relative to *https://geoengine.io/api* | Method | HTTP request | Description | |------------- | ------------- | -------------| -| [**wcsCapabilitiesHandler**](OGCWCSApi.md#wcscapabilitieshandler) | **GET** /wcs/{workflow}?request=GetCapabilities | Get WCS Capabilities | -| [**wcsDescribeCoverageHandler**](OGCWCSApi.md#wcsdescribecoveragehandler) | **GET** /wcs/{workflow}?request=DescribeCoverage | Get WCS Coverage Description | -| [**wcsGetCoverageHandler**](OGCWCSApi.md#wcsgetcoveragehandler) | **GET** /wcs/{workflow}?request=GetCoverage | Get WCS Coverage | +| [**wcsHandler**](OGCWCSApi.md#wcshandler) | **GET** /wcs/{workflow} | OGC WCS endpoint | -## wcsCapabilitiesHandler +## wcsHandler -> string wcsCapabilitiesHandler(workflow, service, request, version) +> string wcsHandler(workflow, request, boundingbox, format, gridbasecrs, gridoffsets, gridorigin, identifier, identifiers, nodatavalue, resx, resy, service, time, version) -Get WCS Capabilities +OGC WCS endpoint ### Example @@ -23,7 +21,7 @@ import { Configuration, OGCWCSApi, } from '@geoengine/openapi-client'; -import type { WcsCapabilitiesHandlerRequest } from '@geoengine/openapi-client'; +import type { WcsHandlerRequest } from '@geoengine/openapi-client'; async function example() { console.log("🚀 Testing @geoengine/openapi-client SDK..."); @@ -36,195 +34,38 @@ async function example() { const body = { // string | Workflow id workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WcsService - service: ..., - // GetCapabilitiesRequest - request: ..., - // WcsVersion (optional) - version: ..., - } satisfies WcsCapabilitiesHandlerRequest; - - try { - const data = await api.wcsCapabilitiesHandler(body); - console.log(data); - } catch (error) { - console.error(error); - } -} - -// Run the test -example().catch(console.error); -``` - -### Parameters - - -| Name | Type | Description | Notes | -|------------- | ------------- | ------------- | -------------| -| **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **service** | `WcsService` | | [Defaults to `undefined`] [Enum: WCS] | -| **request** | `GetCapabilitiesRequest` | | [Defaults to `undefined`] [Enum: GetCapabilities] | -| **version** | `WcsVersion` | | [Optional] [Defaults to `undefined`] [Enum: 1.1.0, 1.1.1] | - -### Return type - -**string** - -### Authorization - -[session_token](../README.md#session_token) - -### HTTP request headers - -- **Content-Type**: Not defined -- **Accept**: `text/xml` - - -### HTTP response details -| Status code | Description | Response headers | -|-------------|-------------|------------------| -| **200** | OK | - | - -[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) - - -## wcsDescribeCoverageHandler - -> string wcsDescribeCoverageHandler(workflow, version, service, request, identifiers) - -Get WCS Coverage Description - -### Example - -```ts -import { - Configuration, - OGCWCSApi, -} from '@geoengine/openapi-client'; -import type { WcsDescribeCoverageHandlerRequest } from '@geoengine/openapi-client'; - -async function example() { - console.log("🚀 Testing @geoengine/openapi-client SDK..."); - const config = new Configuration({ - // Configure HTTP bearer authorization: session_token - accessToken: "YOUR BEARER TOKEN", - }); - const api = new OGCWCSApi(config); - - const body = { - // string | Workflow id - workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WcsVersion - version: ..., - // WcsService - service: ..., - // DescribeCoverageRequest - request: ..., - // string - identifiers: , - } satisfies WcsDescribeCoverageHandlerRequest; - - try { - const data = await api.wcsDescribeCoverageHandler(body); - console.log(data); - } catch (error) { - console.error(error); - } -} - -// Run the test -example().catch(console.error); -``` - -### Parameters - - -| Name | Type | Description | Notes | -|------------- | ------------- | ------------- | -------------| -| **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **version** | `WcsVersion` | | [Defaults to `undefined`] [Enum: 1.1.0, 1.1.1] | -| **service** | `WcsService` | | [Defaults to `undefined`] [Enum: WCS] | -| **request** | `DescribeCoverageRequest` | | [Defaults to `undefined`] [Enum: DescribeCoverage] | -| **identifiers** | `string` | | [Defaults to `undefined`] | - -### Return type - -**string** - -### Authorization - -[session_token](../README.md#session_token) - -### HTTP request headers - -- **Content-Type**: Not defined -- **Accept**: `text/xml` - - -### HTTP response details -| Status code | Description | Response headers | -|-------------|-------------|------------------| -| **200** | OK | - | - -[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) - - -## wcsGetCoverageHandler - -> Blob wcsGetCoverageHandler(workflow, version, service, request, format, identifier, boundingbox, gridbasecrs, gridorigin, gridoffsets, time, resx, resy, nodatavalue) - -Get WCS Coverage - -### Example - -```ts -import { - Configuration, - OGCWCSApi, -} from '@geoengine/openapi-client'; -import type { WcsGetCoverageHandlerRequest } from '@geoengine/openapi-client'; - -async function example() { - console.log("🚀 Testing @geoengine/openapi-client SDK..."); - const config = new Configuration({ - // Configure HTTP bearer authorization: session_token - accessToken: "YOUR BEARER TOKEN", - }); - const api = new OGCWCSApi(config); - - const body = { - // string | Workflow id - workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WcsVersion - version: ..., - // WcsService - service: ..., - // GetCoverageRequest - request: ..., - // GetCoverageFormat - format: ..., - // string - identifier: , - // string + // 'GetCapabilGetCapabilitiesities' | 'DescribeCoverage' | 'GetCoverage' | type of WMS request + request: request_example, + // string (optional) boundingbox: -90,-180,90,180,urn:ogc:def:crs:EPSG::4326, - // string + // GetCoverageFormat (optional) + format: ..., + // string (optional) gridbasecrs: urn:ogc:def:crs:EPSG::4326, // string (optional) + gridoffsets: -0.1,0.1, + // string (optional) gridorigin: 90,-180, // string (optional) - gridoffsets: -0.1,0.1, + identifier: , // string (optional) - time: time_example, + identifiers: , + // number (optional) + nodatavalue: 1.2, // number (optional) resx: 1.2, // number (optional) resy: 1.2, - // number (optional) - nodatavalue: 1.2, - } satisfies WcsGetCoverageHandlerRequest; + // WcsService (optional) + service: ..., + // string (optional) + time: time_example, + // WcsVersion (optional) + version: ..., + } satisfies WcsHandlerRequest; try { - const data = await api.wcsGetCoverageHandler(body); + const data = await api.wcsHandler(body); console.log(data); } catch (error) { console.error(error); @@ -241,23 +82,24 @@ example().catch(console.error); | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **version** | `WcsVersion` | | [Defaults to `undefined`] [Enum: 1.1.0, 1.1.1] | -| **service** | `WcsService` | | [Defaults to `undefined`] [Enum: WCS] | -| **request** | `GetCoverageRequest` | | [Defaults to `undefined`] [Enum: GetCoverage] | -| **format** | `GetCoverageFormat` | | [Defaults to `undefined`] [Enum: image/tiff] | -| **identifier** | `string` | | [Defaults to `undefined`] | -| **boundingbox** | `string` | | [Defaults to `undefined`] | -| **gridbasecrs** | `string` | | [Defaults to `undefined`] | -| **gridorigin** | `string` | | [Optional] [Defaults to `undefined`] | +| **request** | `GetCapabilGetCapabilitiesities`, `DescribeCoverage`, `GetCoverage` | type of WMS request | [Defaults to `undefined`] [Enum: GetCapabilGetCapabilitiesities, DescribeCoverage, GetCoverage] | +| **boundingbox** | `string` | | [Optional] [Defaults to `undefined`] | +| **format** | `GetCoverageFormat` | | [Optional] [Defaults to `undefined`] [Enum: image/tiff] | +| **gridbasecrs** | `string` | | [Optional] [Defaults to `undefined`] | | **gridoffsets** | `string` | | [Optional] [Defaults to `undefined`] | -| **time** | `string` | | [Optional] [Defaults to `undefined`] | +| **gridorigin** | `string` | | [Optional] [Defaults to `undefined`] | +| **identifier** | `string` | | [Optional] [Defaults to `undefined`] | +| **identifiers** | `string` | | [Optional] [Defaults to `undefined`] | +| **nodatavalue** | `number` | | [Optional] [Defaults to `undefined`] | | **resx** | `number` | | [Optional] [Defaults to `undefined`] | | **resy** | `number` | | [Optional] [Defaults to `undefined`] | -| **nodatavalue** | `number` | | [Optional] [Defaults to `undefined`] | +| **service** | `WcsService` | | [Optional] [Defaults to `undefined`] [Enum: WCS] | +| **time** | `string` | | [Optional] [Defaults to `undefined`] | +| **version** | `WcsVersion` | | [Optional] [Defaults to `undefined`] [Enum: 1.1.0, 1.1.1] | ### Return type -**Blob** +**string** ### Authorization @@ -266,13 +108,13 @@ example().catch(console.error); ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: `image/png` +- **Accept**: `text/xml` ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | PNG Image | - | +| **200** | OK | - | [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) diff --git a/typescript/docs/OGCWFSApi.md b/typescript/docs/OGCWFSApi.md index f60d257f..6288e64b 100644 --- a/typescript/docs/OGCWFSApi.md +++ b/typescript/docs/OGCWFSApi.md @@ -4,16 +4,15 @@ All URIs are relative to *https://geoengine.io/api* | Method | HTTP request | Description | |------------- | ------------- | -------------| -| [**wfsCapabilitiesHandler**](OGCWFSApi.md#wfscapabilitieshandler) | **GET** /wfs/{workflow}?request=GetCapabilities | Get WFS Capabilities | -| [**wfsFeatureHandler**](OGCWFSApi.md#wfsfeaturehandler) | **GET** /wfs/{workflow}?request=GetFeature | Get WCS Features | +| [**wfsHandler**](OGCWFSApi.md#wfshandler) | **GET** /wfs/{workflow} | OGC WFS endpoint | -## wfsCapabilitiesHandler +## wfsHandler -> string wfsCapabilitiesHandler(workflow, version, service, request) +> GeoJson wfsHandler(workflow, request, bbox, count, filter, namespaces, propertyName, resultType, service, sortBy, srsName, time, typeNames, version) -Get WFS Capabilities +OGC WFS endpoint ### Example @@ -22,7 +21,7 @@ import { Configuration, OGCWFSApi, } from '@geoengine/openapi-client'; -import type { WfsCapabilitiesHandlerRequest } from '@geoengine/openapi-client'; +import type { WfsHandlerRequest } from '@geoengine/openapi-client'; async function example() { console.log("🚀 Testing @geoengine/openapi-client SDK..."); @@ -35,116 +34,36 @@ async function example() { const body = { // string | Workflow id workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WfsVersion - version: ..., - // WfsService - service: ..., - // GetCapabilitiesRequest - request: ..., - } satisfies WfsCapabilitiesHandlerRequest; - - try { - const data = await api.wfsCapabilitiesHandler(body); - console.log(data); - } catch (error) { - console.error(error); - } -} - -// Run the test -example().catch(console.error); -``` - -### Parameters - - -| Name | Type | Description | Notes | -|------------- | ------------- | ------------- | -------------| -| **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **version** | `WfsVersion` | | [Defaults to `undefined`] [Enum: 2.0.0] | -| **service** | `WfsService` | | [Defaults to `undefined`] [Enum: WFS] | -| **request** | `GetCapabilitiesRequest` | | [Defaults to `undefined`] [Enum: GetCapabilities] | - -### Return type - -**string** - -### Authorization - -[session_token](../README.md#session_token) - -### HTTP request headers - -- **Content-Type**: Not defined -- **Accept**: `text/xml` - - -### HTTP response details -| Status code | Description | Response headers | -|-------------|-------------|------------------| -| **200** | OK | - | - -[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) - - -## wfsFeatureHandler - -> GeoJson wfsFeatureHandler(workflow, service, request, typeNames, bbox, version, time, srsName, namespaces, count, sortBy, resultType, filter, propertyName, queryResolution) - -Get WCS Features - -### Example - -```ts -import { - Configuration, - OGCWFSApi, -} from '@geoengine/openapi-client'; -import type { WfsFeatureHandlerRequest } from '@geoengine/openapi-client'; - -async function example() { - console.log("🚀 Testing @geoengine/openapi-client SDK..."); - const config = new Configuration({ - // Configure HTTP bearer authorization: session_token - accessToken: "YOUR BEARER TOKEN", - }); - const api = new OGCWFSApi(config); - - const body = { - // string | Workflow id - workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WfsService - service: ..., - // GetFeatureRequest - request: ..., - // string - typeNames: , - // string - bbox: -90,-180,90,180, - // WfsVersion (optional) - version: ..., + // 'GetCapabilities' | 'GetFeature' | type of WFS request + request: request_example, // string (optional) - time: 2014-04-01T12:00:00.000Z, + bbox: -90,-180,90,180, + // number (optional) + count: 789, // string (optional) - srsName: EPSG:4326, + filter: filter_example, // string (optional) namespaces: namespaces_example, - // number (optional) - count: 789, // string (optional) - sortBy: sortBy_example, + propertyName: propertyName_example, // string (optional) resultType: resultType_example, + // WfsService (optional) + service: ..., // string (optional) - filter: filter_example, + sortBy: sortBy_example, // string (optional) - propertyName: propertyName_example, - // string | Vendor parameter for specifying a spatial query resolution (optional) - queryResolution: queryResolution_example, - } satisfies WfsFeatureHandlerRequest; + srsName: EPSG:4326, + // string (optional) + time: 2014-04-01T12:00:00.000Z, + // string (optional) + typeNames: , + // WfsVersion (optional) + version: ..., + } satisfies WfsHandlerRequest; try { - const data = await api.wfsFeatureHandler(body); + const data = await api.wfsHandler(body); console.log(data); } catch (error) { console.error(error); @@ -161,20 +80,19 @@ example().catch(console.error); | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **service** | `WfsService` | | [Defaults to `undefined`] [Enum: WFS] | -| **request** | `GetFeatureRequest` | | [Defaults to `undefined`] [Enum: GetFeature] | -| **typeNames** | `string` | | [Defaults to `undefined`] | -| **bbox** | `string` | | [Defaults to `undefined`] | -| **version** | `WfsVersion` | | [Optional] [Defaults to `undefined`] [Enum: 2.0.0] | -| **time** | `string` | | [Optional] [Defaults to `undefined`] | -| **srsName** | `string` | | [Optional] [Defaults to `undefined`] | -| **namespaces** | `string` | | [Optional] [Defaults to `undefined`] | +| **request** | `GetCapabilities`, `GetFeature` | type of WFS request | [Defaults to `undefined`] [Enum: GetCapabilities, GetFeature] | +| **bbox** | `string` | | [Optional] [Defaults to `undefined`] | | **count** | `number` | | [Optional] [Defaults to `undefined`] | -| **sortBy** | `string` | | [Optional] [Defaults to `undefined`] | -| **resultType** | `string` | | [Optional] [Defaults to `undefined`] | | **filter** | `string` | | [Optional] [Defaults to `undefined`] | +| **namespaces** | `string` | | [Optional] [Defaults to `undefined`] | | **propertyName** | `string` | | [Optional] [Defaults to `undefined`] | -| **queryResolution** | `string` | Vendor parameter for specifying a spatial query resolution | [Optional] [Defaults to `undefined`] | +| **resultType** | `string` | | [Optional] [Defaults to `undefined`] | +| **service** | `WfsService` | | [Optional] [Defaults to `undefined`] [Enum: WFS] | +| **sortBy** | `string` | | [Optional] [Defaults to `undefined`] | +| **srsName** | `string` | | [Optional] [Defaults to `undefined`] | +| **time** | `string` | | [Optional] [Defaults to `undefined`] | +| **typeNames** | `string` | | [Optional] [Defaults to `undefined`] | +| **version** | `WfsVersion` | | [Optional] [Defaults to `undefined`] [Enum: 2.0.0] | ### Return type diff --git a/typescript/docs/OGCWMSApi.md b/typescript/docs/OGCWMSApi.md index 4741944d..ca2643ed 100644 --- a/typescript/docs/OGCWMSApi.md +++ b/typescript/docs/OGCWMSApi.md @@ -4,17 +4,15 @@ All URIs are relative to *https://geoengine.io/api* | Method | HTTP request | Description | |------------- | ------------- | -------------| -| [**wmsCapabilitiesHandler**](OGCWMSApi.md#wmscapabilitieshandler) | **GET** /wms/{workflow}?request=GetCapabilities | Get WMS Capabilities | -| [**wmsLegendGraphicHandler**](OGCWMSApi.md#wmslegendgraphichandler) | **GET** /wms/{workflow}?request=GetLegendGraphic | Get WMS Legend Graphic | -| [**wmsMapHandler**](OGCWMSApi.md#wmsmaphandler) | **GET** /wms/{workflow}?request=GetMap | Get WMS Map | +| [**wmsHandler**](OGCWMSApi.md#wmshandler) | **GET** /wms/{workflow} | OGC WMS endpoint | -## wmsCapabilitiesHandler +## wmsHandler -> string wmsCapabilitiesHandler(workflow, version, service, request, format) +> string wmsHandler(workflow, request, bbox, bgcolor, crs, elevation, exceptions, format, height, infoFormat, layer, layers, queryLayers, service, sld, sldBody, styles, time, transparent, version, width) -Get WMS Capabilities +OGC WMS endpoint ### Example @@ -23,7 +21,7 @@ import { Configuration, OGCWMSApi, } from '@geoengine/openapi-client'; -import type { WmsCapabilitiesHandlerRequest } from '@geoengine/openapi-client'; +import type { WmsHandlerRequest } from '@geoengine/openapi-client'; async function example() { console.log("🚀 Testing @geoengine/openapi-client SDK..."); @@ -36,206 +34,50 @@ async function example() { const body = { // string | Workflow id workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WmsVersion - version: ..., - // WmsService - service: ..., - // GetCapabilitiesRequest - request: ..., - // GetCapabilitiesFormat - format: ..., - } satisfies WmsCapabilitiesHandlerRequest; - - try { - const data = await api.wmsCapabilitiesHandler(body); - console.log(data); - } catch (error) { - console.error(error); - } -} - -// Run the test -example().catch(console.error); -``` - -### Parameters - - -| Name | Type | Description | Notes | -|------------- | ------------- | ------------- | -------------| -| **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **version** | `WmsVersion` | | [Defaults to `undefined`] [Enum: 1.3.0] | -| **service** | `WmsService` | | [Defaults to `undefined`] [Enum: WMS] | -| **request** | `GetCapabilitiesRequest` | | [Defaults to `undefined`] [Enum: GetCapabilities] | -| **format** | `GetCapabilitiesFormat` | | [Defaults to `undefined`] [Enum: text/xml] | - -### Return type - -**string** - -### Authorization - -[session_token](../README.md#session_token) - -### HTTP request headers - -- **Content-Type**: Not defined -- **Accept**: `text/xml` - - -### HTTP response details -| Status code | Description | Response headers | -|-------------|-------------|------------------| -| **200** | OK | - | - -[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) - - -## wmsLegendGraphicHandler - -> wmsLegendGraphicHandler(workflow, version, service, request, layer) - -Get WMS Legend Graphic - -### Example - -```ts -import { - Configuration, - OGCWMSApi, -} from '@geoengine/openapi-client'; -import type { WmsLegendGraphicHandlerRequest } from '@geoengine/openapi-client'; - -async function example() { - console.log("🚀 Testing @geoengine/openapi-client SDK..."); - const config = new Configuration({ - // Configure HTTP bearer authorization: session_token - accessToken: "YOUR BEARER TOKEN", - }); - const api = new OGCWMSApi(config); - - const body = { - // string | Workflow id - workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WmsVersion - version: ..., - // WmsService - service: ..., - // GetLegendGraphicRequest - request: ..., - // string - layer: , - } satisfies WmsLegendGraphicHandlerRequest; - - try { - const data = await api.wmsLegendGraphicHandler(body); - console.log(data); - } catch (error) { - console.error(error); - } -} - -// Run the test -example().catch(console.error); -``` - -### Parameters - - -| Name | Type | Description | Notes | -|------------- | ------------- | ------------- | -------------| -| **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **version** | `WmsVersion` | | [Defaults to `undefined`] [Enum: 1.3.0] | -| **service** | `WmsService` | | [Defaults to `undefined`] [Enum: WMS] | -| **request** | `GetLegendGraphicRequest` | | [Defaults to `undefined`] [Enum: GetLegendGraphic] | -| **layer** | `string` | | [Defaults to `undefined`] | - -### Return type - -`void` (Empty response body) - -### Authorization - -[session_token](../README.md#session_token) - -### HTTP request headers - -- **Content-Type**: Not defined -- **Accept**: Not defined - - -### HTTP response details -| Status code | Description | Response headers | -|-------------|-------------|------------------| -| **501** | Not implemented | - | - -[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) - - -## wmsMapHandler - -> Blob wmsMapHandler(workflow, version, service, request, width, height, bbox, format, layers, styles, crs, time, transparent, bgcolor, sld, sldBody, elevation, exceptions) - -Get WMS Map - -### Example - -```ts -import { - Configuration, - OGCWMSApi, -} from '@geoengine/openapi-client'; -import type { WmsMapHandlerRequest } from '@geoengine/openapi-client'; - -async function example() { - console.log("🚀 Testing @geoengine/openapi-client SDK..."); - const config = new Configuration({ - // Configure HTTP bearer authorization: session_token - accessToken: "YOUR BEARER TOKEN", - }); - const api = new OGCWMSApi(config); - - const body = { - // string | Workflow id - workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // WmsVersion - version: ..., - // WmsService - service: ..., - // GetMapRequest - request: ..., - // number - width: 512, - // number - height: 256, - // string + // 'GetCapabilities' | 'GetMap' | 'GetFeatureInfo' | 'GetStyles' | 'GetLegendGraphic' | type of WMS request + request: request_example, + // string (optional) bbox: -90,-180,90,180, - // GetMapFormat - format: ..., - // string - layers: , - // string - styles: custom:{"type":"linearGradient","breakpoints":[{"value":1,"color":[0,0,0,255]},{"value":255,"color":[255,255,255,255]}],"noDataColor":[0,0,0,0],"defaultColor":[0,0,0,0]}, + // string (optional) + bgcolor: bgcolor_example, // string (optional) crs: EPSG:4326, // string (optional) - time: 2014-04-01T12:00:00.000Z, - // boolean (optional) - transparent: true, + elevation: elevation_example, + // GetMapExceptionFormat (optional) + exceptions: ..., + // GetCapabilitiesFormat (optional) + format: ..., + // number (optional) + height: 256, // string (optional) - bgcolor: bgcolor_example, + infoFormat: infoFormat_example, + // string (optional) + layer: layer_example, + // string (optional) + layers: , + // string (optional) + queryLayers: queryLayers_example, + // WmsService (optional) + service: ..., // string (optional) sld: sld_example, // string (optional) sldBody: sldBody_example, // string (optional) - elevation: elevation_example, - // GetMapExceptionFormat (optional) - exceptions: ..., - } satisfies WmsMapHandlerRequest; + styles: custom:{"type":"linearGradient","breakpoints":[{"value":1,"color":[0,0,0,255]},{"value":255,"color":[255,255,255,255]}],"noDataColor":[0,0,0,0],"defaultColor":[0,0,0,0]}, + // string (optional) + time: 2014-04-01T12:00:00.000Z, + // boolean (optional) + transparent: true, + // WmsVersion (optional) + version: ..., + // number (optional) + width: 512, + } satisfies WmsHandlerRequest; try { - const data = await api.wmsMapHandler(body); + const data = await api.wmsHandler(body); console.log(data); } catch (error) { console.error(error); @@ -252,27 +94,30 @@ example().catch(console.error); | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **version** | `WmsVersion` | | [Defaults to `undefined`] [Enum: 1.3.0] | -| **service** | `WmsService` | | [Defaults to `undefined`] [Enum: WMS] | -| **request** | `GetMapRequest` | | [Defaults to `undefined`] [Enum: GetMap] | -| **width** | `number` | | [Defaults to `undefined`] | -| **height** | `number` | | [Defaults to `undefined`] | -| **bbox** | `string` | | [Defaults to `undefined`] | -| **format** | `GetMapFormat` | | [Defaults to `undefined`] [Enum: image/png] | -| **layers** | `string` | | [Defaults to `undefined`] | -| **styles** | `string` | | [Defaults to `undefined`] | -| **crs** | `string` | | [Optional] [Defaults to `undefined`] | -| **time** | `string` | | [Optional] [Defaults to `undefined`] | -| **transparent** | `boolean` | | [Optional] [Defaults to `undefined`] | +| **request** | `GetCapabilities`, `GetMap`, `GetFeatureInfo`, `GetStyles`, `GetLegendGraphic` | type of WMS request | [Defaults to `undefined`] [Enum: GetCapabilities, GetMap, GetFeatureInfo, GetStyles, GetLegendGraphic] | +| **bbox** | `string` | | [Optional] [Defaults to `undefined`] | | **bgcolor** | `string` | | [Optional] [Defaults to `undefined`] | -| **sld** | `string` | | [Optional] [Defaults to `undefined`] | -| **sldBody** | `string` | | [Optional] [Defaults to `undefined`] | +| **crs** | `string` | | [Optional] [Defaults to `undefined`] | | **elevation** | `string` | | [Optional] [Defaults to `undefined`] | | **exceptions** | `GetMapExceptionFormat` | | [Optional] [Defaults to `undefined`] [Enum: XML, JSON] | +| **format** | `GetCapabilitiesFormat` | | [Optional] [Defaults to `undefined`] [Enum: text/xml] | +| **height** | `number` | | [Optional] [Defaults to `undefined`] | +| **infoFormat** | `string` | | [Optional] [Defaults to `undefined`] | +| **layer** | `string` | | [Optional] [Defaults to `undefined`] | +| **layers** | `string` | | [Optional] [Defaults to `undefined`] | +| **queryLayers** | `string` | | [Optional] [Defaults to `undefined`] | +| **service** | `WmsService` | | [Optional] [Defaults to `undefined`] [Enum: WMS] | +| **sld** | `string` | | [Optional] [Defaults to `undefined`] | +| **sldBody** | `string` | | [Optional] [Defaults to `undefined`] | +| **styles** | `string` | | [Optional] [Defaults to `undefined`] | +| **time** | `string` | | [Optional] [Defaults to `undefined`] | +| **transparent** | `boolean` | | [Optional] [Defaults to `undefined`] | +| **version** | `WmsVersion` | | [Optional] [Defaults to `undefined`] [Enum: 1.3.0] | +| **width** | `number` | | [Optional] [Defaults to `undefined`] | ### Return type -**Blob** +**string** ### Authorization @@ -281,13 +126,13 @@ example().catch(console.error); ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: `image/png` +- **Accept**: `text/xml` ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | PNG Image | - | +| **200** | OK | - | [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) diff --git a/typescript/src/apis/OGCWCSApi.ts b/typescript/src/apis/OGCWCSApi.ts index 6c9d614f..9b12ad67 100644 --- a/typescript/src/apis/OGCWCSApi.ts +++ b/typescript/src/apis/OGCWCSApi.ts @@ -15,58 +15,35 @@ import * as runtime from '../runtime'; import type { - DescribeCoverageRequest, - GetCapabilitiesRequest, GetCoverageFormat, - GetCoverageRequest, WcsService, WcsVersion, } from '../models/index'; import { - DescribeCoverageRequestFromJSON, - DescribeCoverageRequestToJSON, - GetCapabilitiesRequestFromJSON, - GetCapabilitiesRequestToJSON, GetCoverageFormatFromJSON, GetCoverageFormatToJSON, - GetCoverageRequestFromJSON, - GetCoverageRequestToJSON, WcsServiceFromJSON, WcsServiceToJSON, WcsVersionFromJSON, WcsVersionToJSON, } from '../models/index'; -export interface WcsCapabilitiesHandlerRequest { +export interface WcsHandlerRequest { workflow: string; - service: WcsService; - request: GetCapabilitiesRequest; - version?: WcsVersion | null; -} - -export interface WcsDescribeCoverageHandlerRequest { - workflow: string; - version: WcsVersion; - service: WcsService; - request: DescribeCoverageRequest; - identifiers: string; -} - -export interface WcsGetCoverageHandlerRequest { - workflow: string; - version: WcsVersion; - service: WcsService; - request: GetCoverageRequest; - format: GetCoverageFormat; - identifier: string; - boundingbox: string; - gridbasecrs: string; - gridorigin?: string; + request: WcsHandlerRequestEnum; + boundingbox?: string; + format?: GetCoverageFormat; + gridbasecrs?: string; gridoffsets?: string; - time?: string; + gridorigin?: string; + identifier?: string; + identifiers?: string; + nodatavalue?: number | null; resx?: number | null; resy?: number | null; - nodatavalue?: number | null; + service?: WcsService; + time?: string; + version?: WcsVersion | null; } /** @@ -75,135 +52,79 @@ export interface WcsGetCoverageHandlerRequest { export class OGCWCSApi extends runtime.BaseAPI { /** - * Get WCS Capabilities + * OGC WCS endpoint */ - async wcsCapabilitiesHandlerRaw(requestParameters: WcsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { + async wcsHandlerRaw(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['workflow'] == null) { throw new runtime.RequiredError( 'workflow', - 'Required parameter "workflow" was null or undefined when calling wcsCapabilitiesHandler().' - ); - } - - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wcsCapabilitiesHandler().' + 'Required parameter "workflow" was null or undefined when calling wcsHandler().' ); } if (requestParameters['request'] == null) { throw new runtime.RequiredError( 'request', - 'Required parameter "request" was null or undefined when calling wcsCapabilitiesHandler().' + 'Required parameter "request" was null or undefined when calling wcsHandler().' ); } const queryParameters: any = {}; - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['boundingbox'] != null) { + queryParameters['boundingbox'] = requestParameters['boundingbox']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['format'] != null) { + queryParameters['format'] = requestParameters['format']; } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; + if (requestParameters['gridbasecrs'] != null) { + queryParameters['gridbasecrs'] = requestParameters['gridbasecrs']; } - const headerParameters: runtime.HTTPHeaders = {}; - - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = await token("session_token", []); - - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } + if (requestParameters['gridoffsets'] != null) { + queryParameters['gridoffsets'] = requestParameters['gridoffsets']; } - let urlPath = `/wcs/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - - const response = await this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } else { - return new runtime.TextApiResponse(response) as any; + if (requestParameters['gridorigin'] != null) { + queryParameters['gridorigin'] = requestParameters['gridorigin']; } - } - /** - * Get WCS Capabilities - */ - async wcsCapabilitiesHandler(requestParameters: WcsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wcsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return await response.value(); - } - - /** - * Get WCS Coverage Description - */ - async wcsDescribeCoverageHandlerRaw(requestParameters: WcsDescribeCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError( - 'workflow', - 'Required parameter "workflow" was null or undefined when calling wcsDescribeCoverageHandler().' - ); + if (requestParameters['identifier'] != null) { + queryParameters['identifier'] = requestParameters['identifier']; } - if (requestParameters['version'] == null) { - throw new runtime.RequiredError( - 'version', - 'Required parameter "version" was null or undefined when calling wcsDescribeCoverageHandler().' - ); + if (requestParameters['identifiers'] != null) { + queryParameters['identifiers'] = requestParameters['identifiers']; } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wcsDescribeCoverageHandler().' - ); + if (requestParameters['nodatavalue'] != null) { + queryParameters['nodatavalue'] = requestParameters['nodatavalue']; } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError( - 'request', - 'Required parameter "request" was null or undefined when calling wcsDescribeCoverageHandler().' - ); + if (requestParameters['request'] != null) { + queryParameters['request'] = requestParameters['request']; } - if (requestParameters['identifiers'] == null) { - throw new runtime.RequiredError( - 'identifiers', - 'Required parameter "identifiers" was null or undefined when calling wcsDescribeCoverageHandler().' - ); + if (requestParameters['resx'] != null) { + queryParameters['resx'] = requestParameters['resx']; } - const queryParameters: any = {}; - - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['resy'] != null) { + queryParameters['resy'] = requestParameters['resy']; } if (requestParameters['service'] != null) { queryParameters['service'] = requestParameters['service']; } - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; + if (requestParameters['time'] != null) { + queryParameters['time'] = requestParameters['time']; } - if (requestParameters['identifiers'] != null) { - queryParameters['identifiers'] = requestParameters['identifiers']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } const headerParameters: runtime.HTTPHeaders = {}; @@ -217,7 +138,7 @@ export class OGCWCSApi extends runtime.BaseAPI { } } - let urlPath = `/wcs/{workflow}?request=DescribeCoverage`; + let urlPath = `/wcs/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = await this.request({ @@ -235,157 +156,21 @@ export class OGCWCSApi extends runtime.BaseAPI { } /** - * Get WCS Coverage Description - */ - async wcsDescribeCoverageHandler(requestParameters: WcsDescribeCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wcsDescribeCoverageHandlerRaw(requestParameters, initOverrides); - return await response.value(); - } - - /** - * Get WCS Coverage - */ - async wcsGetCoverageHandlerRaw(requestParameters: WcsGetCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError( - 'workflow', - 'Required parameter "workflow" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['version'] == null) { - throw new runtime.RequiredError( - 'version', - 'Required parameter "version" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['request'] == null) { - throw new runtime.RequiredError( - 'request', - 'Required parameter "request" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['format'] == null) { - throw new runtime.RequiredError( - 'format', - 'Required parameter "format" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['identifier'] == null) { - throw new runtime.RequiredError( - 'identifier', - 'Required parameter "identifier" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['boundingbox'] == null) { - throw new runtime.RequiredError( - 'boundingbox', - 'Required parameter "boundingbox" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - if (requestParameters['gridbasecrs'] == null) { - throw new runtime.RequiredError( - 'gridbasecrs', - 'Required parameter "gridbasecrs" was null or undefined when calling wcsGetCoverageHandler().' - ); - } - - const queryParameters: any = {}; - - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; - } - - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; - } - - if (requestParameters['request'] != null) { - queryParameters['request'] = requestParameters['request']; - } - - if (requestParameters['format'] != null) { - queryParameters['format'] = requestParameters['format']; - } - - if (requestParameters['identifier'] != null) { - queryParameters['identifier'] = requestParameters['identifier']; - } - - if (requestParameters['boundingbox'] != null) { - queryParameters['boundingbox'] = requestParameters['boundingbox']; - } - - if (requestParameters['gridbasecrs'] != null) { - queryParameters['gridbasecrs'] = requestParameters['gridbasecrs']; - } - - if (requestParameters['gridorigin'] != null) { - queryParameters['gridorigin'] = requestParameters['gridorigin']; - } - - if (requestParameters['gridoffsets'] != null) { - queryParameters['gridoffsets'] = requestParameters['gridoffsets']; - } - - if (requestParameters['time'] != null) { - queryParameters['time'] = requestParameters['time']; - } - - if (requestParameters['resx'] != null) { - queryParameters['resx'] = requestParameters['resx']; - } - - if (requestParameters['resy'] != null) { - queryParameters['resy'] = requestParameters['resy']; - } - - if (requestParameters['nodatavalue'] != null) { - queryParameters['nodatavalue'] = requestParameters['nodatavalue']; - } - - const headerParameters: runtime.HTTPHeaders = {}; - - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = await token("session_token", []); - - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - - let urlPath = `/wcs/{workflow}?request=GetCoverage`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - - const response = await this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - - return new runtime.BlobApiResponse(response); - } - - /** - * Get WCS Coverage + * OGC WCS endpoint */ - async wcsGetCoverageHandler(requestParameters: WcsGetCoverageHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wcsGetCoverageHandlerRaw(requestParameters, initOverrides); + async wcsHandler(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { + const response = await this.wcsHandlerRaw(requestParameters, initOverrides); return await response.value(); } } + +/** + * @export + */ +export const WcsHandlerRequestEnum = { + GetCapabilGetCapabilitiesities: 'GetCapabilGetCapabilitiesities', + DescribeCoverage: 'DescribeCoverage', + GetCoverage: 'GetCoverage' +} as const; +export type WcsHandlerRequestEnum = typeof WcsHandlerRequestEnum[keyof typeof WcsHandlerRequestEnum]; diff --git a/typescript/src/apis/OGCWFSApi.ts b/typescript/src/apis/OGCWFSApi.ts index cce07e79..2b7226e8 100644 --- a/typescript/src/apis/OGCWFSApi.ts +++ b/typescript/src/apis/OGCWFSApi.ts @@ -16,47 +16,33 @@ import * as runtime from '../runtime'; import type { GeoJson, - GetCapabilitiesRequest, - GetFeatureRequest, WfsService, WfsVersion, } from '../models/index'; import { GeoJsonFromJSON, GeoJsonToJSON, - GetCapabilitiesRequestFromJSON, - GetCapabilitiesRequestToJSON, - GetFeatureRequestFromJSON, - GetFeatureRequestToJSON, WfsServiceFromJSON, WfsServiceToJSON, WfsVersionFromJSON, WfsVersionToJSON, } from '../models/index'; -export interface WfsCapabilitiesHandlerRequest { +export interface WfsHandlerRequest { workflow: string; - version: WfsVersion | null; - service: WfsService; - request: GetCapabilitiesRequest; -} - -export interface WfsFeatureHandlerRequest { - workflow: string; - service: WfsService; - request: GetFeatureRequest; - typeNames: string; - bbox: string; - version?: WfsVersion | null; - time?: string; - srsName?: string | null; - namespaces?: string | null; + request: WfsHandlerRequestEnum; + bbox?: string; count?: number | null; - sortBy?: string | null; - resultType?: string | null; filter?: string | null; + namespaces?: string | null; propertyName?: string | null; - queryResolution?: string; + resultType?: string | null; + service?: WfsService; + sortBy?: string | null; + srsName?: string | null; + time?: string; + typeNames?: string; + version?: WfsVersion | null; } /** @@ -65,173 +51,75 @@ export interface WfsFeatureHandlerRequest { export class OGCWFSApi extends runtime.BaseAPI { /** - * Get WFS Capabilities + * OGC WFS endpoint */ - async wfsCapabilitiesHandlerRaw(requestParameters: WfsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { + async wfsHandlerRaw(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['workflow'] == null) { throw new runtime.RequiredError( 'workflow', - 'Required parameter "workflow" was null or undefined when calling wfsCapabilitiesHandler().' - ); - } - - if (requestParameters['version'] == null) { - throw new runtime.RequiredError( - 'version', - 'Required parameter "version" was null or undefined when calling wfsCapabilitiesHandler().' - ); - } - - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wfsCapabilitiesHandler().' + 'Required parameter "workflow" was null or undefined when calling wfsHandler().' ); } if (requestParameters['request'] == null) { throw new runtime.RequiredError( 'request', - 'Required parameter "request" was null or undefined when calling wfsCapabilitiesHandler().' + 'Required parameter "request" was null or undefined when calling wfsHandler().' ); } const queryParameters: any = {}; - const headerParameters: runtime.HTTPHeaders = {}; - - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = await token("session_token", []); - - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - - let urlPath = `/wfs/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - - const response = await this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } else { - return new runtime.TextApiResponse(response) as any; - } - } - - /** - * Get WFS Capabilities - */ - async wfsCapabilitiesHandler(requestParameters: WfsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wfsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return await response.value(); - } - - /** - * Get WCS Features - */ - async wfsFeatureHandlerRaw(requestParameters: WfsFeatureHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError( - 'workflow', - 'Required parameter "workflow" was null or undefined when calling wfsFeatureHandler().' - ); - } - - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wfsFeatureHandler().' - ); - } - - if (requestParameters['request'] == null) { - throw new runtime.RequiredError( - 'request', - 'Required parameter "request" was null or undefined when calling wfsFeatureHandler().' - ); + if (requestParameters['bbox'] != null) { + queryParameters['bbox'] = requestParameters['bbox']; } - if (requestParameters['typeNames'] == null) { - throw new runtime.RequiredError( - 'typeNames', - 'Required parameter "typeNames" was null or undefined when calling wfsFeatureHandler().' - ); + if (requestParameters['count'] != null) { + queryParameters['count'] = requestParameters['count']; } - if (requestParameters['bbox'] == null) { - throw new runtime.RequiredError( - 'bbox', - 'Required parameter "bbox" was null or undefined when calling wfsFeatureHandler().' - ); + if (requestParameters['filter'] != null) { + queryParameters['filter'] = requestParameters['filter']; } - const queryParameters: any = {}; - - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['namespaces'] != null) { + queryParameters['namespaces'] = requestParameters['namespaces']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['propertyName'] != null) { + queryParameters['propertyName'] = requestParameters['propertyName']; } if (requestParameters['request'] != null) { queryParameters['request'] = requestParameters['request']; } - if (requestParameters['typeNames'] != null) { - queryParameters['typeNames'] = requestParameters['typeNames']; - } - - if (requestParameters['bbox'] != null) { - queryParameters['bbox'] = requestParameters['bbox']; - } - - if (requestParameters['time'] != null) { - queryParameters['time'] = requestParameters['time']; - } - - if (requestParameters['srsName'] != null) { - queryParameters['srsName'] = requestParameters['srsName']; - } - - if (requestParameters['namespaces'] != null) { - queryParameters['namespaces'] = requestParameters['namespaces']; + if (requestParameters['resultType'] != null) { + queryParameters['resultType'] = requestParameters['resultType']; } - if (requestParameters['count'] != null) { - queryParameters['count'] = requestParameters['count']; + if (requestParameters['service'] != null) { + queryParameters['service'] = requestParameters['service']; } if (requestParameters['sortBy'] != null) { queryParameters['sortBy'] = requestParameters['sortBy']; } - if (requestParameters['resultType'] != null) { - queryParameters['resultType'] = requestParameters['resultType']; + if (requestParameters['srsName'] != null) { + queryParameters['srsName'] = requestParameters['srsName']; } - if (requestParameters['filter'] != null) { - queryParameters['filter'] = requestParameters['filter']; + if (requestParameters['time'] != null) { + queryParameters['time'] = requestParameters['time']; } - if (requestParameters['propertyName'] != null) { - queryParameters['propertyName'] = requestParameters['propertyName']; + if (requestParameters['typeNames'] != null) { + queryParameters['typeNames'] = requestParameters['typeNames']; } - if (requestParameters['queryResolution'] != null) { - queryParameters['queryResolution'] = requestParameters['queryResolution']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } const headerParameters: runtime.HTTPHeaders = {}; @@ -245,7 +133,7 @@ export class OGCWFSApi extends runtime.BaseAPI { } } - let urlPath = `/wfs/{workflow}?request=GetFeature`; + let urlPath = `/wfs/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = await this.request({ @@ -259,11 +147,20 @@ export class OGCWFSApi extends runtime.BaseAPI { } /** - * Get WCS Features + * OGC WFS endpoint */ - async wfsFeatureHandler(requestParameters: WfsFeatureHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wfsFeatureHandlerRaw(requestParameters, initOverrides); + async wfsHandler(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { + const response = await this.wfsHandlerRaw(requestParameters, initOverrides); return await response.value(); } } + +/** + * @export + */ +export const WfsHandlerRequestEnum = { + GetCapabilities: 'GetCapabilities', + GetFeature: 'GetFeature' +} as const; +export type WfsHandlerRequestEnum = typeof WfsHandlerRequestEnum[keyof typeof WfsHandlerRequestEnum]; diff --git a/typescript/src/apis/OGCWMSApi.ts b/typescript/src/apis/OGCWMSApi.ts index e6406dec..9e98a00b 100644 --- a/typescript/src/apis/OGCWMSApi.ts +++ b/typescript/src/apis/OGCWMSApi.ts @@ -16,68 +16,43 @@ import * as runtime from '../runtime'; import type { GetCapabilitiesFormat, - GetCapabilitiesRequest, - GetLegendGraphicRequest, GetMapExceptionFormat, - GetMapFormat, - GetMapRequest, WmsService, WmsVersion, } from '../models/index'; import { GetCapabilitiesFormatFromJSON, GetCapabilitiesFormatToJSON, - GetCapabilitiesRequestFromJSON, - GetCapabilitiesRequestToJSON, - GetLegendGraphicRequestFromJSON, - GetLegendGraphicRequestToJSON, GetMapExceptionFormatFromJSON, GetMapExceptionFormatToJSON, - GetMapFormatFromJSON, - GetMapFormatToJSON, - GetMapRequestFromJSON, - GetMapRequestToJSON, WmsServiceFromJSON, WmsServiceToJSON, WmsVersionFromJSON, WmsVersionToJSON, } from '../models/index'; -export interface WmsCapabilitiesHandlerRequest { +export interface WmsHandlerRequest { workflow: string; - version: WmsVersion | null; - service: WmsService; - request: GetCapabilitiesRequest; - format: GetCapabilitiesFormat | null; -} - -export interface WmsLegendGraphicHandlerRequest { - workflow: string; - version: WmsVersion; - service: WmsService; - request: GetLegendGraphicRequest; - layer: string; -} - -export interface WmsMapHandlerRequest { - workflow: string; - version: WmsVersion; - service: WmsService; - request: GetMapRequest; - width: number; - height: number; - bbox: string; - format: GetMapFormat; - layers: string; - styles: string; - crs?: string | null; - time?: string; - transparent?: boolean | null; + request: WmsHandlerRequestEnum; + bbox?: string; bgcolor?: string | null; - sld?: string | null; - sldBody?: string | null; + crs?: string | null; elevation?: string | null; exceptions?: GetMapExceptionFormat | null; + format?: GetCapabilitiesFormat | null; + height?: number; + infoFormat?: string | null; + layer?: string; + layers?: string; + queryLayers?: string; + service?: WmsService; + sld?: string | null; + sldBody?: string | null; + styles?: string; + time?: string; + transparent?: boolean | null; + version?: WmsVersion | null; + width?: number; } /** @@ -86,272 +61,83 @@ export interface WmsMapHandlerRequest { export class OGCWMSApi extends runtime.BaseAPI { /** - * Get WMS Capabilities - */ - async wmsCapabilitiesHandlerRaw(requestParameters: WmsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError( - 'workflow', - 'Required parameter "workflow" was null or undefined when calling wmsCapabilitiesHandler().' - ); - } - - if (requestParameters['version'] == null) { - throw new runtime.RequiredError( - 'version', - 'Required parameter "version" was null or undefined when calling wmsCapabilitiesHandler().' - ); - } - - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wmsCapabilitiesHandler().' - ); - } - - if (requestParameters['request'] == null) { - throw new runtime.RequiredError( - 'request', - 'Required parameter "request" was null or undefined when calling wmsCapabilitiesHandler().' - ); - } - - if (requestParameters['format'] == null) { - throw new runtime.RequiredError( - 'format', - 'Required parameter "format" was null or undefined when calling wmsCapabilitiesHandler().' - ); - } - - const queryParameters: any = {}; - - const headerParameters: runtime.HTTPHeaders = {}; - - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = await token("session_token", []); - - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - - let urlPath = `/wms/{workflow}?request=GetCapabilities`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - urlPath = urlPath.replace(`{${"format"}}`, encodeURIComponent(String(requestParameters['format']))); - - const response = await this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } else { - return new runtime.TextApiResponse(response) as any; - } - } - - /** - * Get WMS Capabilities + * OGC WMS endpoint */ - async wmsCapabilitiesHandler(requestParameters: WmsCapabilitiesHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wmsCapabilitiesHandlerRaw(requestParameters, initOverrides); - return await response.value(); - } - - /** - * Get WMS Legend Graphic - */ - async wmsLegendGraphicHandlerRaw(requestParameters: WmsLegendGraphicHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { + async wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['workflow'] == null) { throw new runtime.RequiredError( 'workflow', - 'Required parameter "workflow" was null or undefined when calling wmsLegendGraphicHandler().' - ); - } - - if (requestParameters['version'] == null) { - throw new runtime.RequiredError( - 'version', - 'Required parameter "version" was null or undefined when calling wmsLegendGraphicHandler().' - ); - } - - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wmsLegendGraphicHandler().' + 'Required parameter "workflow" was null or undefined when calling wmsHandler().' ); } if (requestParameters['request'] == null) { throw new runtime.RequiredError( 'request', - 'Required parameter "request" was null or undefined when calling wmsLegendGraphicHandler().' - ); - } - - if (requestParameters['layer'] == null) { - throw new runtime.RequiredError( - 'layer', - 'Required parameter "layer" was null or undefined when calling wmsLegendGraphicHandler().' + 'Required parameter "request" was null or undefined when calling wmsHandler().' ); } const queryParameters: any = {}; - const headerParameters: runtime.HTTPHeaders = {}; - - if (this.configuration && this.configuration.accessToken) { - const token = this.configuration.accessToken; - const tokenString = await token("session_token", []); - - if (tokenString) { - headerParameters["Authorization"] = `Bearer ${tokenString}`; - } - } - - let urlPath = `/wms/{workflow}?request=GetLegendGraphic`; - urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); - urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters['version']))); - urlPath = urlPath.replace(`{${"service"}}`, encodeURIComponent(String(requestParameters['service']))); - urlPath = urlPath.replace(`{${"request"}}`, encodeURIComponent(String(requestParameters['request']))); - urlPath = urlPath.replace(`{${"layer"}}`, encodeURIComponent(String(requestParameters['layer']))); - - const response = await this.request({ - path: urlPath, - method: 'GET', - headers: headerParameters, - query: queryParameters, - }, initOverrides); - - return new runtime.VoidApiResponse(response); - } - - /** - * Get WMS Legend Graphic - */ - async wmsLegendGraphicHandler(requestParameters: WmsLegendGraphicHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - await this.wmsLegendGraphicHandlerRaw(requestParameters, initOverrides); - } - - /** - * Get WMS Map - */ - async wmsMapHandlerRaw(requestParameters: WmsMapHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { - if (requestParameters['workflow'] == null) { - throw new runtime.RequiredError( - 'workflow', - 'Required parameter "workflow" was null or undefined when calling wmsMapHandler().' - ); - } - - if (requestParameters['version'] == null) { - throw new runtime.RequiredError( - 'version', - 'Required parameter "version" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['bbox'] != null) { + queryParameters['bbox'] = requestParameters['bbox']; } - if (requestParameters['service'] == null) { - throw new runtime.RequiredError( - 'service', - 'Required parameter "service" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['bgcolor'] != null) { + queryParameters['bgcolor'] = requestParameters['bgcolor']; } - if (requestParameters['request'] == null) { - throw new runtime.RequiredError( - 'request', - 'Required parameter "request" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['crs'] != null) { + queryParameters['crs'] = requestParameters['crs']; } - if (requestParameters['width'] == null) { - throw new runtime.RequiredError( - 'width', - 'Required parameter "width" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['elevation'] != null) { + queryParameters['elevation'] = requestParameters['elevation']; } - if (requestParameters['height'] == null) { - throw new runtime.RequiredError( - 'height', - 'Required parameter "height" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['exceptions'] != null) { + queryParameters['exceptions'] = requestParameters['exceptions']; } - if (requestParameters['bbox'] == null) { - throw new runtime.RequiredError( - 'bbox', - 'Required parameter "bbox" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['format'] != null) { + queryParameters['format'] = requestParameters['format']; } - if (requestParameters['format'] == null) { - throw new runtime.RequiredError( - 'format', - 'Required parameter "format" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['height'] != null) { + queryParameters['height'] = requestParameters['height']; } - if (requestParameters['layers'] == null) { - throw new runtime.RequiredError( - 'layers', - 'Required parameter "layers" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['infoFormat'] != null) { + queryParameters['info_format'] = requestParameters['infoFormat']; } - if (requestParameters['styles'] == null) { - throw new runtime.RequiredError( - 'styles', - 'Required parameter "styles" was null or undefined when calling wmsMapHandler().' - ); + if (requestParameters['layer'] != null) { + queryParameters['layer'] = requestParameters['layer']; } - const queryParameters: any = {}; - - if (requestParameters['version'] != null) { - queryParameters['version'] = requestParameters['version']; + if (requestParameters['layers'] != null) { + queryParameters['layers'] = requestParameters['layers']; } - if (requestParameters['service'] != null) { - queryParameters['service'] = requestParameters['service']; + if (requestParameters['queryLayers'] != null) { + queryParameters['query_layers'] = requestParameters['queryLayers']; } if (requestParameters['request'] != null) { queryParameters['request'] = requestParameters['request']; } - if (requestParameters['width'] != null) { - queryParameters['width'] = requestParameters['width']; - } - - if (requestParameters['height'] != null) { - queryParameters['height'] = requestParameters['height']; - } - - if (requestParameters['bbox'] != null) { - queryParameters['bbox'] = requestParameters['bbox']; - } - - if (requestParameters['format'] != null) { - queryParameters['format'] = requestParameters['format']; + if (requestParameters['service'] != null) { + queryParameters['service'] = requestParameters['service']; } - if (requestParameters['layers'] != null) { - queryParameters['layers'] = requestParameters['layers']; + if (requestParameters['sld'] != null) { + queryParameters['sld'] = requestParameters['sld']; } - if (requestParameters['crs'] != null) { - queryParameters['crs'] = requestParameters['crs']; + if (requestParameters['sldBody'] != null) { + queryParameters['sld_body'] = requestParameters['sldBody']; } if (requestParameters['styles'] != null) { @@ -366,24 +152,12 @@ export class OGCWMSApi extends runtime.BaseAPI { queryParameters['transparent'] = requestParameters['transparent']; } - if (requestParameters['bgcolor'] != null) { - queryParameters['bgcolor'] = requestParameters['bgcolor']; - } - - if (requestParameters['sld'] != null) { - queryParameters['sld'] = requestParameters['sld']; - } - - if (requestParameters['sldBody'] != null) { - queryParameters['sld_body'] = requestParameters['sldBody']; - } - - if (requestParameters['elevation'] != null) { - queryParameters['elevation'] = requestParameters['elevation']; + if (requestParameters['version'] != null) { + queryParameters['version'] = requestParameters['version']; } - if (requestParameters['exceptions'] != null) { - queryParameters['exceptions'] = requestParameters['exceptions']; + if (requestParameters['width'] != null) { + queryParameters['width'] = requestParameters['width']; } const headerParameters: runtime.HTTPHeaders = {}; @@ -397,7 +171,7 @@ export class OGCWMSApi extends runtime.BaseAPI { } } - let urlPath = `/wms/{workflow}?request=GetMap`; + let urlPath = `/wms/{workflow}`; urlPath = urlPath.replace(`{${"workflow"}}`, encodeURIComponent(String(requestParameters['workflow']))); const response = await this.request({ @@ -407,15 +181,31 @@ export class OGCWMSApi extends runtime.BaseAPI { query: queryParameters, }, initOverrides); - return new runtime.BlobApiResponse(response); + if (this.isJsonMime(response.headers.get('content-type'))) { + return new runtime.JSONApiResponse(response); + } else { + return new runtime.TextApiResponse(response) as any; + } } /** - * Get WMS Map + * OGC WMS endpoint */ - async wmsMapHandler(requestParameters: WmsMapHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { - const response = await this.wmsMapHandlerRaw(requestParameters, initOverrides); + async wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { + const response = await this.wmsHandlerRaw(requestParameters, initOverrides); return await response.value(); } } + +/** + * @export + */ +export const WmsHandlerRequestEnum = { + GetCapabilities: 'GetCapabilities', + GetMap: 'GetMap', + GetFeatureInfo: 'GetFeatureInfo', + GetStyles: 'GetStyles', + GetLegendGraphic: 'GetLegendGraphic' +} as const; +export type WmsHandlerRequestEnum = typeof WmsHandlerRequestEnum[keyof typeof WmsHandlerRequestEnum]; diff --git a/typescript/src/models/DescribeCoverageRequest.ts b/typescript/src/models/DescribeCoverageRequest.ts deleted file mode 100644 index ece1c950..00000000 --- a/typescript/src/models/DescribeCoverageRequest.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const DescribeCoverageRequest = { - DescribeCoverage: 'DescribeCoverage' -} as const; -export type DescribeCoverageRequest = typeof DescribeCoverageRequest[keyof typeof DescribeCoverageRequest]; - - -export function instanceOfDescribeCoverageRequest(value: any): boolean { - for (const key in DescribeCoverageRequest) { - if (Object.prototype.hasOwnProperty.call(DescribeCoverageRequest, key)) { - if (DescribeCoverageRequest[key as keyof typeof DescribeCoverageRequest] === value) { - return true; - } - } - } - return false; -} - -export function DescribeCoverageRequestFromJSON(json: any): DescribeCoverageRequest { - return DescribeCoverageRequestFromJSONTyped(json, false); -} - -export function DescribeCoverageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DescribeCoverageRequest { - return json as DescribeCoverageRequest; -} - -export function DescribeCoverageRequestToJSON(value?: DescribeCoverageRequest | null): any { - return value as any; -} - -export function DescribeCoverageRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): DescribeCoverageRequest { - return value as DescribeCoverageRequest; -} - diff --git a/typescript/src/models/GetCapabilitiesRequest.ts b/typescript/src/models/GetCapabilitiesRequest.ts deleted file mode 100644 index ba87f34f..00000000 --- a/typescript/src/models/GetCapabilitiesRequest.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetCapabilitiesRequest = { - GetCapabilities: 'GetCapabilities' -} as const; -export type GetCapabilitiesRequest = typeof GetCapabilitiesRequest[keyof typeof GetCapabilitiesRequest]; - - -export function instanceOfGetCapabilitiesRequest(value: any): boolean { - for (const key in GetCapabilitiesRequest) { - if (Object.prototype.hasOwnProperty.call(GetCapabilitiesRequest, key)) { - if (GetCapabilitiesRequest[key as keyof typeof GetCapabilitiesRequest] === value) { - return true; - } - } - } - return false; -} - -export function GetCapabilitiesRequestFromJSON(json: any): GetCapabilitiesRequest { - return GetCapabilitiesRequestFromJSONTyped(json, false); -} - -export function GetCapabilitiesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCapabilitiesRequest { - return json as GetCapabilitiesRequest; -} - -export function GetCapabilitiesRequestToJSON(value?: GetCapabilitiesRequest | null): any { - return value as any; -} - -export function GetCapabilitiesRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCapabilitiesRequest { - return value as GetCapabilitiesRequest; -} - diff --git a/typescript/src/models/GetCoverageRequest.ts b/typescript/src/models/GetCoverageRequest.ts deleted file mode 100644 index ad5b3234..00000000 --- a/typescript/src/models/GetCoverageRequest.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetCoverageRequest = { - GetCoverage: 'GetCoverage' -} as const; -export type GetCoverageRequest = typeof GetCoverageRequest[keyof typeof GetCoverageRequest]; - - -export function instanceOfGetCoverageRequest(value: any): boolean { - for (const key in GetCoverageRequest) { - if (Object.prototype.hasOwnProperty.call(GetCoverageRequest, key)) { - if (GetCoverageRequest[key as keyof typeof GetCoverageRequest] === value) { - return true; - } - } - } - return false; -} - -export function GetCoverageRequestFromJSON(json: any): GetCoverageRequest { - return GetCoverageRequestFromJSONTyped(json, false); -} - -export function GetCoverageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCoverageRequest { - return json as GetCoverageRequest; -} - -export function GetCoverageRequestToJSON(value?: GetCoverageRequest | null): any { - return value as any; -} - -export function GetCoverageRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCoverageRequest { - return value as GetCoverageRequest; -} - diff --git a/typescript/src/models/GetLegendGraphicRequest.ts b/typescript/src/models/GetLegendGraphicRequest.ts deleted file mode 100644 index 95d33052..00000000 --- a/typescript/src/models/GetLegendGraphicRequest.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetLegendGraphicRequest = { - GetLegendGraphic: 'GetLegendGraphic' -} as const; -export type GetLegendGraphicRequest = typeof GetLegendGraphicRequest[keyof typeof GetLegendGraphicRequest]; - - -export function instanceOfGetLegendGraphicRequest(value: any): boolean { - for (const key in GetLegendGraphicRequest) { - if (Object.prototype.hasOwnProperty.call(GetLegendGraphicRequest, key)) { - if (GetLegendGraphicRequest[key as keyof typeof GetLegendGraphicRequest] === value) { - return true; - } - } - } - return false; -} - -export function GetLegendGraphicRequestFromJSON(json: any): GetLegendGraphicRequest { - return GetLegendGraphicRequestFromJSONTyped(json, false); -} - -export function GetLegendGraphicRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLegendGraphicRequest { - return json as GetLegendGraphicRequest; -} - -export function GetLegendGraphicRequestToJSON(value?: GetLegendGraphicRequest | null): any { - return value as any; -} - -export function GetLegendGraphicRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetLegendGraphicRequest { - return value as GetLegendGraphicRequest; -} - diff --git a/typescript/src/models/GetMapRequest.ts b/typescript/src/models/GetMapRequest.ts deleted file mode 100644 index 30321c6d..00000000 --- a/typescript/src/models/GetMapRequest.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetMapRequest = { - GetMap: 'GetMap' -} as const; -export type GetMapRequest = typeof GetMapRequest[keyof typeof GetMapRequest]; - - -export function instanceOfGetMapRequest(value: any): boolean { - for (const key in GetMapRequest) { - if (Object.prototype.hasOwnProperty.call(GetMapRequest, key)) { - if (GetMapRequest[key as keyof typeof GetMapRequest] === value) { - return true; - } - } - } - return false; -} - -export function GetMapRequestFromJSON(json: any): GetMapRequest { - return GetMapRequestFromJSONTyped(json, false); -} - -export function GetMapRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMapRequest { - return json as GetMapRequest; -} - -export function GetMapRequestToJSON(value?: GetMapRequest | null): any { - return value as any; -} - -export function GetMapRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetMapRequest { - return value as GetMapRequest; -} - diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index fb12b954..b198b263 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -41,7 +41,6 @@ export * from './DatasetNameResponse'; export * from './DatasetResource'; export * from './DerivedColor'; export * from './DerivedNumber'; -export * from './DescribeCoverageRequest'; export * from './EbvPortalDataProviderDefinition'; export * from './EdrDataProviderDefinition'; export * from './EdrVectorSpec'; @@ -65,14 +64,10 @@ export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; export * from './GetCapabilitiesFormat'; -export * from './GetCapabilitiesRequest'; export * from './GetCoverageFormat'; -export * from './GetCoverageRequest'; export * from './GetFeatureRequest'; -export * from './GetLegendGraphicRequest'; export * from './GetMapExceptionFormat'; export * from './GetMapFormat'; -export * from './GetMapRequest'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; From 5f7cda3e880fa0abac03784fe02748bedf9cca0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Thu, 27 Nov 2025 08:41:24 +0100 Subject: [PATCH 19/19] adapt to ogc openapi fixes --- .generation/input/openapi.json | 85 +++++++++---------- python/.openapi-generator/FILES | 21 +++-- python/README.md | 7 +- python/geoengine_openapi_client/__init__.py | 14 +-- .../api/ogcwcs_api.py | 23 ++--- .../api/ogcwfs_api.py | 17 ++-- .../api/ogcwms_api.py | 45 +++++----- .../models/__init__.py | 7 +- ..._capabilities_format.py => wcs_request.py} | 10 ++- ...{get_feature_request.py => wfs_request.py} | 7 +- .../models/wms_request.py | 41 +++++++++ ...t_map_format.py => wms_response_format.py} | 7 +- ..._get_map_format.py => test_wcs_request.py} | 12 +-- ...feature_request.py => test_wfs_request.py} | 12 +-- ...bilities_format.py => test_wms_request.py} | 12 +-- python/test/test_wms_response_format.py | 34 ++++++++ typescript/README.md | 7 +- typescript/dist/apis/OGCWCSApi.d.ts | 13 +-- typescript/dist/apis/OGCWCSApi.js | 10 +-- typescript/dist/apis/OGCWFSApi.d.ts | 12 +-- typescript/dist/apis/OGCWFSApi.js | 9 +- typescript/dist/apis/OGCWMSApi.d.ts | 21 ++--- typescript/dist/apis/OGCWMSApi.js | 19 +---- typescript/dist/esm/apis/OGCWCSApi.d.ts | 13 +-- typescript/dist/esm/apis/OGCWCSApi.js | 8 -- typescript/dist/esm/apis/OGCWFSApi.d.ts | 12 +-- typescript/dist/esm/apis/OGCWFSApi.js | 7 -- typescript/dist/esm/apis/OGCWMSApi.d.ts | 21 ++--- typescript/dist/esm/apis/OGCWMSApi.js | 17 +--- .../esm/models/GetCapabilitiesFormat.d.ts | 24 ------ .../dist/esm/models/GetCapabilitiesFormat.js | 42 --------- .../dist/esm/models/GetFeatureRequest.d.ts | 24 ------ typescript/dist/esm/models/GetMapFormat.d.ts | 24 ------ typescript/dist/esm/models/WcsRequest.d.ts | 26 ++++++ typescript/dist/esm/models/WcsRequest.js | 44 ++++++++++ typescript/dist/esm/models/WfsRequest.d.ts | 25 ++++++ .../{GetFeatureRequest.js => WfsRequest.js} | 21 ++--- typescript/dist/esm/models/WmsRequest.d.ts | 28 ++++++ typescript/dist/esm/models/WmsRequest.js | 46 ++++++++++ .../dist/esm/models/WmsResponseFormat.d.ts | 25 ++++++ .../{GetMapFormat.js => WmsResponseFormat.js} | 21 ++--- typescript/dist/esm/models/index.d.ts | 7 +- typescript/dist/esm/models/index.js | 7 +- .../dist/models/GetCapabilitiesFormat.d.ts | 24 ------ .../dist/models/GetCapabilitiesFormat.js | 50 ----------- typescript/dist/models/GetFeatureRequest.d.ts | 24 ------ typescript/dist/models/GetFeatureRequest.js | 50 ----------- typescript/dist/models/GetMapFormat.d.ts | 24 ------ typescript/dist/models/GetMapFormat.js | 50 ----------- typescript/dist/models/WcsRequest.d.ts | 26 ++++++ typescript/dist/models/WcsRequest.js | 52 ++++++++++++ typescript/dist/models/WfsRequest.d.ts | 25 ++++++ typescript/dist/models/WfsRequest.js | 51 +++++++++++ typescript/dist/models/WmsRequest.d.ts | 28 ++++++ typescript/dist/models/WmsRequest.js | 54 ++++++++++++ typescript/dist/models/WmsResponseFormat.d.ts | 25 ++++++ typescript/dist/models/WmsResponseFormat.js | 51 +++++++++++ typescript/dist/models/index.d.ts | 7 +- typescript/dist/models/index.js | 7 +- typescript/docs/OGCWCSApi.md | 6 +- typescript/docs/OGCWFSApi.md | 6 +- typescript/docs/OGCWMSApi.md | 18 ++-- typescript/docs/WcsRequest.md | 32 +++++++ typescript/docs/WfsRequest.md | 32 +++++++ typescript/docs/WmsRequest.md | 32 +++++++ typescript/docs/WmsResponseFormat.md | 32 +++++++ typescript/src/apis/OGCWCSApi.ts | 15 +--- typescript/src/apis/OGCWFSApi.ts | 14 +-- typescript/src/apis/OGCWMSApi.ts | 35 +++----- .../src/models/GetCapabilitiesFormat.ts | 52 ------------ typescript/src/models/GetFeatureRequest.ts | 52 ------------ typescript/src/models/GetMapFormat.ts | 52 ------------ typescript/src/models/WcsRequest.ts | 54 ++++++++++++ typescript/src/models/WfsRequest.ts | 53 ++++++++++++ typescript/src/models/WmsRequest.ts | 56 ++++++++++++ typescript/src/models/WmsResponseFormat.ts | 53 ++++++++++++ typescript/src/models/index.ts | 7 +- 77 files changed, 1170 insertions(+), 866 deletions(-) rename python/geoengine_openapi_client/models/{get_capabilities_format.py => wcs_request.py} (73%) rename python/geoengine_openapi_client/models/{get_feature_request.py => wfs_request.py} (81%) create mode 100644 python/geoengine_openapi_client/models/wms_request.py rename python/geoengine_openapi_client/models/{get_map_format.py => wms_response_format.py} (80%) rename python/test/{test_get_map_format.py => test_wcs_request.py} (66%) rename python/test/{test_get_feature_request.py => test_wfs_request.py} (63%) rename python/test/{test_get_capabilities_format.py => test_wms_request.py} (61%) create mode 100644 python/test/test_wms_response_format.py delete mode 100644 typescript/dist/esm/models/GetCapabilitiesFormat.d.ts delete mode 100644 typescript/dist/esm/models/GetCapabilitiesFormat.js delete mode 100644 typescript/dist/esm/models/GetFeatureRequest.d.ts delete mode 100644 typescript/dist/esm/models/GetMapFormat.d.ts create mode 100644 typescript/dist/esm/models/WcsRequest.d.ts create mode 100644 typescript/dist/esm/models/WcsRequest.js create mode 100644 typescript/dist/esm/models/WfsRequest.d.ts rename typescript/dist/esm/models/{GetFeatureRequest.js => WfsRequest.js} (52%) create mode 100644 typescript/dist/esm/models/WmsRequest.d.ts create mode 100644 typescript/dist/esm/models/WmsRequest.js create mode 100644 typescript/dist/esm/models/WmsResponseFormat.d.ts rename typescript/dist/esm/models/{GetMapFormat.js => WmsResponseFormat.js} (50%) delete mode 100644 typescript/dist/models/GetCapabilitiesFormat.d.ts delete mode 100644 typescript/dist/models/GetCapabilitiesFormat.js delete mode 100644 typescript/dist/models/GetFeatureRequest.d.ts delete mode 100644 typescript/dist/models/GetFeatureRequest.js delete mode 100644 typescript/dist/models/GetMapFormat.d.ts delete mode 100644 typescript/dist/models/GetMapFormat.js create mode 100644 typescript/dist/models/WcsRequest.d.ts create mode 100644 typescript/dist/models/WcsRequest.js create mode 100644 typescript/dist/models/WfsRequest.d.ts create mode 100644 typescript/dist/models/WfsRequest.js create mode 100644 typescript/dist/models/WmsRequest.d.ts create mode 100644 typescript/dist/models/WmsRequest.js create mode 100644 typescript/dist/models/WmsResponseFormat.d.ts create mode 100644 typescript/dist/models/WmsResponseFormat.js create mode 100644 typescript/docs/WcsRequest.md create mode 100644 typescript/docs/WfsRequest.md create mode 100644 typescript/docs/WmsRequest.md create mode 100644 typescript/docs/WmsResponseFormat.md delete mode 100644 typescript/src/models/GetCapabilitiesFormat.ts delete mode 100644 typescript/src/models/GetFeatureRequest.ts delete mode 100644 typescript/src/models/GetMapFormat.ts create mode 100644 typescript/src/models/WcsRequest.ts create mode 100644 typescript/src/models/WfsRequest.ts create mode 100644 typescript/src/models/WmsRequest.ts create mode 100644 typescript/src/models/WmsResponseFormat.ts diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index a5994237..c7e7a383 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -4286,15 +4286,10 @@ { "name": "request", "in": "query", - "description": "type of WMS request", + "description": "type of WCS request", "required": true, "schema": { - "type": "string", - "enum": [ - "GetCapabilGetCapabilitiesities", - "DescribeCoverage", - "GetCoverage" - ] + "$ref": "#/components/schemas/WcsRequest" } }, { @@ -4450,11 +4445,7 @@ "description": "type of WFS request", "required": true, "schema": { - "type": "string", - "enum": [ - "GetCapabilities", - "GetFeature" - ] + "$ref": "#/components/schemas/WfsRequest" } }, { @@ -4732,7 +4723,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/GetCapabilitiesFormat" + "$ref": "#/components/schemas/WmsResponseFormat" } ] } @@ -4790,14 +4781,7 @@ "description": "type of WMS request", "required": true, "schema": { - "type": "string", - "enum": [ - "GetCapabilities", - "GetMap", - "GetFeatureInfo", - "GetStyles", - "GetLegendGraphic" - ] + "$ref": "#/components/schemas/WmsRequest" } }, { @@ -4888,14 +4872,7 @@ ], "responses": { "200": { - "description": "OK", - "content": { - "text/xml": { - "schema": { - "type": "string" - } - } - } + "$ref": "#/components/responses/PngResponse" } }, "security": [ @@ -6935,24 +6912,12 @@ } } }, - "GetCapabilitiesFormat": { - "type": "string", - "enum": [ - "text/xml" - ] - }, "GetCoverageFormat": { "type": "string", "enum": [ "image/tiff" ] }, - "GetFeatureRequest": { - "type": "string", - "enum": [ - "GetFeature" - ] - }, "GetMapExceptionFormat": { "type": "string", "enum": [ @@ -6960,12 +6925,6 @@ "JSON" ] }, - "GetMapFormat": { - "type": "string", - "enum": [ - "image/png" - ] - }, "GfbioAbcdDataProviderDefinition": { "type": "object", "required": [ @@ -10830,6 +10789,14 @@ } } }, + "WcsRequest": { + "type": "string", + "enum": [ + "GetCapabilities", + "DescribeCoverage", + "GetCoverage" + ] + }, "WcsService": { "type": "string", "enum": [ @@ -10843,6 +10810,13 @@ "1.1.1" ] }, + "WfsRequest": { + "type": "string", + "enum": [ + "GetCapabilities", + "GetFeature" + ] + }, "WfsService": { "type": "string", "enum": [ @@ -10911,6 +10885,23 @@ } } }, + "WmsRequest": { + "type": "string", + "enum": [ + "GetCapabilities", + "GetMap", + "GetFeatureInfo", + "GetStyles", + "GetLegendGraphic" + ] + }, + "WmsResponseFormat": { + "type": "string", + "enum": [ + "text/xml", + "image/png" + ] + }, "WmsService": { "type": "string", "enum": [ diff --git a/python/.openapi-generator/FILES b/python/.openapi-generator/FILES index 87ad894f..b26b705a 100644 --- a/python/.openapi-generator/FILES +++ b/python/.openapi-generator/FILES @@ -68,11 +68,8 @@ docs/GdalSourceTimePlaceholder.md docs/GeneralApi.md docs/GeoJson.md docs/GeoTransform.md -docs/GetCapabilitiesFormat.md docs/GetCoverageFormat.md -docs/GetFeatureRequest.md docs/GetMapExceptionFormat.md -docs/GetMapFormat.md docs/GfbioAbcdDataProviderDefinition.md docs/GfbioCollectionsDataProviderDefinition.md docs/GridBoundingBox2D.md @@ -255,11 +252,15 @@ docs/VectorResultDescriptor.md docs/Volume.md docs/VolumeFileLayersResponse.md docs/WcsBoundingbox.md +docs/WcsRequest.md docs/WcsService.md docs/WcsVersion.md +docs/WfsRequest.md docs/WfsService.md docs/WfsVersion.md docs/WildliveDataConnectorDefinition.md +docs/WmsRequest.md +docs/WmsResponseFormat.md docs/WmsService.md docs/WmsVersion.md docs/Workflow.md @@ -351,11 +352,8 @@ geoengine_openapi_client/models/gdal_multi_band.py geoengine_openapi_client/models/gdal_source_time_placeholder.py geoengine_openapi_client/models/geo_json.py geoengine_openapi_client/models/geo_transform.py -geoengine_openapi_client/models/get_capabilities_format.py geoengine_openapi_client/models/get_coverage_format.py -geoengine_openapi_client/models/get_feature_request.py geoengine_openapi_client/models/get_map_exception_format.py -geoengine_openapi_client/models/get_map_format.py geoengine_openapi_client/models/gfbio_abcd_data_provider_definition.py geoengine_openapi_client/models/gfbio_collections_data_provider_definition.py geoengine_openapi_client/models/grid_bounding_box2_d.py @@ -525,11 +523,15 @@ geoengine_openapi_client/models/vector_result_descriptor.py geoengine_openapi_client/models/volume.py geoengine_openapi_client/models/volume_file_layers_response.py geoengine_openapi_client/models/wcs_boundingbox.py +geoengine_openapi_client/models/wcs_request.py geoengine_openapi_client/models/wcs_service.py geoengine_openapi_client/models/wcs_version.py +geoengine_openapi_client/models/wfs_request.py geoengine_openapi_client/models/wfs_service.py geoengine_openapi_client/models/wfs_version.py geoengine_openapi_client/models/wildlive_data_connector_definition.py +geoengine_openapi_client/models/wms_request.py +geoengine_openapi_client/models/wms_response_format.py geoengine_openapi_client/models/wms_service.py geoengine_openapi_client/models/wms_version.py geoengine_openapi_client/models/workflow.py @@ -608,11 +610,8 @@ test/test_gdal_source_time_placeholder.py test/test_general_api.py test/test_geo_json.py test/test_geo_transform.py -test/test_get_capabilities_format.py test/test_get_coverage_format.py -test/test_get_feature_request.py test/test_get_map_exception_format.py -test/test_get_map_format.py test/test_gfbio_abcd_data_provider_definition.py test/test_gfbio_collections_data_provider_definition.py test/test_grid_bounding_box2_d.py @@ -795,11 +794,15 @@ test/test_vector_result_descriptor.py test/test_volume.py test/test_volume_file_layers_response.py test/test_wcs_boundingbox.py +test/test_wcs_request.py test/test_wcs_service.py test/test_wcs_version.py +test/test_wfs_request.py test/test_wfs_service.py test/test_wfs_version.py test/test_wildlive_data_connector_definition.py +test/test_wms_request.py +test/test_wms_response_format.py test/test_wms_service.py test/test_wms_version.py test/test_workflow.py diff --git a/python/README.md b/python/README.md index 0ec466f3..32c67c3e 100644 --- a/python/README.md +++ b/python/README.md @@ -252,11 +252,8 @@ Class | Method | HTTP request | Description - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) - [GeoTransform](docs/GeoTransform.md) - - [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) - - [GetFeatureRequest](docs/GetFeatureRequest.md) - [GetMapExceptionFormat](docs/GetMapExceptionFormat.md) - - [GetMapFormat](docs/GetMapFormat.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) - [GridBoundingBox2D](docs/GridBoundingBox2D.md) @@ -426,11 +423,15 @@ Class | Method | HTTP request | Description - [Volume](docs/Volume.md) - [VolumeFileLayersResponse](docs/VolumeFileLayersResponse.md) - [WcsBoundingbox](docs/WcsBoundingbox.md) + - [WcsRequest](docs/WcsRequest.md) - [WcsService](docs/WcsService.md) - [WcsVersion](docs/WcsVersion.md) + - [WfsRequest](docs/WfsRequest.md) - [WfsService](docs/WfsService.md) - [WfsVersion](docs/WfsVersion.md) - [WildliveDataConnectorDefinition](docs/WildliveDataConnectorDefinition.md) + - [WmsRequest](docs/WmsRequest.md) + - [WmsResponseFormat](docs/WmsResponseFormat.md) - [WmsService](docs/WmsService.md) - [WmsVersion](docs/WmsVersion.md) - [Workflow](docs/Workflow.md) diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 775c4f11..0e27efe5 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -107,11 +107,8 @@ "GdalSourceTimePlaceholder", "GeoJson", "GeoTransform", - "GetCapabilitiesFormat", "GetCoverageFormat", - "GetFeatureRequest", "GetMapExceptionFormat", - "GetMapFormat", "GfbioAbcdDataProviderDefinition", "GfbioCollectionsDataProviderDefinition", "GridBoundingBox2D", @@ -281,11 +278,15 @@ "Volume", "VolumeFileLayersResponse", "WcsBoundingbox", + "WcsRequest", "WcsService", "WcsVersion", + "WfsRequest", "WfsService", "WfsVersion", "WildliveDataConnectorDefinition", + "WmsRequest", + "WmsResponseFormat", "WmsService", "WmsVersion", "Workflow", @@ -385,11 +386,8 @@ from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder as GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson as GeoJson from geoengine_openapi_client.models.geo_transform import GeoTransform as GeoTransform -from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat as GetCapabilitiesFormat from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat as GetCoverageFormat -from geoengine_openapi_client.models.get_feature_request import GetFeatureRequest as GetFeatureRequest from geoengine_openapi_client.models.get_map_exception_format import GetMapExceptionFormat as GetMapExceptionFormat -from geoengine_openapi_client.models.get_map_format import GetMapFormat as GetMapFormat from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition as GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition as GfbioCollectionsDataProviderDefinition from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D as GridBoundingBox2D @@ -559,11 +557,15 @@ from geoengine_openapi_client.models.volume import Volume as Volume from geoengine_openapi_client.models.volume_file_layers_response import VolumeFileLayersResponse as VolumeFileLayersResponse from geoengine_openapi_client.models.wcs_boundingbox import WcsBoundingbox as WcsBoundingbox +from geoengine_openapi_client.models.wcs_request import WcsRequest as WcsRequest from geoengine_openapi_client.models.wcs_service import WcsService as WcsService from geoengine_openapi_client.models.wcs_version import WcsVersion as WcsVersion +from geoengine_openapi_client.models.wfs_request import WfsRequest as WfsRequest from geoengine_openapi_client.models.wfs_service import WfsService as WfsService from geoengine_openapi_client.models.wfs_version import WfsVersion as WfsVersion from geoengine_openapi_client.models.wildlive_data_connector_definition import WildliveDataConnectorDefinition as WildliveDataConnectorDefinition +from geoengine_openapi_client.models.wms_request import WmsRequest as WmsRequest +from geoengine_openapi_client.models.wms_response_format import WmsResponseFormat as WmsResponseFormat from geoengine_openapi_client.models.wms_service import WmsService as WmsService from geoengine_openapi_client.models.wms_version import WmsVersion as WmsVersion from geoengine_openapi_client.models.workflow import Workflow as Workflow diff --git a/python/geoengine_openapi_client/api/ogcwcs_api.py b/python/geoengine_openapi_client/api/ogcwcs_api.py index 66169035..7bf8625c 100644 --- a/python/geoengine_openapi_client/api/ogcwcs_api.py +++ b/python/geoengine_openapi_client/api/ogcwcs_api.py @@ -17,11 +17,12 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictFloat, StrictInt, StrictStr, field_validator +from pydantic import Field, StrictFloat, StrictInt, StrictStr from typing import Optional, Union from typing_extensions import Annotated from uuid import UUID from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat +from geoengine_openapi_client.models.wcs_request import WcsRequest from geoengine_openapi_client.models.wcs_service import WcsService from geoengine_openapi_client.models.wcs_version import WcsVersion @@ -47,7 +48,7 @@ def __init__(self, api_client=None) -> None: def wcs_handler( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WMS request")], + request: Annotated[WcsRequest, Field(description="type of WCS request")], boundingbox: Optional[StrictStr] = None, format: Optional[GetCoverageFormat] = None, gridbasecrs: Optional[StrictStr] = None, @@ -79,8 +80,8 @@ def wcs_handler( :param workflow: Workflow id (required) :type workflow: str - :param request: type of WMS request (required) - :type request: str + :param request: type of WCS request (required) + :type request: WcsRequest :param boundingbox: :type boundingbox: str :param format: @@ -169,7 +170,7 @@ def wcs_handler( def wcs_handler_with_http_info( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WMS request")], + request: Annotated[WcsRequest, Field(description="type of WCS request")], boundingbox: Optional[StrictStr] = None, format: Optional[GetCoverageFormat] = None, gridbasecrs: Optional[StrictStr] = None, @@ -201,8 +202,8 @@ def wcs_handler_with_http_info( :param workflow: Workflow id (required) :type workflow: str - :param request: type of WMS request (required) - :type request: str + :param request: type of WCS request (required) + :type request: WcsRequest :param boundingbox: :type boundingbox: str :param format: @@ -291,7 +292,7 @@ def wcs_handler_with_http_info( def wcs_handler_without_preload_content( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WMS request")], + request: Annotated[WcsRequest, Field(description="type of WCS request")], boundingbox: Optional[StrictStr] = None, format: Optional[GetCoverageFormat] = None, gridbasecrs: Optional[StrictStr] = None, @@ -323,8 +324,8 @@ def wcs_handler_without_preload_content( :param workflow: Workflow id (required) :type workflow: str - :param request: type of WMS request (required) - :type request: str + :param request: type of WCS request (required) + :type request: WcsRequest :param boundingbox: :type boundingbox: str :param format: @@ -480,7 +481,7 @@ def _wcs_handler_serialize( if request is not None: - _query_params.append(('request', request)) + _query_params.append(('request', request.value)) if resx is not None: diff --git a/python/geoengine_openapi_client/api/ogcwfs_api.py b/python/geoengine_openapi_client/api/ogcwfs_api.py index 157e5e80..f0c94f45 100644 --- a/python/geoengine_openapi_client/api/ogcwfs_api.py +++ b/python/geoengine_openapi_client/api/ogcwfs_api.py @@ -17,11 +17,12 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictStr, field_validator +from pydantic import Field, StrictStr from typing import Optional from typing_extensions import Annotated from uuid import UUID from geoengine_openapi_client.models.geo_json import GeoJson +from geoengine_openapi_client.models.wfs_request import WfsRequest from geoengine_openapi_client.models.wfs_service import WfsService from geoengine_openapi_client.models.wfs_version import WfsVersion @@ -47,7 +48,7 @@ def __init__(self, api_client=None) -> None: def wfs_handler( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WFS request")], + request: Annotated[WfsRequest, Field(description="type of WFS request")], bbox: Optional[StrictStr] = None, count: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, filter: Optional[StrictStr] = None, @@ -79,7 +80,7 @@ def wfs_handler( :param workflow: Workflow id (required) :type workflow: str :param request: type of WFS request (required) - :type request: str + :type request: WfsRequest :param bbox: :type bbox: str :param count: @@ -165,7 +166,7 @@ def wfs_handler( def wfs_handler_with_http_info( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WFS request")], + request: Annotated[WfsRequest, Field(description="type of WFS request")], bbox: Optional[StrictStr] = None, count: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, filter: Optional[StrictStr] = None, @@ -197,7 +198,7 @@ def wfs_handler_with_http_info( :param workflow: Workflow id (required) :type workflow: str :param request: type of WFS request (required) - :type request: str + :type request: WfsRequest :param bbox: :type bbox: str :param count: @@ -283,7 +284,7 @@ def wfs_handler_with_http_info( def wfs_handler_without_preload_content( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WFS request")], + request: Annotated[WfsRequest, Field(description="type of WFS request")], bbox: Optional[StrictStr] = None, count: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, filter: Optional[StrictStr] = None, @@ -315,7 +316,7 @@ def wfs_handler_without_preload_content( :param workflow: Workflow id (required) :type workflow: str :param request: type of WFS request (required) - :type request: str + :type request: WfsRequest :param bbox: :type bbox: str :param count: @@ -455,7 +456,7 @@ def _wfs_handler_serialize( if request is not None: - _query_params.append(('request', request)) + _query_params.append(('request', request.value)) if result_type is not None: diff --git a/python/geoengine_openapi_client/api/ogcwms_api.py b/python/geoengine_openapi_client/api/ogcwms_api.py index b0367678..773593ca 100644 --- a/python/geoengine_openapi_client/api/ogcwms_api.py +++ b/python/geoengine_openapi_client/api/ogcwms_api.py @@ -17,12 +17,13 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictBool, StrictStr, field_validator -from typing import Optional +from pydantic import Field, StrictBool, StrictBytes, StrictStr +from typing import Optional, Tuple, Union from typing_extensions import Annotated from uuid import UUID -from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat from geoengine_openapi_client.models.get_map_exception_format import GetMapExceptionFormat +from geoengine_openapi_client.models.wms_request import WmsRequest +from geoengine_openapi_client.models.wms_response_format import WmsResponseFormat from geoengine_openapi_client.models.wms_service import WmsService from geoengine_openapi_client.models.wms_version import WmsVersion @@ -48,13 +49,13 @@ def __init__(self, api_client=None) -> None: def wms_handler( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WMS request")], + request: Annotated[WmsRequest, Field(description="type of WMS request")], bbox: Optional[StrictStr] = None, bgcolor: Optional[StrictStr] = None, crs: Optional[StrictStr] = None, elevation: Optional[StrictStr] = None, exceptions: Optional[GetMapExceptionFormat] = None, - format: Optional[GetCapabilitiesFormat] = None, + format: Optional[WmsResponseFormat] = None, height: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, info_format: Optional[StrictStr] = None, layer: Optional[StrictStr] = None, @@ -80,14 +81,14 @@ def wms_handler( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> str: + ) -> bytearray: """OGC WMS endpoint :param workflow: Workflow id (required) :type workflow: str :param request: type of WMS request (required) - :type request: str + :type request: WmsRequest :param bbox: :type bbox: str :param bgcolor: @@ -99,7 +100,7 @@ def wms_handler( :param exceptions: :type exceptions: GetMapExceptionFormat :param format: - :type format: GetCapabilitiesFormat + :type format: WmsResponseFormat :param height: :type height: int :param info_format: @@ -177,7 +178,7 @@ def wms_handler( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "str", + '200': "bytearray", } response_data = self.api_client.call_api( *_param, @@ -194,13 +195,13 @@ def wms_handler( def wms_handler_with_http_info( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WMS request")], + request: Annotated[WmsRequest, Field(description="type of WMS request")], bbox: Optional[StrictStr] = None, bgcolor: Optional[StrictStr] = None, crs: Optional[StrictStr] = None, elevation: Optional[StrictStr] = None, exceptions: Optional[GetMapExceptionFormat] = None, - format: Optional[GetCapabilitiesFormat] = None, + format: Optional[WmsResponseFormat] = None, height: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, info_format: Optional[StrictStr] = None, layer: Optional[StrictStr] = None, @@ -226,14 +227,14 @@ def wms_handler_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[str]: + ) -> ApiResponse[bytearray]: """OGC WMS endpoint :param workflow: Workflow id (required) :type workflow: str :param request: type of WMS request (required) - :type request: str + :type request: WmsRequest :param bbox: :type bbox: str :param bgcolor: @@ -245,7 +246,7 @@ def wms_handler_with_http_info( :param exceptions: :type exceptions: GetMapExceptionFormat :param format: - :type format: GetCapabilitiesFormat + :type format: WmsResponseFormat :param height: :type height: int :param info_format: @@ -323,7 +324,7 @@ def wms_handler_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "str", + '200': "bytearray", } response_data = self.api_client.call_api( *_param, @@ -340,13 +341,13 @@ def wms_handler_with_http_info( def wms_handler_without_preload_content( self, workflow: Annotated[UUID, Field(description="Workflow id")], - request: Annotated[StrictStr, Field(description="type of WMS request")], + request: Annotated[WmsRequest, Field(description="type of WMS request")], bbox: Optional[StrictStr] = None, bgcolor: Optional[StrictStr] = None, crs: Optional[StrictStr] = None, elevation: Optional[StrictStr] = None, exceptions: Optional[GetMapExceptionFormat] = None, - format: Optional[GetCapabilitiesFormat] = None, + format: Optional[WmsResponseFormat] = None, height: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, info_format: Optional[StrictStr] = None, layer: Optional[StrictStr] = None, @@ -379,7 +380,7 @@ def wms_handler_without_preload_content( :param workflow: Workflow id (required) :type workflow: str :param request: type of WMS request (required) - :type request: str + :type request: WmsRequest :param bbox: :type bbox: str :param bgcolor: @@ -391,7 +392,7 @@ def wms_handler_without_preload_content( :param exceptions: :type exceptions: GetMapExceptionFormat :param format: - :type format: GetCapabilitiesFormat + :type format: WmsResponseFormat :param height: :type height: int :param info_format: @@ -469,7 +470,7 @@ def wms_handler_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - '200': "str", + '200': "bytearray", } response_data = self.api_client.call_api( *_param, @@ -571,7 +572,7 @@ def _wms_handler_serialize( if request is not None: - _query_params.append(('request', request)) + _query_params.append(('request', request.value)) if service is not None: @@ -614,7 +615,7 @@ def _wms_handler_serialize( if 'Accept' not in _header_params: _header_params['Accept'] = self.api_client.select_header_accept( [ - 'text/xml' + 'image/png' ] ) diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index c6d5d460..5eda45f6 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -77,11 +77,8 @@ from geoengine_openapi_client.models.gdal_source_time_placeholder import GdalSourceTimePlaceholder from geoengine_openapi_client.models.geo_json import GeoJson from geoengine_openapi_client.models.geo_transform import GeoTransform -from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat from geoengine_openapi_client.models.get_coverage_format import GetCoverageFormat -from geoengine_openapi_client.models.get_feature_request import GetFeatureRequest from geoengine_openapi_client.models.get_map_exception_format import GetMapExceptionFormat -from geoengine_openapi_client.models.get_map_format import GetMapFormat from geoengine_openapi_client.models.gfbio_abcd_data_provider_definition import GfbioAbcdDataProviderDefinition from geoengine_openapi_client.models.gfbio_collections_data_provider_definition import GfbioCollectionsDataProviderDefinition from geoengine_openapi_client.models.grid_bounding_box2_d import GridBoundingBox2D @@ -251,11 +248,15 @@ from geoengine_openapi_client.models.volume import Volume from geoengine_openapi_client.models.volume_file_layers_response import VolumeFileLayersResponse from geoengine_openapi_client.models.wcs_boundingbox import WcsBoundingbox +from geoengine_openapi_client.models.wcs_request import WcsRequest from geoengine_openapi_client.models.wcs_service import WcsService from geoengine_openapi_client.models.wcs_version import WcsVersion +from geoengine_openapi_client.models.wfs_request import WfsRequest from geoengine_openapi_client.models.wfs_service import WfsService from geoengine_openapi_client.models.wfs_version import WfsVersion from geoengine_openapi_client.models.wildlive_data_connector_definition import WildliveDataConnectorDefinition +from geoengine_openapi_client.models.wms_request import WmsRequest +from geoengine_openapi_client.models.wms_response_format import WmsResponseFormat from geoengine_openapi_client.models.wms_service import WmsService from geoengine_openapi_client.models.wms_version import WmsVersion from geoengine_openapi_client.models.workflow import Workflow diff --git a/python/geoengine_openapi_client/models/get_capabilities_format.py b/python/geoengine_openapi_client/models/wcs_request.py similarity index 73% rename from python/geoengine_openapi_client/models/get_capabilities_format.py rename to python/geoengine_openapi_client/models/wcs_request.py index c06140f3..e2698e69 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_format.py +++ b/python/geoengine_openapi_client/models/wcs_request.py @@ -19,19 +19,21 @@ from typing_extensions import Self -class GetCapabilitiesFormat(str, Enum): +class WcsRequest(str, Enum): """ - GetCapabilitiesFormat + WcsRequest """ """ allowed enum values """ - TEXT_SLASH_XML = 'text/xml' + GETCAPABILITIES = 'GetCapabilities' + DESCRIBECOVERAGE = 'DescribeCoverage' + GETCOVERAGE = 'GetCoverage' @classmethod def from_json(cls, json_str: str) -> Self: - """Create an instance of GetCapabilitiesFormat from a JSON string""" + """Create an instance of WcsRequest from a JSON string""" return cls(json.loads(json_str)) diff --git a/python/geoengine_openapi_client/models/get_feature_request.py b/python/geoengine_openapi_client/models/wfs_request.py similarity index 81% rename from python/geoengine_openapi_client/models/get_feature_request.py rename to python/geoengine_openapi_client/models/wfs_request.py index 1f9a4a02..2631c507 100644 --- a/python/geoengine_openapi_client/models/get_feature_request.py +++ b/python/geoengine_openapi_client/models/wfs_request.py @@ -19,19 +19,20 @@ from typing_extensions import Self -class GetFeatureRequest(str, Enum): +class WfsRequest(str, Enum): """ - GetFeatureRequest + WfsRequest """ """ allowed enum values """ + GETCAPABILITIES = 'GetCapabilities' GETFEATURE = 'GetFeature' @classmethod def from_json(cls, json_str: str) -> Self: - """Create an instance of GetFeatureRequest from a JSON string""" + """Create an instance of WfsRequest from a JSON string""" return cls(json.loads(json_str)) diff --git a/python/geoengine_openapi_client/models/wms_request.py b/python/geoengine_openapi_client/models/wms_request.py new file mode 100644 index 00000000..2a5026f0 --- /dev/null +++ b/python/geoengine_openapi_client/models/wms_request.py @@ -0,0 +1,41 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import json +from enum import Enum +from typing_extensions import Self + + +class WmsRequest(str, Enum): + """ + WmsRequest + """ + + """ + allowed enum values + """ + GETCAPABILITIES = 'GetCapabilities' + GETMAP = 'GetMap' + GETFEATUREINFO = 'GetFeatureInfo' + GETSTYLES = 'GetStyles' + GETLEGENDGRAPHIC = 'GetLegendGraphic' + + @classmethod + def from_json(cls, json_str: str) -> Self: + """Create an instance of WmsRequest from a JSON string""" + return cls(json.loads(json_str)) + + diff --git a/python/geoengine_openapi_client/models/get_map_format.py b/python/geoengine_openapi_client/models/wms_response_format.py similarity index 80% rename from python/geoengine_openapi_client/models/get_map_format.py rename to python/geoengine_openapi_client/models/wms_response_format.py index 7919b4cf..5fe8e1dd 100644 --- a/python/geoengine_openapi_client/models/get_map_format.py +++ b/python/geoengine_openapi_client/models/wms_response_format.py @@ -19,19 +19,20 @@ from typing_extensions import Self -class GetMapFormat(str, Enum): +class WmsResponseFormat(str, Enum): """ - GetMapFormat + WmsResponseFormat """ """ allowed enum values """ + TEXT_SLASH_XML = 'text/xml' IMAGE_SLASH_PNG = 'image/png' @classmethod def from_json(cls, json_str: str) -> Self: - """Create an instance of GetMapFormat from a JSON string""" + """Create an instance of WmsResponseFormat from a JSON string""" return cls(json.loads(json_str)) diff --git a/python/test/test_get_map_format.py b/python/test/test_wcs_request.py similarity index 66% rename from python/test/test_get_map_format.py rename to python/test/test_wcs_request.py index 96e3e1e6..f89c33cd 100644 --- a/python/test/test_get_map_format.py +++ b/python/test/test_wcs_request.py @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.get_map_format import GetMapFormat +from geoengine_openapi_client.models.wcs_request import WcsRequest -class TestGetMapFormat(unittest.TestCase): - """GetMapFormat unit test stubs""" +class TestWcsRequest(unittest.TestCase): + """WcsRequest unit test stubs""" def setUp(self): pass @@ -26,9 +26,9 @@ def setUp(self): def tearDown(self): pass - def testGetMapFormat(self): - """Test GetMapFormat""" - # inst = GetMapFormat() + def testWcsRequest(self): + """Test WcsRequest""" + # inst = WcsRequest() if __name__ == '__main__': unittest.main() diff --git a/python/test/test_get_feature_request.py b/python/test/test_wfs_request.py similarity index 63% rename from python/test/test_get_feature_request.py rename to python/test/test_wfs_request.py index 4a6ff56f..b98c4d67 100644 --- a/python/test/test_get_feature_request.py +++ b/python/test/test_wfs_request.py @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.get_feature_request import GetFeatureRequest +from geoengine_openapi_client.models.wfs_request import WfsRequest -class TestGetFeatureRequest(unittest.TestCase): - """GetFeatureRequest unit test stubs""" +class TestWfsRequest(unittest.TestCase): + """WfsRequest unit test stubs""" def setUp(self): pass @@ -26,9 +26,9 @@ def setUp(self): def tearDown(self): pass - def testGetFeatureRequest(self): - """Test GetFeatureRequest""" - # inst = GetFeatureRequest() + def testWfsRequest(self): + """Test WfsRequest""" + # inst = WfsRequest() if __name__ == '__main__': unittest.main() diff --git a/python/test/test_get_capabilities_format.py b/python/test/test_wms_request.py similarity index 61% rename from python/test/test_get_capabilities_format.py rename to python/test/test_wms_request.py index c62fe0d3..1da15d39 100644 --- a/python/test/test_get_capabilities_format.py +++ b/python/test/test_wms_request.py @@ -15,10 +15,10 @@ import unittest -from geoengine_openapi_client.models.get_capabilities_format import GetCapabilitiesFormat +from geoengine_openapi_client.models.wms_request import WmsRequest -class TestGetCapabilitiesFormat(unittest.TestCase): - """GetCapabilitiesFormat unit test stubs""" +class TestWmsRequest(unittest.TestCase): + """WmsRequest unit test stubs""" def setUp(self): pass @@ -26,9 +26,9 @@ def setUp(self): def tearDown(self): pass - def testGetCapabilitiesFormat(self): - """Test GetCapabilitiesFormat""" - # inst = GetCapabilitiesFormat() + def testWmsRequest(self): + """Test WmsRequest""" + # inst = WmsRequest() if __name__ == '__main__': unittest.main() diff --git a/python/test/test_wms_response_format.py b/python/test/test_wms_response_format.py new file mode 100644 index 00000000..e6b4f526 --- /dev/null +++ b/python/test/test_wms_response_format.py @@ -0,0 +1,34 @@ +# coding: utf-8 + +""" + Geo Engine API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + The version of the OpenAPI document: 0.9.0 + Contact: dev@geoengine.de + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from geoengine_openapi_client.models.wms_response_format import WmsResponseFormat + +class TestWmsResponseFormat(unittest.TestCase): + """WmsResponseFormat unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testWmsResponseFormat(self): + """Test WmsResponseFormat""" + # inst = WmsResponseFormat() + +if __name__ == '__main__': + unittest.main() diff --git a/typescript/README.md b/typescript/README.md index ed1ba0cd..7bc5f3cc 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -215,11 +215,8 @@ All URIs are relative to *https://geoengine.io/api* - [GdalSourceTimePlaceholder](docs/GdalSourceTimePlaceholder.md) - [GeoJson](docs/GeoJson.md) - [GeoTransform](docs/GeoTransform.md) -- [GetCapabilitiesFormat](docs/GetCapabilitiesFormat.md) - [GetCoverageFormat](docs/GetCoverageFormat.md) -- [GetFeatureRequest](docs/GetFeatureRequest.md) - [GetMapExceptionFormat](docs/GetMapExceptionFormat.md) -- [GetMapFormat](docs/GetMapFormat.md) - [GfbioAbcdDataProviderDefinition](docs/GfbioAbcdDataProviderDefinition.md) - [GfbioCollectionsDataProviderDefinition](docs/GfbioCollectionsDataProviderDefinition.md) - [GridBoundingBox2D](docs/GridBoundingBox2D.md) @@ -389,11 +386,15 @@ All URIs are relative to *https://geoengine.io/api* - [Volume](docs/Volume.md) - [VolumeFileLayersResponse](docs/VolumeFileLayersResponse.md) - [WcsBoundingbox](docs/WcsBoundingbox.md) +- [WcsRequest](docs/WcsRequest.md) - [WcsService](docs/WcsService.md) - [WcsVersion](docs/WcsVersion.md) +- [WfsRequest](docs/WfsRequest.md) - [WfsService](docs/WfsService.md) - [WfsVersion](docs/WfsVersion.md) - [WildliveDataConnectorDefinition](docs/WildliveDataConnectorDefinition.md) +- [WmsRequest](docs/WmsRequest.md) +- [WmsResponseFormat](docs/WmsResponseFormat.md) - [WmsService](docs/WmsService.md) - [WmsVersion](docs/WmsVersion.md) - [Workflow](docs/Workflow.md) diff --git a/typescript/dist/apis/OGCWCSApi.d.ts b/typescript/dist/apis/OGCWCSApi.d.ts index 13c22c44..99278f67 100644 --- a/typescript/dist/apis/OGCWCSApi.d.ts +++ b/typescript/dist/apis/OGCWCSApi.d.ts @@ -10,10 +10,10 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GetCoverageFormat, WcsService, WcsVersion } from '../models/index'; +import type { GetCoverageFormat, WcsRequest, WcsService, WcsVersion } from '../models/index'; export interface WcsHandlerRequest { workflow: string; - request: WcsHandlerRequestEnum; + request: WcsRequest; boundingbox?: string; format?: GetCoverageFormat; gridbasecrs?: string; @@ -41,12 +41,3 @@ export declare class OGCWCSApi extends runtime.BaseAPI { */ wcsHandler(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } -/** - * @export - */ -export declare const WcsHandlerRequestEnum: { - readonly GetCapabilGetCapabilitiesities: "GetCapabilGetCapabilitiesities"; - readonly DescribeCoverage: "DescribeCoverage"; - readonly GetCoverage: "GetCoverage"; -}; -export type WcsHandlerRequestEnum = typeof WcsHandlerRequestEnum[keyof typeof WcsHandlerRequestEnum]; diff --git a/typescript/dist/apis/OGCWCSApi.js b/typescript/dist/apis/OGCWCSApi.js index b0813439..25c3e055 100644 --- a/typescript/dist/apis/OGCWCSApi.js +++ b/typescript/dist/apis/OGCWCSApi.js @@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.WcsHandlerRequestEnum = exports.OGCWCSApi = void 0; +exports.OGCWCSApi = void 0; const runtime = require("../runtime"); /** * @@ -117,11 +117,3 @@ class OGCWCSApi extends runtime.BaseAPI { } } exports.OGCWCSApi = OGCWCSApi; -/** - * @export - */ -exports.WcsHandlerRequestEnum = { - GetCapabilGetCapabilitiesities: 'GetCapabilGetCapabilitiesities', - DescribeCoverage: 'DescribeCoverage', - GetCoverage: 'GetCoverage' -}; diff --git a/typescript/dist/apis/OGCWFSApi.d.ts b/typescript/dist/apis/OGCWFSApi.d.ts index 6a5080d3..8bbd32bc 100644 --- a/typescript/dist/apis/OGCWFSApi.d.ts +++ b/typescript/dist/apis/OGCWFSApi.d.ts @@ -10,10 +10,10 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GeoJson, WfsService, WfsVersion } from '../models/index'; +import type { GeoJson, WfsRequest, WfsService, WfsVersion } from '../models/index'; export interface WfsHandlerRequest { workflow: string; - request: WfsHandlerRequestEnum; + request: WfsRequest; bbox?: string; count?: number | null; filter?: string | null; @@ -40,11 +40,3 @@ export declare class OGCWFSApi extends runtime.BaseAPI { */ wfsHandler(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } -/** - * @export - */ -export declare const WfsHandlerRequestEnum: { - readonly GetCapabilities: "GetCapabilities"; - readonly GetFeature: "GetFeature"; -}; -export type WfsHandlerRequestEnum = typeof WfsHandlerRequestEnum[keyof typeof WfsHandlerRequestEnum]; diff --git a/typescript/dist/apis/OGCWFSApi.js b/typescript/dist/apis/OGCWFSApi.js index b1e0d649..0313731b 100644 --- a/typescript/dist/apis/OGCWFSApi.js +++ b/typescript/dist/apis/OGCWFSApi.js @@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.WfsHandlerRequestEnum = exports.OGCWFSApi = void 0; +exports.OGCWFSApi = void 0; const runtime = require("../runtime"); const index_1 = require("../models/index"); /** @@ -110,10 +110,3 @@ class OGCWFSApi extends runtime.BaseAPI { } } exports.OGCWFSApi = OGCWFSApi; -/** - * @export - */ -exports.WfsHandlerRequestEnum = { - GetCapabilities: 'GetCapabilities', - GetFeature: 'GetFeature' -}; diff --git a/typescript/dist/apis/OGCWMSApi.d.ts b/typescript/dist/apis/OGCWMSApi.d.ts index 1247b518..4abaa6e5 100644 --- a/typescript/dist/apis/OGCWMSApi.d.ts +++ b/typescript/dist/apis/OGCWMSApi.d.ts @@ -10,16 +10,16 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GetCapabilitiesFormat, GetMapExceptionFormat, WmsService, WmsVersion } from '../models/index'; +import type { GetMapExceptionFormat, WmsRequest, WmsResponseFormat, WmsService, WmsVersion } from '../models/index'; export interface WmsHandlerRequest { workflow: string; - request: WmsHandlerRequestEnum; + request: WmsRequest; bbox?: string; bgcolor?: string | null; crs?: string | null; elevation?: string | null; exceptions?: GetMapExceptionFormat | null; - format?: GetCapabilitiesFormat | null; + format?: WmsResponseFormat | null; height?: number; infoFormat?: string | null; layer?: string; @@ -41,20 +41,9 @@ export declare class OGCWMSApi extends runtime.BaseAPI { /** * OGC WMS endpoint */ - wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * OGC WMS endpoint */ - wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } -/** - * @export - */ -export declare const WmsHandlerRequestEnum: { - readonly GetCapabilities: "GetCapabilities"; - readonly GetMap: "GetMap"; - readonly GetFeatureInfo: "GetFeatureInfo"; - readonly GetStyles: "GetStyles"; - readonly GetLegendGraphic: "GetLegendGraphic"; -}; -export type WmsHandlerRequestEnum = typeof WmsHandlerRequestEnum[keyof typeof WmsHandlerRequestEnum]; diff --git a/typescript/dist/apis/OGCWMSApi.js b/typescript/dist/apis/OGCWMSApi.js index 8de9758d..6f9f298c 100644 --- a/typescript/dist/apis/OGCWMSApi.js +++ b/typescript/dist/apis/OGCWMSApi.js @@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.WmsHandlerRequestEnum = exports.OGCWMSApi = void 0; +exports.OGCWMSApi = void 0; const runtime = require("../runtime"); /** * @@ -116,12 +116,7 @@ class OGCWMSApi extends runtime.BaseAPI { headers: headerParameters, query: queryParameters, }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } - else { - return new runtime.TextApiResponse(response); - } + return new runtime.BlobApiResponse(response); }); } /** @@ -135,13 +130,3 @@ class OGCWMSApi extends runtime.BaseAPI { } } exports.OGCWMSApi = OGCWMSApi; -/** - * @export - */ -exports.WmsHandlerRequestEnum = { - GetCapabilities: 'GetCapabilities', - GetMap: 'GetMap', - GetFeatureInfo: 'GetFeatureInfo', - GetStyles: 'GetStyles', - GetLegendGraphic: 'GetLegendGraphic' -}; diff --git a/typescript/dist/esm/apis/OGCWCSApi.d.ts b/typescript/dist/esm/apis/OGCWCSApi.d.ts index 13c22c44..99278f67 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWCSApi.d.ts @@ -10,10 +10,10 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GetCoverageFormat, WcsService, WcsVersion } from '../models/index'; +import type { GetCoverageFormat, WcsRequest, WcsService, WcsVersion } from '../models/index'; export interface WcsHandlerRequest { workflow: string; - request: WcsHandlerRequestEnum; + request: WcsRequest; boundingbox?: string; format?: GetCoverageFormat; gridbasecrs?: string; @@ -41,12 +41,3 @@ export declare class OGCWCSApi extends runtime.BaseAPI { */ wcsHandler(requestParameters: WcsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } -/** - * @export - */ -export declare const WcsHandlerRequestEnum: { - readonly GetCapabilGetCapabilitiesities: "GetCapabilGetCapabilitiesities"; - readonly DescribeCoverage: "DescribeCoverage"; - readonly GetCoverage: "GetCoverage"; -}; -export type WcsHandlerRequestEnum = typeof WcsHandlerRequestEnum[keyof typeof WcsHandlerRequestEnum]; diff --git a/typescript/dist/esm/apis/OGCWCSApi.js b/typescript/dist/esm/apis/OGCWCSApi.js index 18651883..648e2bbd 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.js +++ b/typescript/dist/esm/apis/OGCWCSApi.js @@ -113,11 +113,3 @@ export class OGCWCSApi extends runtime.BaseAPI { }); } } -/** - * @export - */ -export const WcsHandlerRequestEnum = { - GetCapabilGetCapabilitiesities: 'GetCapabilGetCapabilitiesities', - DescribeCoverage: 'DescribeCoverage', - GetCoverage: 'GetCoverage' -}; diff --git a/typescript/dist/esm/apis/OGCWFSApi.d.ts b/typescript/dist/esm/apis/OGCWFSApi.d.ts index 6a5080d3..8bbd32bc 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWFSApi.d.ts @@ -10,10 +10,10 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GeoJson, WfsService, WfsVersion } from '../models/index'; +import type { GeoJson, WfsRequest, WfsService, WfsVersion } from '../models/index'; export interface WfsHandlerRequest { workflow: string; - request: WfsHandlerRequestEnum; + request: WfsRequest; bbox?: string; count?: number | null; filter?: string | null; @@ -40,11 +40,3 @@ export declare class OGCWFSApi extends runtime.BaseAPI { */ wfsHandler(requestParameters: WfsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } -/** - * @export - */ -export declare const WfsHandlerRequestEnum: { - readonly GetCapabilities: "GetCapabilities"; - readonly GetFeature: "GetFeature"; -}; -export type WfsHandlerRequestEnum = typeof WfsHandlerRequestEnum[keyof typeof WfsHandlerRequestEnum]; diff --git a/typescript/dist/esm/apis/OGCWFSApi.js b/typescript/dist/esm/apis/OGCWFSApi.js index 0be6e156..8c239e71 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.js +++ b/typescript/dist/esm/apis/OGCWFSApi.js @@ -106,10 +106,3 @@ export class OGCWFSApi extends runtime.BaseAPI { }); } } -/** - * @export - */ -export const WfsHandlerRequestEnum = { - GetCapabilities: 'GetCapabilities', - GetFeature: 'GetFeature' -}; diff --git a/typescript/dist/esm/apis/OGCWMSApi.d.ts b/typescript/dist/esm/apis/OGCWMSApi.d.ts index 1247b518..4abaa6e5 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWMSApi.d.ts @@ -10,16 +10,16 @@ * Do not edit the class manually. */ import * as runtime from '../runtime'; -import type { GetCapabilitiesFormat, GetMapExceptionFormat, WmsService, WmsVersion } from '../models/index'; +import type { GetMapExceptionFormat, WmsRequest, WmsResponseFormat, WmsService, WmsVersion } from '../models/index'; export interface WmsHandlerRequest { workflow: string; - request: WmsHandlerRequestEnum; + request: WmsRequest; bbox?: string; bgcolor?: string | null; crs?: string | null; elevation?: string | null; exceptions?: GetMapExceptionFormat | null; - format?: GetCapabilitiesFormat | null; + format?: WmsResponseFormat | null; height?: number; infoFormat?: string | null; layer?: string; @@ -41,20 +41,9 @@ export declare class OGCWMSApi extends runtime.BaseAPI { /** * OGC WMS endpoint */ - wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; + wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * OGC WMS endpoint */ - wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; + wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } -/** - * @export - */ -export declare const WmsHandlerRequestEnum: { - readonly GetCapabilities: "GetCapabilities"; - readonly GetMap: "GetMap"; - readonly GetFeatureInfo: "GetFeatureInfo"; - readonly GetStyles: "GetStyles"; - readonly GetLegendGraphic: "GetLegendGraphic"; -}; -export type WmsHandlerRequestEnum = typeof WmsHandlerRequestEnum[keyof typeof WmsHandlerRequestEnum]; diff --git a/typescript/dist/esm/apis/OGCWMSApi.js b/typescript/dist/esm/apis/OGCWMSApi.js index fff8599c..628c074a 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.js +++ b/typescript/dist/esm/apis/OGCWMSApi.js @@ -113,12 +113,7 @@ export class OGCWMSApi extends runtime.BaseAPI { headers: headerParameters, query: queryParameters, }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } - else { - return new runtime.TextApiResponse(response); - } + return new runtime.BlobApiResponse(response); }); } /** @@ -131,13 +126,3 @@ export class OGCWMSApi extends runtime.BaseAPI { }); } } -/** - * @export - */ -export const WmsHandlerRequestEnum = { - GetCapabilities: 'GetCapabilities', - GetMap: 'GetMap', - GetFeatureInfo: 'GetFeatureInfo', - GetStyles: 'GetStyles', - GetLegendGraphic: 'GetLegendGraphic' -}; diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts deleted file mode 100644 index 9a4034dc..00000000 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetCapabilitiesFormat: { - readonly TextXml: "text/xml"; -}; -export type GetCapabilitiesFormat = typeof GetCapabilitiesFormat[keyof typeof GetCapabilitiesFormat]; -export declare function instanceOfGetCapabilitiesFormat(value: any): boolean; -export declare function GetCapabilitiesFormatFromJSON(json: any): GetCapabilitiesFormat; -export declare function GetCapabilitiesFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCapabilitiesFormat; -export declare function GetCapabilitiesFormatToJSON(value?: GetCapabilitiesFormat | null): any; -export declare function GetCapabilitiesFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCapabilitiesFormat; diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.js b/typescript/dist/esm/models/GetCapabilitiesFormat.js deleted file mode 100644 index 4f0b7b90..00000000 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.js +++ /dev/null @@ -1,42 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export const GetCapabilitiesFormat = { - TextXml: 'text/xml' -}; -export function instanceOfGetCapabilitiesFormat(value) { - for (const key in GetCapabilitiesFormat) { - if (Object.prototype.hasOwnProperty.call(GetCapabilitiesFormat, key)) { - if (GetCapabilitiesFormat[key] === value) { - return true; - } - } - } - return false; -} -export function GetCapabilitiesFormatFromJSON(json) { - return GetCapabilitiesFormatFromJSONTyped(json, false); -} -export function GetCapabilitiesFormatFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -export function GetCapabilitiesFormatToJSON(value) { - return value; -} -export function GetCapabilitiesFormatToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/esm/models/GetFeatureRequest.d.ts b/typescript/dist/esm/models/GetFeatureRequest.d.ts deleted file mode 100644 index ed0b6064..00000000 --- a/typescript/dist/esm/models/GetFeatureRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetFeatureRequest: { - readonly GetFeature: "GetFeature"; -}; -export type GetFeatureRequest = typeof GetFeatureRequest[keyof typeof GetFeatureRequest]; -export declare function instanceOfGetFeatureRequest(value: any): boolean; -export declare function GetFeatureRequestFromJSON(json: any): GetFeatureRequest; -export declare function GetFeatureRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFeatureRequest; -export declare function GetFeatureRequestToJSON(value?: GetFeatureRequest | null): any; -export declare function GetFeatureRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetFeatureRequest; diff --git a/typescript/dist/esm/models/GetMapFormat.d.ts b/typescript/dist/esm/models/GetMapFormat.d.ts deleted file mode 100644 index 9d8bec75..00000000 --- a/typescript/dist/esm/models/GetMapFormat.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetMapFormat: { - readonly ImagePng: "image/png"; -}; -export type GetMapFormat = typeof GetMapFormat[keyof typeof GetMapFormat]; -export declare function instanceOfGetMapFormat(value: any): boolean; -export declare function GetMapFormatFromJSON(json: any): GetMapFormat; -export declare function GetMapFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMapFormat; -export declare function GetMapFormatToJSON(value?: GetMapFormat | null): any; -export declare function GetMapFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): GetMapFormat; diff --git a/typescript/dist/esm/models/WcsRequest.d.ts b/typescript/dist/esm/models/WcsRequest.d.ts new file mode 100644 index 00000000..9ad77c7b --- /dev/null +++ b/typescript/dist/esm/models/WcsRequest.d.ts @@ -0,0 +1,26 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WcsRequest: { + readonly GetCapabilities: "GetCapabilities"; + readonly DescribeCoverage: "DescribeCoverage"; + readonly GetCoverage: "GetCoverage"; +}; +export type WcsRequest = typeof WcsRequest[keyof typeof WcsRequest]; +export declare function instanceOfWcsRequest(value: any): boolean; +export declare function WcsRequestFromJSON(json: any): WcsRequest; +export declare function WcsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WcsRequest; +export declare function WcsRequestToJSON(value?: WcsRequest | null): any; +export declare function WcsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WcsRequest; diff --git a/typescript/dist/esm/models/WcsRequest.js b/typescript/dist/esm/models/WcsRequest.js new file mode 100644 index 00000000..6600c2d1 --- /dev/null +++ b/typescript/dist/esm/models/WcsRequest.js @@ -0,0 +1,44 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export const WcsRequest = { + GetCapabilities: 'GetCapabilities', + DescribeCoverage: 'DescribeCoverage', + GetCoverage: 'GetCoverage' +}; +export function instanceOfWcsRequest(value) { + for (const key in WcsRequest) { + if (Object.prototype.hasOwnProperty.call(WcsRequest, key)) { + if (WcsRequest[key] === value) { + return true; + } + } + } + return false; +} +export function WcsRequestFromJSON(json) { + return WcsRequestFromJSONTyped(json, false); +} +export function WcsRequestFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +export function WcsRequestToJSON(value) { + return value; +} +export function WcsRequestToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/esm/models/WfsRequest.d.ts b/typescript/dist/esm/models/WfsRequest.d.ts new file mode 100644 index 00000000..0bc7d4dc --- /dev/null +++ b/typescript/dist/esm/models/WfsRequest.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WfsRequest: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetFeature: "GetFeature"; +}; +export type WfsRequest = typeof WfsRequest[keyof typeof WfsRequest]; +export declare function instanceOfWfsRequest(value: any): boolean; +export declare function WfsRequestFromJSON(json: any): WfsRequest; +export declare function WfsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WfsRequest; +export declare function WfsRequestToJSON(value?: WfsRequest | null): any; +export declare function WfsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WfsRequest; diff --git a/typescript/dist/esm/models/GetFeatureRequest.js b/typescript/dist/esm/models/WfsRequest.js similarity index 52% rename from typescript/dist/esm/models/GetFeatureRequest.js rename to typescript/dist/esm/models/WfsRequest.js index ec0c0012..4114e08a 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.js +++ b/typescript/dist/esm/models/WfsRequest.js @@ -15,28 +15,29 @@ * * @export */ -export const GetFeatureRequest = { +export const WfsRequest = { + GetCapabilities: 'GetCapabilities', GetFeature: 'GetFeature' }; -export function instanceOfGetFeatureRequest(value) { - for (const key in GetFeatureRequest) { - if (Object.prototype.hasOwnProperty.call(GetFeatureRequest, key)) { - if (GetFeatureRequest[key] === value) { +export function instanceOfWfsRequest(value) { + for (const key in WfsRequest) { + if (Object.prototype.hasOwnProperty.call(WfsRequest, key)) { + if (WfsRequest[key] === value) { return true; } } } return false; } -export function GetFeatureRequestFromJSON(json) { - return GetFeatureRequestFromJSONTyped(json, false); +export function WfsRequestFromJSON(json) { + return WfsRequestFromJSONTyped(json, false); } -export function GetFeatureRequestFromJSONTyped(json, ignoreDiscriminator) { +export function WfsRequestFromJSONTyped(json, ignoreDiscriminator) { return json; } -export function GetFeatureRequestToJSON(value) { +export function WfsRequestToJSON(value) { return value; } -export function GetFeatureRequestToJSONTyped(value, ignoreDiscriminator) { +export function WfsRequestToJSONTyped(value, ignoreDiscriminator) { return value; } diff --git a/typescript/dist/esm/models/WmsRequest.d.ts b/typescript/dist/esm/models/WmsRequest.d.ts new file mode 100644 index 00000000..3e4d1ea1 --- /dev/null +++ b/typescript/dist/esm/models/WmsRequest.d.ts @@ -0,0 +1,28 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WmsRequest: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetMap: "GetMap"; + readonly GetFeatureInfo: "GetFeatureInfo"; + readonly GetStyles: "GetStyles"; + readonly GetLegendGraphic: "GetLegendGraphic"; +}; +export type WmsRequest = typeof WmsRequest[keyof typeof WmsRequest]; +export declare function instanceOfWmsRequest(value: any): boolean; +export declare function WmsRequestFromJSON(json: any): WmsRequest; +export declare function WmsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WmsRequest; +export declare function WmsRequestToJSON(value?: WmsRequest | null): any; +export declare function WmsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WmsRequest; diff --git a/typescript/dist/esm/models/WmsRequest.js b/typescript/dist/esm/models/WmsRequest.js new file mode 100644 index 00000000..105d97fd --- /dev/null +++ b/typescript/dist/esm/models/WmsRequest.js @@ -0,0 +1,46 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export const WmsRequest = { + GetCapabilities: 'GetCapabilities', + GetMap: 'GetMap', + GetFeatureInfo: 'GetFeatureInfo', + GetStyles: 'GetStyles', + GetLegendGraphic: 'GetLegendGraphic' +}; +export function instanceOfWmsRequest(value) { + for (const key in WmsRequest) { + if (Object.prototype.hasOwnProperty.call(WmsRequest, key)) { + if (WmsRequest[key] === value) { + return true; + } + } + } + return false; +} +export function WmsRequestFromJSON(json) { + return WmsRequestFromJSONTyped(json, false); +} +export function WmsRequestFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +export function WmsRequestToJSON(value) { + return value; +} +export function WmsRequestToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/esm/models/WmsResponseFormat.d.ts b/typescript/dist/esm/models/WmsResponseFormat.d.ts new file mode 100644 index 00000000..997863c9 --- /dev/null +++ b/typescript/dist/esm/models/WmsResponseFormat.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WmsResponseFormat: { + readonly TextXml: "text/xml"; + readonly ImagePng: "image/png"; +}; +export type WmsResponseFormat = typeof WmsResponseFormat[keyof typeof WmsResponseFormat]; +export declare function instanceOfWmsResponseFormat(value: any): boolean; +export declare function WmsResponseFormatFromJSON(json: any): WmsResponseFormat; +export declare function WmsResponseFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): WmsResponseFormat; +export declare function WmsResponseFormatToJSON(value?: WmsResponseFormat | null): any; +export declare function WmsResponseFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): WmsResponseFormat; diff --git a/typescript/dist/esm/models/GetMapFormat.js b/typescript/dist/esm/models/WmsResponseFormat.js similarity index 50% rename from typescript/dist/esm/models/GetMapFormat.js rename to typescript/dist/esm/models/WmsResponseFormat.js index 433734ba..2d112f02 100644 --- a/typescript/dist/esm/models/GetMapFormat.js +++ b/typescript/dist/esm/models/WmsResponseFormat.js @@ -15,28 +15,29 @@ * * @export */ -export const GetMapFormat = { +export const WmsResponseFormat = { + TextXml: 'text/xml', ImagePng: 'image/png' }; -export function instanceOfGetMapFormat(value) { - for (const key in GetMapFormat) { - if (Object.prototype.hasOwnProperty.call(GetMapFormat, key)) { - if (GetMapFormat[key] === value) { +export function instanceOfWmsResponseFormat(value) { + for (const key in WmsResponseFormat) { + if (Object.prototype.hasOwnProperty.call(WmsResponseFormat, key)) { + if (WmsResponseFormat[key] === value) { return true; } } } return false; } -export function GetMapFormatFromJSON(json) { - return GetMapFormatFromJSONTyped(json, false); +export function WmsResponseFormatFromJSON(json) { + return WmsResponseFormatFromJSONTyped(json, false); } -export function GetMapFormatFromJSONTyped(json, ignoreDiscriminator) { +export function WmsResponseFormatFromJSONTyped(json, ignoreDiscriminator) { return json; } -export function GetMapFormatToJSON(value) { +export function WmsResponseFormatToJSON(value) { return value; } -export function GetMapFormatToJSONTyped(value, ignoreDiscriminator) { +export function WmsResponseFormatToJSONTyped(value, ignoreDiscriminator) { return value; } diff --git a/typescript/dist/esm/models/index.d.ts b/typescript/dist/esm/models/index.d.ts index 74643149..de89bf9f 100644 --- a/typescript/dist/esm/models/index.d.ts +++ b/typescript/dist/esm/models/index.d.ts @@ -61,11 +61,8 @@ export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; -export * from './GetCapabilitiesFormat'; export * from './GetCoverageFormat'; -export * from './GetFeatureRequest'; export * from './GetMapExceptionFormat'; -export * from './GetMapFormat'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; @@ -235,11 +232,15 @@ export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; export * from './WcsBoundingbox'; +export * from './WcsRequest'; export * from './WcsService'; export * from './WcsVersion'; +export * from './WfsRequest'; export * from './WfsService'; export * from './WfsVersion'; export * from './WildliveDataConnectorDefinition'; +export * from './WmsRequest'; +export * from './WmsResponseFormat'; export * from './WmsService'; export * from './WmsVersion'; export * from './Workflow'; diff --git a/typescript/dist/esm/models/index.js b/typescript/dist/esm/models/index.js index b198b263..81316b39 100644 --- a/typescript/dist/esm/models/index.js +++ b/typescript/dist/esm/models/index.js @@ -63,11 +63,8 @@ export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; -export * from './GetCapabilitiesFormat'; export * from './GetCoverageFormat'; -export * from './GetFeatureRequest'; export * from './GetMapExceptionFormat'; -export * from './GetMapFormat'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; @@ -237,11 +234,15 @@ export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; export * from './WcsBoundingbox'; +export * from './WcsRequest'; export * from './WcsService'; export * from './WcsVersion'; +export * from './WfsRequest'; export * from './WfsService'; export * from './WfsVersion'; export * from './WildliveDataConnectorDefinition'; +export * from './WmsRequest'; +export * from './WmsResponseFormat'; export * from './WmsService'; export * from './WmsVersion'; export * from './Workflow'; diff --git a/typescript/dist/models/GetCapabilitiesFormat.d.ts b/typescript/dist/models/GetCapabilitiesFormat.d.ts deleted file mode 100644 index 9a4034dc..00000000 --- a/typescript/dist/models/GetCapabilitiesFormat.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetCapabilitiesFormat: { - readonly TextXml: "text/xml"; -}; -export type GetCapabilitiesFormat = typeof GetCapabilitiesFormat[keyof typeof GetCapabilitiesFormat]; -export declare function instanceOfGetCapabilitiesFormat(value: any): boolean; -export declare function GetCapabilitiesFormatFromJSON(json: any): GetCapabilitiesFormat; -export declare function GetCapabilitiesFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCapabilitiesFormat; -export declare function GetCapabilitiesFormatToJSON(value?: GetCapabilitiesFormat | null): any; -export declare function GetCapabilitiesFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCapabilitiesFormat; diff --git a/typescript/dist/models/GetCapabilitiesFormat.js b/typescript/dist/models/GetCapabilitiesFormat.js deleted file mode 100644 index a6dee797..00000000 --- a/typescript/dist/models/GetCapabilitiesFormat.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetCapabilitiesFormat = void 0; -exports.instanceOfGetCapabilitiesFormat = instanceOfGetCapabilitiesFormat; -exports.GetCapabilitiesFormatFromJSON = GetCapabilitiesFormatFromJSON; -exports.GetCapabilitiesFormatFromJSONTyped = GetCapabilitiesFormatFromJSONTyped; -exports.GetCapabilitiesFormatToJSON = GetCapabilitiesFormatToJSON; -exports.GetCapabilitiesFormatToJSONTyped = GetCapabilitiesFormatToJSONTyped; -/** - * - * @export - */ -exports.GetCapabilitiesFormat = { - TextXml: 'text/xml' -}; -function instanceOfGetCapabilitiesFormat(value) { - for (const key in exports.GetCapabilitiesFormat) { - if (Object.prototype.hasOwnProperty.call(exports.GetCapabilitiesFormat, key)) { - if (exports.GetCapabilitiesFormat[key] === value) { - return true; - } - } - } - return false; -} -function GetCapabilitiesFormatFromJSON(json) { - return GetCapabilitiesFormatFromJSONTyped(json, false); -} -function GetCapabilitiesFormatFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetCapabilitiesFormatToJSON(value) { - return value; -} -function GetCapabilitiesFormatToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/GetFeatureRequest.d.ts b/typescript/dist/models/GetFeatureRequest.d.ts deleted file mode 100644 index ed0b6064..00000000 --- a/typescript/dist/models/GetFeatureRequest.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetFeatureRequest: { - readonly GetFeature: "GetFeature"; -}; -export type GetFeatureRequest = typeof GetFeatureRequest[keyof typeof GetFeatureRequest]; -export declare function instanceOfGetFeatureRequest(value: any): boolean; -export declare function GetFeatureRequestFromJSON(json: any): GetFeatureRequest; -export declare function GetFeatureRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFeatureRequest; -export declare function GetFeatureRequestToJSON(value?: GetFeatureRequest | null): any; -export declare function GetFeatureRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetFeatureRequest; diff --git a/typescript/dist/models/GetFeatureRequest.js b/typescript/dist/models/GetFeatureRequest.js deleted file mode 100644 index 9ea5649e..00000000 --- a/typescript/dist/models/GetFeatureRequest.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetFeatureRequest = void 0; -exports.instanceOfGetFeatureRequest = instanceOfGetFeatureRequest; -exports.GetFeatureRequestFromJSON = GetFeatureRequestFromJSON; -exports.GetFeatureRequestFromJSONTyped = GetFeatureRequestFromJSONTyped; -exports.GetFeatureRequestToJSON = GetFeatureRequestToJSON; -exports.GetFeatureRequestToJSONTyped = GetFeatureRequestToJSONTyped; -/** - * - * @export - */ -exports.GetFeatureRequest = { - GetFeature: 'GetFeature' -}; -function instanceOfGetFeatureRequest(value) { - for (const key in exports.GetFeatureRequest) { - if (Object.prototype.hasOwnProperty.call(exports.GetFeatureRequest, key)) { - if (exports.GetFeatureRequest[key] === value) { - return true; - } - } - } - return false; -} -function GetFeatureRequestFromJSON(json) { - return GetFeatureRequestFromJSONTyped(json, false); -} -function GetFeatureRequestFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetFeatureRequestToJSON(value) { - return value; -} -function GetFeatureRequestToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/GetMapFormat.d.ts b/typescript/dist/models/GetMapFormat.d.ts deleted file mode 100644 index 9d8bec75..00000000 --- a/typescript/dist/models/GetMapFormat.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -/** - * - * @export - */ -export declare const GetMapFormat: { - readonly ImagePng: "image/png"; -}; -export type GetMapFormat = typeof GetMapFormat[keyof typeof GetMapFormat]; -export declare function instanceOfGetMapFormat(value: any): boolean; -export declare function GetMapFormatFromJSON(json: any): GetMapFormat; -export declare function GetMapFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMapFormat; -export declare function GetMapFormatToJSON(value?: GetMapFormat | null): any; -export declare function GetMapFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): GetMapFormat; diff --git a/typescript/dist/models/GetMapFormat.js b/typescript/dist/models/GetMapFormat.js deleted file mode 100644 index 8e33a5c2..00000000 --- a/typescript/dist/models/GetMapFormat.js +++ /dev/null @@ -1,50 +0,0 @@ -"use strict"; -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GetMapFormat = void 0; -exports.instanceOfGetMapFormat = instanceOfGetMapFormat; -exports.GetMapFormatFromJSON = GetMapFormatFromJSON; -exports.GetMapFormatFromJSONTyped = GetMapFormatFromJSONTyped; -exports.GetMapFormatToJSON = GetMapFormatToJSON; -exports.GetMapFormatToJSONTyped = GetMapFormatToJSONTyped; -/** - * - * @export - */ -exports.GetMapFormat = { - ImagePng: 'image/png' -}; -function instanceOfGetMapFormat(value) { - for (const key in exports.GetMapFormat) { - if (Object.prototype.hasOwnProperty.call(exports.GetMapFormat, key)) { - if (exports.GetMapFormat[key] === value) { - return true; - } - } - } - return false; -} -function GetMapFormatFromJSON(json) { - return GetMapFormatFromJSONTyped(json, false); -} -function GetMapFormatFromJSONTyped(json, ignoreDiscriminator) { - return json; -} -function GetMapFormatToJSON(value) { - return value; -} -function GetMapFormatToJSONTyped(value, ignoreDiscriminator) { - return value; -} diff --git a/typescript/dist/models/WcsRequest.d.ts b/typescript/dist/models/WcsRequest.d.ts new file mode 100644 index 00000000..9ad77c7b --- /dev/null +++ b/typescript/dist/models/WcsRequest.d.ts @@ -0,0 +1,26 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WcsRequest: { + readonly GetCapabilities: "GetCapabilities"; + readonly DescribeCoverage: "DescribeCoverage"; + readonly GetCoverage: "GetCoverage"; +}; +export type WcsRequest = typeof WcsRequest[keyof typeof WcsRequest]; +export declare function instanceOfWcsRequest(value: any): boolean; +export declare function WcsRequestFromJSON(json: any): WcsRequest; +export declare function WcsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WcsRequest; +export declare function WcsRequestToJSON(value?: WcsRequest | null): any; +export declare function WcsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WcsRequest; diff --git a/typescript/dist/models/WcsRequest.js b/typescript/dist/models/WcsRequest.js new file mode 100644 index 00000000..45d3240c --- /dev/null +++ b/typescript/dist/models/WcsRequest.js @@ -0,0 +1,52 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.WcsRequest = void 0; +exports.instanceOfWcsRequest = instanceOfWcsRequest; +exports.WcsRequestFromJSON = WcsRequestFromJSON; +exports.WcsRequestFromJSONTyped = WcsRequestFromJSONTyped; +exports.WcsRequestToJSON = WcsRequestToJSON; +exports.WcsRequestToJSONTyped = WcsRequestToJSONTyped; +/** + * + * @export + */ +exports.WcsRequest = { + GetCapabilities: 'GetCapabilities', + DescribeCoverage: 'DescribeCoverage', + GetCoverage: 'GetCoverage' +}; +function instanceOfWcsRequest(value) { + for (const key in exports.WcsRequest) { + if (Object.prototype.hasOwnProperty.call(exports.WcsRequest, key)) { + if (exports.WcsRequest[key] === value) { + return true; + } + } + } + return false; +} +function WcsRequestFromJSON(json) { + return WcsRequestFromJSONTyped(json, false); +} +function WcsRequestFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +function WcsRequestToJSON(value) { + return value; +} +function WcsRequestToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/models/WfsRequest.d.ts b/typescript/dist/models/WfsRequest.d.ts new file mode 100644 index 00000000..0bc7d4dc --- /dev/null +++ b/typescript/dist/models/WfsRequest.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WfsRequest: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetFeature: "GetFeature"; +}; +export type WfsRequest = typeof WfsRequest[keyof typeof WfsRequest]; +export declare function instanceOfWfsRequest(value: any): boolean; +export declare function WfsRequestFromJSON(json: any): WfsRequest; +export declare function WfsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WfsRequest; +export declare function WfsRequestToJSON(value?: WfsRequest | null): any; +export declare function WfsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WfsRequest; diff --git a/typescript/dist/models/WfsRequest.js b/typescript/dist/models/WfsRequest.js new file mode 100644 index 00000000..3571fb1b --- /dev/null +++ b/typescript/dist/models/WfsRequest.js @@ -0,0 +1,51 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.WfsRequest = void 0; +exports.instanceOfWfsRequest = instanceOfWfsRequest; +exports.WfsRequestFromJSON = WfsRequestFromJSON; +exports.WfsRequestFromJSONTyped = WfsRequestFromJSONTyped; +exports.WfsRequestToJSON = WfsRequestToJSON; +exports.WfsRequestToJSONTyped = WfsRequestToJSONTyped; +/** + * + * @export + */ +exports.WfsRequest = { + GetCapabilities: 'GetCapabilities', + GetFeature: 'GetFeature' +}; +function instanceOfWfsRequest(value) { + for (const key in exports.WfsRequest) { + if (Object.prototype.hasOwnProperty.call(exports.WfsRequest, key)) { + if (exports.WfsRequest[key] === value) { + return true; + } + } + } + return false; +} +function WfsRequestFromJSON(json) { + return WfsRequestFromJSONTyped(json, false); +} +function WfsRequestFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +function WfsRequestToJSON(value) { + return value; +} +function WfsRequestToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/models/WmsRequest.d.ts b/typescript/dist/models/WmsRequest.d.ts new file mode 100644 index 00000000..3e4d1ea1 --- /dev/null +++ b/typescript/dist/models/WmsRequest.d.ts @@ -0,0 +1,28 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WmsRequest: { + readonly GetCapabilities: "GetCapabilities"; + readonly GetMap: "GetMap"; + readonly GetFeatureInfo: "GetFeatureInfo"; + readonly GetStyles: "GetStyles"; + readonly GetLegendGraphic: "GetLegendGraphic"; +}; +export type WmsRequest = typeof WmsRequest[keyof typeof WmsRequest]; +export declare function instanceOfWmsRequest(value: any): boolean; +export declare function WmsRequestFromJSON(json: any): WmsRequest; +export declare function WmsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WmsRequest; +export declare function WmsRequestToJSON(value?: WmsRequest | null): any; +export declare function WmsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WmsRequest; diff --git a/typescript/dist/models/WmsRequest.js b/typescript/dist/models/WmsRequest.js new file mode 100644 index 00000000..ffaa97ba --- /dev/null +++ b/typescript/dist/models/WmsRequest.js @@ -0,0 +1,54 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.WmsRequest = void 0; +exports.instanceOfWmsRequest = instanceOfWmsRequest; +exports.WmsRequestFromJSON = WmsRequestFromJSON; +exports.WmsRequestFromJSONTyped = WmsRequestFromJSONTyped; +exports.WmsRequestToJSON = WmsRequestToJSON; +exports.WmsRequestToJSONTyped = WmsRequestToJSONTyped; +/** + * + * @export + */ +exports.WmsRequest = { + GetCapabilities: 'GetCapabilities', + GetMap: 'GetMap', + GetFeatureInfo: 'GetFeatureInfo', + GetStyles: 'GetStyles', + GetLegendGraphic: 'GetLegendGraphic' +}; +function instanceOfWmsRequest(value) { + for (const key in exports.WmsRequest) { + if (Object.prototype.hasOwnProperty.call(exports.WmsRequest, key)) { + if (exports.WmsRequest[key] === value) { + return true; + } + } + } + return false; +} +function WmsRequestFromJSON(json) { + return WmsRequestFromJSONTyped(json, false); +} +function WmsRequestFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +function WmsRequestToJSON(value) { + return value; +} +function WmsRequestToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/models/WmsResponseFormat.d.ts b/typescript/dist/models/WmsResponseFormat.d.ts new file mode 100644 index 00000000..997863c9 --- /dev/null +++ b/typescript/dist/models/WmsResponseFormat.d.ts @@ -0,0 +1,25 @@ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** + * + * @export + */ +export declare const WmsResponseFormat: { + readonly TextXml: "text/xml"; + readonly ImagePng: "image/png"; +}; +export type WmsResponseFormat = typeof WmsResponseFormat[keyof typeof WmsResponseFormat]; +export declare function instanceOfWmsResponseFormat(value: any): boolean; +export declare function WmsResponseFormatFromJSON(json: any): WmsResponseFormat; +export declare function WmsResponseFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): WmsResponseFormat; +export declare function WmsResponseFormatToJSON(value?: WmsResponseFormat | null): any; +export declare function WmsResponseFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): WmsResponseFormat; diff --git a/typescript/dist/models/WmsResponseFormat.js b/typescript/dist/models/WmsResponseFormat.js new file mode 100644 index 00000000..931d289d --- /dev/null +++ b/typescript/dist/models/WmsResponseFormat.js @@ -0,0 +1,51 @@ +"use strict"; +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.WmsResponseFormat = void 0; +exports.instanceOfWmsResponseFormat = instanceOfWmsResponseFormat; +exports.WmsResponseFormatFromJSON = WmsResponseFormatFromJSON; +exports.WmsResponseFormatFromJSONTyped = WmsResponseFormatFromJSONTyped; +exports.WmsResponseFormatToJSON = WmsResponseFormatToJSON; +exports.WmsResponseFormatToJSONTyped = WmsResponseFormatToJSONTyped; +/** + * + * @export + */ +exports.WmsResponseFormat = { + TextXml: 'text/xml', + ImagePng: 'image/png' +}; +function instanceOfWmsResponseFormat(value) { + for (const key in exports.WmsResponseFormat) { + if (Object.prototype.hasOwnProperty.call(exports.WmsResponseFormat, key)) { + if (exports.WmsResponseFormat[key] === value) { + return true; + } + } + } + return false; +} +function WmsResponseFormatFromJSON(json) { + return WmsResponseFormatFromJSONTyped(json, false); +} +function WmsResponseFormatFromJSONTyped(json, ignoreDiscriminator) { + return json; +} +function WmsResponseFormatToJSON(value) { + return value; +} +function WmsResponseFormatToJSONTyped(value, ignoreDiscriminator) { + return value; +} diff --git a/typescript/dist/models/index.d.ts b/typescript/dist/models/index.d.ts index 74643149..de89bf9f 100644 --- a/typescript/dist/models/index.d.ts +++ b/typescript/dist/models/index.d.ts @@ -61,11 +61,8 @@ export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; -export * from './GetCapabilitiesFormat'; export * from './GetCoverageFormat'; -export * from './GetFeatureRequest'; export * from './GetMapExceptionFormat'; -export * from './GetMapFormat'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; @@ -235,11 +232,15 @@ export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; export * from './WcsBoundingbox'; +export * from './WcsRequest'; export * from './WcsService'; export * from './WcsVersion'; +export * from './WfsRequest'; export * from './WfsService'; export * from './WfsVersion'; export * from './WildliveDataConnectorDefinition'; +export * from './WmsRequest'; +export * from './WmsResponseFormat'; export * from './WmsService'; export * from './WmsVersion'; export * from './Workflow'; diff --git a/typescript/dist/models/index.js b/typescript/dist/models/index.js index 0870f7a8..b733c323 100644 --- a/typescript/dist/models/index.js +++ b/typescript/dist/models/index.js @@ -79,11 +79,8 @@ __exportStar(require("./GdalMultiBand"), exports); __exportStar(require("./GdalSourceTimePlaceholder"), exports); __exportStar(require("./GeoJson"), exports); __exportStar(require("./GeoTransform"), exports); -__exportStar(require("./GetCapabilitiesFormat"), exports); __exportStar(require("./GetCoverageFormat"), exports); -__exportStar(require("./GetFeatureRequest"), exports); __exportStar(require("./GetMapExceptionFormat"), exports); -__exportStar(require("./GetMapFormat"), exports); __exportStar(require("./GfbioAbcdDataProviderDefinition"), exports); __exportStar(require("./GfbioCollectionsDataProviderDefinition"), exports); __exportStar(require("./GridBoundingBox2D"), exports); @@ -253,11 +250,15 @@ __exportStar(require("./VectorResultDescriptor"), exports); __exportStar(require("./Volume"), exports); __exportStar(require("./VolumeFileLayersResponse"), exports); __exportStar(require("./WcsBoundingbox"), exports); +__exportStar(require("./WcsRequest"), exports); __exportStar(require("./WcsService"), exports); __exportStar(require("./WcsVersion"), exports); +__exportStar(require("./WfsRequest"), exports); __exportStar(require("./WfsService"), exports); __exportStar(require("./WfsVersion"), exports); __exportStar(require("./WildliveDataConnectorDefinition"), exports); +__exportStar(require("./WmsRequest"), exports); +__exportStar(require("./WmsResponseFormat"), exports); __exportStar(require("./WmsService"), exports); __exportStar(require("./WmsVersion"), exports); __exportStar(require("./Workflow"), exports); diff --git a/typescript/docs/OGCWCSApi.md b/typescript/docs/OGCWCSApi.md index 4492bb5b..c7ae75a1 100644 --- a/typescript/docs/OGCWCSApi.md +++ b/typescript/docs/OGCWCSApi.md @@ -34,8 +34,8 @@ async function example() { const body = { // string | Workflow id workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // 'GetCapabilGetCapabilitiesities' | 'DescribeCoverage' | 'GetCoverage' | type of WMS request - request: request_example, + // WcsRequest | type of WCS request + request: ..., // string (optional) boundingbox: -90,-180,90,180,urn:ogc:def:crs:EPSG::4326, // GetCoverageFormat (optional) @@ -82,7 +82,7 @@ example().catch(console.error); | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **request** | `GetCapabilGetCapabilitiesities`, `DescribeCoverage`, `GetCoverage` | type of WMS request | [Defaults to `undefined`] [Enum: GetCapabilGetCapabilitiesities, DescribeCoverage, GetCoverage] | +| **request** | `WcsRequest` | type of WCS request | [Defaults to `undefined`] [Enum: GetCapabilities, DescribeCoverage, GetCoverage] | | **boundingbox** | `string` | | [Optional] [Defaults to `undefined`] | | **format** | `GetCoverageFormat` | | [Optional] [Defaults to `undefined`] [Enum: image/tiff] | | **gridbasecrs** | `string` | | [Optional] [Defaults to `undefined`] | diff --git a/typescript/docs/OGCWFSApi.md b/typescript/docs/OGCWFSApi.md index 6288e64b..4b3d6ccf 100644 --- a/typescript/docs/OGCWFSApi.md +++ b/typescript/docs/OGCWFSApi.md @@ -34,8 +34,8 @@ async function example() { const body = { // string | Workflow id workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // 'GetCapabilities' | 'GetFeature' | type of WFS request - request: request_example, + // WfsRequest | type of WFS request + request: ..., // string (optional) bbox: -90,-180,90,180, // number (optional) @@ -80,7 +80,7 @@ example().catch(console.error); | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **request** | `GetCapabilities`, `GetFeature` | type of WFS request | [Defaults to `undefined`] [Enum: GetCapabilities, GetFeature] | +| **request** | `WfsRequest` | type of WFS request | [Defaults to `undefined`] [Enum: GetCapabilities, GetFeature] | | **bbox** | `string` | | [Optional] [Defaults to `undefined`] | | **count** | `number` | | [Optional] [Defaults to `undefined`] | | **filter** | `string` | | [Optional] [Defaults to `undefined`] | diff --git a/typescript/docs/OGCWMSApi.md b/typescript/docs/OGCWMSApi.md index ca2643ed..d5112ef8 100644 --- a/typescript/docs/OGCWMSApi.md +++ b/typescript/docs/OGCWMSApi.md @@ -10,7 +10,7 @@ All URIs are relative to *https://geoengine.io/api* ## wmsHandler -> string wmsHandler(workflow, request, bbox, bgcolor, crs, elevation, exceptions, format, height, infoFormat, layer, layers, queryLayers, service, sld, sldBody, styles, time, transparent, version, width) +> Blob wmsHandler(workflow, request, bbox, bgcolor, crs, elevation, exceptions, format, height, infoFormat, layer, layers, queryLayers, service, sld, sldBody, styles, time, transparent, version, width) OGC WMS endpoint @@ -34,8 +34,8 @@ async function example() { const body = { // string | Workflow id workflow: 38400000-8cf0-11bd-b23e-10b96e4ef00d, - // 'GetCapabilities' | 'GetMap' | 'GetFeatureInfo' | 'GetStyles' | 'GetLegendGraphic' | type of WMS request - request: request_example, + // WmsRequest | type of WMS request + request: ..., // string (optional) bbox: -90,-180,90,180, // string (optional) @@ -46,7 +46,7 @@ async function example() { elevation: elevation_example, // GetMapExceptionFormat (optional) exceptions: ..., - // GetCapabilitiesFormat (optional) + // WmsResponseFormat (optional) format: ..., // number (optional) height: 256, @@ -94,13 +94,13 @@ example().catch(console.error); | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **workflow** | `string` | Workflow id | [Defaults to `undefined`] | -| **request** | `GetCapabilities`, `GetMap`, `GetFeatureInfo`, `GetStyles`, `GetLegendGraphic` | type of WMS request | [Defaults to `undefined`] [Enum: GetCapabilities, GetMap, GetFeatureInfo, GetStyles, GetLegendGraphic] | +| **request** | `WmsRequest` | type of WMS request | [Defaults to `undefined`] [Enum: GetCapabilities, GetMap, GetFeatureInfo, GetStyles, GetLegendGraphic] | | **bbox** | `string` | | [Optional] [Defaults to `undefined`] | | **bgcolor** | `string` | | [Optional] [Defaults to `undefined`] | | **crs** | `string` | | [Optional] [Defaults to `undefined`] | | **elevation** | `string` | | [Optional] [Defaults to `undefined`] | | **exceptions** | `GetMapExceptionFormat` | | [Optional] [Defaults to `undefined`] [Enum: XML, JSON] | -| **format** | `GetCapabilitiesFormat` | | [Optional] [Defaults to `undefined`] [Enum: text/xml] | +| **format** | `WmsResponseFormat` | | [Optional] [Defaults to `undefined`] [Enum: text/xml, image/png] | | **height** | `number` | | [Optional] [Defaults to `undefined`] | | **infoFormat** | `string` | | [Optional] [Defaults to `undefined`] | | **layer** | `string` | | [Optional] [Defaults to `undefined`] | @@ -117,7 +117,7 @@ example().catch(console.error); ### Return type -**string** +**Blob** ### Authorization @@ -126,13 +126,13 @@ example().catch(console.error); ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: `text/xml` +- **Accept**: `image/png` ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | PNG Image | - | [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) diff --git a/typescript/docs/WcsRequest.md b/typescript/docs/WcsRequest.md new file mode 100644 index 00000000..abd64b73 --- /dev/null +++ b/typescript/docs/WcsRequest.md @@ -0,0 +1,32 @@ + +# WcsRequest + + +## Properties + +Name | Type +------------ | ------------- + +## Example + +```typescript +import type { WcsRequest } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { +} satisfies WcsRequest + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as WcsRequest +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/WfsRequest.md b/typescript/docs/WfsRequest.md new file mode 100644 index 00000000..66157aac --- /dev/null +++ b/typescript/docs/WfsRequest.md @@ -0,0 +1,32 @@ + +# WfsRequest + + +## Properties + +Name | Type +------------ | ------------- + +## Example + +```typescript +import type { WfsRequest } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { +} satisfies WfsRequest + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as WfsRequest +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/WmsRequest.md b/typescript/docs/WmsRequest.md new file mode 100644 index 00000000..dfb04c5c --- /dev/null +++ b/typescript/docs/WmsRequest.md @@ -0,0 +1,32 @@ + +# WmsRequest + + +## Properties + +Name | Type +------------ | ------------- + +## Example + +```typescript +import type { WmsRequest } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { +} satisfies WmsRequest + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as WmsRequest +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/docs/WmsResponseFormat.md b/typescript/docs/WmsResponseFormat.md new file mode 100644 index 00000000..b42583fb --- /dev/null +++ b/typescript/docs/WmsResponseFormat.md @@ -0,0 +1,32 @@ + +# WmsResponseFormat + + +## Properties + +Name | Type +------------ | ------------- + +## Example + +```typescript +import type { WmsResponseFormat } from '@geoengine/openapi-client' + +// TODO: Update the object below with actual values +const example = { +} satisfies WmsResponseFormat + +console.log(example) + +// Convert the instance to a JSON string +const exampleJSON: string = JSON.stringify(example) +console.log(exampleJSON) + +// Parse the JSON string back to an object +const exampleParsed = JSON.parse(exampleJSON) as WmsResponseFormat +console.log(exampleParsed) +``` + +[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md) + + diff --git a/typescript/src/apis/OGCWCSApi.ts b/typescript/src/apis/OGCWCSApi.ts index 9b12ad67..5edbf62c 100644 --- a/typescript/src/apis/OGCWCSApi.ts +++ b/typescript/src/apis/OGCWCSApi.ts @@ -16,12 +16,15 @@ import * as runtime from '../runtime'; import type { GetCoverageFormat, + WcsRequest, WcsService, WcsVersion, } from '../models/index'; import { GetCoverageFormatFromJSON, GetCoverageFormatToJSON, + WcsRequestFromJSON, + WcsRequestToJSON, WcsServiceFromJSON, WcsServiceToJSON, WcsVersionFromJSON, @@ -30,7 +33,7 @@ import { export interface WcsHandlerRequest { workflow: string; - request: WcsHandlerRequestEnum; + request: WcsRequest; boundingbox?: string; format?: GetCoverageFormat; gridbasecrs?: string; @@ -164,13 +167,3 @@ export class OGCWCSApi extends runtime.BaseAPI { } } - -/** - * @export - */ -export const WcsHandlerRequestEnum = { - GetCapabilGetCapabilitiesities: 'GetCapabilGetCapabilitiesities', - DescribeCoverage: 'DescribeCoverage', - GetCoverage: 'GetCoverage' -} as const; -export type WcsHandlerRequestEnum = typeof WcsHandlerRequestEnum[keyof typeof WcsHandlerRequestEnum]; diff --git a/typescript/src/apis/OGCWFSApi.ts b/typescript/src/apis/OGCWFSApi.ts index 2b7226e8..bd57ccb0 100644 --- a/typescript/src/apis/OGCWFSApi.ts +++ b/typescript/src/apis/OGCWFSApi.ts @@ -16,12 +16,15 @@ import * as runtime from '../runtime'; import type { GeoJson, + WfsRequest, WfsService, WfsVersion, } from '../models/index'; import { GeoJsonFromJSON, GeoJsonToJSON, + WfsRequestFromJSON, + WfsRequestToJSON, WfsServiceFromJSON, WfsServiceToJSON, WfsVersionFromJSON, @@ -30,7 +33,7 @@ import { export interface WfsHandlerRequest { workflow: string; - request: WfsHandlerRequestEnum; + request: WfsRequest; bbox?: string; count?: number | null; filter?: string | null; @@ -155,12 +158,3 @@ export class OGCWFSApi extends runtime.BaseAPI { } } - -/** - * @export - */ -export const WfsHandlerRequestEnum = { - GetCapabilities: 'GetCapabilities', - GetFeature: 'GetFeature' -} as const; -export type WfsHandlerRequestEnum = typeof WfsHandlerRequestEnum[keyof typeof WfsHandlerRequestEnum]; diff --git a/typescript/src/apis/OGCWMSApi.ts b/typescript/src/apis/OGCWMSApi.ts index 9e98a00b..1f23b455 100644 --- a/typescript/src/apis/OGCWMSApi.ts +++ b/typescript/src/apis/OGCWMSApi.ts @@ -15,16 +15,19 @@ import * as runtime from '../runtime'; import type { - GetCapabilitiesFormat, GetMapExceptionFormat, + WmsRequest, + WmsResponseFormat, WmsService, WmsVersion, } from '../models/index'; import { - GetCapabilitiesFormatFromJSON, - GetCapabilitiesFormatToJSON, GetMapExceptionFormatFromJSON, GetMapExceptionFormatToJSON, + WmsRequestFromJSON, + WmsRequestToJSON, + WmsResponseFormatFromJSON, + WmsResponseFormatToJSON, WmsServiceFromJSON, WmsServiceToJSON, WmsVersionFromJSON, @@ -33,13 +36,13 @@ import { export interface WmsHandlerRequest { workflow: string; - request: WmsHandlerRequestEnum; + request: WmsRequest; bbox?: string; bgcolor?: string | null; crs?: string | null; elevation?: string | null; exceptions?: GetMapExceptionFormat | null; - format?: GetCapabilitiesFormat | null; + format?: WmsResponseFormat | null; height?: number; infoFormat?: string | null; layer?: string; @@ -63,7 +66,7 @@ export class OGCWMSApi extends runtime.BaseAPI { /** * OGC WMS endpoint */ - async wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { + async wmsHandlerRaw(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['workflow'] == null) { throw new runtime.RequiredError( 'workflow', @@ -181,31 +184,15 @@ export class OGCWMSApi extends runtime.BaseAPI { query: queryParameters, }, initOverrides); - if (this.isJsonMime(response.headers.get('content-type'))) { - return new runtime.JSONApiResponse(response); - } else { - return new runtime.TextApiResponse(response) as any; - } + return new runtime.BlobApiResponse(response); } /** * OGC WMS endpoint */ - async wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { + async wmsHandler(requestParameters: WmsHandlerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.wmsHandlerRaw(requestParameters, initOverrides); return await response.value(); } } - -/** - * @export - */ -export const WmsHandlerRequestEnum = { - GetCapabilities: 'GetCapabilities', - GetMap: 'GetMap', - GetFeatureInfo: 'GetFeatureInfo', - GetStyles: 'GetStyles', - GetLegendGraphic: 'GetLegendGraphic' -} as const; -export type WmsHandlerRequestEnum = typeof WmsHandlerRequestEnum[keyof typeof WmsHandlerRequestEnum]; diff --git a/typescript/src/models/GetCapabilitiesFormat.ts b/typescript/src/models/GetCapabilitiesFormat.ts deleted file mode 100644 index 09ab1286..00000000 --- a/typescript/src/models/GetCapabilitiesFormat.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetCapabilitiesFormat = { - TextXml: 'text/xml' -} as const; -export type GetCapabilitiesFormat = typeof GetCapabilitiesFormat[keyof typeof GetCapabilitiesFormat]; - - -export function instanceOfGetCapabilitiesFormat(value: any): boolean { - for (const key in GetCapabilitiesFormat) { - if (Object.prototype.hasOwnProperty.call(GetCapabilitiesFormat, key)) { - if (GetCapabilitiesFormat[key as keyof typeof GetCapabilitiesFormat] === value) { - return true; - } - } - } - return false; -} - -export function GetCapabilitiesFormatFromJSON(json: any): GetCapabilitiesFormat { - return GetCapabilitiesFormatFromJSONTyped(json, false); -} - -export function GetCapabilitiesFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCapabilitiesFormat { - return json as GetCapabilitiesFormat; -} - -export function GetCapabilitiesFormatToJSON(value?: GetCapabilitiesFormat | null): any { - return value as any; -} - -export function GetCapabilitiesFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): GetCapabilitiesFormat { - return value as GetCapabilitiesFormat; -} - diff --git a/typescript/src/models/GetFeatureRequest.ts b/typescript/src/models/GetFeatureRequest.ts deleted file mode 100644 index 4c9463c5..00000000 --- a/typescript/src/models/GetFeatureRequest.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetFeatureRequest = { - GetFeature: 'GetFeature' -} as const; -export type GetFeatureRequest = typeof GetFeatureRequest[keyof typeof GetFeatureRequest]; - - -export function instanceOfGetFeatureRequest(value: any): boolean { - for (const key in GetFeatureRequest) { - if (Object.prototype.hasOwnProperty.call(GetFeatureRequest, key)) { - if (GetFeatureRequest[key as keyof typeof GetFeatureRequest] === value) { - return true; - } - } - } - return false; -} - -export function GetFeatureRequestFromJSON(json: any): GetFeatureRequest { - return GetFeatureRequestFromJSONTyped(json, false); -} - -export function GetFeatureRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFeatureRequest { - return json as GetFeatureRequest; -} - -export function GetFeatureRequestToJSON(value?: GetFeatureRequest | null): any { - return value as any; -} - -export function GetFeatureRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): GetFeatureRequest { - return value as GetFeatureRequest; -} - diff --git a/typescript/src/models/GetMapFormat.ts b/typescript/src/models/GetMapFormat.ts deleted file mode 100644 index af93727a..00000000 --- a/typescript/src/models/GetMapFormat.ts +++ /dev/null @@ -1,52 +0,0 @@ -/* tslint:disable */ -/* eslint-disable */ -/** - * Geo Engine API - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - * - * The version of the OpenAPI document: 0.9.0 - * Contact: dev@geoengine.de - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -/** - * - * @export - */ -export const GetMapFormat = { - ImagePng: 'image/png' -} as const; -export type GetMapFormat = typeof GetMapFormat[keyof typeof GetMapFormat]; - - -export function instanceOfGetMapFormat(value: any): boolean { - for (const key in GetMapFormat) { - if (Object.prototype.hasOwnProperty.call(GetMapFormat, key)) { - if (GetMapFormat[key as keyof typeof GetMapFormat] === value) { - return true; - } - } - } - return false; -} - -export function GetMapFormatFromJSON(json: any): GetMapFormat { - return GetMapFormatFromJSONTyped(json, false); -} - -export function GetMapFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMapFormat { - return json as GetMapFormat; -} - -export function GetMapFormatToJSON(value?: GetMapFormat | null): any { - return value as any; -} - -export function GetMapFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): GetMapFormat { - return value as GetMapFormat; -} - diff --git a/typescript/src/models/WcsRequest.ts b/typescript/src/models/WcsRequest.ts new file mode 100644 index 00000000..e573a76b --- /dev/null +++ b/typescript/src/models/WcsRequest.ts @@ -0,0 +1,54 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +/** + * + * @export + */ +export const WcsRequest = { + GetCapabilities: 'GetCapabilities', + DescribeCoverage: 'DescribeCoverage', + GetCoverage: 'GetCoverage' +} as const; +export type WcsRequest = typeof WcsRequest[keyof typeof WcsRequest]; + + +export function instanceOfWcsRequest(value: any): boolean { + for (const key in WcsRequest) { + if (Object.prototype.hasOwnProperty.call(WcsRequest, key)) { + if (WcsRequest[key as keyof typeof WcsRequest] === value) { + return true; + } + } + } + return false; +} + +export function WcsRequestFromJSON(json: any): WcsRequest { + return WcsRequestFromJSONTyped(json, false); +} + +export function WcsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WcsRequest { + return json as WcsRequest; +} + +export function WcsRequestToJSON(value?: WcsRequest | null): any { + return value as any; +} + +export function WcsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WcsRequest { + return value as WcsRequest; +} + diff --git a/typescript/src/models/WfsRequest.ts b/typescript/src/models/WfsRequest.ts new file mode 100644 index 00000000..8b84df6c --- /dev/null +++ b/typescript/src/models/WfsRequest.ts @@ -0,0 +1,53 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +/** + * + * @export + */ +export const WfsRequest = { + GetCapabilities: 'GetCapabilities', + GetFeature: 'GetFeature' +} as const; +export type WfsRequest = typeof WfsRequest[keyof typeof WfsRequest]; + + +export function instanceOfWfsRequest(value: any): boolean { + for (const key in WfsRequest) { + if (Object.prototype.hasOwnProperty.call(WfsRequest, key)) { + if (WfsRequest[key as keyof typeof WfsRequest] === value) { + return true; + } + } + } + return false; +} + +export function WfsRequestFromJSON(json: any): WfsRequest { + return WfsRequestFromJSONTyped(json, false); +} + +export function WfsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WfsRequest { + return json as WfsRequest; +} + +export function WfsRequestToJSON(value?: WfsRequest | null): any { + return value as any; +} + +export function WfsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WfsRequest { + return value as WfsRequest; +} + diff --git a/typescript/src/models/WmsRequest.ts b/typescript/src/models/WmsRequest.ts new file mode 100644 index 00000000..9b758302 --- /dev/null +++ b/typescript/src/models/WmsRequest.ts @@ -0,0 +1,56 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +/** + * + * @export + */ +export const WmsRequest = { + GetCapabilities: 'GetCapabilities', + GetMap: 'GetMap', + GetFeatureInfo: 'GetFeatureInfo', + GetStyles: 'GetStyles', + GetLegendGraphic: 'GetLegendGraphic' +} as const; +export type WmsRequest = typeof WmsRequest[keyof typeof WmsRequest]; + + +export function instanceOfWmsRequest(value: any): boolean { + for (const key in WmsRequest) { + if (Object.prototype.hasOwnProperty.call(WmsRequest, key)) { + if (WmsRequest[key as keyof typeof WmsRequest] === value) { + return true; + } + } + } + return false; +} + +export function WmsRequestFromJSON(json: any): WmsRequest { + return WmsRequestFromJSONTyped(json, false); +} + +export function WmsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WmsRequest { + return json as WmsRequest; +} + +export function WmsRequestToJSON(value?: WmsRequest | null): any { + return value as any; +} + +export function WmsRequestToJSONTyped(value: any, ignoreDiscriminator: boolean): WmsRequest { + return value as WmsRequest; +} + diff --git a/typescript/src/models/WmsResponseFormat.ts b/typescript/src/models/WmsResponseFormat.ts new file mode 100644 index 00000000..71cd53b6 --- /dev/null +++ b/typescript/src/models/WmsResponseFormat.ts @@ -0,0 +1,53 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Geo Engine API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 0.9.0 + * Contact: dev@geoengine.de + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +/** + * + * @export + */ +export const WmsResponseFormat = { + TextXml: 'text/xml', + ImagePng: 'image/png' +} as const; +export type WmsResponseFormat = typeof WmsResponseFormat[keyof typeof WmsResponseFormat]; + + +export function instanceOfWmsResponseFormat(value: any): boolean { + for (const key in WmsResponseFormat) { + if (Object.prototype.hasOwnProperty.call(WmsResponseFormat, key)) { + if (WmsResponseFormat[key as keyof typeof WmsResponseFormat] === value) { + return true; + } + } + } + return false; +} + +export function WmsResponseFormatFromJSON(json: any): WmsResponseFormat { + return WmsResponseFormatFromJSONTyped(json, false); +} + +export function WmsResponseFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): WmsResponseFormat { + return json as WmsResponseFormat; +} + +export function WmsResponseFormatToJSON(value?: WmsResponseFormat | null): any { + return value as any; +} + +export function WmsResponseFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): WmsResponseFormat { + return value as WmsResponseFormat; +} + diff --git a/typescript/src/models/index.ts b/typescript/src/models/index.ts index b198b263..81316b39 100644 --- a/typescript/src/models/index.ts +++ b/typescript/src/models/index.ts @@ -63,11 +63,8 @@ export * from './GdalMultiBand'; export * from './GdalSourceTimePlaceholder'; export * from './GeoJson'; export * from './GeoTransform'; -export * from './GetCapabilitiesFormat'; export * from './GetCoverageFormat'; -export * from './GetFeatureRequest'; export * from './GetMapExceptionFormat'; -export * from './GetMapFormat'; export * from './GfbioAbcdDataProviderDefinition'; export * from './GfbioCollectionsDataProviderDefinition'; export * from './GridBoundingBox2D'; @@ -237,11 +234,15 @@ export * from './VectorResultDescriptor'; export * from './Volume'; export * from './VolumeFileLayersResponse'; export * from './WcsBoundingbox'; +export * from './WcsRequest'; export * from './WcsService'; export * from './WcsVersion'; +export * from './WfsRequest'; export * from './WfsService'; export * from './WfsVersion'; export * from './WildliveDataConnectorDefinition'; +export * from './WmsRequest'; +export * from './WmsResponseFormat'; export * from './WmsService'; export * from './WmsVersion'; export * from './Workflow';