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 1/9] 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 2/9] 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 3/9] 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 4/9] 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 5/9] 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 6/9] 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 7/9] 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 8/9] 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 9/9] 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