diff --git a/.generation/input/openapi.json b/.generation/input/openapi.json index 614071f..45fd433 100644 --- a/.generation/input/openapi.json +++ b/.generation/input/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "title": "Geo Engine Pro API", + "title": "Geo Engine API", "description": "", "contact": { "name": "Geo Engine Developers", @@ -5911,7 +5911,7 @@ "type": "object", "required": [ "timestamp", - "dataset", + "data", "count" ], "properties": { @@ -5920,7 +5920,7 @@ "format": "int64", "minimum": 0 }, - "dataset": { + "data": { "type": "string" }, "timestamp": { diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 3766537..ed558b5 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/datasets_api.py b/python/geoengine_openapi_client/api/datasets_api.py index cda8cae..9d8e56b 100644 --- a/python/geoengine_openapi_client/api/datasets_api.py +++ b/python/geoengine_openapi_client/api/datasets_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/general_api.py b/python/geoengine_openapi_client/api/general_api.py index 2b826d1..3d0a0f8 100644 --- a/python/geoengine_openapi_client/api/general_api.py +++ b/python/geoengine_openapi_client/api/general_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/layers_api.py b/python/geoengine_openapi_client/api/layers_api.py index 52a815c..1d4668d 100644 --- a/python/geoengine_openapi_client/api/layers_api.py +++ b/python/geoengine_openapi_client/api/layers_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/ml_api.py b/python/geoengine_openapi_client/api/ml_api.py index a4a1225..e9aeabb 100644 --- a/python/geoengine_openapi_client/api/ml_api.py +++ b/python/geoengine_openapi_client/api/ml_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/ogcwcs_api.py b/python/geoengine_openapi_client/api/ogcwcs_api.py index 7f4ee5d..b968e24 100644 --- a/python/geoengine_openapi_client/api/ogcwcs_api.py +++ b/python/geoengine_openapi_client/api/ogcwcs_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/ogcwfs_api.py b/python/geoengine_openapi_client/api/ogcwfs_api.py index 34defe0..08c98e0 100644 --- a/python/geoengine_openapi_client/api/ogcwfs_api.py +++ b/python/geoengine_openapi_client/api/ogcwfs_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/ogcwms_api.py b/python/geoengine_openapi_client/api/ogcwms_api.py index a6e7e53..5c2e343 100644 --- a/python/geoengine_openapi_client/api/ogcwms_api.py +++ b/python/geoengine_openapi_client/api/ogcwms_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/permissions_api.py b/python/geoengine_openapi_client/api/permissions_api.py index 9556dfe..1ed2260 100644 --- a/python/geoengine_openapi_client/api/permissions_api.py +++ b/python/geoengine_openapi_client/api/permissions_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/plots_api.py b/python/geoengine_openapi_client/api/plots_api.py index bbcd169..36189e6 100644 --- a/python/geoengine_openapi_client/api/plots_api.py +++ b/python/geoengine_openapi_client/api/plots_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/projects_api.py b/python/geoengine_openapi_client/api/projects_api.py index 0857742..99ed0a5 100644 --- a/python/geoengine_openapi_client/api/projects_api.py +++ b/python/geoengine_openapi_client/api/projects_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/session_api.py b/python/geoengine_openapi_client/api/session_api.py index 9bacc16..f594533 100644 --- a/python/geoengine_openapi_client/api/session_api.py +++ b/python/geoengine_openapi_client/api/session_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/spatial_references_api.py b/python/geoengine_openapi_client/api/spatial_references_api.py index 51139c1..c7fbff3 100644 --- a/python/geoengine_openapi_client/api/spatial_references_api.py +++ b/python/geoengine_openapi_client/api/spatial_references_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/tasks_api.py b/python/geoengine_openapi_client/api/tasks_api.py index 878ca17..0bef6cd 100644 --- a/python/geoengine_openapi_client/api/tasks_api.py +++ b/python/geoengine_openapi_client/api/tasks_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/uploads_api.py b/python/geoengine_openapi_client/api/uploads_api.py index b540f98..58a5720 100644 --- a/python/geoengine_openapi_client/api/uploads_api.py +++ b/python/geoengine_openapi_client/api/uploads_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/user_api.py b/python/geoengine_openapi_client/api/user_api.py index e758847..a16d963 100644 --- a/python/geoengine_openapi_client/api/user_api.py +++ b/python/geoengine_openapi_client/api/user_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api/workflows_api.py b/python/geoengine_openapi_client/api/workflows_api.py index 92bfa18..c59d6ea 100644 --- a/python/geoengine_openapi_client/api/workflows_api.py +++ b/python/geoengine_openapi_client/api/workflows_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index 87cf860..3ba4146 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -1,6 +1,6 @@ """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index 34d6a6d..7c9e80b 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/exceptions.py b/python/geoengine_openapi_client/exceptions.py index b2a3e52..0bfb70c 100644 --- a/python/geoengine_openapi_client/exceptions.py +++ b/python/geoengine_openapi_client/exceptions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/__init__.py b/python/geoengine_openapi_client/models/__init__.py index 81d963c..bb4e4e2 100644 --- a/python/geoengine_openapi_client/models/__init__.py +++ b/python/geoengine_openapi_client/models/__init__.py @@ -2,7 +2,7 @@ # flake8: noqa """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/add_collection200_response.py b/python/geoengine_openapi_client/models/add_collection200_response.py index 871192f..2874999 100644 --- a/python/geoengine_openapi_client/models/add_collection200_response.py +++ b/python/geoengine_openapi_client/models/add_collection200_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/add_dataset.py b/python/geoengine_openapi_client/models/add_dataset.py index a750d35..8bafb4d 100644 --- a/python/geoengine_openapi_client/models/add_dataset.py +++ b/python/geoengine_openapi_client/models/add_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/add_layer.py b/python/geoengine_openapi_client/models/add_layer.py index 139c0c8..8a2d48f 100644 --- a/python/geoengine_openapi_client/models/add_layer.py +++ b/python/geoengine_openapi_client/models/add_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/add_layer_collection.py b/python/geoengine_openapi_client/models/add_layer_collection.py index a443f8f..0d8009c 100644 --- a/python/geoengine_openapi_client/models/add_layer_collection.py +++ b/python/geoengine_openapi_client/models/add_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/add_role.py b/python/geoengine_openapi_client/models/add_role.py index 5af4c61..eab2252 100644 --- a/python/geoengine_openapi_client/models/add_role.py +++ b/python/geoengine_openapi_client/models/add_role.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 88fcb74..0e93ad7 100644 --- a/python/geoengine_openapi_client/models/auth_code_request_url.py +++ b/python/geoengine_openapi_client/models/auth_code_request_url.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/auth_code_response.py b/python/geoengine_openapi_client/models/auth_code_response.py index fe307ee..3834ea0 100644 --- a/python/geoengine_openapi_client/models/auth_code_response.py +++ b/python/geoengine_openapi_client/models/auth_code_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/auto_create_dataset.py b/python/geoengine_openapi_client/models/auto_create_dataset.py index ce91045..565f698 100644 --- a/python/geoengine_openapi_client/models/auto_create_dataset.py +++ b/python/geoengine_openapi_client/models/auto_create_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/axis_order.py b/python/geoengine_openapi_client/models/axis_order.py index 13d39cf..b7ca6de 100644 --- a/python/geoengine_openapi_client/models/axis_order.py +++ b/python/geoengine_openapi_client/models/axis_order.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/bounding_box2_d.py b/python/geoengine_openapi_client/models/bounding_box2_d.py index d195ee4..281c51b 100644 --- a/python/geoengine_openapi_client/models/bounding_box2_d.py +++ b/python/geoengine_openapi_client/models/bounding_box2_d.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/breakpoint.py b/python/geoengine_openapi_client/models/breakpoint.py index 889ff30..da4df92 100644 --- a/python/geoengine_openapi_client/models/breakpoint.py +++ b/python/geoengine_openapi_client/models/breakpoint.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/classification_measurement.py b/python/geoengine_openapi_client/models/classification_measurement.py index 499b584..1fdf518 100644 --- a/python/geoengine_openapi_client/models/classification_measurement.py +++ b/python/geoengine_openapi_client/models/classification_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/collection_item.py b/python/geoengine_openapi_client/models/collection_item.py index c9f8de7..00c2c6f 100644 --- a/python/geoengine_openapi_client/models/collection_item.py +++ b/python/geoengine_openapi_client/models/collection_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/collection_type.py b/python/geoengine_openapi_client/models/collection_type.py index d556791..5e3f580 100644 --- a/python/geoengine_openapi_client/models/collection_type.py +++ b/python/geoengine_openapi_client/models/collection_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/color_param.py b/python/geoengine_openapi_client/models/color_param.py index d7bdf7c..e7277bc 100644 --- a/python/geoengine_openapi_client/models/color_param.py +++ b/python/geoengine_openapi_client/models/color_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/color_param_static.py b/python/geoengine_openapi_client/models/color_param_static.py index cfaf113..810a351 100644 --- a/python/geoengine_openapi_client/models/color_param_static.py +++ b/python/geoengine_openapi_client/models/color_param_static.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/colorizer.py b/python/geoengine_openapi_client/models/colorizer.py index f000a6f..1761299 100644 --- a/python/geoengine_openapi_client/models/colorizer.py +++ b/python/geoengine_openapi_client/models/colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/computation_quota.py b/python/geoengine_openapi_client/models/computation_quota.py index 501eb15..faddf43 100644 --- a/python/geoengine_openapi_client/models/computation_quota.py +++ b/python/geoengine_openapi_client/models/computation_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/continuous_measurement.py b/python/geoengine_openapi_client/models/continuous_measurement.py index 9faf802..c318206 100644 --- a/python/geoengine_openapi_client/models/continuous_measurement.py +++ b/python/geoengine_openapi_client/models/continuous_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/coordinate2_d.py b/python/geoengine_openapi_client/models/coordinate2_d.py index 00f52cb..0a425ac 100644 --- a/python/geoengine_openapi_client/models/coordinate2_d.py +++ b/python/geoengine_openapi_client/models/coordinate2_d.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/create_dataset.py b/python/geoengine_openapi_client/models/create_dataset.py index f490b46..59755cd 100644 --- a/python/geoengine_openapi_client/models/create_dataset.py +++ b/python/geoengine_openapi_client/models/create_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/create_dataset_handler200_response.py b/python/geoengine_openapi_client/models/create_dataset_handler200_response.py index ab5e955..5cf4424 100644 --- a/python/geoengine_openapi_client/models/create_dataset_handler200_response.py +++ b/python/geoengine_openapi_client/models/create_dataset_handler200_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/create_project.py b/python/geoengine_openapi_client/models/create_project.py index b6c44d8..0a3cf70 100644 --- a/python/geoengine_openapi_client/models/create_project.py +++ b/python/geoengine_openapi_client/models/create_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/csv_header.py b/python/geoengine_openapi_client/models/csv_header.py index ceb21fd..c4541a8 100644 --- a/python/geoengine_openapi_client/models/csv_header.py +++ b/python/geoengine_openapi_client/models/csv_header.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/data_id.py b/python/geoengine_openapi_client/models/data_id.py index 2f1f9dd..10d2266 100644 --- a/python/geoengine_openapi_client/models/data_id.py +++ b/python/geoengine_openapi_client/models/data_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/data_path.py b/python/geoengine_openapi_client/models/data_path.py index ac7491c..7c57599 100644 --- a/python/geoengine_openapi_client/models/data_path.py +++ b/python/geoengine_openapi_client/models/data_path.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 36d2c8b..78b4264 100644 --- a/python/geoengine_openapi_client/models/data_path_one_of.py +++ b/python/geoengine_openapi_client/models/data_path_one_of.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 00d5454..ec5d149 100644 --- a/python/geoengine_openapi_client/models/data_path_one_of1.py +++ b/python/geoengine_openapi_client/models/data_path_one_of1.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/data_usage.py b/python/geoengine_openapi_client/models/data_usage.py index 80d23db..af2fa72 100644 --- a/python/geoengine_openapi_client/models/data_usage.py +++ b/python/geoengine_openapi_client/models/data_usage.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/data_usage_summary.py b/python/geoengine_openapi_client/models/data_usage_summary.py index 77eecb8..a2abbbd 100644 --- a/python/geoengine_openapi_client/models/data_usage_summary.py +++ b/python/geoengine_openapi_client/models/data_usage_summary.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) @@ -27,9 +27,9 @@ class DataUsageSummary(BaseModel): DataUsageSummary """ count: conint(strict=True, ge=0) = Field(...) - dataset: StrictStr = Field(...) + data: StrictStr = Field(...) timestamp: datetime = Field(...) - __properties = ["count", "dataset", "timestamp"] + __properties = ["count", "data", "timestamp"] class Config: """Pydantic configuration""" @@ -68,7 +68,7 @@ def from_dict(cls, obj: dict) -> DataUsageSummary: _obj = DataUsageSummary.parse_obj({ "count": obj.get("count"), - "dataset": obj.get("dataset"), + "data": obj.get("data"), "timestamp": obj.get("timestamp") }) return _obj diff --git a/python/geoengine_openapi_client/models/dataset.py b/python/geoengine_openapi_client/models/dataset.py index 3d6d392..f93cf58 100644 --- a/python/geoengine_openapi_client/models/dataset.py +++ b/python/geoengine_openapi_client/models/dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/dataset_definition.py b/python/geoengine_openapi_client/models/dataset_definition.py index 87a1a0b..a831d24 100644 --- a/python/geoengine_openapi_client/models/dataset_definition.py +++ b/python/geoengine_openapi_client/models/dataset_definition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/dataset_listing.py b/python/geoengine_openapi_client/models/dataset_listing.py index 221d5d2..7a81474 100644 --- a/python/geoengine_openapi_client/models/dataset_listing.py +++ b/python/geoengine_openapi_client/models/dataset_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/dataset_resource.py b/python/geoengine_openapi_client/models/dataset_resource.py index 647d814..7714016 100644 --- a/python/geoengine_openapi_client/models/dataset_resource.py +++ b/python/geoengine_openapi_client/models/dataset_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/date_time.py b/python/geoengine_openapi_client/models/date_time.py index 139266a..5176aaf 100644 --- a/python/geoengine_openapi_client/models/date_time.py +++ b/python/geoengine_openapi_client/models/date_time.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/derived_color.py b/python/geoengine_openapi_client/models/derived_color.py index 0ab82c6..cc0b706 100644 --- a/python/geoengine_openapi_client/models/derived_color.py +++ b/python/geoengine_openapi_client/models/derived_color.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/derived_number.py b/python/geoengine_openapi_client/models/derived_number.py index 68c1f52..059d8f4 100644 --- a/python/geoengine_openapi_client/models/derived_number.py +++ b/python/geoengine_openapi_client/models/derived_number.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/describe_coverage_request.py b/python/geoengine_openapi_client/models/describe_coverage_request.py index 2608b5a..91a0efb 100644 --- a/python/geoengine_openapi_client/models/describe_coverage_request.py +++ b/python/geoengine_openapi_client/models/describe_coverage_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/error_response.py b/python/geoengine_openapi_client/models/error_response.py index 533b430..cfe5386 100644 --- a/python/geoengine_openapi_client/models/error_response.py +++ b/python/geoengine_openapi_client/models/error_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/external_data_id.py b/python/geoengine_openapi_client/models/external_data_id.py index 9b7cbec..e8d6cc8 100644 --- a/python/geoengine_openapi_client/models/external_data_id.py +++ b/python/geoengine_openapi_client/models/external_data_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/feature_data_type.py b/python/geoengine_openapi_client/models/feature_data_type.py index c86518c..3e52f26 100644 --- a/python/geoengine_openapi_client/models/feature_data_type.py +++ b/python/geoengine_openapi_client/models/feature_data_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 485e6cb..e1da61c 100644 --- a/python/geoengine_openapi_client/models/file_not_found_handling.py +++ b/python/geoengine_openapi_client/models/file_not_found_handling.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/format_specifics.py b/python/geoengine_openapi_client/models/format_specifics.py index 98ff107..4fee84d 100644 --- a/python/geoengine_openapi_client/models/format_specifics.py +++ b/python/geoengine_openapi_client/models/format_specifics.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 0cc41cc..d5964ec 100644 --- a/python/geoengine_openapi_client/models/format_specifics_one_of.py +++ b/python/geoengine_openapi_client/models/format_specifics_one_of.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 25f26de..d450b40 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 76810f5..6558795 100644 --- a/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py +++ b/python/geoengine_openapi_client/models/gdal_dataset_geo_transform.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/gdal_dataset_parameters.py b/python/geoengine_openapi_client/models/gdal_dataset_parameters.py index 720d557..793f5f0 100644 --- a/python/geoengine_openapi_client/models/gdal_dataset_parameters.py +++ b/python/geoengine_openapi_client/models/gdal_dataset_parameters.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 6a105e4..df33199 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 9c99de1..7ffad54 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_list.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_list.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 c3ecee0..428c14b 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_regular.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_regular.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 34fff2d..cfe6ebd 100644 --- a/python/geoengine_openapi_client/models/gdal_meta_data_static.py +++ b/python/geoengine_openapi_client/models/gdal_meta_data_static.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/gdal_metadata_mapping.py b/python/geoengine_openapi_client/models/gdal_metadata_mapping.py index fa0e6a1..df3642d 100644 --- a/python/geoengine_openapi_client/models/gdal_metadata_mapping.py +++ b/python/geoengine_openapi_client/models/gdal_metadata_mapping.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 d8ecd24..38efe1e 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 f9c9597..47cabb1 100644 --- a/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py +++ b/python/geoengine_openapi_client/models/gdal_source_time_placeholder.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/geo_json.py b/python/geoengine_openapi_client/models/geo_json.py index 8cfeaff..ff9f114 100644 --- a/python/geoengine_openapi_client/models/geo_json.py +++ b/python/geoengine_openapi_client/models/geo_json.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_capabilities_format.py b/python/geoengine_openapi_client/models/get_capabilities_format.py index 99431cd..9061c98 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_format.py +++ b/python/geoengine_openapi_client/models/get_capabilities_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_capabilities_request.py b/python/geoengine_openapi_client/models/get_capabilities_request.py index abde8b9..9c10141 100644 --- a/python/geoengine_openapi_client/models/get_capabilities_request.py +++ b/python/geoengine_openapi_client/models/get_capabilities_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_coverage_format.py b/python/geoengine_openapi_client/models/get_coverage_format.py index e72c71a..cb706fe 100644 --- a/python/geoengine_openapi_client/models/get_coverage_format.py +++ b/python/geoengine_openapi_client/models/get_coverage_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_coverage_request.py b/python/geoengine_openapi_client/models/get_coverage_request.py index a358371..7af14cd 100644 --- a/python/geoengine_openapi_client/models/get_coverage_request.py +++ b/python/geoengine_openapi_client/models/get_coverage_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_feature_request.py b/python/geoengine_openapi_client/models/get_feature_request.py index 4a9d92d..c0bcbae 100644 --- a/python/geoengine_openapi_client/models/get_feature_request.py +++ b/python/geoengine_openapi_client/models/get_feature_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 1335d3e..4a1a29b 100644 --- a/python/geoengine_openapi_client/models/get_legend_graphic_request.py +++ b/python/geoengine_openapi_client/models/get_legend_graphic_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 e9fe542..3a27ba9 100644 --- a/python/geoengine_openapi_client/models/get_map_exception_format.py +++ b/python/geoengine_openapi_client/models/get_map_exception_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_map_format.py b/python/geoengine_openapi_client/models/get_map_format.py index 6869049..93434f6 100644 --- a/python/geoengine_openapi_client/models/get_map_format.py +++ b/python/geoengine_openapi_client/models/get_map_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/get_map_request.py b/python/geoengine_openapi_client/models/get_map_request.py index 6e3bb50..2411dcf 100644 --- a/python/geoengine_openapi_client/models/get_map_request.py +++ b/python/geoengine_openapi_client/models/get_map_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/internal_data_id.py b/python/geoengine_openapi_client/models/internal_data_id.py index 6bd4390..c25ec39 100644 --- a/python/geoengine_openapi_client/models/internal_data_id.py +++ b/python/geoengine_openapi_client/models/internal_data_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer.py b/python/geoengine_openapi_client/models/layer.py index 77edaa3..2a0f048 100644 --- a/python/geoengine_openapi_client/models/layer.py +++ b/python/geoengine_openapi_client/models/layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_collection.py b/python/geoengine_openapi_client/models/layer_collection.py index 8f20f59..2e81d39 100644 --- a/python/geoengine_openapi_client/models/layer_collection.py +++ b/python/geoengine_openapi_client/models/layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_collection_listing.py b/python/geoengine_openapi_client/models/layer_collection_listing.py index 2d2457b..295fa32 100644 --- a/python/geoengine_openapi_client/models/layer_collection_listing.py +++ b/python/geoengine_openapi_client/models/layer_collection_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_collection_resource.py b/python/geoengine_openapi_client/models/layer_collection_resource.py index 3270f49..7c710f8 100644 --- a/python/geoengine_openapi_client/models/layer_collection_resource.py +++ b/python/geoengine_openapi_client/models/layer_collection_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_listing.py b/python/geoengine_openapi_client/models/layer_listing.py index 25ddaf8..7add001 100644 --- a/python/geoengine_openapi_client/models/layer_listing.py +++ b/python/geoengine_openapi_client/models/layer_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_resource.py b/python/geoengine_openapi_client/models/layer_resource.py index 2f0abb3..ebdb399 100644 --- a/python/geoengine_openapi_client/models/layer_resource.py +++ b/python/geoengine_openapi_client/models/layer_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_update.py b/python/geoengine_openapi_client/models/layer_update.py index a7d6f46..689a360 100644 --- a/python/geoengine_openapi_client/models/layer_update.py +++ b/python/geoengine_openapi_client/models/layer_update.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/layer_visibility.py b/python/geoengine_openapi_client/models/layer_visibility.py index 26f5725..4401c3f 100644 --- a/python/geoengine_openapi_client/models/layer_visibility.py +++ b/python/geoengine_openapi_client/models/layer_visibility.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/line_symbology.py b/python/geoengine_openapi_client/models/line_symbology.py index 9d272b9..cc72c13 100644 --- a/python/geoengine_openapi_client/models/line_symbology.py +++ b/python/geoengine_openapi_client/models/line_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/linear_gradient.py b/python/geoengine_openapi_client/models/linear_gradient.py index e2107f8..69fb743 100644 --- a/python/geoengine_openapi_client/models/linear_gradient.py +++ b/python/geoengine_openapi_client/models/linear_gradient.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/logarithmic_gradient.py b/python/geoengine_openapi_client/models/logarithmic_gradient.py index f8708ef..cb4737e 100644 --- a/python/geoengine_openapi_client/models/logarithmic_gradient.py +++ b/python/geoengine_openapi_client/models/logarithmic_gradient.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/measurement.py b/python/geoengine_openapi_client/models/measurement.py index db9865f..e2dfdbf 100644 --- a/python/geoengine_openapi_client/models/measurement.py +++ b/python/geoengine_openapi_client/models/measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/meta_data_definition.py b/python/geoengine_openapi_client/models/meta_data_definition.py index faa765e..46eccca 100644 --- a/python/geoengine_openapi_client/models/meta_data_definition.py +++ b/python/geoengine_openapi_client/models/meta_data_definition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/meta_data_suggestion.py b/python/geoengine_openapi_client/models/meta_data_suggestion.py index 8f63c3a..e75453b 100644 --- a/python/geoengine_openapi_client/models/meta_data_suggestion.py +++ b/python/geoengine_openapi_client/models/meta_data_suggestion.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/ml_model.py b/python/geoengine_openapi_client/models/ml_model.py index da2dfd2..f4b3093 100644 --- a/python/geoengine_openapi_client/models/ml_model.py +++ b/python/geoengine_openapi_client/models/ml_model.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/ml_model_metadata.py b/python/geoengine_openapi_client/models/ml_model_metadata.py index 44254b9..308a505 100644 --- a/python/geoengine_openapi_client/models/ml_model_metadata.py +++ b/python/geoengine_openapi_client/models/ml_model_metadata.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 08a2874..b6763f7 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/mock_meta_data.py b/python/geoengine_openapi_client/models/mock_meta_data.py index 503911d..7fdcf25 100644 --- a/python/geoengine_openapi_client/models/mock_meta_data.py +++ b/python/geoengine_openapi_client/models/mock_meta_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 f7deff3..873c4f3 100644 --- a/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py +++ b/python/geoengine_openapi_client/models/multi_band_raster_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/multi_line_string.py b/python/geoengine_openapi_client/models/multi_line_string.py index 95d3838..79686dd 100644 --- a/python/geoengine_openapi_client/models/multi_line_string.py +++ b/python/geoengine_openapi_client/models/multi_line_string.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/multi_point.py b/python/geoengine_openapi_client/models/multi_point.py index 879b9f9..d16a104 100644 --- a/python/geoengine_openapi_client/models/multi_point.py +++ b/python/geoengine_openapi_client/models/multi_point.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/multi_polygon.py b/python/geoengine_openapi_client/models/multi_polygon.py index e4fd324..0d92d17 100644 --- a/python/geoengine_openapi_client/models/multi_polygon.py +++ b/python/geoengine_openapi_client/models/multi_polygon.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/number_param.py b/python/geoengine_openapi_client/models/number_param.py index e92e305..c68b086 100644 --- a/python/geoengine_openapi_client/models/number_param.py +++ b/python/geoengine_openapi_client/models/number_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/ogr_meta_data.py b/python/geoengine_openapi_client/models/ogr_meta_data.py index 915a551..273f99b 100644 --- a/python/geoengine_openapi_client/models/ogr_meta_data.py +++ b/python/geoengine_openapi_client/models/ogr_meta_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 f594dd5..6c46d33 100644 --- a/python/geoengine_openapi_client/models/ogr_source_column_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_column_spec.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/ogr_source_dataset.py b/python/geoengine_openapi_client/models/ogr_source_dataset.py index 6a90c93..a951f58 100644 --- a/python/geoengine_openapi_client/models/ogr_source_dataset.py +++ b/python/geoengine_openapi_client/models/ogr_source_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 8b1952d..6521cce 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 3eca15d..776ed4c 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 cc09690..bd1ad3f 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 2862b72..687ffcd 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 1eb56c9..3e80358 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 feb48be..782ba3f 100644 --- a/python/geoengine_openapi_client/models/ogr_source_duration_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_duration_spec.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 d1f4567..26edaa4 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 a947652..2644322 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 a397f09..dde6d99 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 3206a6c..41fa168 100644 --- a/python/geoengine_openapi_client/models/ogr_source_error_spec.py +++ b/python/geoengine_openapi_client/models/ogr_source_error_spec.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 cfe4dc9..d4cd667 100644 --- a/python/geoengine_openapi_client/models/ogr_source_time_format.py +++ b/python/geoengine_openapi_client/models/ogr_source_time_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 2fc402f..3695cdf 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 7c532e2..dfb9b77 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 fa92d1e..8adf76f 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/operator_quota.py b/python/geoengine_openapi_client/models/operator_quota.py index 89f1616..47f6260 100644 --- a/python/geoengine_openapi_client/models/operator_quota.py +++ b/python/geoengine_openapi_client/models/operator_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/order_by.py b/python/geoengine_openapi_client/models/order_by.py index 0f5c38c..e6ce7f1 100644 --- a/python/geoengine_openapi_client/models/order_by.py +++ b/python/geoengine_openapi_client/models/order_by.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/palette_colorizer.py b/python/geoengine_openapi_client/models/palette_colorizer.py index c3dbc64..081b5da 100644 --- a/python/geoengine_openapi_client/models/palette_colorizer.py +++ b/python/geoengine_openapi_client/models/palette_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/permission.py b/python/geoengine_openapi_client/models/permission.py index 9c891c2..9f444bd 100644 --- a/python/geoengine_openapi_client/models/permission.py +++ b/python/geoengine_openapi_client/models/permission.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/permission_list_options.py b/python/geoengine_openapi_client/models/permission_list_options.py index 3c2698f..59431ad 100644 --- a/python/geoengine_openapi_client/models/permission_list_options.py +++ b/python/geoengine_openapi_client/models/permission_list_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/permission_listing.py b/python/geoengine_openapi_client/models/permission_listing.py index 1c895d7..3f38cfd 100644 --- a/python/geoengine_openapi_client/models/permission_listing.py +++ b/python/geoengine_openapi_client/models/permission_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/permission_request.py b/python/geoengine_openapi_client/models/permission_request.py index 04d874f..9051ee7 100644 --- a/python/geoengine_openapi_client/models/permission_request.py +++ b/python/geoengine_openapi_client/models/permission_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/plot.py b/python/geoengine_openapi_client/models/plot.py index ca253b2..063aeaf 100644 --- a/python/geoengine_openapi_client/models/plot.py +++ b/python/geoengine_openapi_client/models/plot.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/plot_output_format.py b/python/geoengine_openapi_client/models/plot_output_format.py index c09f355..74d1cc0 100644 --- a/python/geoengine_openapi_client/models/plot_output_format.py +++ b/python/geoengine_openapi_client/models/plot_output_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/plot_query_rectangle.py b/python/geoengine_openapi_client/models/plot_query_rectangle.py index de37b87..e56235f 100644 --- a/python/geoengine_openapi_client/models/plot_query_rectangle.py +++ b/python/geoengine_openapi_client/models/plot_query_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/plot_result_descriptor.py b/python/geoengine_openapi_client/models/plot_result_descriptor.py index 865b5eb..602055a 100644 --- a/python/geoengine_openapi_client/models/plot_result_descriptor.py +++ b/python/geoengine_openapi_client/models/plot_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/plot_update.py b/python/geoengine_openapi_client/models/plot_update.py index 7d2f6ab..5809758 100644 --- a/python/geoengine_openapi_client/models/plot_update.py +++ b/python/geoengine_openapi_client/models/plot_update.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/point_symbology.py b/python/geoengine_openapi_client/models/point_symbology.py index 826b62a..87ac8dd 100644 --- a/python/geoengine_openapi_client/models/point_symbology.py +++ b/python/geoengine_openapi_client/models/point_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/polygon_symbology.py b/python/geoengine_openapi_client/models/polygon_symbology.py index 4006412..4ddc9bc 100644 --- a/python/geoengine_openapi_client/models/polygon_symbology.py +++ b/python/geoengine_openapi_client/models/polygon_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/project.py b/python/geoengine_openapi_client/models/project.py index d3ba464..3bbc26e 100644 --- a/python/geoengine_openapi_client/models/project.py +++ b/python/geoengine_openapi_client/models/project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/project_layer.py b/python/geoengine_openapi_client/models/project_layer.py index c9621fb..0fbc137 100644 --- a/python/geoengine_openapi_client/models/project_layer.py +++ b/python/geoengine_openapi_client/models/project_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/project_listing.py b/python/geoengine_openapi_client/models/project_listing.py index 907afee..7fd6577 100644 --- a/python/geoengine_openapi_client/models/project_listing.py +++ b/python/geoengine_openapi_client/models/project_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/project_resource.py b/python/geoengine_openapi_client/models/project_resource.py index 4209dbc..b550316 100644 --- a/python/geoengine_openapi_client/models/project_resource.py +++ b/python/geoengine_openapi_client/models/project_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/project_update_token.py b/python/geoengine_openapi_client/models/project_update_token.py index 9a0b6ab..d5c8ec2 100644 --- a/python/geoengine_openapi_client/models/project_update_token.py +++ b/python/geoengine_openapi_client/models/project_update_token.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/project_version.py b/python/geoengine_openapi_client/models/project_version.py index eae6524..4c9126f 100644 --- a/python/geoengine_openapi_client/models/project_version.py +++ b/python/geoengine_openapi_client/models/project_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/provenance.py b/python/geoengine_openapi_client/models/provenance.py index b4bac25..955225e 100644 --- a/python/geoengine_openapi_client/models/provenance.py +++ b/python/geoengine_openapi_client/models/provenance.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/provenance_entry.py b/python/geoengine_openapi_client/models/provenance_entry.py index d07bf70..9dc18f3 100644 --- a/python/geoengine_openapi_client/models/provenance_entry.py +++ b/python/geoengine_openapi_client/models/provenance_entry.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/provenance_output.py b/python/geoengine_openapi_client/models/provenance_output.py index ff2318f..a285314 100644 --- a/python/geoengine_openapi_client/models/provenance_output.py +++ b/python/geoengine_openapi_client/models/provenance_output.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/provenances.py b/python/geoengine_openapi_client/models/provenances.py index 7b5565e..16ef2a3 100644 --- a/python/geoengine_openapi_client/models/provenances.py +++ b/python/geoengine_openapi_client/models/provenances.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/provider_capabilities.py b/python/geoengine_openapi_client/models/provider_capabilities.py index 6114970..d4a3836 100644 --- a/python/geoengine_openapi_client/models/provider_capabilities.py +++ b/python/geoengine_openapi_client/models/provider_capabilities.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 f414b17..12f0fad 100644 --- a/python/geoengine_openapi_client/models/provider_layer_collection_id.py +++ b/python/geoengine_openapi_client/models/provider_layer_collection_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/provider_layer_id.py b/python/geoengine_openapi_client/models/provider_layer_id.py index 70da621..54a3afe 100644 --- a/python/geoengine_openapi_client/models/provider_layer_id.py +++ b/python/geoengine_openapi_client/models/provider_layer_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/quota.py b/python/geoengine_openapi_client/models/quota.py index b974b1f..b3e6880 100644 --- a/python/geoengine_openapi_client/models/quota.py +++ b/python/geoengine_openapi_client/models/quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_band_descriptor.py b/python/geoengine_openapi_client/models/raster_band_descriptor.py index 34b205f..2b02ccc 100644 --- a/python/geoengine_openapi_client/models/raster_band_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_band_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_colorizer.py b/python/geoengine_openapi_client/models/raster_colorizer.py index e20cfbf..e506a15 100644 --- a/python/geoengine_openapi_client/models/raster_colorizer.py +++ b/python/geoengine_openapi_client/models/raster_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_data_type.py b/python/geoengine_openapi_client/models/raster_data_type.py index cded631..f3ec361 100644 --- a/python/geoengine_openapi_client/models/raster_data_type.py +++ b/python/geoengine_openapi_client/models/raster_data_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 bd926fa..d65b57c 100644 --- a/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py +++ b/python/geoengine_openapi_client/models/raster_dataset_from_workflow.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 33e0209..cc3f962 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 334b881..44a49ab 100644 --- a/python/geoengine_openapi_client/models/raster_properties_entry_type.py +++ b/python/geoengine_openapi_client/models/raster_properties_entry_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_properties_key.py b/python/geoengine_openapi_client/models/raster_properties_key.py index a57e35f..5d8c235 100644 --- a/python/geoengine_openapi_client/models/raster_properties_key.py +++ b/python/geoengine_openapi_client/models/raster_properties_key.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_query_rectangle.py b/python/geoengine_openapi_client/models/raster_query_rectangle.py index 4746eb7..8a72e94 100644 --- a/python/geoengine_openapi_client/models/raster_query_rectangle.py +++ b/python/geoengine_openapi_client/models/raster_query_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_result_descriptor.py b/python/geoengine_openapi_client/models/raster_result_descriptor.py index 65173eb..3947a16 100644 --- a/python/geoengine_openapi_client/models/raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/raster_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 a647048..de617a2 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/raster_symbology.py b/python/geoengine_openapi_client/models/raster_symbology.py index bf7d761..d3b8355 100644 --- a/python/geoengine_openapi_client/models/raster_symbology.py +++ b/python/geoengine_openapi_client/models/raster_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource.py b/python/geoengine_openapi_client/models/resource.py index b376d47..83b109d 100644 --- a/python/geoengine_openapi_client/models/resource.py +++ b/python/geoengine_openapi_client/models/resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource_id.py b/python/geoengine_openapi_client/models/resource_id.py index 62d3192..4ecdc1d 100644 --- a/python/geoengine_openapi_client/models/resource_id.py +++ b/python/geoengine_openapi_client/models/resource_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource_id_dataset_id.py b/python/geoengine_openapi_client/models/resource_id_dataset_id.py index aecb2ea..e877e97 100644 --- a/python/geoengine_openapi_client/models/resource_id_dataset_id.py +++ b/python/geoengine_openapi_client/models/resource_id_dataset_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource_id_layer.py b/python/geoengine_openapi_client/models/resource_id_layer.py index ad6d45b..e2f90be 100644 --- a/python/geoengine_openapi_client/models/resource_id_layer.py +++ b/python/geoengine_openapi_client/models/resource_id_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource_id_layer_collection.py b/python/geoengine_openapi_client/models/resource_id_layer_collection.py index 61a104b..e0097de 100644 --- a/python/geoengine_openapi_client/models/resource_id_layer_collection.py +++ b/python/geoengine_openapi_client/models/resource_id_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource_id_ml_model.py b/python/geoengine_openapi_client/models/resource_id_ml_model.py index 745e33f..065318d 100644 --- a/python/geoengine_openapi_client/models/resource_id_ml_model.py +++ b/python/geoengine_openapi_client/models/resource_id_ml_model.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/resource_id_project.py b/python/geoengine_openapi_client/models/resource_id_project.py index 52a3ab3..76a5a19 100644 --- a/python/geoengine_openapi_client/models/resource_id_project.py +++ b/python/geoengine_openapi_client/models/resource_id_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/role.py b/python/geoengine_openapi_client/models/role.py index 1f6e566..d672396 100644 --- a/python/geoengine_openapi_client/models/role.py +++ b/python/geoengine_openapi_client/models/role.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/role_description.py b/python/geoengine_openapi_client/models/role_description.py index 6ba076d..8e9d8b3 100644 --- a/python/geoengine_openapi_client/models/role_description.py +++ b/python/geoengine_openapi_client/models/role_description.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/search_capabilities.py b/python/geoengine_openapi_client/models/search_capabilities.py index 5f6ddaa..e4b6ba5 100644 --- a/python/geoengine_openapi_client/models/search_capabilities.py +++ b/python/geoengine_openapi_client/models/search_capabilities.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/search_type.py b/python/geoengine_openapi_client/models/search_type.py index 084dcbd..c4b7683 100644 --- a/python/geoengine_openapi_client/models/search_type.py +++ b/python/geoengine_openapi_client/models/search_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/search_types.py b/python/geoengine_openapi_client/models/search_types.py index 1faa3f8..e5d8e9a 100644 --- a/python/geoengine_openapi_client/models/search_types.py +++ b/python/geoengine_openapi_client/models/search_types.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/server_info.py b/python/geoengine_openapi_client/models/server_info.py index 27723a4..7c706fc 100644 --- a/python/geoengine_openapi_client/models/server_info.py +++ b/python/geoengine_openapi_client/models/server_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 ede161f..6905463 100644 --- a/python/geoengine_openapi_client/models/single_band_raster_colorizer.py +++ b/python/geoengine_openapi_client/models/single_band_raster_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/spatial_partition2_d.py b/python/geoengine_openapi_client/models/spatial_partition2_d.py index f542973..aa6518f 100644 --- a/python/geoengine_openapi_client/models/spatial_partition2_d.py +++ b/python/geoengine_openapi_client/models/spatial_partition2_d.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/spatial_reference_authority.py b/python/geoengine_openapi_client/models/spatial_reference_authority.py index ca99b18..f0445a5 100644 --- a/python/geoengine_openapi_client/models/spatial_reference_authority.py +++ b/python/geoengine_openapi_client/models/spatial_reference_authority.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/spatial_reference_specification.py b/python/geoengine_openapi_client/models/spatial_reference_specification.py index d130764..29195af 100644 --- a/python/geoengine_openapi_client/models/spatial_reference_specification.py +++ b/python/geoengine_openapi_client/models/spatial_reference_specification.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/spatial_resolution.py b/python/geoengine_openapi_client/models/spatial_resolution.py index 856aeab..56f8366 100644 --- a/python/geoengine_openapi_client/models/spatial_resolution.py +++ b/python/geoengine_openapi_client/models/spatial_resolution.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/st_rectangle.py b/python/geoengine_openapi_client/models/st_rectangle.py index 02be9fd..54ed6e3 100644 --- a/python/geoengine_openapi_client/models/st_rectangle.py +++ b/python/geoengine_openapi_client/models/st_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/static_number_param.py b/python/geoengine_openapi_client/models/static_number_param.py index 1c879bf..ad096c7 100644 --- a/python/geoengine_openapi_client/models/static_number_param.py +++ b/python/geoengine_openapi_client/models/static_number_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/stroke_param.py b/python/geoengine_openapi_client/models/stroke_param.py index f1c1f8d..208624f 100644 --- a/python/geoengine_openapi_client/models/stroke_param.py +++ b/python/geoengine_openapi_client/models/stroke_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/suggest_meta_data.py b/python/geoengine_openapi_client/models/suggest_meta_data.py index 0a1cff3..330d7b3 100644 --- a/python/geoengine_openapi_client/models/suggest_meta_data.py +++ b/python/geoengine_openapi_client/models/suggest_meta_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/symbology.py b/python/geoengine_openapi_client/models/symbology.py index d186dbf..3aa9cda 100644 --- a/python/geoengine_openapi_client/models/symbology.py +++ b/python/geoengine_openapi_client/models/symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_abort_options.py b/python/geoengine_openapi_client/models/task_abort_options.py index f5b3192..63a37e0 100644 --- a/python/geoengine_openapi_client/models/task_abort_options.py +++ b/python/geoengine_openapi_client/models/task_abort_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_filter.py b/python/geoengine_openapi_client/models/task_filter.py index 5d8e36e..3779316 100644 --- a/python/geoengine_openapi_client/models/task_filter.py +++ b/python/geoengine_openapi_client/models/task_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_list_options.py b/python/geoengine_openapi_client/models/task_list_options.py index eea770f..d78b15b 100644 --- a/python/geoengine_openapi_client/models/task_list_options.py +++ b/python/geoengine_openapi_client/models/task_list_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_response.py b/python/geoengine_openapi_client/models/task_response.py index d55c7dd..ecae47a 100644 --- a/python/geoengine_openapi_client/models/task_response.py +++ b/python/geoengine_openapi_client/models/task_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_status.py b/python/geoengine_openapi_client/models/task_status.py index 1d5fe86..9103730 100644 --- a/python/geoengine_openapi_client/models/task_status.py +++ b/python/geoengine_openapi_client/models/task_status.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_status_aborted.py b/python/geoengine_openapi_client/models/task_status_aborted.py index 0a030c4..0e9d29e 100644 --- a/python/geoengine_openapi_client/models/task_status_aborted.py +++ b/python/geoengine_openapi_client/models/task_status_aborted.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_status_completed.py b/python/geoengine_openapi_client/models/task_status_completed.py index 6fa6796..a859dab 100644 --- a/python/geoengine_openapi_client/models/task_status_completed.py +++ b/python/geoengine_openapi_client/models/task_status_completed.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_status_failed.py b/python/geoengine_openapi_client/models/task_status_failed.py index 97e91d6..6c664cc 100644 --- a/python/geoengine_openapi_client/models/task_status_failed.py +++ b/python/geoengine_openapi_client/models/task_status_failed.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/task_status_running.py b/python/geoengine_openapi_client/models/task_status_running.py index 53c6624..c347406 100644 --- a/python/geoengine_openapi_client/models/task_status_running.py +++ b/python/geoengine_openapi_client/models/task_status_running.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 c3853cb..2ec27f2 100644 --- a/python/geoengine_openapi_client/models/task_status_with_id.py +++ b/python/geoengine_openapi_client/models/task_status_with_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/text_symbology.py b/python/geoengine_openapi_client/models/text_symbology.py index a79928c..3d45214 100644 --- a/python/geoengine_openapi_client/models/text_symbology.py +++ b/python/geoengine_openapi_client/models/text_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/time_granularity.py b/python/geoengine_openapi_client/models/time_granularity.py index e178861..e879ed2 100644 --- a/python/geoengine_openapi_client/models/time_granularity.py +++ b/python/geoengine_openapi_client/models/time_granularity.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/time_interval.py b/python/geoengine_openapi_client/models/time_interval.py index 99321da..ac17f48 100644 --- a/python/geoengine_openapi_client/models/time_interval.py +++ b/python/geoengine_openapi_client/models/time_interval.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/time_reference.py b/python/geoengine_openapi_client/models/time_reference.py index 751b6f2..3c2c1fb 100644 --- a/python/geoengine_openapi_client/models/time_reference.py +++ b/python/geoengine_openapi_client/models/time_reference.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/time_step.py b/python/geoengine_openapi_client/models/time_step.py index b11664e..1e7dc35 100644 --- a/python/geoengine_openapi_client/models/time_step.py +++ b/python/geoengine_openapi_client/models/time_step.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/typed_geometry.py b/python/geoengine_openapi_client/models/typed_geometry.py index 208eb2c..6028b1f 100644 --- a/python/geoengine_openapi_client/models/typed_geometry.py +++ b/python/geoengine_openapi_client/models/typed_geometry.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 556e5e0..e89d66d 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 f981ec1..0d41098 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of1.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of1.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 c6bdb15..3abd3c4 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of2.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of2.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 d242a1f..abd97bf 100644 --- a/python/geoengine_openapi_client/models/typed_geometry_one_of3.py +++ b/python/geoengine_openapi_client/models/typed_geometry_one_of3.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/typed_operator.py b/python/geoengine_openapi_client/models/typed_operator.py index 8f48153..a32032b 100644 --- a/python/geoengine_openapi_client/models/typed_operator.py +++ b/python/geoengine_openapi_client/models/typed_operator.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/typed_operator_operator.py b/python/geoengine_openapi_client/models/typed_operator_operator.py index 9ce442a..561df95 100644 --- a/python/geoengine_openapi_client/models/typed_operator_operator.py +++ b/python/geoengine_openapi_client/models/typed_operator_operator.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 4e5a0a1..e211bf0 100644 --- a/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_plot_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 3627dcb..f926ba1 100644 --- a/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_raster_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/typed_result_descriptor.py b/python/geoengine_openapi_client/models/typed_result_descriptor.py index 126d17a..5bb4794 100644 --- a/python/geoengine_openapi_client/models/typed_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 adac091..5e15188 100644 --- a/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py +++ b/python/geoengine_openapi_client/models/typed_vector_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/unitless_measurement.py b/python/geoengine_openapi_client/models/unitless_measurement.py index df30488..c0ba712 100644 --- a/python/geoengine_openapi_client/models/unitless_measurement.py +++ b/python/geoengine_openapi_client/models/unitless_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 f07c664..c381609 100644 --- a/python/geoengine_openapi_client/models/unix_time_stamp_type.py +++ b/python/geoengine_openapi_client/models/unix_time_stamp_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/update_dataset.py b/python/geoengine_openapi_client/models/update_dataset.py index bad1382..23d309d 100644 --- a/python/geoengine_openapi_client/models/update_dataset.py +++ b/python/geoengine_openapi_client/models/update_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/update_layer.py b/python/geoengine_openapi_client/models/update_layer.py index 8044dd2..ee7faed 100644 --- a/python/geoengine_openapi_client/models/update_layer.py +++ b/python/geoengine_openapi_client/models/update_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/update_layer_collection.py b/python/geoengine_openapi_client/models/update_layer_collection.py index d322fec..35c6780 100644 --- a/python/geoengine_openapi_client/models/update_layer_collection.py +++ b/python/geoengine_openapi_client/models/update_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/update_project.py b/python/geoengine_openapi_client/models/update_project.py index f0049e3..17eb260 100644 --- a/python/geoengine_openapi_client/models/update_project.py +++ b/python/geoengine_openapi_client/models/update_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/update_quota.py b/python/geoengine_openapi_client/models/update_quota.py index 9455901..2c75f7b 100644 --- a/python/geoengine_openapi_client/models/update_quota.py +++ b/python/geoengine_openapi_client/models/update_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 7984166..34ab5de 100644 --- a/python/geoengine_openapi_client/models/upload_file_layers_response.py +++ b/python/geoengine_openapi_client/models/upload_file_layers_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/upload_files_response.py b/python/geoengine_openapi_client/models/upload_files_response.py index cecefc8..1da3ffa 100644 --- a/python/geoengine_openapi_client/models/upload_files_response.py +++ b/python/geoengine_openapi_client/models/upload_files_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/usage_summary_granularity.py b/python/geoengine_openapi_client/models/usage_summary_granularity.py index 921fd3a..57ed868 100644 --- a/python/geoengine_openapi_client/models/usage_summary_granularity.py +++ b/python/geoengine_openapi_client/models/usage_summary_granularity.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/user_credentials.py b/python/geoengine_openapi_client/models/user_credentials.py index 7bb6d66..f888b9f 100644 --- a/python/geoengine_openapi_client/models/user_credentials.py +++ b/python/geoengine_openapi_client/models/user_credentials.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/user_info.py b/python/geoengine_openapi_client/models/user_info.py index dfabdcb..52ede41 100644 --- a/python/geoengine_openapi_client/models/user_info.py +++ b/python/geoengine_openapi_client/models/user_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/user_registration.py b/python/geoengine_openapi_client/models/user_registration.py index d432cd9..66d409d 100644 --- a/python/geoengine_openapi_client/models/user_registration.py +++ b/python/geoengine_openapi_client/models/user_registration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/user_session.py b/python/geoengine_openapi_client/models/user_session.py index effdd71..5e5dc94 100644 --- a/python/geoengine_openapi_client/models/user_session.py +++ b/python/geoengine_openapi_client/models/user_session.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/vector_column_info.py b/python/geoengine_openapi_client/models/vector_column_info.py index 40c06fa..5424a65 100644 --- a/python/geoengine_openapi_client/models/vector_column_info.py +++ b/python/geoengine_openapi_client/models/vector_column_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/vector_data_type.py b/python/geoengine_openapi_client/models/vector_data_type.py index e04c67a..38b19dd 100644 --- a/python/geoengine_openapi_client/models/vector_data_type.py +++ b/python/geoengine_openapi_client/models/vector_data_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/vector_query_rectangle.py b/python/geoengine_openapi_client/models/vector_query_rectangle.py index 9242176..660535f 100644 --- a/python/geoengine_openapi_client/models/vector_query_rectangle.py +++ b/python/geoengine_openapi_client/models/vector_query_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/vector_result_descriptor.py b/python/geoengine_openapi_client/models/vector_result_descriptor.py index fe51d9b..7f5c08b 100644 --- a/python/geoengine_openapi_client/models/vector_result_descriptor.py +++ b/python/geoengine_openapi_client/models/vector_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/volume.py b/python/geoengine_openapi_client/models/volume.py index b283a1b..3e2f9db 100644 --- a/python/geoengine_openapi_client/models/volume.py +++ b/python/geoengine_openapi_client/models/volume.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 e607186..05e8f7a 100644 --- a/python/geoengine_openapi_client/models/volume_file_layers_response.py +++ b/python/geoengine_openapi_client/models/volume_file_layers_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wcs_boundingbox.py b/python/geoengine_openapi_client/models/wcs_boundingbox.py index 489c59c..6b6fade 100644 --- a/python/geoengine_openapi_client/models/wcs_boundingbox.py +++ b/python/geoengine_openapi_client/models/wcs_boundingbox.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wcs_service.py b/python/geoengine_openapi_client/models/wcs_service.py index c1c629f..661f52d 100644 --- a/python/geoengine_openapi_client/models/wcs_service.py +++ b/python/geoengine_openapi_client/models/wcs_service.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wcs_version.py b/python/geoengine_openapi_client/models/wcs_version.py index d2e31a2..238f78b 100644 --- a/python/geoengine_openapi_client/models/wcs_version.py +++ b/python/geoengine_openapi_client/models/wcs_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wfs_service.py b/python/geoengine_openapi_client/models/wfs_service.py index 4fd0995..e682721 100644 --- a/python/geoengine_openapi_client/models/wfs_service.py +++ b/python/geoengine_openapi_client/models/wfs_service.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wfs_version.py b/python/geoengine_openapi_client/models/wfs_version.py index ea7e4d5..2c27891 100644 --- a/python/geoengine_openapi_client/models/wfs_version.py +++ b/python/geoengine_openapi_client/models/wfs_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wms_service.py b/python/geoengine_openapi_client/models/wms_service.py index df2d5cc..e17d863 100644 --- a/python/geoengine_openapi_client/models/wms_service.py +++ b/python/geoengine_openapi_client/models/wms_service.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wms_version.py b/python/geoengine_openapi_client/models/wms_version.py index 842f76d..019f76f 100644 --- a/python/geoengine_openapi_client/models/wms_version.py +++ b/python/geoengine_openapi_client/models/wms_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/workflow.py b/python/geoengine_openapi_client/models/workflow.py index 8c48888..2809777 100644 --- a/python/geoengine_openapi_client/models/workflow.py +++ b/python/geoengine_openapi_client/models/workflow.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/models/wrapped_plot_output.py b/python/geoengine_openapi_client/models/wrapped_plot_output.py index b6ace85..0718fda 100644 --- a/python/geoengine_openapi_client/models/wrapped_plot_output.py +++ b/python/geoengine_openapi_client/models/wrapped_plot_output.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/geoengine_openapi_client/rest.py b/python/geoengine_openapi_client/rest.py index cc235a5..45c9069 100644 --- a/python/geoengine_openapi_client/rest.py +++ b/python/geoengine_openapi_client/rest.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/pyproject.toml b/python/pyproject.toml index 312724c..c3fefae 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "geoengine_openapi_client" version = "0.0.17" -description = "Geo Engine Pro API" +description = "Geo Engine API" authors = ["Geo Engine Developers "] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" -keywords = ["OpenAPI", "OpenAPI-Generator", "Geo Engine Pro API"] +keywords = ["OpenAPI", "OpenAPI-Generator", "Geo Engine API"] include = ["geoengine_openapi_client/py.typed"] [tool.poetry.dependencies] diff --git a/python/setup.py b/python/setup.py index 4e029bd..ed13ea1 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) @@ -34,11 +34,11 @@ setup( name=NAME, version=VERSION, - description="Geo Engine Pro API", + description="Geo Engine API", author="Geo Engine Developers", author_email="dev@geoengine.de", url="https://github.com/geo-engine/openapi-client", - keywords=["OpenAPI", "OpenAPI-Generator", "Geo Engine Pro API"], + keywords=["OpenAPI", "OpenAPI-Generator", "Geo Engine API"], install_requires=REQUIRES, packages=find_packages(exclude=["test", "tests"]), include_package_data=True, diff --git a/python/test/test_add_collection200_response.py b/python/test/test_add_collection200_response.py index 43146aa..69c34b7 100644 --- a/python/test/test_add_collection200_response.py +++ b/python/test/test_add_collection200_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_add_dataset.py b/python/test/test_add_dataset.py index b9c70c4..3c8000f 100644 --- a/python/test/test_add_dataset.py +++ b/python/test/test_add_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_add_layer.py b/python/test/test_add_layer.py index 1e34300..3b5406e 100644 --- a/python/test/test_add_layer.py +++ b/python/test/test_add_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_add_layer_collection.py b/python/test/test_add_layer_collection.py index 54ba489..52efe28 100644 --- a/python/test/test_add_layer_collection.py +++ b/python/test/test_add_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_add_role.py b/python/test/test_add_role.py index 7357843..ef34ac1 100644 --- a/python/test/test_add_role.py +++ b/python/test/test_add_role.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_auth_code_request_url.py b/python/test/test_auth_code_request_url.py index b60d3a2..447cf14 100644 --- a/python/test/test_auth_code_request_url.py +++ b/python/test/test_auth_code_request_url.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_auth_code_response.py b/python/test/test_auth_code_response.py index bd4f60f..5c0b1be 100644 --- a/python/test/test_auth_code_response.py +++ b/python/test/test_auth_code_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_auto_create_dataset.py b/python/test/test_auto_create_dataset.py index 583efdd..c0fc3e4 100644 --- a/python/test/test_auto_create_dataset.py +++ b/python/test/test_auto_create_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_axis_order.py b/python/test/test_axis_order.py index a8a2476..f5bb91c 100644 --- a/python/test/test_axis_order.py +++ b/python/test/test_axis_order.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_bounding_box2_d.py b/python/test/test_bounding_box2_d.py index 08999b2..c6614ac 100644 --- a/python/test/test_bounding_box2_d.py +++ b/python/test/test_bounding_box2_d.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_breakpoint.py b/python/test/test_breakpoint.py index 17d06de..9cf896f 100644 --- a/python/test/test_breakpoint.py +++ b/python/test/test_breakpoint.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_classification_measurement.py b/python/test/test_classification_measurement.py index e4d730d..176e62d 100644 --- a/python/test/test_classification_measurement.py +++ b/python/test/test_classification_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_collection_item.py b/python/test/test_collection_item.py index 9f78267..9e18e95 100644 --- a/python/test/test_collection_item.py +++ b/python/test/test_collection_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_collection_type.py b/python/test/test_collection_type.py index e47d3de..508329f 100644 --- a/python/test/test_collection_type.py +++ b/python/test/test_collection_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_color_param.py b/python/test/test_color_param.py index c5e2c12..4aed92f 100644 --- a/python/test/test_color_param.py +++ b/python/test/test_color_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_color_param_static.py b/python/test/test_color_param_static.py index f74a53d..b8c6451 100644 --- a/python/test/test_color_param_static.py +++ b/python/test/test_color_param_static.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_colorizer.py b/python/test/test_colorizer.py index 7712a4f..19c82ab 100644 --- a/python/test/test_colorizer.py +++ b/python/test/test_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_computation_quota.py b/python/test/test_computation_quota.py index 341c4cd..8b929f8 100644 --- a/python/test/test_computation_quota.py +++ b/python/test/test_computation_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_continuous_measurement.py b/python/test/test_continuous_measurement.py index 4e987b9..ad4a7a6 100644 --- a/python/test/test_continuous_measurement.py +++ b/python/test/test_continuous_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_coordinate2_d.py b/python/test/test_coordinate2_d.py index 15348fb..5815cd8 100644 --- a/python/test/test_coordinate2_d.py +++ b/python/test/test_coordinate2_d.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_create_dataset.py b/python/test/test_create_dataset.py index 8047a27..2ec87b2 100644 --- a/python/test/test_create_dataset.py +++ b/python/test/test_create_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_create_dataset_handler200_response.py b/python/test/test_create_dataset_handler200_response.py index e89cf39..f862a07 100644 --- a/python/test/test_create_dataset_handler200_response.py +++ b/python/test/test_create_dataset_handler200_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_create_project.py b/python/test/test_create_project.py index 7f4bdf5..0e889e6 100644 --- a/python/test/test_create_project.py +++ b/python/test/test_create_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_csv_header.py b/python/test/test_csv_header.py index 4e20a4f..de610b1 100644 --- a/python/test/test_csv_header.py +++ b/python/test/test_csv_header.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_data_id.py b/python/test/test_data_id.py index 3334eec..c10c7bc 100644 --- a/python/test/test_data_id.py +++ b/python/test/test_data_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_data_path.py b/python/test/test_data_path.py index 06887f3..eff78ce 100644 --- a/python/test/test_data_path.py +++ b/python/test/test_data_path.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_data_path_one_of.py b/python/test/test_data_path_one_of.py index 60038ad..1e51e8e 100644 --- a/python/test/test_data_path_one_of.py +++ b/python/test/test_data_path_one_of.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_data_path_one_of1.py b/python/test/test_data_path_one_of1.py index 5b24970..51ad7fa 100644 --- a/python/test/test_data_path_one_of1.py +++ b/python/test/test_data_path_one_of1.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_data_usage.py b/python/test/test_data_usage.py index 2f75c91..03e7d0d 100644 --- a/python/test/test_data_usage.py +++ b/python/test/test_data_usage.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_data_usage_summary.py b/python/test/test_data_usage_summary.py index aed7a63..c796a1d 100644 --- a/python/test/test_data_usage_summary.py +++ b/python/test/test_data_usage_summary.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) @@ -38,13 +38,13 @@ def make_instance(self, include_optional) -> DataUsageSummary: if include_optional: return DataUsageSummary( count = 0, - dataset = '', + data = '', timestamp = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f') ) else: return DataUsageSummary( count = 0, - dataset = '', + data = '', timestamp = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), ) """ diff --git a/python/test/test_dataset.py b/python/test/test_dataset.py index 9e0ba41..0194701 100644 --- a/python/test/test_dataset.py +++ b/python/test/test_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_dataset_definition.py b/python/test/test_dataset_definition.py index ef12cf5..5caa402 100644 --- a/python/test/test_dataset_definition.py +++ b/python/test/test_dataset_definition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_dataset_listing.py b/python/test/test_dataset_listing.py index 8bcf5c2..7e9d6f7 100644 --- a/python/test/test_dataset_listing.py +++ b/python/test/test_dataset_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_dataset_resource.py b/python/test/test_dataset_resource.py index f8100ea..f85d91a 100644 --- a/python/test/test_dataset_resource.py +++ b/python/test/test_dataset_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_datasets_api.py b/python/test/test_datasets_api.py index f3967b5..58e15da 100644 --- a/python/test/test_datasets_api.py +++ b/python/test/test_datasets_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_date_time.py b/python/test/test_date_time.py index 651495c..ffbb009 100644 --- a/python/test/test_date_time.py +++ b/python/test/test_date_time.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_derived_color.py b/python/test/test_derived_color.py index c635a7c..874dc3a 100644 --- a/python/test/test_derived_color.py +++ b/python/test/test_derived_color.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_derived_number.py b/python/test/test_derived_number.py index 807bec6..d2ef8aa 100644 --- a/python/test/test_derived_number.py +++ b/python/test/test_derived_number.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_describe_coverage_request.py b/python/test/test_describe_coverage_request.py index 0465e1f..e2e1145 100644 --- a/python/test/test_describe_coverage_request.py +++ b/python/test/test_describe_coverage_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_error_response.py b/python/test/test_error_response.py index 9b0b3b3..eae9a1a 100644 --- a/python/test/test_error_response.py +++ b/python/test/test_error_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_external_data_id.py b/python/test/test_external_data_id.py index 0f02e93..e64f1a7 100644 --- a/python/test/test_external_data_id.py +++ b/python/test/test_external_data_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_feature_data_type.py b/python/test/test_feature_data_type.py index d208bc9..a64c302 100644 --- a/python/test/test_feature_data_type.py +++ b/python/test/test_feature_data_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_file_not_found_handling.py b/python/test/test_file_not_found_handling.py index 9769233..3d0dbbe 100644 --- a/python/test/test_file_not_found_handling.py +++ b/python/test/test_file_not_found_handling.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_format_specifics.py b/python/test/test_format_specifics.py index 9d5fe0a..47108da 100644 --- a/python/test/test_format_specifics.py +++ b/python/test/test_format_specifics.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_format_specifics_one_of.py b/python/test/test_format_specifics_one_of.py index a3e0851..a203f31 100644 --- a/python/test/test_format_specifics_one_of.py +++ b/python/test/test_format_specifics_one_of.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_format_specifics_one_of_csv.py b/python/test/test_format_specifics_one_of_csv.py index d993375..d055473 100644 --- a/python/test/test_format_specifics_one_of_csv.py +++ b/python/test/test_format_specifics_one_of_csv.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_dataset_geo_transform.py b/python/test/test_gdal_dataset_geo_transform.py index 4b67455..3cf94d7 100644 --- a/python/test/test_gdal_dataset_geo_transform.py +++ b/python/test/test_gdal_dataset_geo_transform.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_dataset_parameters.py b/python/test/test_gdal_dataset_parameters.py index 3f1db7f..1c43636 100644 --- a/python/test/test_gdal_dataset_parameters.py +++ b/python/test/test_gdal_dataset_parameters.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_loading_info_temporal_slice.py b/python/test/test_gdal_loading_info_temporal_slice.py index bc9e73e..88afcf6 100644 --- a/python/test/test_gdal_loading_info_temporal_slice.py +++ b/python/test/test_gdal_loading_info_temporal_slice.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_meta_data_list.py b/python/test/test_gdal_meta_data_list.py index 2e34ef1..eef6f8c 100644 --- a/python/test/test_gdal_meta_data_list.py +++ b/python/test/test_gdal_meta_data_list.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_meta_data_regular.py b/python/test/test_gdal_meta_data_regular.py index 2ed501c..7e4f4d0 100644 --- a/python/test/test_gdal_meta_data_regular.py +++ b/python/test/test_gdal_meta_data_regular.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_meta_data_static.py b/python/test/test_gdal_meta_data_static.py index 855b2cf..597ff43 100644 --- a/python/test/test_gdal_meta_data_static.py +++ b/python/test/test_gdal_meta_data_static.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_metadata_mapping.py b/python/test/test_gdal_metadata_mapping.py index c726fef..c6227d8 100644 --- a/python/test/test_gdal_metadata_mapping.py +++ b/python/test/test_gdal_metadata_mapping.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_metadata_net_cdf_cf.py b/python/test/test_gdal_metadata_net_cdf_cf.py index bd5b35e..241b60f 100644 --- a/python/test/test_gdal_metadata_net_cdf_cf.py +++ b/python/test/test_gdal_metadata_net_cdf_cf.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_gdal_source_time_placeholder.py b/python/test/test_gdal_source_time_placeholder.py index 0d6b759..66a0487 100644 --- a/python/test/test_gdal_source_time_placeholder.py +++ b/python/test/test_gdal_source_time_placeholder.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_general_api.py b/python/test/test_general_api.py index 43bf418..ccaafa9 100644 --- a/python/test/test_general_api.py +++ b/python/test/test_general_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_geo_json.py b/python/test/test_geo_json.py index 48db9c3..90859b3 100644 --- a/python/test/test_geo_json.py +++ b/python/test/test_geo_json.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_capabilities_format.py b/python/test/test_get_capabilities_format.py index 296ae09..a64df5f 100644 --- a/python/test/test_get_capabilities_format.py +++ b/python/test/test_get_capabilities_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_capabilities_request.py b/python/test/test_get_capabilities_request.py index a95331b..5271ce9 100644 --- a/python/test/test_get_capabilities_request.py +++ b/python/test/test_get_capabilities_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_coverage_format.py b/python/test/test_get_coverage_format.py index 01586cd..4462329 100644 --- a/python/test/test_get_coverage_format.py +++ b/python/test/test_get_coverage_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_coverage_request.py b/python/test/test_get_coverage_request.py index 83f1ed8..17b1c43 100644 --- a/python/test/test_get_coverage_request.py +++ b/python/test/test_get_coverage_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_feature_request.py b/python/test/test_get_feature_request.py index f56b201..f29b55d 100644 --- a/python/test/test_get_feature_request.py +++ b/python/test/test_get_feature_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_legend_graphic_request.py b/python/test/test_get_legend_graphic_request.py index 50bc19f..a8b68f2 100644 --- a/python/test/test_get_legend_graphic_request.py +++ b/python/test/test_get_legend_graphic_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_map_exception_format.py b/python/test/test_get_map_exception_format.py index 1bfc3d7..f297f80 100644 --- a/python/test/test_get_map_exception_format.py +++ b/python/test/test_get_map_exception_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_map_format.py b/python/test/test_get_map_format.py index 53a3db1..3c28a24 100644 --- a/python/test/test_get_map_format.py +++ b/python/test/test_get_map_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_get_map_request.py b/python/test/test_get_map_request.py index f26cbbb..1e16a2d 100644 --- a/python/test/test_get_map_request.py +++ b/python/test/test_get_map_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_internal_data_id.py b/python/test/test_internal_data_id.py index becc673..6e7a952 100644 --- a/python/test/test_internal_data_id.py +++ b/python/test/test_internal_data_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer.py b/python/test/test_layer.py index ac710a5..09cffc9 100644 --- a/python/test/test_layer.py +++ b/python/test/test_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_collection.py b/python/test/test_layer_collection.py index c4051b0..58e531e 100644 --- a/python/test/test_layer_collection.py +++ b/python/test/test_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_collection_listing.py b/python/test/test_layer_collection_listing.py index a76862a..f472b02 100644 --- a/python/test/test_layer_collection_listing.py +++ b/python/test/test_layer_collection_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_collection_resource.py b/python/test/test_layer_collection_resource.py index 2742726..d43b656 100644 --- a/python/test/test_layer_collection_resource.py +++ b/python/test/test_layer_collection_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_listing.py b/python/test/test_layer_listing.py index 9c6f4ab..ac1b5d8 100644 --- a/python/test/test_layer_listing.py +++ b/python/test/test_layer_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_resource.py b/python/test/test_layer_resource.py index beb88f0..baa77d4 100644 --- a/python/test/test_layer_resource.py +++ b/python/test/test_layer_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_update.py b/python/test/test_layer_update.py index 45ef571..64c1d5c 100644 --- a/python/test/test_layer_update.py +++ b/python/test/test_layer_update.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layer_visibility.py b/python/test/test_layer_visibility.py index 3f12c1e..1ad762c 100644 --- a/python/test/test_layer_visibility.py +++ b/python/test/test_layer_visibility.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_layers_api.py b/python/test/test_layers_api.py index 8db8440..bdd3e6c 100644 --- a/python/test/test_layers_api.py +++ b/python/test/test_layers_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_line_symbology.py b/python/test/test_line_symbology.py index 34f6d5f..d1f4479 100644 --- a/python/test/test_line_symbology.py +++ b/python/test/test_line_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_linear_gradient.py b/python/test/test_linear_gradient.py index 72ee142..1e5b8a1 100644 --- a/python/test/test_linear_gradient.py +++ b/python/test/test_linear_gradient.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_logarithmic_gradient.py b/python/test/test_logarithmic_gradient.py index f0a6fba..71b9c63 100644 --- a/python/test/test_logarithmic_gradient.py +++ b/python/test/test_logarithmic_gradient.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_measurement.py b/python/test/test_measurement.py index 398ae07..a9162b9 100644 --- a/python/test/test_measurement.py +++ b/python/test/test_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_meta_data_definition.py b/python/test/test_meta_data_definition.py index aac8049..fa96ca0 100644 --- a/python/test/test_meta_data_definition.py +++ b/python/test/test_meta_data_definition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_meta_data_suggestion.py b/python/test/test_meta_data_suggestion.py index 247036f..b006997 100644 --- a/python/test/test_meta_data_suggestion.py +++ b/python/test/test_meta_data_suggestion.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ml_api.py b/python/test/test_ml_api.py index e4d409b..b8428ae 100644 --- a/python/test/test_ml_api.py +++ b/python/test/test_ml_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ml_model.py b/python/test/test_ml_model.py index b492bfb..d93cca1 100644 --- a/python/test/test_ml_model.py +++ b/python/test/test_ml_model.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ml_model_metadata.py b/python/test/test_ml_model_metadata.py index a305ad7..f118df2 100644 --- a/python/test/test_ml_model_metadata.py +++ b/python/test/test_ml_model_metadata.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 3f7e110..6482c2c 100644 --- a/python/test/test_mock_dataset_data_source_loading_info.py +++ b/python/test/test_mock_dataset_data_source_loading_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_mock_meta_data.py b/python/test/test_mock_meta_data.py index 9c14e83..13a61c9 100644 --- a/python/test/test_mock_meta_data.py +++ b/python/test/test_mock_meta_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_multi_band_raster_colorizer.py b/python/test/test_multi_band_raster_colorizer.py index cdbb098..5d58997 100644 --- a/python/test/test_multi_band_raster_colorizer.py +++ b/python/test/test_multi_band_raster_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_multi_line_string.py b/python/test/test_multi_line_string.py index 53241a3..1534c86 100644 --- a/python/test/test_multi_line_string.py +++ b/python/test/test_multi_line_string.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_multi_point.py b/python/test/test_multi_point.py index 40e8302..cc6d7aa 100644 --- a/python/test/test_multi_point.py +++ b/python/test/test_multi_point.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_multi_polygon.py b/python/test/test_multi_polygon.py index a8aa457..93bc548 100644 --- a/python/test/test_multi_polygon.py +++ b/python/test/test_multi_polygon.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_number_param.py b/python/test/test_number_param.py index 4da652e..8413220 100644 --- a/python/test/test_number_param.py +++ b/python/test/test_number_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogcwcs_api.py b/python/test/test_ogcwcs_api.py index 97e11ea..6c2b537 100644 --- a/python/test/test_ogcwcs_api.py +++ b/python/test/test_ogcwcs_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogcwfs_api.py b/python/test/test_ogcwfs_api.py index 9448dd0..f72c5dd 100644 --- a/python/test/test_ogcwfs_api.py +++ b/python/test/test_ogcwfs_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogcwms_api.py b/python/test/test_ogcwms_api.py index 6b168d6..02f8d60 100644 --- a/python/test/test_ogcwms_api.py +++ b/python/test/test_ogcwms_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_meta_data.py b/python/test/test_ogr_meta_data.py index f24fa45..49f6c33 100644 --- a/python/test/test_ogr_meta_data.py +++ b/python/test/test_ogr_meta_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_column_spec.py b/python/test/test_ogr_source_column_spec.py index dc3ed25..81e164e 100644 --- a/python/test/test_ogr_source_column_spec.py +++ b/python/test/test_ogr_source_column_spec.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_dataset.py b/python/test/test_ogr_source_dataset.py index 81f0446..f4c66e9 100644 --- a/python/test/test_ogr_source_dataset.py +++ b/python/test/test_ogr_source_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_dataset_time_type.py b/python/test/test_ogr_source_dataset_time_type.py index 7d36b7c..148c91e 100644 --- a/python/test/test_ogr_source_dataset_time_type.py +++ b/python/test/test_ogr_source_dataset_time_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 3274e6c..1ee8db6 100644 --- a/python/test/test_ogr_source_dataset_time_type_none.py +++ b/python/test/test_ogr_source_dataset_time_type_none.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 7c7f193..9aa84cf 100644 --- a/python/test/test_ogr_source_dataset_time_type_start.py +++ b/python/test/test_ogr_source_dataset_time_type_start.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 2467142..8234fd2 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 7702f26..1176dff 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_duration_spec.py b/python/test/test_ogr_source_duration_spec.py index 436d8d5..800a211 100644 --- a/python/test/test_ogr_source_duration_spec.py +++ b/python/test/test_ogr_source_duration_spec.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_duration_spec_infinite.py b/python/test/test_ogr_source_duration_spec_infinite.py index eb7d0c3..53424f6 100644 --- a/python/test/test_ogr_source_duration_spec_infinite.py +++ b/python/test/test_ogr_source_duration_spec_infinite.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_duration_spec_value.py b/python/test/test_ogr_source_duration_spec_value.py index 96b58bf..d91d7b5 100644 --- a/python/test/test_ogr_source_duration_spec_value.py +++ b/python/test/test_ogr_source_duration_spec_value.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_duration_spec_zero.py b/python/test/test_ogr_source_duration_spec_zero.py index edc28f3..750bb6d 100644 --- a/python/test/test_ogr_source_duration_spec_zero.py +++ b/python/test/test_ogr_source_duration_spec_zero.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_error_spec.py b/python/test/test_ogr_source_error_spec.py index 02a03dc..936db63 100644 --- a/python/test/test_ogr_source_error_spec.py +++ b/python/test/test_ogr_source_error_spec.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_time_format.py b/python/test/test_ogr_source_time_format.py index baf98f8..4494d4f 100644 --- a/python/test/test_ogr_source_time_format.py +++ b/python/test/test_ogr_source_time_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_time_format_auto.py b/python/test/test_ogr_source_time_format_auto.py index 717fdd1..b99a135 100644 --- a/python/test/test_ogr_source_time_format_auto.py +++ b/python/test/test_ogr_source_time_format_auto.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_ogr_source_time_format_custom.py b/python/test/test_ogr_source_time_format_custom.py index cfc72c4..b7620bb 100644 --- a/python/test/test_ogr_source_time_format_custom.py +++ b/python/test/test_ogr_source_time_format_custom.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 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 9a722cf..6796fd7 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 @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_operator_quota.py b/python/test/test_operator_quota.py index 3f10284..6cbf2de 100644 --- a/python/test/test_operator_quota.py +++ b/python/test/test_operator_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_order_by.py b/python/test/test_order_by.py index 58603ef..692f668 100644 --- a/python/test/test_order_by.py +++ b/python/test/test_order_by.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_palette_colorizer.py b/python/test/test_palette_colorizer.py index 91f29a9..88790f1 100644 --- a/python/test/test_palette_colorizer.py +++ b/python/test/test_palette_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_permission.py b/python/test/test_permission.py index bb207ef..c43def1 100644 --- a/python/test/test_permission.py +++ b/python/test/test_permission.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_permission_list_options.py b/python/test/test_permission_list_options.py index 7c7b3b0..2ab2911 100644 --- a/python/test/test_permission_list_options.py +++ b/python/test/test_permission_list_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_permission_listing.py b/python/test/test_permission_listing.py index 810220b..bb25814 100644 --- a/python/test/test_permission_listing.py +++ b/python/test/test_permission_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_permission_request.py b/python/test/test_permission_request.py index 9c34d6b..d3eeaa3 100644 --- a/python/test/test_permission_request.py +++ b/python/test/test_permission_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_permissions_api.py b/python/test/test_permissions_api.py index b8585b8..3beaf07 100644 --- a/python/test/test_permissions_api.py +++ b/python/test/test_permissions_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_plot.py b/python/test/test_plot.py index 0039b1f..4927060 100644 --- a/python/test/test_plot.py +++ b/python/test/test_plot.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_plot_output_format.py b/python/test/test_plot_output_format.py index 4cc3dbc..a7ddc5e 100644 --- a/python/test/test_plot_output_format.py +++ b/python/test/test_plot_output_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_plot_query_rectangle.py b/python/test/test_plot_query_rectangle.py index e52e335..c984e84 100644 --- a/python/test/test_plot_query_rectangle.py +++ b/python/test/test_plot_query_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_plot_result_descriptor.py b/python/test/test_plot_result_descriptor.py index d7b9059..8c9d546 100644 --- a/python/test/test_plot_result_descriptor.py +++ b/python/test/test_plot_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_plot_update.py b/python/test/test_plot_update.py index e644590..28cb70d 100644 --- a/python/test/test_plot_update.py +++ b/python/test/test_plot_update.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_plots_api.py b/python/test/test_plots_api.py index 386b26e..801ae52 100644 --- a/python/test/test_plots_api.py +++ b/python/test/test_plots_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_point_symbology.py b/python/test/test_point_symbology.py index bc898f1..4c4c423 100644 --- a/python/test/test_point_symbology.py +++ b/python/test/test_point_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_polygon_symbology.py b/python/test/test_polygon_symbology.py index 14e7dad..75d8dcd 100644 --- a/python/test/test_polygon_symbology.py +++ b/python/test/test_polygon_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_project.py b/python/test/test_project.py index d78a90a..79946e2 100644 --- a/python/test/test_project.py +++ b/python/test/test_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_project_layer.py b/python/test/test_project_layer.py index 520d198..37fe9a1 100644 --- a/python/test/test_project_layer.py +++ b/python/test/test_project_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_project_listing.py b/python/test/test_project_listing.py index 7e8b9a6..f727143 100644 --- a/python/test/test_project_listing.py +++ b/python/test/test_project_listing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_project_resource.py b/python/test/test_project_resource.py index 3033987..7ba319b 100644 --- a/python/test/test_project_resource.py +++ b/python/test/test_project_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_project_update_token.py b/python/test/test_project_update_token.py index fcd239f..3804f8f 100644 --- a/python/test/test_project_update_token.py +++ b/python/test/test_project_update_token.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_project_version.py b/python/test/test_project_version.py index 0ed4d6d..3b73d58 100644 --- a/python/test/test_project_version.py +++ b/python/test/test_project_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_projects_api.py b/python/test/test_projects_api.py index e1eaf71..edd9f7d 100644 --- a/python/test/test_projects_api.py +++ b/python/test/test_projects_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provenance.py b/python/test/test_provenance.py index 99ab834..5e8d340 100644 --- a/python/test/test_provenance.py +++ b/python/test/test_provenance.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provenance_entry.py b/python/test/test_provenance_entry.py index 4ebd944..f29a33f 100644 --- a/python/test/test_provenance_entry.py +++ b/python/test/test_provenance_entry.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provenance_output.py b/python/test/test_provenance_output.py index c2ad4cd..8f86ac7 100644 --- a/python/test/test_provenance_output.py +++ b/python/test/test_provenance_output.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provenances.py b/python/test/test_provenances.py index f82d096..2a94547 100644 --- a/python/test/test_provenances.py +++ b/python/test/test_provenances.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provider_capabilities.py b/python/test/test_provider_capabilities.py index 5c023c1..a12cce2 100644 --- a/python/test/test_provider_capabilities.py +++ b/python/test/test_provider_capabilities.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provider_layer_collection_id.py b/python/test/test_provider_layer_collection_id.py index 6bf14b7..1c30df7 100644 --- a/python/test/test_provider_layer_collection_id.py +++ b/python/test/test_provider_layer_collection_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_provider_layer_id.py b/python/test/test_provider_layer_id.py index 97bee0e..d7164b6 100644 --- a/python/test/test_provider_layer_id.py +++ b/python/test/test_provider_layer_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_quota.py b/python/test/test_quota.py index 1fdf9be..e4a7512 100644 --- a/python/test/test_quota.py +++ b/python/test/test_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_band_descriptor.py b/python/test/test_raster_band_descriptor.py index eafaa34..1808fdb 100644 --- a/python/test/test_raster_band_descriptor.py +++ b/python/test/test_raster_band_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_colorizer.py b/python/test/test_raster_colorizer.py index ab2987b..7af0490 100644 --- a/python/test/test_raster_colorizer.py +++ b/python/test/test_raster_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_data_type.py b/python/test/test_raster_data_type.py index 75748ca..4a40952 100644 --- a/python/test/test_raster_data_type.py +++ b/python/test/test_raster_data_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_dataset_from_workflow.py b/python/test/test_raster_dataset_from_workflow.py index 7fa021b..a7030b5 100644 --- a/python/test/test_raster_dataset_from_workflow.py +++ b/python/test/test_raster_dataset_from_workflow.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_dataset_from_workflow_result.py b/python/test/test_raster_dataset_from_workflow_result.py index 86ab75c..807218a 100644 --- a/python/test/test_raster_dataset_from_workflow_result.py +++ b/python/test/test_raster_dataset_from_workflow_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_properties_entry_type.py b/python/test/test_raster_properties_entry_type.py index 1475def..cc37e8f 100644 --- a/python/test/test_raster_properties_entry_type.py +++ b/python/test/test_raster_properties_entry_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_properties_key.py b/python/test/test_raster_properties_key.py index 8b7bfc7..7088d23 100644 --- a/python/test/test_raster_properties_key.py +++ b/python/test/test_raster_properties_key.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_query_rectangle.py b/python/test/test_raster_query_rectangle.py index 8c02b2d..b5d46b7 100644 --- a/python/test/test_raster_query_rectangle.py +++ b/python/test/test_raster_query_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_result_descriptor.py b/python/test/test_raster_result_descriptor.py index 80a79fd..ace5ee5 100644 --- a/python/test/test_raster_result_descriptor.py +++ b/python/test/test_raster_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_stream_websocket_result_type.py b/python/test/test_raster_stream_websocket_result_type.py index b49b612..92c9328 100644 --- a/python/test/test_raster_stream_websocket_result_type.py +++ b/python/test/test_raster_stream_websocket_result_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_raster_symbology.py b/python/test/test_raster_symbology.py index 17969d1..4e71494 100644 --- a/python/test/test_raster_symbology.py +++ b/python/test/test_raster_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource.py b/python/test/test_resource.py index e884528..d1e154f 100644 --- a/python/test/test_resource.py +++ b/python/test/test_resource.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource_id.py b/python/test/test_resource_id.py index 4409720..8a75a07 100644 --- a/python/test/test_resource_id.py +++ b/python/test/test_resource_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource_id_dataset_id.py b/python/test/test_resource_id_dataset_id.py index ecc9a5e..ca158c6 100644 --- a/python/test/test_resource_id_dataset_id.py +++ b/python/test/test_resource_id_dataset_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource_id_layer.py b/python/test/test_resource_id_layer.py index b372bc1..e8e99cd 100644 --- a/python/test/test_resource_id_layer.py +++ b/python/test/test_resource_id_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource_id_layer_collection.py b/python/test/test_resource_id_layer_collection.py index 3532623..9ece6b1 100644 --- a/python/test/test_resource_id_layer_collection.py +++ b/python/test/test_resource_id_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource_id_ml_model.py b/python/test/test_resource_id_ml_model.py index e36eab4..d9b36b5 100644 --- a/python/test/test_resource_id_ml_model.py +++ b/python/test/test_resource_id_ml_model.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_resource_id_project.py b/python/test/test_resource_id_project.py index e3e94d9..102ae43 100644 --- a/python/test/test_resource_id_project.py +++ b/python/test/test_resource_id_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_role.py b/python/test/test_role.py index 274a7f3..8e8a695 100644 --- a/python/test/test_role.py +++ b/python/test/test_role.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_role_description.py b/python/test/test_role_description.py index ec582b4..db3ea38 100644 --- a/python/test/test_role_description.py +++ b/python/test/test_role_description.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_search_capabilities.py b/python/test/test_search_capabilities.py index 568a768..3405979 100644 --- a/python/test/test_search_capabilities.py +++ b/python/test/test_search_capabilities.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_search_type.py b/python/test/test_search_type.py index b623310..3d8008c 100644 --- a/python/test/test_search_type.py +++ b/python/test/test_search_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_search_types.py b/python/test/test_search_types.py index 89ad7ff..4cf1dc0 100644 --- a/python/test/test_search_types.py +++ b/python/test/test_search_types.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_server_info.py b/python/test/test_server_info.py index d77525a..6d94e0c 100644 --- a/python/test/test_server_info.py +++ b/python/test/test_server_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_session_api.py b/python/test/test_session_api.py index 418f92f..b4cdebc 100644 --- a/python/test/test_session_api.py +++ b/python/test/test_session_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_single_band_raster_colorizer.py b/python/test/test_single_band_raster_colorizer.py index 60affa1..23fd8b5 100644 --- a/python/test/test_single_band_raster_colorizer.py +++ b/python/test/test_single_band_raster_colorizer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_spatial_partition2_d.py b/python/test/test_spatial_partition2_d.py index 2a70e4c..2b5d894 100644 --- a/python/test/test_spatial_partition2_d.py +++ b/python/test/test_spatial_partition2_d.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_spatial_reference_authority.py b/python/test/test_spatial_reference_authority.py index aee59f2..b95daa9 100644 --- a/python/test/test_spatial_reference_authority.py +++ b/python/test/test_spatial_reference_authority.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_spatial_reference_specification.py b/python/test/test_spatial_reference_specification.py index 6432bd0..b1dd24e 100644 --- a/python/test/test_spatial_reference_specification.py +++ b/python/test/test_spatial_reference_specification.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_spatial_references_api.py b/python/test/test_spatial_references_api.py index d568249..a958d0e 100644 --- a/python/test/test_spatial_references_api.py +++ b/python/test/test_spatial_references_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_spatial_resolution.py b/python/test/test_spatial_resolution.py index 139c84c..a410eec 100644 --- a/python/test/test_spatial_resolution.py +++ b/python/test/test_spatial_resolution.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_st_rectangle.py b/python/test/test_st_rectangle.py index 38985b0..27f21ce 100644 --- a/python/test/test_st_rectangle.py +++ b/python/test/test_st_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_static_number_param.py b/python/test/test_static_number_param.py index 7697521..e90b10e 100644 --- a/python/test/test_static_number_param.py +++ b/python/test/test_static_number_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_stroke_param.py b/python/test/test_stroke_param.py index def0a4f..99cec95 100644 --- a/python/test/test_stroke_param.py +++ b/python/test/test_stroke_param.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_suggest_meta_data.py b/python/test/test_suggest_meta_data.py index 3633640..3407e71 100644 --- a/python/test/test_suggest_meta_data.py +++ b/python/test/test_suggest_meta_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_symbology.py b/python/test/test_symbology.py index 089c5c0..ab723a7 100644 --- a/python/test/test_symbology.py +++ b/python/test/test_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_abort_options.py b/python/test/test_task_abort_options.py index 0d24c42..8ea2879 100644 --- a/python/test/test_task_abort_options.py +++ b/python/test/test_task_abort_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_filter.py b/python/test/test_task_filter.py index 708d379..40b81b5 100644 --- a/python/test/test_task_filter.py +++ b/python/test/test_task_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_list_options.py b/python/test/test_task_list_options.py index 2bbbd79..ae2efa9 100644 --- a/python/test/test_task_list_options.py +++ b/python/test/test_task_list_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_response.py b/python/test/test_task_response.py index 02fdd01..c7a3fa2 100644 --- a/python/test/test_task_response.py +++ b/python/test/test_task_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_status.py b/python/test/test_task_status.py index cf3d07e..2a845e9 100644 --- a/python/test/test_task_status.py +++ b/python/test/test_task_status.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_status_aborted.py b/python/test/test_task_status_aborted.py index 313c0b5..0cf4290 100644 --- a/python/test/test_task_status_aborted.py +++ b/python/test/test_task_status_aborted.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_status_completed.py b/python/test/test_task_status_completed.py index e6741b3..f9d4160 100644 --- a/python/test/test_task_status_completed.py +++ b/python/test/test_task_status_completed.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_status_failed.py b/python/test/test_task_status_failed.py index 47cab7c..40d3131 100644 --- a/python/test/test_task_status_failed.py +++ b/python/test/test_task_status_failed.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_status_running.py b/python/test/test_task_status_running.py index 5c87594..4f26fdc 100644 --- a/python/test/test_task_status_running.py +++ b/python/test/test_task_status_running.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_task_status_with_id.py b/python/test/test_task_status_with_id.py index bc75fdd..4114e96 100644 --- a/python/test/test_task_status_with_id.py +++ b/python/test/test_task_status_with_id.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_tasks_api.py b/python/test/test_tasks_api.py index e3437f5..0d73224 100644 --- a/python/test/test_tasks_api.py +++ b/python/test/test_tasks_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_text_symbology.py b/python/test/test_text_symbology.py index 8beb39d..8f90ff7 100644 --- a/python/test/test_text_symbology.py +++ b/python/test/test_text_symbology.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_time_granularity.py b/python/test/test_time_granularity.py index 1599d09..9428c7a 100644 --- a/python/test/test_time_granularity.py +++ b/python/test/test_time_granularity.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_time_interval.py b/python/test/test_time_interval.py index 5036231..90b54ad 100644 --- a/python/test/test_time_interval.py +++ b/python/test/test_time_interval.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_time_reference.py b/python/test/test_time_reference.py index f5910bb..015aded 100644 --- a/python/test/test_time_reference.py +++ b/python/test/test_time_reference.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_time_step.py b/python/test/test_time_step.py index 3f745c5..4eeb13a 100644 --- a/python/test/test_time_step.py +++ b/python/test/test_time_step.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_geometry.py b/python/test/test_typed_geometry.py index 45c6bce..7f7a4e2 100644 --- a/python/test/test_typed_geometry.py +++ b/python/test/test_typed_geometry.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_geometry_one_of.py b/python/test/test_typed_geometry_one_of.py index 1d3a960..11d99ad 100644 --- a/python/test/test_typed_geometry_one_of.py +++ b/python/test/test_typed_geometry_one_of.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_geometry_one_of1.py b/python/test/test_typed_geometry_one_of1.py index d8739b4..1d41e8f 100644 --- a/python/test/test_typed_geometry_one_of1.py +++ b/python/test/test_typed_geometry_one_of1.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_geometry_one_of2.py b/python/test/test_typed_geometry_one_of2.py index 1a564bb..9b367c0 100644 --- a/python/test/test_typed_geometry_one_of2.py +++ b/python/test/test_typed_geometry_one_of2.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_geometry_one_of3.py b/python/test/test_typed_geometry_one_of3.py index 133ca30..53949b8 100644 --- a/python/test/test_typed_geometry_one_of3.py +++ b/python/test/test_typed_geometry_one_of3.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_operator.py b/python/test/test_typed_operator.py index 414d976..8292b54 100644 --- a/python/test/test_typed_operator.py +++ b/python/test/test_typed_operator.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_operator_operator.py b/python/test/test_typed_operator_operator.py index 80a6afb..2083eb9 100644 --- a/python/test/test_typed_operator_operator.py +++ b/python/test/test_typed_operator_operator.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_plot_result_descriptor.py b/python/test/test_typed_plot_result_descriptor.py index c6c3795..8344d17 100644 --- a/python/test/test_typed_plot_result_descriptor.py +++ b/python/test/test_typed_plot_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_raster_result_descriptor.py b/python/test/test_typed_raster_result_descriptor.py index 540d851..259066f 100644 --- a/python/test/test_typed_raster_result_descriptor.py +++ b/python/test/test_typed_raster_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_result_descriptor.py b/python/test/test_typed_result_descriptor.py index bd5c291..b04a9eb 100644 --- a/python/test/test_typed_result_descriptor.py +++ b/python/test/test_typed_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_typed_vector_result_descriptor.py b/python/test/test_typed_vector_result_descriptor.py index b6c79de..7afe41c 100644 --- a/python/test/test_typed_vector_result_descriptor.py +++ b/python/test/test_typed_vector_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_unitless_measurement.py b/python/test/test_unitless_measurement.py index f0fa68b..7bdb8e7 100644 --- a/python/test/test_unitless_measurement.py +++ b/python/test/test_unitless_measurement.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_unix_time_stamp_type.py b/python/test/test_unix_time_stamp_type.py index ef596fd..7a6d991 100644 --- a/python/test/test_unix_time_stamp_type.py +++ b/python/test/test_unix_time_stamp_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_update_dataset.py b/python/test/test_update_dataset.py index f5b3c79..9192c7f 100644 --- a/python/test/test_update_dataset.py +++ b/python/test/test_update_dataset.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_update_layer.py b/python/test/test_update_layer.py index b9d0a2e..dca8f20 100644 --- a/python/test/test_update_layer.py +++ b/python/test/test_update_layer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_update_layer_collection.py b/python/test/test_update_layer_collection.py index 3b75aee..ef07cd1 100644 --- a/python/test/test_update_layer_collection.py +++ b/python/test/test_update_layer_collection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_update_project.py b/python/test/test_update_project.py index e377859..6453dbc 100644 --- a/python/test/test_update_project.py +++ b/python/test/test_update_project.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_update_quota.py b/python/test/test_update_quota.py index a16f9a0..f793034 100644 --- a/python/test/test_update_quota.py +++ b/python/test/test_update_quota.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_upload_file_layers_response.py b/python/test/test_upload_file_layers_response.py index e9264c2..6ca2b13 100644 --- a/python/test/test_upload_file_layers_response.py +++ b/python/test/test_upload_file_layers_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_upload_files_response.py b/python/test/test_upload_files_response.py index 4c5c205..4e7218b 100644 --- a/python/test/test_upload_files_response.py +++ b/python/test/test_upload_files_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_uploads_api.py b/python/test/test_uploads_api.py index 5c8d98f..19615ff 100644 --- a/python/test/test_uploads_api.py +++ b/python/test/test_uploads_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_usage_summary_granularity.py b/python/test/test_usage_summary_granularity.py index bca4874..3ff7920 100644 --- a/python/test/test_usage_summary_granularity.py +++ b/python/test/test_usage_summary_granularity.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_user_api.py b/python/test/test_user_api.py index c336e43..017f13c 100644 --- a/python/test/test_user_api.py +++ b/python/test/test_user_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_user_credentials.py b/python/test/test_user_credentials.py index 517e610..870e7d7 100644 --- a/python/test/test_user_credentials.py +++ b/python/test/test_user_credentials.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_user_info.py b/python/test/test_user_info.py index af1fdf5..55fc4d7 100644 --- a/python/test/test_user_info.py +++ b/python/test/test_user_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_user_registration.py b/python/test/test_user_registration.py index 3b95b53..1424815 100644 --- a/python/test/test_user_registration.py +++ b/python/test/test_user_registration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_user_session.py b/python/test/test_user_session.py index f895ce7..d17c4dc 100644 --- a/python/test/test_user_session.py +++ b/python/test/test_user_session.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_vector_column_info.py b/python/test/test_vector_column_info.py index 87d355b..a24a3ae 100644 --- a/python/test/test_vector_column_info.py +++ b/python/test/test_vector_column_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_vector_data_type.py b/python/test/test_vector_data_type.py index 061bb1a..5858c17 100644 --- a/python/test/test_vector_data_type.py +++ b/python/test/test_vector_data_type.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_vector_query_rectangle.py b/python/test/test_vector_query_rectangle.py index a54a010..49a2e3a 100644 --- a/python/test/test_vector_query_rectangle.py +++ b/python/test/test_vector_query_rectangle.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_vector_result_descriptor.py b/python/test/test_vector_result_descriptor.py index 1bc7498..b850e4d 100644 --- a/python/test/test_vector_result_descriptor.py +++ b/python/test/test_vector_result_descriptor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_volume.py b/python/test/test_volume.py index 143accb..a202f8f 100644 --- a/python/test/test_volume.py +++ b/python/test/test_volume.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_volume_file_layers_response.py b/python/test/test_volume_file_layers_response.py index baad859..1519ef8 100644 --- a/python/test/test_volume_file_layers_response.py +++ b/python/test/test_volume_file_layers_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wcs_boundingbox.py b/python/test/test_wcs_boundingbox.py index ded5d33..5d0e40e 100644 --- a/python/test/test_wcs_boundingbox.py +++ b/python/test/test_wcs_boundingbox.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wcs_service.py b/python/test/test_wcs_service.py index 46563b4..c932860 100644 --- a/python/test/test_wcs_service.py +++ b/python/test/test_wcs_service.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wcs_version.py b/python/test/test_wcs_version.py index 8cd975b..2d5802f 100644 --- a/python/test/test_wcs_version.py +++ b/python/test/test_wcs_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wfs_service.py b/python/test/test_wfs_service.py index 7b8e9c9..b8619db 100644 --- a/python/test/test_wfs_service.py +++ b/python/test/test_wfs_service.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wfs_version.py b/python/test/test_wfs_version.py index 0a74cb7..a9df752 100644 --- a/python/test/test_wfs_version.py +++ b/python/test/test_wfs_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wms_service.py b/python/test/test_wms_service.py index cd37279..bbb5e12 100644 --- a/python/test/test_wms_service.py +++ b/python/test/test_wms_service.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wms_version.py b/python/test/test_wms_version.py index fa76d10..eb3b518 100644 --- a/python/test/test_wms_version.py +++ b/python/test/test_wms_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_workflow.py b/python/test/test_workflow.py index dc9fbeb..50293e4 100644 --- a/python/test/test_workflow.py +++ b/python/test/test_workflow.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_workflows_api.py b/python/test/test_workflows_api.py index 1c0fcf5..fbdd023 100644 --- a/python/test/test_workflows_api.py +++ b/python/test/test_workflows_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/python/test/test_wrapped_plot_output.py b/python/test/test_wrapped_plot_output.py index f86c267..9ff6d69 100644 --- a/python/test/test_wrapped_plot_output.py +++ b/python/test/test_wrapped_plot_output.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Geo Engine Pro API + Geo Engine API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) diff --git a/typescript/dist/apis/DatasetsApi.d.ts b/typescript/dist/apis/DatasetsApi.d.ts index 0c6f3af..e0b0422 100644 --- a/typescript/dist/apis/DatasetsApi.d.ts +++ b/typescript/dist/apis/DatasetsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/DatasetsApi.js b/typescript/dist/apis/DatasetsApi.js index 602d29c..65ef7d3 100644 --- a/typescript/dist/apis/DatasetsApi.js +++ b/typescript/dist/apis/DatasetsApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/GeneralApi.d.ts b/typescript/dist/apis/GeneralApi.d.ts index 70e5a14..e2bb908 100644 --- a/typescript/dist/apis/GeneralApi.d.ts +++ b/typescript/dist/apis/GeneralApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/GeneralApi.js b/typescript/dist/apis/GeneralApi.js index 8cd0c4a..7cc5513 100644 --- a/typescript/dist/apis/GeneralApi.js +++ b/typescript/dist/apis/GeneralApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/LayersApi.d.ts b/typescript/dist/apis/LayersApi.d.ts index c4edcfb..7deece7 100644 --- a/typescript/dist/apis/LayersApi.d.ts +++ b/typescript/dist/apis/LayersApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/LayersApi.js b/typescript/dist/apis/LayersApi.js index 7d96340..8dc0068 100644 --- a/typescript/dist/apis/LayersApi.js +++ b/typescript/dist/apis/LayersApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/MLApi.d.ts b/typescript/dist/apis/MLApi.d.ts index f665e3f..7ffb4ba 100644 --- a/typescript/dist/apis/MLApi.d.ts +++ b/typescript/dist/apis/MLApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/MLApi.js b/typescript/dist/apis/MLApi.js index 7b6fb20..a7c97a0 100644 --- a/typescript/dist/apis/MLApi.js +++ b/typescript/dist/apis/MLApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/OGCWCSApi.d.ts b/typescript/dist/apis/OGCWCSApi.d.ts index c633290..1300a17 100644 --- a/typescript/dist/apis/OGCWCSApi.d.ts +++ b/typescript/dist/apis/OGCWCSApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/OGCWCSApi.js b/typescript/dist/apis/OGCWCSApi.js index a3ac249..c5aaa03 100644 --- a/typescript/dist/apis/OGCWCSApi.js +++ b/typescript/dist/apis/OGCWCSApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/OGCWFSApi.d.ts b/typescript/dist/apis/OGCWFSApi.d.ts index 13c999d..e784296 100644 --- a/typescript/dist/apis/OGCWFSApi.d.ts +++ b/typescript/dist/apis/OGCWFSApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/OGCWFSApi.js b/typescript/dist/apis/OGCWFSApi.js index a4dccb1..fb4544e 100644 --- a/typescript/dist/apis/OGCWFSApi.js +++ b/typescript/dist/apis/OGCWFSApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/OGCWMSApi.d.ts b/typescript/dist/apis/OGCWMSApi.d.ts index 4242b51..abb19f7 100644 --- a/typescript/dist/apis/OGCWMSApi.d.ts +++ b/typescript/dist/apis/OGCWMSApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/OGCWMSApi.js b/typescript/dist/apis/OGCWMSApi.js index 6bea466..3fb0b8b 100644 --- a/typescript/dist/apis/OGCWMSApi.js +++ b/typescript/dist/apis/OGCWMSApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/PermissionsApi.d.ts b/typescript/dist/apis/PermissionsApi.d.ts index 1b5d85a..d43e3c9 100644 --- a/typescript/dist/apis/PermissionsApi.d.ts +++ b/typescript/dist/apis/PermissionsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/PermissionsApi.js b/typescript/dist/apis/PermissionsApi.js index 1f21ec5..b9914e4 100644 --- a/typescript/dist/apis/PermissionsApi.js +++ b/typescript/dist/apis/PermissionsApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/PlotsApi.d.ts b/typescript/dist/apis/PlotsApi.d.ts index 78a7683..4827ac5 100644 --- a/typescript/dist/apis/PlotsApi.d.ts +++ b/typescript/dist/apis/PlotsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/PlotsApi.js b/typescript/dist/apis/PlotsApi.js index de1ade6..1f7c538 100644 --- a/typescript/dist/apis/PlotsApi.js +++ b/typescript/dist/apis/PlotsApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/ProjectsApi.d.ts b/typescript/dist/apis/ProjectsApi.d.ts index d86ae9c..e1dcedd 100644 --- a/typescript/dist/apis/ProjectsApi.d.ts +++ b/typescript/dist/apis/ProjectsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/ProjectsApi.js b/typescript/dist/apis/ProjectsApi.js index f306740..e00fdc7 100644 --- a/typescript/dist/apis/ProjectsApi.js +++ b/typescript/dist/apis/ProjectsApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/SessionApi.d.ts b/typescript/dist/apis/SessionApi.d.ts index 2f67d35..06bd9a5 100644 --- a/typescript/dist/apis/SessionApi.d.ts +++ b/typescript/dist/apis/SessionApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/SessionApi.js b/typescript/dist/apis/SessionApi.js index 4033ae0..8b925d6 100644 --- a/typescript/dist/apis/SessionApi.js +++ b/typescript/dist/apis/SessionApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/SpatialReferencesApi.d.ts b/typescript/dist/apis/SpatialReferencesApi.d.ts index c84e5d1..69199a9 100644 --- a/typescript/dist/apis/SpatialReferencesApi.d.ts +++ b/typescript/dist/apis/SpatialReferencesApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/SpatialReferencesApi.js b/typescript/dist/apis/SpatialReferencesApi.js index b90c1c3..69dfc01 100644 --- a/typescript/dist/apis/SpatialReferencesApi.js +++ b/typescript/dist/apis/SpatialReferencesApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/TasksApi.d.ts b/typescript/dist/apis/TasksApi.d.ts index fc9a9c8..9e02928 100644 --- a/typescript/dist/apis/TasksApi.d.ts +++ b/typescript/dist/apis/TasksApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/TasksApi.js b/typescript/dist/apis/TasksApi.js index b4dcf38..0bc1ac9 100644 --- a/typescript/dist/apis/TasksApi.js +++ b/typescript/dist/apis/TasksApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/UploadsApi.d.ts b/typescript/dist/apis/UploadsApi.d.ts index ad5d6c1..698dcbd 100644 --- a/typescript/dist/apis/UploadsApi.d.ts +++ b/typescript/dist/apis/UploadsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/UploadsApi.js b/typescript/dist/apis/UploadsApi.js index 3c1907b..530e03b 100644 --- a/typescript/dist/apis/UploadsApi.js +++ b/typescript/dist/apis/UploadsApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/UserApi.d.ts b/typescript/dist/apis/UserApi.d.ts index 29fd528..0d742dc 100644 --- a/typescript/dist/apis/UserApi.d.ts +++ b/typescript/dist/apis/UserApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/UserApi.js b/typescript/dist/apis/UserApi.js index cbe24cd..0a96a8f 100644 --- a/typescript/dist/apis/UserApi.js +++ b/typescript/dist/apis/UserApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/WorkflowsApi.d.ts b/typescript/dist/apis/WorkflowsApi.d.ts index a742d2b..271ca5c 100644 --- a/typescript/dist/apis/WorkflowsApi.d.ts +++ b/typescript/dist/apis/WorkflowsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/apis/WorkflowsApi.js b/typescript/dist/apis/WorkflowsApi.js index 381902a..3596953 100644 --- a/typescript/dist/apis/WorkflowsApi.js +++ b/typescript/dist/apis/WorkflowsApi.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/DatasetsApi.d.ts b/typescript/dist/esm/apis/DatasetsApi.d.ts index 0c6f3af..e0b0422 100644 --- a/typescript/dist/esm/apis/DatasetsApi.d.ts +++ b/typescript/dist/esm/apis/DatasetsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/DatasetsApi.js b/typescript/dist/esm/apis/DatasetsApi.js index 31d488b..ee45919 100644 --- a/typescript/dist/esm/apis/DatasetsApi.js +++ b/typescript/dist/esm/apis/DatasetsApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/GeneralApi.d.ts b/typescript/dist/esm/apis/GeneralApi.d.ts index 70e5a14..e2bb908 100644 --- a/typescript/dist/esm/apis/GeneralApi.d.ts +++ b/typescript/dist/esm/apis/GeneralApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/GeneralApi.js b/typescript/dist/esm/apis/GeneralApi.js index c2b9902..0d4ea1c 100644 --- a/typescript/dist/esm/apis/GeneralApi.js +++ b/typescript/dist/esm/apis/GeneralApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/LayersApi.d.ts b/typescript/dist/esm/apis/LayersApi.d.ts index c4edcfb..7deece7 100644 --- a/typescript/dist/esm/apis/LayersApi.d.ts +++ b/typescript/dist/esm/apis/LayersApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/LayersApi.js b/typescript/dist/esm/apis/LayersApi.js index 77422c0..c3366bc 100644 --- a/typescript/dist/esm/apis/LayersApi.js +++ b/typescript/dist/esm/apis/LayersApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/MLApi.d.ts b/typescript/dist/esm/apis/MLApi.d.ts index f665e3f..7ffb4ba 100644 --- a/typescript/dist/esm/apis/MLApi.d.ts +++ b/typescript/dist/esm/apis/MLApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/MLApi.js b/typescript/dist/esm/apis/MLApi.js index f65b905..5102e9e 100644 --- a/typescript/dist/esm/apis/MLApi.js +++ b/typescript/dist/esm/apis/MLApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/OGCWCSApi.d.ts b/typescript/dist/esm/apis/OGCWCSApi.d.ts index c633290..1300a17 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWCSApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/OGCWCSApi.js b/typescript/dist/esm/apis/OGCWCSApi.js index e1e513e..71b877d 100644 --- a/typescript/dist/esm/apis/OGCWCSApi.js +++ b/typescript/dist/esm/apis/OGCWCSApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/OGCWFSApi.d.ts b/typescript/dist/esm/apis/OGCWFSApi.d.ts index 13c999d..e784296 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWFSApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/OGCWFSApi.js b/typescript/dist/esm/apis/OGCWFSApi.js index 05b6655..dae797e 100644 --- a/typescript/dist/esm/apis/OGCWFSApi.js +++ b/typescript/dist/esm/apis/OGCWFSApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/OGCWMSApi.d.ts b/typescript/dist/esm/apis/OGCWMSApi.d.ts index 4242b51..abb19f7 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.d.ts +++ b/typescript/dist/esm/apis/OGCWMSApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/OGCWMSApi.js b/typescript/dist/esm/apis/OGCWMSApi.js index 66f2fec..23d0207 100644 --- a/typescript/dist/esm/apis/OGCWMSApi.js +++ b/typescript/dist/esm/apis/OGCWMSApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/PermissionsApi.d.ts b/typescript/dist/esm/apis/PermissionsApi.d.ts index 1b5d85a..d43e3c9 100644 --- a/typescript/dist/esm/apis/PermissionsApi.d.ts +++ b/typescript/dist/esm/apis/PermissionsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/PermissionsApi.js b/typescript/dist/esm/apis/PermissionsApi.js index fc5f063..539dd21 100644 --- a/typescript/dist/esm/apis/PermissionsApi.js +++ b/typescript/dist/esm/apis/PermissionsApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/PlotsApi.d.ts b/typescript/dist/esm/apis/PlotsApi.d.ts index 78a7683..4827ac5 100644 --- a/typescript/dist/esm/apis/PlotsApi.d.ts +++ b/typescript/dist/esm/apis/PlotsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/PlotsApi.js b/typescript/dist/esm/apis/PlotsApi.js index 32a5e99..941d550 100644 --- a/typescript/dist/esm/apis/PlotsApi.js +++ b/typescript/dist/esm/apis/PlotsApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/ProjectsApi.d.ts b/typescript/dist/esm/apis/ProjectsApi.d.ts index d86ae9c..e1dcedd 100644 --- a/typescript/dist/esm/apis/ProjectsApi.d.ts +++ b/typescript/dist/esm/apis/ProjectsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/ProjectsApi.js b/typescript/dist/esm/apis/ProjectsApi.js index fb10fde..3b55124 100644 --- a/typescript/dist/esm/apis/ProjectsApi.js +++ b/typescript/dist/esm/apis/ProjectsApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/SessionApi.d.ts b/typescript/dist/esm/apis/SessionApi.d.ts index 2f67d35..06bd9a5 100644 --- a/typescript/dist/esm/apis/SessionApi.d.ts +++ b/typescript/dist/esm/apis/SessionApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/SessionApi.js b/typescript/dist/esm/apis/SessionApi.js index abdaaa6..5331ebb 100644 --- a/typescript/dist/esm/apis/SessionApi.js +++ b/typescript/dist/esm/apis/SessionApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/SpatialReferencesApi.d.ts b/typescript/dist/esm/apis/SpatialReferencesApi.d.ts index c84e5d1..69199a9 100644 --- a/typescript/dist/esm/apis/SpatialReferencesApi.d.ts +++ b/typescript/dist/esm/apis/SpatialReferencesApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/SpatialReferencesApi.js b/typescript/dist/esm/apis/SpatialReferencesApi.js index 3d62ea2..54c305a 100644 --- a/typescript/dist/esm/apis/SpatialReferencesApi.js +++ b/typescript/dist/esm/apis/SpatialReferencesApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/TasksApi.d.ts b/typescript/dist/esm/apis/TasksApi.d.ts index fc9a9c8..9e02928 100644 --- a/typescript/dist/esm/apis/TasksApi.d.ts +++ b/typescript/dist/esm/apis/TasksApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/TasksApi.js b/typescript/dist/esm/apis/TasksApi.js index 86a6778..a4282b3 100644 --- a/typescript/dist/esm/apis/TasksApi.js +++ b/typescript/dist/esm/apis/TasksApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/UploadsApi.d.ts b/typescript/dist/esm/apis/UploadsApi.d.ts index ad5d6c1..698dcbd 100644 --- a/typescript/dist/esm/apis/UploadsApi.d.ts +++ b/typescript/dist/esm/apis/UploadsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/UploadsApi.js b/typescript/dist/esm/apis/UploadsApi.js index 3e56366..d8de0a2 100644 --- a/typescript/dist/esm/apis/UploadsApi.js +++ b/typescript/dist/esm/apis/UploadsApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/UserApi.d.ts b/typescript/dist/esm/apis/UserApi.d.ts index 29fd528..0d742dc 100644 --- a/typescript/dist/esm/apis/UserApi.d.ts +++ b/typescript/dist/esm/apis/UserApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/UserApi.js b/typescript/dist/esm/apis/UserApi.js index a01641d..f999305 100644 --- a/typescript/dist/esm/apis/UserApi.js +++ b/typescript/dist/esm/apis/UserApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/WorkflowsApi.d.ts b/typescript/dist/esm/apis/WorkflowsApi.d.ts index a742d2b..271ca5c 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.d.ts +++ b/typescript/dist/esm/apis/WorkflowsApi.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/apis/WorkflowsApi.js b/typescript/dist/esm/apis/WorkflowsApi.js index ef0bfea..aef7000 100644 --- a/typescript/dist/esm/apis/WorkflowsApi.js +++ b/typescript/dist/esm/apis/WorkflowsApi.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddCollection200Response.d.ts b/typescript/dist/esm/models/AddCollection200Response.d.ts index 9418a97..88f8e1b 100644 --- a/typescript/dist/esm/models/AddCollection200Response.d.ts +++ b/typescript/dist/esm/models/AddCollection200Response.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddCollection200Response.js b/typescript/dist/esm/models/AddCollection200Response.js index a0955c2..d3a44c1 100644 --- a/typescript/dist/esm/models/AddCollection200Response.js +++ b/typescript/dist/esm/models/AddCollection200Response.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddDataset.d.ts b/typescript/dist/esm/models/AddDataset.d.ts index 5b105a9..4e6ef7b 100644 --- a/typescript/dist/esm/models/AddDataset.d.ts +++ b/typescript/dist/esm/models/AddDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddDataset.js b/typescript/dist/esm/models/AddDataset.js index a5d0299..ccb7c11 100644 --- a/typescript/dist/esm/models/AddDataset.js +++ b/typescript/dist/esm/models/AddDataset.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddLayer.d.ts b/typescript/dist/esm/models/AddLayer.d.ts index 135273c..340739e 100644 --- a/typescript/dist/esm/models/AddLayer.d.ts +++ b/typescript/dist/esm/models/AddLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddLayer.js b/typescript/dist/esm/models/AddLayer.js index 6c1eb6c..034bef9 100644 --- a/typescript/dist/esm/models/AddLayer.js +++ b/typescript/dist/esm/models/AddLayer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddLayerCollection.d.ts b/typescript/dist/esm/models/AddLayerCollection.d.ts index 4c86526..b3656b4 100644 --- a/typescript/dist/esm/models/AddLayerCollection.d.ts +++ b/typescript/dist/esm/models/AddLayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddLayerCollection.js b/typescript/dist/esm/models/AddLayerCollection.js index 445b7e7..cac34ee 100644 --- a/typescript/dist/esm/models/AddLayerCollection.js +++ b/typescript/dist/esm/models/AddLayerCollection.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddRole.d.ts b/typescript/dist/esm/models/AddRole.d.ts index c2a4969..6a61c00 100644 --- a/typescript/dist/esm/models/AddRole.d.ts +++ b/typescript/dist/esm/models/AddRole.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AddRole.js b/typescript/dist/esm/models/AddRole.js index 3c61b15..4c51a32 100644 --- a/typescript/dist/esm/models/AddRole.js +++ b/typescript/dist/esm/models/AddRole.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AuthCodeRequestURL.d.ts b/typescript/dist/esm/models/AuthCodeRequestURL.d.ts index 3ff9584..646b541 100644 --- a/typescript/dist/esm/models/AuthCodeRequestURL.d.ts +++ b/typescript/dist/esm/models/AuthCodeRequestURL.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AuthCodeRequestURL.js b/typescript/dist/esm/models/AuthCodeRequestURL.js index 7df6479..b81de2e 100644 --- a/typescript/dist/esm/models/AuthCodeRequestURL.js +++ b/typescript/dist/esm/models/AuthCodeRequestURL.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AuthCodeResponse.d.ts b/typescript/dist/esm/models/AuthCodeResponse.d.ts index 8b32621..bbcabaa 100644 --- a/typescript/dist/esm/models/AuthCodeResponse.d.ts +++ b/typescript/dist/esm/models/AuthCodeResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AuthCodeResponse.js b/typescript/dist/esm/models/AuthCodeResponse.js index 5180080..1f935fb 100644 --- a/typescript/dist/esm/models/AuthCodeResponse.js +++ b/typescript/dist/esm/models/AuthCodeResponse.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AutoCreateDataset.d.ts b/typescript/dist/esm/models/AutoCreateDataset.d.ts index 6c11cc4..e607785 100644 --- a/typescript/dist/esm/models/AutoCreateDataset.d.ts +++ b/typescript/dist/esm/models/AutoCreateDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AutoCreateDataset.js b/typescript/dist/esm/models/AutoCreateDataset.js index 9255259..993ad8b 100644 --- a/typescript/dist/esm/models/AutoCreateDataset.js +++ b/typescript/dist/esm/models/AutoCreateDataset.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AxisOrder.d.ts b/typescript/dist/esm/models/AxisOrder.d.ts index 4d1d484..9bf43dd 100644 --- a/typescript/dist/esm/models/AxisOrder.d.ts +++ b/typescript/dist/esm/models/AxisOrder.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/AxisOrder.js b/typescript/dist/esm/models/AxisOrder.js index 79b867f..77eb464 100644 --- a/typescript/dist/esm/models/AxisOrder.js +++ b/typescript/dist/esm/models/AxisOrder.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/BoundingBox2D.d.ts b/typescript/dist/esm/models/BoundingBox2D.d.ts index 2274924..eb52881 100644 --- a/typescript/dist/esm/models/BoundingBox2D.d.ts +++ b/typescript/dist/esm/models/BoundingBox2D.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/BoundingBox2D.js b/typescript/dist/esm/models/BoundingBox2D.js index 8604653..ee52508 100644 --- a/typescript/dist/esm/models/BoundingBox2D.js +++ b/typescript/dist/esm/models/BoundingBox2D.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Breakpoint.d.ts b/typescript/dist/esm/models/Breakpoint.d.ts index 9fc4fad..dbae252 100644 --- a/typescript/dist/esm/models/Breakpoint.d.ts +++ b/typescript/dist/esm/models/Breakpoint.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Breakpoint.js b/typescript/dist/esm/models/Breakpoint.js index c069ef4..7ff2caa 100644 --- a/typescript/dist/esm/models/Breakpoint.js +++ b/typescript/dist/esm/models/Breakpoint.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ClassificationMeasurement.d.ts b/typescript/dist/esm/models/ClassificationMeasurement.d.ts index 5c9b788..e209302 100644 --- a/typescript/dist/esm/models/ClassificationMeasurement.d.ts +++ b/typescript/dist/esm/models/ClassificationMeasurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ClassificationMeasurement.js b/typescript/dist/esm/models/ClassificationMeasurement.js index 7df8247..3c4ebe4 100644 --- a/typescript/dist/esm/models/ClassificationMeasurement.js +++ b/typescript/dist/esm/models/ClassificationMeasurement.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CollectionItem.d.ts b/typescript/dist/esm/models/CollectionItem.d.ts index 4943ef3..7cd6117 100644 --- a/typescript/dist/esm/models/CollectionItem.d.ts +++ b/typescript/dist/esm/models/CollectionItem.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CollectionItem.js b/typescript/dist/esm/models/CollectionItem.js index ca120b6..7ad8e28 100644 --- a/typescript/dist/esm/models/CollectionItem.js +++ b/typescript/dist/esm/models/CollectionItem.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CollectionType.d.ts b/typescript/dist/esm/models/CollectionType.d.ts index eb587c3..d3cceb5 100644 --- a/typescript/dist/esm/models/CollectionType.d.ts +++ b/typescript/dist/esm/models/CollectionType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CollectionType.js b/typescript/dist/esm/models/CollectionType.js index 75850b0..e02ecaa 100644 --- a/typescript/dist/esm/models/CollectionType.js +++ b/typescript/dist/esm/models/CollectionType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ColorParam.d.ts b/typescript/dist/esm/models/ColorParam.d.ts index f47d555..137c8b3 100644 --- a/typescript/dist/esm/models/ColorParam.d.ts +++ b/typescript/dist/esm/models/ColorParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ColorParam.js b/typescript/dist/esm/models/ColorParam.js index 50533e9..e0941c5 100644 --- a/typescript/dist/esm/models/ColorParam.js +++ b/typescript/dist/esm/models/ColorParam.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ColorParamStatic.d.ts b/typescript/dist/esm/models/ColorParamStatic.d.ts index bdee30d..3290501 100644 --- a/typescript/dist/esm/models/ColorParamStatic.d.ts +++ b/typescript/dist/esm/models/ColorParamStatic.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ColorParamStatic.js b/typescript/dist/esm/models/ColorParamStatic.js index b2690a7..b42b143 100644 --- a/typescript/dist/esm/models/ColorParamStatic.js +++ b/typescript/dist/esm/models/ColorParamStatic.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Colorizer.d.ts b/typescript/dist/esm/models/Colorizer.d.ts index 83550c3..83e3709 100644 --- a/typescript/dist/esm/models/Colorizer.d.ts +++ b/typescript/dist/esm/models/Colorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Colorizer.js b/typescript/dist/esm/models/Colorizer.js index 5118257..a5e4a1b 100644 --- a/typescript/dist/esm/models/Colorizer.js +++ b/typescript/dist/esm/models/Colorizer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ComputationQuota.d.ts b/typescript/dist/esm/models/ComputationQuota.d.ts index 9b653e9..7d67117 100644 --- a/typescript/dist/esm/models/ComputationQuota.d.ts +++ b/typescript/dist/esm/models/ComputationQuota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ComputationQuota.js b/typescript/dist/esm/models/ComputationQuota.js index 9c7c375..b95ee77 100644 --- a/typescript/dist/esm/models/ComputationQuota.js +++ b/typescript/dist/esm/models/ComputationQuota.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ContinuousMeasurement.d.ts b/typescript/dist/esm/models/ContinuousMeasurement.d.ts index 1b8ca4a..ab24d24 100644 --- a/typescript/dist/esm/models/ContinuousMeasurement.d.ts +++ b/typescript/dist/esm/models/ContinuousMeasurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ContinuousMeasurement.js b/typescript/dist/esm/models/ContinuousMeasurement.js index 3999d16..3e777f4 100644 --- a/typescript/dist/esm/models/ContinuousMeasurement.js +++ b/typescript/dist/esm/models/ContinuousMeasurement.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Coordinate2D.d.ts b/typescript/dist/esm/models/Coordinate2D.d.ts index 33d69db..4f3192f 100644 --- a/typescript/dist/esm/models/Coordinate2D.d.ts +++ b/typescript/dist/esm/models/Coordinate2D.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Coordinate2D.js b/typescript/dist/esm/models/Coordinate2D.js index fba5b90..161ecf8 100644 --- a/typescript/dist/esm/models/Coordinate2D.js +++ b/typescript/dist/esm/models/Coordinate2D.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CreateDataset.d.ts b/typescript/dist/esm/models/CreateDataset.d.ts index e8b24b2..fdacea9 100644 --- a/typescript/dist/esm/models/CreateDataset.d.ts +++ b/typescript/dist/esm/models/CreateDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CreateDataset.js b/typescript/dist/esm/models/CreateDataset.js index 9ee9c2d..3950710 100644 --- a/typescript/dist/esm/models/CreateDataset.js +++ b/typescript/dist/esm/models/CreateDataset.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CreateDatasetHandler200Response.d.ts b/typescript/dist/esm/models/CreateDatasetHandler200Response.d.ts index e388adb..713bb80 100644 --- a/typescript/dist/esm/models/CreateDatasetHandler200Response.d.ts +++ b/typescript/dist/esm/models/CreateDatasetHandler200Response.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CreateDatasetHandler200Response.js b/typescript/dist/esm/models/CreateDatasetHandler200Response.js index a5e55ad..4011aa2 100644 --- a/typescript/dist/esm/models/CreateDatasetHandler200Response.js +++ b/typescript/dist/esm/models/CreateDatasetHandler200Response.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CreateProject.d.ts b/typescript/dist/esm/models/CreateProject.d.ts index d90c749..597e276 100644 --- a/typescript/dist/esm/models/CreateProject.d.ts +++ b/typescript/dist/esm/models/CreateProject.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CreateProject.js b/typescript/dist/esm/models/CreateProject.js index 7169979..e90bd93 100644 --- a/typescript/dist/esm/models/CreateProject.js +++ b/typescript/dist/esm/models/CreateProject.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CsvHeader.d.ts b/typescript/dist/esm/models/CsvHeader.d.ts index 2134a86..eeed3db 100644 --- a/typescript/dist/esm/models/CsvHeader.d.ts +++ b/typescript/dist/esm/models/CsvHeader.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/CsvHeader.js b/typescript/dist/esm/models/CsvHeader.js index 7ad1c77..f233e2a 100644 --- a/typescript/dist/esm/models/CsvHeader.js +++ b/typescript/dist/esm/models/CsvHeader.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataId.d.ts b/typescript/dist/esm/models/DataId.d.ts index 4f57866..ab01e7e 100644 --- a/typescript/dist/esm/models/DataId.d.ts +++ b/typescript/dist/esm/models/DataId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataId.js b/typescript/dist/esm/models/DataId.js index f64074d..4fa9ca6 100644 --- a/typescript/dist/esm/models/DataId.js +++ b/typescript/dist/esm/models/DataId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataPath.d.ts b/typescript/dist/esm/models/DataPath.d.ts index bec0683..be15a3a 100644 --- a/typescript/dist/esm/models/DataPath.d.ts +++ b/typescript/dist/esm/models/DataPath.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataPath.js b/typescript/dist/esm/models/DataPath.js index c242eae..2c8d7e0 100644 --- a/typescript/dist/esm/models/DataPath.js +++ b/typescript/dist/esm/models/DataPath.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataPathOneOf.d.ts b/typescript/dist/esm/models/DataPathOneOf.d.ts index edbf746..b0816be 100644 --- a/typescript/dist/esm/models/DataPathOneOf.d.ts +++ b/typescript/dist/esm/models/DataPathOneOf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataPathOneOf.js b/typescript/dist/esm/models/DataPathOneOf.js index 73ad796..7518d32 100644 --- a/typescript/dist/esm/models/DataPathOneOf.js +++ b/typescript/dist/esm/models/DataPathOneOf.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataPathOneOf1.d.ts b/typescript/dist/esm/models/DataPathOneOf1.d.ts index 7ab6c1d..31d2089 100644 --- a/typescript/dist/esm/models/DataPathOneOf1.d.ts +++ b/typescript/dist/esm/models/DataPathOneOf1.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataPathOneOf1.js b/typescript/dist/esm/models/DataPathOneOf1.js index 5e5b5eb..d7d0435 100644 --- a/typescript/dist/esm/models/DataPathOneOf1.js +++ b/typescript/dist/esm/models/DataPathOneOf1.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataUsage.d.ts b/typescript/dist/esm/models/DataUsage.d.ts index 1b77f41..e4d2035 100644 --- a/typescript/dist/esm/models/DataUsage.d.ts +++ b/typescript/dist/esm/models/DataUsage.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataUsage.js b/typescript/dist/esm/models/DataUsage.js index 76e8898..553a8c7 100644 --- a/typescript/dist/esm/models/DataUsage.js +++ b/typescript/dist/esm/models/DataUsage.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DataUsageSummary.d.ts b/typescript/dist/esm/models/DataUsageSummary.d.ts index c4b6d16..37c28d1 100644 --- a/typescript/dist/esm/models/DataUsageSummary.d.ts +++ b/typescript/dist/esm/models/DataUsageSummary.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 @@ -26,7 +26,7 @@ export interface DataUsageSummary { * @type {string} * @memberof DataUsageSummary */ - dataset: string; + data: string; /** * * @type {Date} diff --git a/typescript/dist/esm/models/DataUsageSummary.js b/typescript/dist/esm/models/DataUsageSummary.js index ddcb3aa..d7e63f6 100644 --- a/typescript/dist/esm/models/DataUsageSummary.js +++ b/typescript/dist/esm/models/DataUsageSummary.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 @@ -17,7 +17,7 @@ export function instanceOfDataUsageSummary(value) { let isInstance = true; isInstance = isInstance && "count" in value; - isInstance = isInstance && "dataset" in value; + isInstance = isInstance && "data" in value; isInstance = isInstance && "timestamp" in value; return isInstance; } @@ -30,7 +30,7 @@ export function DataUsageSummaryFromJSONTyped(json, ignoreDiscriminator) { } return { 'count': json['count'], - 'dataset': json['dataset'], + 'data': json['data'], 'timestamp': (new Date(json['timestamp'])), }; } @@ -43,7 +43,7 @@ export function DataUsageSummaryToJSON(value) { } return { 'count': value.count, - 'dataset': value.dataset, + 'data': value.data, 'timestamp': (value.timestamp.toISOString()), }; } diff --git a/typescript/dist/esm/models/Dataset.d.ts b/typescript/dist/esm/models/Dataset.d.ts index 7987197..91ca355 100644 --- a/typescript/dist/esm/models/Dataset.d.ts +++ b/typescript/dist/esm/models/Dataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Dataset.js b/typescript/dist/esm/models/Dataset.js index 340451e..2f70237 100644 --- a/typescript/dist/esm/models/Dataset.js +++ b/typescript/dist/esm/models/Dataset.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DatasetDefinition.d.ts b/typescript/dist/esm/models/DatasetDefinition.d.ts index 1f3504e..5f645ee 100644 --- a/typescript/dist/esm/models/DatasetDefinition.d.ts +++ b/typescript/dist/esm/models/DatasetDefinition.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DatasetDefinition.js b/typescript/dist/esm/models/DatasetDefinition.js index b8efe76..f06fa61 100644 --- a/typescript/dist/esm/models/DatasetDefinition.js +++ b/typescript/dist/esm/models/DatasetDefinition.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DatasetListing.d.ts b/typescript/dist/esm/models/DatasetListing.d.ts index 7f5b18a..f5c590a 100644 --- a/typescript/dist/esm/models/DatasetListing.d.ts +++ b/typescript/dist/esm/models/DatasetListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DatasetListing.js b/typescript/dist/esm/models/DatasetListing.js index d66431c..46943c0 100644 --- a/typescript/dist/esm/models/DatasetListing.js +++ b/typescript/dist/esm/models/DatasetListing.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DatasetResource.d.ts b/typescript/dist/esm/models/DatasetResource.d.ts index 74b6ac1..b2267d2 100644 --- a/typescript/dist/esm/models/DatasetResource.d.ts +++ b/typescript/dist/esm/models/DatasetResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DatasetResource.js b/typescript/dist/esm/models/DatasetResource.js index b97a175..ee6cd3e 100644 --- a/typescript/dist/esm/models/DatasetResource.js +++ b/typescript/dist/esm/models/DatasetResource.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DateTime.d.ts b/typescript/dist/esm/models/DateTime.d.ts index 7a1cf7c..15f27d0 100644 --- a/typescript/dist/esm/models/DateTime.d.ts +++ b/typescript/dist/esm/models/DateTime.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DateTime.js b/typescript/dist/esm/models/DateTime.js index b441fe2..c675430 100644 --- a/typescript/dist/esm/models/DateTime.js +++ b/typescript/dist/esm/models/DateTime.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DerivedColor.d.ts b/typescript/dist/esm/models/DerivedColor.d.ts index d0f3219..d704d4b 100644 --- a/typescript/dist/esm/models/DerivedColor.d.ts +++ b/typescript/dist/esm/models/DerivedColor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DerivedColor.js b/typescript/dist/esm/models/DerivedColor.js index 62e9855..669a33b 100644 --- a/typescript/dist/esm/models/DerivedColor.js +++ b/typescript/dist/esm/models/DerivedColor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DerivedNumber.d.ts b/typescript/dist/esm/models/DerivedNumber.d.ts index 0bf8e9e..6a21127 100644 --- a/typescript/dist/esm/models/DerivedNumber.d.ts +++ b/typescript/dist/esm/models/DerivedNumber.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DerivedNumber.js b/typescript/dist/esm/models/DerivedNumber.js index f51928b..146ff45 100644 --- a/typescript/dist/esm/models/DerivedNumber.js +++ b/typescript/dist/esm/models/DerivedNumber.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts index 72ca9ee..8abf5f1 100644 --- a/typescript/dist/esm/models/DescribeCoverageRequest.d.ts +++ b/typescript/dist/esm/models/DescribeCoverageRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/DescribeCoverageRequest.js b/typescript/dist/esm/models/DescribeCoverageRequest.js index 462c02c..632e29b 100644 --- a/typescript/dist/esm/models/DescribeCoverageRequest.js +++ b/typescript/dist/esm/models/DescribeCoverageRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ErrorResponse.d.ts b/typescript/dist/esm/models/ErrorResponse.d.ts index 9b88e83..7503672 100644 --- a/typescript/dist/esm/models/ErrorResponse.d.ts +++ b/typescript/dist/esm/models/ErrorResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ErrorResponse.js b/typescript/dist/esm/models/ErrorResponse.js index a7b437b..0ccf778 100644 --- a/typescript/dist/esm/models/ErrorResponse.js +++ b/typescript/dist/esm/models/ErrorResponse.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ExternalDataId.d.ts b/typescript/dist/esm/models/ExternalDataId.d.ts index 1ced1ee..cf1fd7d 100644 --- a/typescript/dist/esm/models/ExternalDataId.d.ts +++ b/typescript/dist/esm/models/ExternalDataId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ExternalDataId.js b/typescript/dist/esm/models/ExternalDataId.js index f81bb46..7baa3f0 100644 --- a/typescript/dist/esm/models/ExternalDataId.js +++ b/typescript/dist/esm/models/ExternalDataId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FeatureDataType.d.ts b/typescript/dist/esm/models/FeatureDataType.d.ts index bd4c88c..17a2b28 100644 --- a/typescript/dist/esm/models/FeatureDataType.d.ts +++ b/typescript/dist/esm/models/FeatureDataType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FeatureDataType.js b/typescript/dist/esm/models/FeatureDataType.js index f8e81aa..4c9db2f 100644 --- a/typescript/dist/esm/models/FeatureDataType.js +++ b/typescript/dist/esm/models/FeatureDataType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FileNotFoundHandling.d.ts b/typescript/dist/esm/models/FileNotFoundHandling.d.ts index a767d74..e4aa2e0 100644 --- a/typescript/dist/esm/models/FileNotFoundHandling.d.ts +++ b/typescript/dist/esm/models/FileNotFoundHandling.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FileNotFoundHandling.js b/typescript/dist/esm/models/FileNotFoundHandling.js index 6aef371..b90453f 100644 --- a/typescript/dist/esm/models/FileNotFoundHandling.js +++ b/typescript/dist/esm/models/FileNotFoundHandling.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FormatSpecifics.d.ts b/typescript/dist/esm/models/FormatSpecifics.d.ts index d0866cc..72050a4 100644 --- a/typescript/dist/esm/models/FormatSpecifics.d.ts +++ b/typescript/dist/esm/models/FormatSpecifics.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FormatSpecifics.js b/typescript/dist/esm/models/FormatSpecifics.js index eb2f8a1..75cd6ea 100644 --- a/typescript/dist/esm/models/FormatSpecifics.js +++ b/typescript/dist/esm/models/FormatSpecifics.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts b/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts index 0594576..fa56f7a 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts +++ b/typescript/dist/esm/models/FormatSpecificsOneOf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FormatSpecificsOneOf.js b/typescript/dist/esm/models/FormatSpecificsOneOf.js index 9f33d50..6473c6f 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOf.js +++ b/typescript/dist/esm/models/FormatSpecificsOneOf.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts index 7cfee94..7a244c6 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts +++ b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js index 91417fd..7170531 100644 --- a/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js +++ b/typescript/dist/esm/models/FormatSpecificsOneOfCsv.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts b/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts index c3132b1..b549b43 100644 --- a/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts +++ b/typescript/dist/esm/models/GdalDatasetGeoTransform.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalDatasetGeoTransform.js b/typescript/dist/esm/models/GdalDatasetGeoTransform.js index f71ebe2..e27f5b3 100644 --- a/typescript/dist/esm/models/GdalDatasetGeoTransform.js +++ b/typescript/dist/esm/models/GdalDatasetGeoTransform.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalDatasetParameters.d.ts b/typescript/dist/esm/models/GdalDatasetParameters.d.ts index ae39a13..fa4ce80 100644 --- a/typescript/dist/esm/models/GdalDatasetParameters.d.ts +++ b/typescript/dist/esm/models/GdalDatasetParameters.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalDatasetParameters.js b/typescript/dist/esm/models/GdalDatasetParameters.js index 85ea35c..615397e 100644 --- a/typescript/dist/esm/models/GdalDatasetParameters.js +++ b/typescript/dist/esm/models/GdalDatasetParameters.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts index db74680..1d0e7df 100644 --- a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts +++ b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js index 37a9513..023b876 100644 --- a/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js +++ b/typescript/dist/esm/models/GdalLoadingInfoTemporalSlice.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetaDataList.d.ts b/typescript/dist/esm/models/GdalMetaDataList.d.ts index 1d91226..8f68482 100644 --- a/typescript/dist/esm/models/GdalMetaDataList.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataList.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetaDataList.js b/typescript/dist/esm/models/GdalMetaDataList.js index 97a6680..331740d 100644 --- a/typescript/dist/esm/models/GdalMetaDataList.js +++ b/typescript/dist/esm/models/GdalMetaDataList.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetaDataRegular.d.ts b/typescript/dist/esm/models/GdalMetaDataRegular.d.ts index 4ea5d11..04e5f78 100644 --- a/typescript/dist/esm/models/GdalMetaDataRegular.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataRegular.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetaDataRegular.js b/typescript/dist/esm/models/GdalMetaDataRegular.js index d65c2d9..7f1de9c 100644 --- a/typescript/dist/esm/models/GdalMetaDataRegular.js +++ b/typescript/dist/esm/models/GdalMetaDataRegular.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetaDataStatic.d.ts b/typescript/dist/esm/models/GdalMetaDataStatic.d.ts index 97e6c67..d06ae93 100644 --- a/typescript/dist/esm/models/GdalMetaDataStatic.d.ts +++ b/typescript/dist/esm/models/GdalMetaDataStatic.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetaDataStatic.js b/typescript/dist/esm/models/GdalMetaDataStatic.js index 0c42606..1f2007c 100644 --- a/typescript/dist/esm/models/GdalMetaDataStatic.js +++ b/typescript/dist/esm/models/GdalMetaDataStatic.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetadataMapping.d.ts b/typescript/dist/esm/models/GdalMetadataMapping.d.ts index b9f87db..3961e50 100644 --- a/typescript/dist/esm/models/GdalMetadataMapping.d.ts +++ b/typescript/dist/esm/models/GdalMetadataMapping.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetadataMapping.js b/typescript/dist/esm/models/GdalMetadataMapping.js index 5d5c582..2a7dac1 100644 --- a/typescript/dist/esm/models/GdalMetadataMapping.js +++ b/typescript/dist/esm/models/GdalMetadataMapping.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts b/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts index 5563fc8..cd17762 100644 --- a/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts +++ b/typescript/dist/esm/models/GdalMetadataNetCdfCf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalMetadataNetCdfCf.js b/typescript/dist/esm/models/GdalMetadataNetCdfCf.js index 7fba3bf..c88588f 100644 --- a/typescript/dist/esm/models/GdalMetadataNetCdfCf.js +++ b/typescript/dist/esm/models/GdalMetadataNetCdfCf.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts b/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts index 23f95bc..1521402 100644 --- a/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts +++ b/typescript/dist/esm/models/GdalSourceTimePlaceholder.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GdalSourceTimePlaceholder.js b/typescript/dist/esm/models/GdalSourceTimePlaceholder.js index 9e2f45c..721a7e1 100644 --- a/typescript/dist/esm/models/GdalSourceTimePlaceholder.js +++ b/typescript/dist/esm/models/GdalSourceTimePlaceholder.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GeoJson.d.ts b/typescript/dist/esm/models/GeoJson.d.ts index 510559b..004ba2d 100644 --- a/typescript/dist/esm/models/GeoJson.d.ts +++ b/typescript/dist/esm/models/GeoJson.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GeoJson.js b/typescript/dist/esm/models/GeoJson.js index c5dfcb1..1a37daa 100644 --- a/typescript/dist/esm/models/GeoJson.js +++ b/typescript/dist/esm/models/GeoJson.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts index a822d77..95b0b23 100644 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts +++ b/typescript/dist/esm/models/GetCapabilitiesFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCapabilitiesFormat.js b/typescript/dist/esm/models/GetCapabilitiesFormat.js index 8602794..aa56453 100644 --- a/typescript/dist/esm/models/GetCapabilitiesFormat.js +++ b/typescript/dist/esm/models/GetCapabilitiesFormat.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts index 5c91826..c7df069 100644 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts +++ b/typescript/dist/esm/models/GetCapabilitiesRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCapabilitiesRequest.js b/typescript/dist/esm/models/GetCapabilitiesRequest.js index 712a5cf..1fdb100 100644 --- a/typescript/dist/esm/models/GetCapabilitiesRequest.js +++ b/typescript/dist/esm/models/GetCapabilitiesRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCoverageFormat.d.ts b/typescript/dist/esm/models/GetCoverageFormat.d.ts index 077351c..dffbb0e 100644 --- a/typescript/dist/esm/models/GetCoverageFormat.d.ts +++ b/typescript/dist/esm/models/GetCoverageFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCoverageFormat.js b/typescript/dist/esm/models/GetCoverageFormat.js index e29fc1f..f30260a 100644 --- a/typescript/dist/esm/models/GetCoverageFormat.js +++ b/typescript/dist/esm/models/GetCoverageFormat.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCoverageRequest.d.ts b/typescript/dist/esm/models/GetCoverageRequest.d.ts index 0371210..3480189 100644 --- a/typescript/dist/esm/models/GetCoverageRequest.d.ts +++ b/typescript/dist/esm/models/GetCoverageRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetCoverageRequest.js b/typescript/dist/esm/models/GetCoverageRequest.js index 8381f5f..ac570e0 100644 --- a/typescript/dist/esm/models/GetCoverageRequest.js +++ b/typescript/dist/esm/models/GetCoverageRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetFeatureRequest.d.ts b/typescript/dist/esm/models/GetFeatureRequest.d.ts index ce2353e..3118dc0 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.d.ts +++ b/typescript/dist/esm/models/GetFeatureRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetFeatureRequest.js b/typescript/dist/esm/models/GetFeatureRequest.js index 2f13723..5422353 100644 --- a/typescript/dist/esm/models/GetFeatureRequest.js +++ b/typescript/dist/esm/models/GetFeatureRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts index 7640e27..ee086d0 100644 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts +++ b/typescript/dist/esm/models/GetLegendGraphicRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetLegendGraphicRequest.js b/typescript/dist/esm/models/GetLegendGraphicRequest.js index 3ed3a5c..1306995 100644 --- a/typescript/dist/esm/models/GetLegendGraphicRequest.js +++ b/typescript/dist/esm/models/GetLegendGraphicRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetMapExceptionFormat.d.ts b/typescript/dist/esm/models/GetMapExceptionFormat.d.ts index 342cba8..bec8707 100644 --- a/typescript/dist/esm/models/GetMapExceptionFormat.d.ts +++ b/typescript/dist/esm/models/GetMapExceptionFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetMapExceptionFormat.js b/typescript/dist/esm/models/GetMapExceptionFormat.js index e40f145..34368c9 100644 --- a/typescript/dist/esm/models/GetMapExceptionFormat.js +++ b/typescript/dist/esm/models/GetMapExceptionFormat.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetMapFormat.d.ts b/typescript/dist/esm/models/GetMapFormat.d.ts index 898644d..ccbff90 100644 --- a/typescript/dist/esm/models/GetMapFormat.d.ts +++ b/typescript/dist/esm/models/GetMapFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetMapFormat.js b/typescript/dist/esm/models/GetMapFormat.js index 62fbefc..1c1bff3 100644 --- a/typescript/dist/esm/models/GetMapFormat.js +++ b/typescript/dist/esm/models/GetMapFormat.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetMapRequest.d.ts b/typescript/dist/esm/models/GetMapRequest.d.ts index fa2ddc7..afd0bf0 100644 --- a/typescript/dist/esm/models/GetMapRequest.d.ts +++ b/typescript/dist/esm/models/GetMapRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/GetMapRequest.js b/typescript/dist/esm/models/GetMapRequest.js index b8566aa..2377ff7 100644 --- a/typescript/dist/esm/models/GetMapRequest.js +++ b/typescript/dist/esm/models/GetMapRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/InternalDataId.d.ts b/typescript/dist/esm/models/InternalDataId.d.ts index 3e14442..d2f3c90 100644 --- a/typescript/dist/esm/models/InternalDataId.d.ts +++ b/typescript/dist/esm/models/InternalDataId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/InternalDataId.js b/typescript/dist/esm/models/InternalDataId.js index 7653193..41e0f5d 100644 --- a/typescript/dist/esm/models/InternalDataId.js +++ b/typescript/dist/esm/models/InternalDataId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Layer.d.ts b/typescript/dist/esm/models/Layer.d.ts index f99b91b..b700250 100644 --- a/typescript/dist/esm/models/Layer.d.ts +++ b/typescript/dist/esm/models/Layer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Layer.js b/typescript/dist/esm/models/Layer.js index 343e333..14368bd 100644 --- a/typescript/dist/esm/models/Layer.js +++ b/typescript/dist/esm/models/Layer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerCollection.d.ts b/typescript/dist/esm/models/LayerCollection.d.ts index 4fb1068..b9c0e17 100644 --- a/typescript/dist/esm/models/LayerCollection.d.ts +++ b/typescript/dist/esm/models/LayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerCollection.js b/typescript/dist/esm/models/LayerCollection.js index d4facb4..d1ca0b2 100644 --- a/typescript/dist/esm/models/LayerCollection.js +++ b/typescript/dist/esm/models/LayerCollection.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerCollectionListing.d.ts b/typescript/dist/esm/models/LayerCollectionListing.d.ts index 95a8f51..e3a05c0 100644 --- a/typescript/dist/esm/models/LayerCollectionListing.d.ts +++ b/typescript/dist/esm/models/LayerCollectionListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerCollectionListing.js b/typescript/dist/esm/models/LayerCollectionListing.js index 3b0d54b..4d0470f 100644 --- a/typescript/dist/esm/models/LayerCollectionListing.js +++ b/typescript/dist/esm/models/LayerCollectionListing.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerCollectionResource.d.ts b/typescript/dist/esm/models/LayerCollectionResource.d.ts index 78e48d6..6daab6d 100644 --- a/typescript/dist/esm/models/LayerCollectionResource.d.ts +++ b/typescript/dist/esm/models/LayerCollectionResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerCollectionResource.js b/typescript/dist/esm/models/LayerCollectionResource.js index 5d89bfc..31c90a2 100644 --- a/typescript/dist/esm/models/LayerCollectionResource.js +++ b/typescript/dist/esm/models/LayerCollectionResource.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerListing.d.ts b/typescript/dist/esm/models/LayerListing.d.ts index 24432f7..c8a481b 100644 --- a/typescript/dist/esm/models/LayerListing.d.ts +++ b/typescript/dist/esm/models/LayerListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerListing.js b/typescript/dist/esm/models/LayerListing.js index 7c8d18e..9516170 100644 --- a/typescript/dist/esm/models/LayerListing.js +++ b/typescript/dist/esm/models/LayerListing.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerResource.d.ts b/typescript/dist/esm/models/LayerResource.d.ts index 2d3e565..70455cd 100644 --- a/typescript/dist/esm/models/LayerResource.d.ts +++ b/typescript/dist/esm/models/LayerResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerResource.js b/typescript/dist/esm/models/LayerResource.js index 42b17ea..bbb9a10 100644 --- a/typescript/dist/esm/models/LayerResource.js +++ b/typescript/dist/esm/models/LayerResource.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerUpdate.d.ts b/typescript/dist/esm/models/LayerUpdate.d.ts index 9e441a9..ac3cfe5 100644 --- a/typescript/dist/esm/models/LayerUpdate.d.ts +++ b/typescript/dist/esm/models/LayerUpdate.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerUpdate.js b/typescript/dist/esm/models/LayerUpdate.js index c24afd0..15f09aa 100644 --- a/typescript/dist/esm/models/LayerUpdate.js +++ b/typescript/dist/esm/models/LayerUpdate.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerVisibility.d.ts b/typescript/dist/esm/models/LayerVisibility.d.ts index e28a504..65dc0aa 100644 --- a/typescript/dist/esm/models/LayerVisibility.d.ts +++ b/typescript/dist/esm/models/LayerVisibility.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LayerVisibility.js b/typescript/dist/esm/models/LayerVisibility.js index a9ddf2e..382e3da 100644 --- a/typescript/dist/esm/models/LayerVisibility.js +++ b/typescript/dist/esm/models/LayerVisibility.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LineSymbology.d.ts b/typescript/dist/esm/models/LineSymbology.d.ts index 6f419be..7a657fb 100644 --- a/typescript/dist/esm/models/LineSymbology.d.ts +++ b/typescript/dist/esm/models/LineSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LineSymbology.js b/typescript/dist/esm/models/LineSymbology.js index 3d0161a..ce4bb5d 100644 --- a/typescript/dist/esm/models/LineSymbology.js +++ b/typescript/dist/esm/models/LineSymbology.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LinearGradient.d.ts b/typescript/dist/esm/models/LinearGradient.d.ts index 17dff1a..f11f716 100644 --- a/typescript/dist/esm/models/LinearGradient.d.ts +++ b/typescript/dist/esm/models/LinearGradient.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LinearGradient.js b/typescript/dist/esm/models/LinearGradient.js index 28071cc..b41bfac 100644 --- a/typescript/dist/esm/models/LinearGradient.js +++ b/typescript/dist/esm/models/LinearGradient.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LogarithmicGradient.d.ts b/typescript/dist/esm/models/LogarithmicGradient.d.ts index db936c2..3ca0a5d 100644 --- a/typescript/dist/esm/models/LogarithmicGradient.d.ts +++ b/typescript/dist/esm/models/LogarithmicGradient.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/LogarithmicGradient.js b/typescript/dist/esm/models/LogarithmicGradient.js index 1b1adf2..3a45463 100644 --- a/typescript/dist/esm/models/LogarithmicGradient.js +++ b/typescript/dist/esm/models/LogarithmicGradient.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Measurement.d.ts b/typescript/dist/esm/models/Measurement.d.ts index 1a67032..6daef09 100644 --- a/typescript/dist/esm/models/Measurement.d.ts +++ b/typescript/dist/esm/models/Measurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Measurement.js b/typescript/dist/esm/models/Measurement.js index f53d9a5..1c5f400 100644 --- a/typescript/dist/esm/models/Measurement.js +++ b/typescript/dist/esm/models/Measurement.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MetaDataDefinition.d.ts b/typescript/dist/esm/models/MetaDataDefinition.d.ts index 80e8c10..6f92b75 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.d.ts +++ b/typescript/dist/esm/models/MetaDataDefinition.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MetaDataDefinition.js b/typescript/dist/esm/models/MetaDataDefinition.js index b12f528..25a9794 100644 --- a/typescript/dist/esm/models/MetaDataDefinition.js +++ b/typescript/dist/esm/models/MetaDataDefinition.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MetaDataSuggestion.d.ts b/typescript/dist/esm/models/MetaDataSuggestion.d.ts index b601d2e..38460fb 100644 --- a/typescript/dist/esm/models/MetaDataSuggestion.d.ts +++ b/typescript/dist/esm/models/MetaDataSuggestion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MetaDataSuggestion.js b/typescript/dist/esm/models/MetaDataSuggestion.js index d86ea42..14bf038 100644 --- a/typescript/dist/esm/models/MetaDataSuggestion.js +++ b/typescript/dist/esm/models/MetaDataSuggestion.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MlModel.d.ts b/typescript/dist/esm/models/MlModel.d.ts index 9f01845..73c636b 100644 --- a/typescript/dist/esm/models/MlModel.d.ts +++ b/typescript/dist/esm/models/MlModel.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MlModel.js b/typescript/dist/esm/models/MlModel.js index 62b5d4d..f994ca6 100644 --- a/typescript/dist/esm/models/MlModel.js +++ b/typescript/dist/esm/models/MlModel.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MlModelMetadata.d.ts b/typescript/dist/esm/models/MlModelMetadata.d.ts index 8a7f989..707778e 100644 --- a/typescript/dist/esm/models/MlModelMetadata.d.ts +++ b/typescript/dist/esm/models/MlModelMetadata.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MlModelMetadata.js b/typescript/dist/esm/models/MlModelMetadata.js index 133947d..07858d8 100644 --- a/typescript/dist/esm/models/MlModelMetadata.js +++ b/typescript/dist/esm/models/MlModelMetadata.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts index 7be9202..2bf3512 100644 --- a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts +++ b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js index 0543f3f..0d9fcf4 100644 --- a/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js +++ b/typescript/dist/esm/models/MockDatasetDataSourceLoadingInfo.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MockMetaData.d.ts b/typescript/dist/esm/models/MockMetaData.d.ts index 1fba07e..e36586f 100644 --- a/typescript/dist/esm/models/MockMetaData.d.ts +++ b/typescript/dist/esm/models/MockMetaData.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MockMetaData.js b/typescript/dist/esm/models/MockMetaData.js index fb20f8c..e202081 100644 --- a/typescript/dist/esm/models/MockMetaData.js +++ b/typescript/dist/esm/models/MockMetaData.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts b/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts index dcb3db4..c80dbea 100644 --- a/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts +++ b/typescript/dist/esm/models/MultiBandRasterColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiBandRasterColorizer.js b/typescript/dist/esm/models/MultiBandRasterColorizer.js index 3906d59..292199b 100644 --- a/typescript/dist/esm/models/MultiBandRasterColorizer.js +++ b/typescript/dist/esm/models/MultiBandRasterColorizer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiLineString.d.ts b/typescript/dist/esm/models/MultiLineString.d.ts index eb5c029..337af6e 100644 --- a/typescript/dist/esm/models/MultiLineString.d.ts +++ b/typescript/dist/esm/models/MultiLineString.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiLineString.js b/typescript/dist/esm/models/MultiLineString.js index f601421..4703b56 100644 --- a/typescript/dist/esm/models/MultiLineString.js +++ b/typescript/dist/esm/models/MultiLineString.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiPoint.d.ts b/typescript/dist/esm/models/MultiPoint.d.ts index 33f9112..80e81b1 100644 --- a/typescript/dist/esm/models/MultiPoint.d.ts +++ b/typescript/dist/esm/models/MultiPoint.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiPoint.js b/typescript/dist/esm/models/MultiPoint.js index c8a0542..722bd40 100644 --- a/typescript/dist/esm/models/MultiPoint.js +++ b/typescript/dist/esm/models/MultiPoint.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiPolygon.d.ts b/typescript/dist/esm/models/MultiPolygon.d.ts index cbd1a4d..e6dbe06 100644 --- a/typescript/dist/esm/models/MultiPolygon.d.ts +++ b/typescript/dist/esm/models/MultiPolygon.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/MultiPolygon.js b/typescript/dist/esm/models/MultiPolygon.js index 8957934..c5943c8 100644 --- a/typescript/dist/esm/models/MultiPolygon.js +++ b/typescript/dist/esm/models/MultiPolygon.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/NumberParam.d.ts b/typescript/dist/esm/models/NumberParam.d.ts index 5c55d29..333d7c0 100644 --- a/typescript/dist/esm/models/NumberParam.d.ts +++ b/typescript/dist/esm/models/NumberParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/NumberParam.js b/typescript/dist/esm/models/NumberParam.js index 0723402..d966232 100644 --- a/typescript/dist/esm/models/NumberParam.js +++ b/typescript/dist/esm/models/NumberParam.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrMetaData.d.ts b/typescript/dist/esm/models/OgrMetaData.d.ts index a96ac9a..c605921 100644 --- a/typescript/dist/esm/models/OgrMetaData.d.ts +++ b/typescript/dist/esm/models/OgrMetaData.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrMetaData.js b/typescript/dist/esm/models/OgrMetaData.js index 492b552..0f521c4 100644 --- a/typescript/dist/esm/models/OgrMetaData.js +++ b/typescript/dist/esm/models/OgrMetaData.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts b/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts index e4f5eeb..f7c7d44 100644 --- a/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceColumnSpec.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceColumnSpec.js b/typescript/dist/esm/models/OgrSourceColumnSpec.js index eff3fce..0c7b3f8 100644 --- a/typescript/dist/esm/models/OgrSourceColumnSpec.js +++ b/typescript/dist/esm/models/OgrSourceColumnSpec.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDataset.d.ts b/typescript/dist/esm/models/OgrSourceDataset.d.ts index 15851e5..6e5b7de 100644 --- a/typescript/dist/esm/models/OgrSourceDataset.d.ts +++ b/typescript/dist/esm/models/OgrSourceDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDataset.js b/typescript/dist/esm/models/OgrSourceDataset.js index 678310b..bcfb980 100644 --- a/typescript/dist/esm/models/OgrSourceDataset.js +++ b/typescript/dist/esm/models/OgrSourceDataset.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts index a0b2e4c..51015e5 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeType.js b/typescript/dist/esm/models/OgrSourceDatasetTimeType.js index d058a12..e763a0a 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeType.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts index f406916..203a9b3 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js index 7ca0ce7..a07e715 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeNone.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts index 3e148e3..531be6c 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js index 58994e4..1bf3e28 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStart.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts index fe04b28..82606c1 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js index 5b9b5d9..ba89959 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartDuration.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts index c3facde..8b43d91 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js index 292d50a..cd3c08b 100644 --- a/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js +++ b/typescript/dist/esm/models/OgrSourceDatasetTimeTypeStartEnd.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts index 5eec41c..b1f0211 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpec.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpec.js b/typescript/dist/esm/models/OgrSourceDurationSpec.js index fbe2115..75ca914 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpec.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpec.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts index eb65250..016d6fd 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js index 152b995..c7a2741 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecInfinite.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts index 8cb2915..f3d0829 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecValue.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecValue.js b/typescript/dist/esm/models/OgrSourceDurationSpecValue.js index 65f2805..c6aaf43 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecValue.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecValue.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts b/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts index b6f8e85..8ac91d5 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts +++ b/typescript/dist/esm/models/OgrSourceDurationSpecZero.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceDurationSpecZero.js b/typescript/dist/esm/models/OgrSourceDurationSpecZero.js index c8426df..9af4389 100644 --- a/typescript/dist/esm/models/OgrSourceDurationSpecZero.js +++ b/typescript/dist/esm/models/OgrSourceDurationSpecZero.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts b/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts index a65d12d..95c78fb 100644 --- a/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts +++ b/typescript/dist/esm/models/OgrSourceErrorSpec.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceErrorSpec.js b/typescript/dist/esm/models/OgrSourceErrorSpec.js index d20a8e2..d20a3f9 100644 --- a/typescript/dist/esm/models/OgrSourceErrorSpec.js +++ b/typescript/dist/esm/models/OgrSourceErrorSpec.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts index 427cba9..b56aa05 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormat.js b/typescript/dist/esm/models/OgrSourceTimeFormat.js index 695cc5b..c962dd7 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormat.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormat.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts index 26e0087..d2fd2ec 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js index abfb9cf..bdb8a1e 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatAuto.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts index 24d78d3..b71778d 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js index d1b11cb..afc0382 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatCustom.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts index 102719e..74dea85 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts +++ b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js index 6e036e6..0cc43af 100644 --- a/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js +++ b/typescript/dist/esm/models/OgrSourceTimeFormatUnixTimeStamp.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OperatorQuota.d.ts b/typescript/dist/esm/models/OperatorQuota.d.ts index e167005..d49b4a8 100644 --- a/typescript/dist/esm/models/OperatorQuota.d.ts +++ b/typescript/dist/esm/models/OperatorQuota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OperatorQuota.js b/typescript/dist/esm/models/OperatorQuota.js index 8028eac..38f252f 100644 --- a/typescript/dist/esm/models/OperatorQuota.js +++ b/typescript/dist/esm/models/OperatorQuota.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OrderBy.d.ts b/typescript/dist/esm/models/OrderBy.d.ts index b69dfab..a7c3f0d 100644 --- a/typescript/dist/esm/models/OrderBy.d.ts +++ b/typescript/dist/esm/models/OrderBy.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/OrderBy.js b/typescript/dist/esm/models/OrderBy.js index 086892b..7ccd343 100644 --- a/typescript/dist/esm/models/OrderBy.js +++ b/typescript/dist/esm/models/OrderBy.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PaletteColorizer.d.ts b/typescript/dist/esm/models/PaletteColorizer.d.ts index 19ea621..5bb17d4 100644 --- a/typescript/dist/esm/models/PaletteColorizer.d.ts +++ b/typescript/dist/esm/models/PaletteColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PaletteColorizer.js b/typescript/dist/esm/models/PaletteColorizer.js index 408607e..119f69d 100644 --- a/typescript/dist/esm/models/PaletteColorizer.js +++ b/typescript/dist/esm/models/PaletteColorizer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Permission.d.ts b/typescript/dist/esm/models/Permission.d.ts index 67c41fd..536e9c9 100644 --- a/typescript/dist/esm/models/Permission.d.ts +++ b/typescript/dist/esm/models/Permission.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Permission.js b/typescript/dist/esm/models/Permission.js index 4a45226..5b37fb0 100644 --- a/typescript/dist/esm/models/Permission.js +++ b/typescript/dist/esm/models/Permission.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PermissionListOptions.d.ts b/typescript/dist/esm/models/PermissionListOptions.d.ts index 1dec9d8..8421c48 100644 --- a/typescript/dist/esm/models/PermissionListOptions.d.ts +++ b/typescript/dist/esm/models/PermissionListOptions.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PermissionListOptions.js b/typescript/dist/esm/models/PermissionListOptions.js index a510a18..851ee8d 100644 --- a/typescript/dist/esm/models/PermissionListOptions.js +++ b/typescript/dist/esm/models/PermissionListOptions.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PermissionListing.d.ts b/typescript/dist/esm/models/PermissionListing.d.ts index ce4766d..fe90496 100644 --- a/typescript/dist/esm/models/PermissionListing.d.ts +++ b/typescript/dist/esm/models/PermissionListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PermissionListing.js b/typescript/dist/esm/models/PermissionListing.js index 56c8809..e77018a 100644 --- a/typescript/dist/esm/models/PermissionListing.js +++ b/typescript/dist/esm/models/PermissionListing.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PermissionRequest.d.ts b/typescript/dist/esm/models/PermissionRequest.d.ts index 68cc3e2..b7d92f5 100644 --- a/typescript/dist/esm/models/PermissionRequest.d.ts +++ b/typescript/dist/esm/models/PermissionRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PermissionRequest.js b/typescript/dist/esm/models/PermissionRequest.js index ee97242..1b07913 100644 --- a/typescript/dist/esm/models/PermissionRequest.js +++ b/typescript/dist/esm/models/PermissionRequest.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Plot.d.ts b/typescript/dist/esm/models/Plot.d.ts index 6538d0a..6d14ad5 100644 --- a/typescript/dist/esm/models/Plot.d.ts +++ b/typescript/dist/esm/models/Plot.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Plot.js b/typescript/dist/esm/models/Plot.js index 3be40f2..3e24a8a 100644 --- a/typescript/dist/esm/models/Plot.js +++ b/typescript/dist/esm/models/Plot.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotOutputFormat.d.ts b/typescript/dist/esm/models/PlotOutputFormat.d.ts index 6dac90e..ab9a0b2 100644 --- a/typescript/dist/esm/models/PlotOutputFormat.d.ts +++ b/typescript/dist/esm/models/PlotOutputFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotOutputFormat.js b/typescript/dist/esm/models/PlotOutputFormat.js index 2641ef1..10d8d8e 100644 --- a/typescript/dist/esm/models/PlotOutputFormat.js +++ b/typescript/dist/esm/models/PlotOutputFormat.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotQueryRectangle.d.ts b/typescript/dist/esm/models/PlotQueryRectangle.d.ts index c544b8a..1262e22 100644 --- a/typescript/dist/esm/models/PlotQueryRectangle.d.ts +++ b/typescript/dist/esm/models/PlotQueryRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotQueryRectangle.js b/typescript/dist/esm/models/PlotQueryRectangle.js index 177fdf1..4e17b71 100644 --- a/typescript/dist/esm/models/PlotQueryRectangle.js +++ b/typescript/dist/esm/models/PlotQueryRectangle.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotResultDescriptor.d.ts b/typescript/dist/esm/models/PlotResultDescriptor.d.ts index 3845054..159861c 100644 --- a/typescript/dist/esm/models/PlotResultDescriptor.d.ts +++ b/typescript/dist/esm/models/PlotResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotResultDescriptor.js b/typescript/dist/esm/models/PlotResultDescriptor.js index 9bedce8..78fc538 100644 --- a/typescript/dist/esm/models/PlotResultDescriptor.js +++ b/typescript/dist/esm/models/PlotResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotUpdate.d.ts b/typescript/dist/esm/models/PlotUpdate.d.ts index 47662e9..422a95b 100644 --- a/typescript/dist/esm/models/PlotUpdate.d.ts +++ b/typescript/dist/esm/models/PlotUpdate.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PlotUpdate.js b/typescript/dist/esm/models/PlotUpdate.js index 87cf143..24f9637 100644 --- a/typescript/dist/esm/models/PlotUpdate.js +++ b/typescript/dist/esm/models/PlotUpdate.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PointSymbology.d.ts b/typescript/dist/esm/models/PointSymbology.d.ts index 8cc9e97..93f7ef4 100644 --- a/typescript/dist/esm/models/PointSymbology.d.ts +++ b/typescript/dist/esm/models/PointSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PointSymbology.js b/typescript/dist/esm/models/PointSymbology.js index c371533..031d130 100644 --- a/typescript/dist/esm/models/PointSymbology.js +++ b/typescript/dist/esm/models/PointSymbology.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PolygonSymbology.d.ts b/typescript/dist/esm/models/PolygonSymbology.d.ts index 7b0369c..33e2c14 100644 --- a/typescript/dist/esm/models/PolygonSymbology.d.ts +++ b/typescript/dist/esm/models/PolygonSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/PolygonSymbology.js b/typescript/dist/esm/models/PolygonSymbology.js index 7ff4856..4ae4cb4 100644 --- a/typescript/dist/esm/models/PolygonSymbology.js +++ b/typescript/dist/esm/models/PolygonSymbology.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Project.d.ts b/typescript/dist/esm/models/Project.d.ts index 496cf12..db1736f 100644 --- a/typescript/dist/esm/models/Project.d.ts +++ b/typescript/dist/esm/models/Project.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Project.js b/typescript/dist/esm/models/Project.js index 55339e4..26c2b8f 100644 --- a/typescript/dist/esm/models/Project.js +++ b/typescript/dist/esm/models/Project.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectLayer.d.ts b/typescript/dist/esm/models/ProjectLayer.d.ts index dd40ec8..67280de 100644 --- a/typescript/dist/esm/models/ProjectLayer.d.ts +++ b/typescript/dist/esm/models/ProjectLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectLayer.js b/typescript/dist/esm/models/ProjectLayer.js index 4d22d06..b2d5c9d 100644 --- a/typescript/dist/esm/models/ProjectLayer.js +++ b/typescript/dist/esm/models/ProjectLayer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectListing.d.ts b/typescript/dist/esm/models/ProjectListing.d.ts index b3f4dfe..4d755f7 100644 --- a/typescript/dist/esm/models/ProjectListing.d.ts +++ b/typescript/dist/esm/models/ProjectListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectListing.js b/typescript/dist/esm/models/ProjectListing.js index 562ddd4..7fd3e3b 100644 --- a/typescript/dist/esm/models/ProjectListing.js +++ b/typescript/dist/esm/models/ProjectListing.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectResource.d.ts b/typescript/dist/esm/models/ProjectResource.d.ts index 8551b02..3f17fdc 100644 --- a/typescript/dist/esm/models/ProjectResource.d.ts +++ b/typescript/dist/esm/models/ProjectResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectResource.js b/typescript/dist/esm/models/ProjectResource.js index f4aa015..feff824 100644 --- a/typescript/dist/esm/models/ProjectResource.js +++ b/typescript/dist/esm/models/ProjectResource.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectUpdateToken.d.ts b/typescript/dist/esm/models/ProjectUpdateToken.d.ts index 85584b5..b774adf 100644 --- a/typescript/dist/esm/models/ProjectUpdateToken.d.ts +++ b/typescript/dist/esm/models/ProjectUpdateToken.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectUpdateToken.js b/typescript/dist/esm/models/ProjectUpdateToken.js index ab46ba1..09db844 100644 --- a/typescript/dist/esm/models/ProjectUpdateToken.js +++ b/typescript/dist/esm/models/ProjectUpdateToken.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectVersion.d.ts b/typescript/dist/esm/models/ProjectVersion.d.ts index 2f86ea2..53c498d 100644 --- a/typescript/dist/esm/models/ProjectVersion.d.ts +++ b/typescript/dist/esm/models/ProjectVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProjectVersion.js b/typescript/dist/esm/models/ProjectVersion.js index 55e9b2b..0d061e6 100644 --- a/typescript/dist/esm/models/ProjectVersion.js +++ b/typescript/dist/esm/models/ProjectVersion.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Provenance.d.ts b/typescript/dist/esm/models/Provenance.d.ts index a2c29e3..27abef5 100644 --- a/typescript/dist/esm/models/Provenance.d.ts +++ b/typescript/dist/esm/models/Provenance.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Provenance.js b/typescript/dist/esm/models/Provenance.js index 4160e49..037d0df 100644 --- a/typescript/dist/esm/models/Provenance.js +++ b/typescript/dist/esm/models/Provenance.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProvenanceEntry.d.ts b/typescript/dist/esm/models/ProvenanceEntry.d.ts index ce85000..201905b 100644 --- a/typescript/dist/esm/models/ProvenanceEntry.d.ts +++ b/typescript/dist/esm/models/ProvenanceEntry.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProvenanceEntry.js b/typescript/dist/esm/models/ProvenanceEntry.js index 275b38e..9fcb78a 100644 --- a/typescript/dist/esm/models/ProvenanceEntry.js +++ b/typescript/dist/esm/models/ProvenanceEntry.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProvenanceOutput.d.ts b/typescript/dist/esm/models/ProvenanceOutput.d.ts index c2c99b8..4db62ae 100644 --- a/typescript/dist/esm/models/ProvenanceOutput.d.ts +++ b/typescript/dist/esm/models/ProvenanceOutput.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProvenanceOutput.js b/typescript/dist/esm/models/ProvenanceOutput.js index 3077a75..5af6be4 100644 --- a/typescript/dist/esm/models/ProvenanceOutput.js +++ b/typescript/dist/esm/models/ProvenanceOutput.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Provenances.d.ts b/typescript/dist/esm/models/Provenances.d.ts index 6a77133..3396296 100644 --- a/typescript/dist/esm/models/Provenances.d.ts +++ b/typescript/dist/esm/models/Provenances.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Provenances.js b/typescript/dist/esm/models/Provenances.js index 8848fd0..ba78fa9 100644 --- a/typescript/dist/esm/models/Provenances.js +++ b/typescript/dist/esm/models/Provenances.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProviderCapabilities.d.ts b/typescript/dist/esm/models/ProviderCapabilities.d.ts index 2b3b77d..09c7c0e 100644 --- a/typescript/dist/esm/models/ProviderCapabilities.d.ts +++ b/typescript/dist/esm/models/ProviderCapabilities.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProviderCapabilities.js b/typescript/dist/esm/models/ProviderCapabilities.js index d303dc0..6408fd2 100644 --- a/typescript/dist/esm/models/ProviderCapabilities.js +++ b/typescript/dist/esm/models/ProviderCapabilities.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts b/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts index 0500306..2ee909a 100644 --- a/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts +++ b/typescript/dist/esm/models/ProviderLayerCollectionId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProviderLayerCollectionId.js b/typescript/dist/esm/models/ProviderLayerCollectionId.js index a2b61c6..af78399 100644 --- a/typescript/dist/esm/models/ProviderLayerCollectionId.js +++ b/typescript/dist/esm/models/ProviderLayerCollectionId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProviderLayerId.d.ts b/typescript/dist/esm/models/ProviderLayerId.d.ts index c6805a4..a116a72 100644 --- a/typescript/dist/esm/models/ProviderLayerId.d.ts +++ b/typescript/dist/esm/models/ProviderLayerId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ProviderLayerId.js b/typescript/dist/esm/models/ProviderLayerId.js index aad04df..f945190 100644 --- a/typescript/dist/esm/models/ProviderLayerId.js +++ b/typescript/dist/esm/models/ProviderLayerId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Quota.d.ts b/typescript/dist/esm/models/Quota.d.ts index 1fd3dc9..aacaf99 100644 --- a/typescript/dist/esm/models/Quota.d.ts +++ b/typescript/dist/esm/models/Quota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Quota.js b/typescript/dist/esm/models/Quota.js index b59613a..ce88880 100644 --- a/typescript/dist/esm/models/Quota.js +++ b/typescript/dist/esm/models/Quota.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterBandDescriptor.d.ts b/typescript/dist/esm/models/RasterBandDescriptor.d.ts index a79150f..f92d1e1 100644 --- a/typescript/dist/esm/models/RasterBandDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterBandDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterBandDescriptor.js b/typescript/dist/esm/models/RasterBandDescriptor.js index 325097b..c778839 100644 --- a/typescript/dist/esm/models/RasterBandDescriptor.js +++ b/typescript/dist/esm/models/RasterBandDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterColorizer.d.ts b/typescript/dist/esm/models/RasterColorizer.d.ts index 9b87939..419a61e 100644 --- a/typescript/dist/esm/models/RasterColorizer.d.ts +++ b/typescript/dist/esm/models/RasterColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterColorizer.js b/typescript/dist/esm/models/RasterColorizer.js index 4ec2169..3a83272 100644 --- a/typescript/dist/esm/models/RasterColorizer.js +++ b/typescript/dist/esm/models/RasterColorizer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterDataType.d.ts b/typescript/dist/esm/models/RasterDataType.d.ts index 6102d48..1bc186b 100644 --- a/typescript/dist/esm/models/RasterDataType.d.ts +++ b/typescript/dist/esm/models/RasterDataType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterDataType.js b/typescript/dist/esm/models/RasterDataType.js index 09c410c..19d7d5c 100644 --- a/typescript/dist/esm/models/RasterDataType.js +++ b/typescript/dist/esm/models/RasterDataType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts index 078dfef..befa1f2 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js index 62dcb01..d7f3a11 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflow.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts index f13b406..ae2bc1b 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js index 0fe4142..9ca558f 100644 --- a/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js +++ b/typescript/dist/esm/models/RasterDatasetFromWorkflowResult.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts b/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts index 8616a2f..e099bc2 100644 --- a/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts +++ b/typescript/dist/esm/models/RasterPropertiesEntryType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterPropertiesEntryType.js b/typescript/dist/esm/models/RasterPropertiesEntryType.js index 340e257..e2468b4 100644 --- a/typescript/dist/esm/models/RasterPropertiesEntryType.js +++ b/typescript/dist/esm/models/RasterPropertiesEntryType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterPropertiesKey.d.ts b/typescript/dist/esm/models/RasterPropertiesKey.d.ts index 96af594..1651e0c 100644 --- a/typescript/dist/esm/models/RasterPropertiesKey.d.ts +++ b/typescript/dist/esm/models/RasterPropertiesKey.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterPropertiesKey.js b/typescript/dist/esm/models/RasterPropertiesKey.js index 9ba2e1d..cbc7f92 100644 --- a/typescript/dist/esm/models/RasterPropertiesKey.js +++ b/typescript/dist/esm/models/RasterPropertiesKey.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterQueryRectangle.d.ts b/typescript/dist/esm/models/RasterQueryRectangle.d.ts index 14c180a..38c6b2a 100644 --- a/typescript/dist/esm/models/RasterQueryRectangle.d.ts +++ b/typescript/dist/esm/models/RasterQueryRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterQueryRectangle.js b/typescript/dist/esm/models/RasterQueryRectangle.js index c656108..0561182 100644 --- a/typescript/dist/esm/models/RasterQueryRectangle.js +++ b/typescript/dist/esm/models/RasterQueryRectangle.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterResultDescriptor.d.ts b/typescript/dist/esm/models/RasterResultDescriptor.d.ts index c9a4cc0..681b9ae 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/RasterResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterResultDescriptor.js b/typescript/dist/esm/models/RasterResultDescriptor.js index 4c7ba06..a729b7a 100644 --- a/typescript/dist/esm/models/RasterResultDescriptor.js +++ b/typescript/dist/esm/models/RasterResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts b/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts index b2f3943..7d6d304 100644 --- a/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts +++ b/typescript/dist/esm/models/RasterStreamWebsocketResultType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterStreamWebsocketResultType.js b/typescript/dist/esm/models/RasterStreamWebsocketResultType.js index 8c72cbc..d7d6d3f 100644 --- a/typescript/dist/esm/models/RasterStreamWebsocketResultType.js +++ b/typescript/dist/esm/models/RasterStreamWebsocketResultType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterSymbology.d.ts b/typescript/dist/esm/models/RasterSymbology.d.ts index 76e7950..9ae2052 100644 --- a/typescript/dist/esm/models/RasterSymbology.d.ts +++ b/typescript/dist/esm/models/RasterSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RasterSymbology.js b/typescript/dist/esm/models/RasterSymbology.js index 230c0dd..48fd658 100644 --- a/typescript/dist/esm/models/RasterSymbology.js +++ b/typescript/dist/esm/models/RasterSymbology.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Resource.d.ts b/typescript/dist/esm/models/Resource.d.ts index f9c81c0..9dbc0d1 100644 --- a/typescript/dist/esm/models/Resource.d.ts +++ b/typescript/dist/esm/models/Resource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Resource.js b/typescript/dist/esm/models/Resource.js index 36349af..add5560 100644 --- a/typescript/dist/esm/models/Resource.js +++ b/typescript/dist/esm/models/Resource.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceId.d.ts b/typescript/dist/esm/models/ResourceId.d.ts index bbad54b..7131508 100644 --- a/typescript/dist/esm/models/ResourceId.d.ts +++ b/typescript/dist/esm/models/ResourceId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceId.js b/typescript/dist/esm/models/ResourceId.js index 2d973f4..414ebb1 100644 --- a/typescript/dist/esm/models/ResourceId.js +++ b/typescript/dist/esm/models/ResourceId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdDatasetId.d.ts b/typescript/dist/esm/models/ResourceIdDatasetId.d.ts index 6f9f6d3..8f275dd 100644 --- a/typescript/dist/esm/models/ResourceIdDatasetId.d.ts +++ b/typescript/dist/esm/models/ResourceIdDatasetId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdDatasetId.js b/typescript/dist/esm/models/ResourceIdDatasetId.js index d6ffaf5..7d2aaba 100644 --- a/typescript/dist/esm/models/ResourceIdDatasetId.js +++ b/typescript/dist/esm/models/ResourceIdDatasetId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdLayer.d.ts b/typescript/dist/esm/models/ResourceIdLayer.d.ts index 8c391c1..5d47d9c 100644 --- a/typescript/dist/esm/models/ResourceIdLayer.d.ts +++ b/typescript/dist/esm/models/ResourceIdLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdLayer.js b/typescript/dist/esm/models/ResourceIdLayer.js index d103903..8c8d625 100644 --- a/typescript/dist/esm/models/ResourceIdLayer.js +++ b/typescript/dist/esm/models/ResourceIdLayer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdLayerCollection.d.ts b/typescript/dist/esm/models/ResourceIdLayerCollection.d.ts index 442ed16..a94a475 100644 --- a/typescript/dist/esm/models/ResourceIdLayerCollection.d.ts +++ b/typescript/dist/esm/models/ResourceIdLayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdLayerCollection.js b/typescript/dist/esm/models/ResourceIdLayerCollection.js index 2a3acc9..2450027 100644 --- a/typescript/dist/esm/models/ResourceIdLayerCollection.js +++ b/typescript/dist/esm/models/ResourceIdLayerCollection.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdMlModel.d.ts b/typescript/dist/esm/models/ResourceIdMlModel.d.ts index 5545ffc..98bf3fb 100644 --- a/typescript/dist/esm/models/ResourceIdMlModel.d.ts +++ b/typescript/dist/esm/models/ResourceIdMlModel.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdMlModel.js b/typescript/dist/esm/models/ResourceIdMlModel.js index 5a3b294..c37eeae 100644 --- a/typescript/dist/esm/models/ResourceIdMlModel.js +++ b/typescript/dist/esm/models/ResourceIdMlModel.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdProject.d.ts b/typescript/dist/esm/models/ResourceIdProject.d.ts index 09e9ccb..e084783 100644 --- a/typescript/dist/esm/models/ResourceIdProject.d.ts +++ b/typescript/dist/esm/models/ResourceIdProject.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ResourceIdProject.js b/typescript/dist/esm/models/ResourceIdProject.js index c8d8f6e..74bc969 100644 --- a/typescript/dist/esm/models/ResourceIdProject.js +++ b/typescript/dist/esm/models/ResourceIdProject.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Role.d.ts b/typescript/dist/esm/models/Role.d.ts index 86c4711..94df2ec 100644 --- a/typescript/dist/esm/models/Role.d.ts +++ b/typescript/dist/esm/models/Role.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Role.js b/typescript/dist/esm/models/Role.js index 872b180..1b07c3c 100644 --- a/typescript/dist/esm/models/Role.js +++ b/typescript/dist/esm/models/Role.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RoleDescription.d.ts b/typescript/dist/esm/models/RoleDescription.d.ts index 1f27c5e..90f7a05 100644 --- a/typescript/dist/esm/models/RoleDescription.d.ts +++ b/typescript/dist/esm/models/RoleDescription.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/RoleDescription.js b/typescript/dist/esm/models/RoleDescription.js index c1175b0..a57571d 100644 --- a/typescript/dist/esm/models/RoleDescription.js +++ b/typescript/dist/esm/models/RoleDescription.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/STRectangle.d.ts b/typescript/dist/esm/models/STRectangle.d.ts index bf22a33..cd9273b 100644 --- a/typescript/dist/esm/models/STRectangle.d.ts +++ b/typescript/dist/esm/models/STRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/STRectangle.js b/typescript/dist/esm/models/STRectangle.js index df8517c..4efbbd5 100644 --- a/typescript/dist/esm/models/STRectangle.js +++ b/typescript/dist/esm/models/STRectangle.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SearchCapabilities.d.ts b/typescript/dist/esm/models/SearchCapabilities.d.ts index af9d854..5569fc6 100644 --- a/typescript/dist/esm/models/SearchCapabilities.d.ts +++ b/typescript/dist/esm/models/SearchCapabilities.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SearchCapabilities.js b/typescript/dist/esm/models/SearchCapabilities.js index 2970af7..2b3cf0f 100644 --- a/typescript/dist/esm/models/SearchCapabilities.js +++ b/typescript/dist/esm/models/SearchCapabilities.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SearchType.d.ts b/typescript/dist/esm/models/SearchType.d.ts index b27e864..d18be08 100644 --- a/typescript/dist/esm/models/SearchType.d.ts +++ b/typescript/dist/esm/models/SearchType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SearchType.js b/typescript/dist/esm/models/SearchType.js index f4f1054..4eb2581 100644 --- a/typescript/dist/esm/models/SearchType.js +++ b/typescript/dist/esm/models/SearchType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SearchTypes.d.ts b/typescript/dist/esm/models/SearchTypes.d.ts index e4d0f1c..b65c95c 100644 --- a/typescript/dist/esm/models/SearchTypes.d.ts +++ b/typescript/dist/esm/models/SearchTypes.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SearchTypes.js b/typescript/dist/esm/models/SearchTypes.js index 150c276..65af854 100644 --- a/typescript/dist/esm/models/SearchTypes.js +++ b/typescript/dist/esm/models/SearchTypes.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ServerInfo.d.ts b/typescript/dist/esm/models/ServerInfo.d.ts index 584980e..d74cf3e 100644 --- a/typescript/dist/esm/models/ServerInfo.d.ts +++ b/typescript/dist/esm/models/ServerInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/ServerInfo.js b/typescript/dist/esm/models/ServerInfo.js index ee6606f..8fbdef1 100644 --- a/typescript/dist/esm/models/ServerInfo.js +++ b/typescript/dist/esm/models/ServerInfo.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts b/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts index a717c6c..6968e54 100644 --- a/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts +++ b/typescript/dist/esm/models/SingleBandRasterColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SingleBandRasterColorizer.js b/typescript/dist/esm/models/SingleBandRasterColorizer.js index 7144731..24305de 100644 --- a/typescript/dist/esm/models/SingleBandRasterColorizer.js +++ b/typescript/dist/esm/models/SingleBandRasterColorizer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialPartition2D.d.ts b/typescript/dist/esm/models/SpatialPartition2D.d.ts index 9779af6..04e3474 100644 --- a/typescript/dist/esm/models/SpatialPartition2D.d.ts +++ b/typescript/dist/esm/models/SpatialPartition2D.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialPartition2D.js b/typescript/dist/esm/models/SpatialPartition2D.js index c64ffff..887ed14 100644 --- a/typescript/dist/esm/models/SpatialPartition2D.js +++ b/typescript/dist/esm/models/SpatialPartition2D.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts b/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts index 84382dd..5c8ed9e 100644 --- a/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts +++ b/typescript/dist/esm/models/SpatialReferenceAuthority.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialReferenceAuthority.js b/typescript/dist/esm/models/SpatialReferenceAuthority.js index 20189a6..f3f31a7 100644 --- a/typescript/dist/esm/models/SpatialReferenceAuthority.js +++ b/typescript/dist/esm/models/SpatialReferenceAuthority.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts b/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts index 0ef0685..955a2fa 100644 --- a/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts +++ b/typescript/dist/esm/models/SpatialReferenceSpecification.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialReferenceSpecification.js b/typescript/dist/esm/models/SpatialReferenceSpecification.js index 5af191a..076aaf3 100644 --- a/typescript/dist/esm/models/SpatialReferenceSpecification.js +++ b/typescript/dist/esm/models/SpatialReferenceSpecification.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialResolution.d.ts b/typescript/dist/esm/models/SpatialResolution.d.ts index 3a9d7d3..4300e09 100644 --- a/typescript/dist/esm/models/SpatialResolution.d.ts +++ b/typescript/dist/esm/models/SpatialResolution.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SpatialResolution.js b/typescript/dist/esm/models/SpatialResolution.js index 139736f..9077ff6 100644 --- a/typescript/dist/esm/models/SpatialResolution.js +++ b/typescript/dist/esm/models/SpatialResolution.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/StaticNumberParam.d.ts b/typescript/dist/esm/models/StaticNumberParam.d.ts index d4aa96d..9b97064 100644 --- a/typescript/dist/esm/models/StaticNumberParam.d.ts +++ b/typescript/dist/esm/models/StaticNumberParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/StaticNumberParam.js b/typescript/dist/esm/models/StaticNumberParam.js index e538d6d..9bc5934 100644 --- a/typescript/dist/esm/models/StaticNumberParam.js +++ b/typescript/dist/esm/models/StaticNumberParam.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/StrokeParam.d.ts b/typescript/dist/esm/models/StrokeParam.d.ts index 83a62ea..4e8d0aa 100644 --- a/typescript/dist/esm/models/StrokeParam.d.ts +++ b/typescript/dist/esm/models/StrokeParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/StrokeParam.js b/typescript/dist/esm/models/StrokeParam.js index ca208f4..4a09e3e 100644 --- a/typescript/dist/esm/models/StrokeParam.js +++ b/typescript/dist/esm/models/StrokeParam.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SuggestMetaData.d.ts b/typescript/dist/esm/models/SuggestMetaData.d.ts index 019e4d5..ade70e9 100644 --- a/typescript/dist/esm/models/SuggestMetaData.d.ts +++ b/typescript/dist/esm/models/SuggestMetaData.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/SuggestMetaData.js b/typescript/dist/esm/models/SuggestMetaData.js index 72f45b4..edacebd 100644 --- a/typescript/dist/esm/models/SuggestMetaData.js +++ b/typescript/dist/esm/models/SuggestMetaData.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Symbology.d.ts b/typescript/dist/esm/models/Symbology.d.ts index f46afbd..d3d086d 100644 --- a/typescript/dist/esm/models/Symbology.d.ts +++ b/typescript/dist/esm/models/Symbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Symbology.js b/typescript/dist/esm/models/Symbology.js index 4a73dc1..4445798 100644 --- a/typescript/dist/esm/models/Symbology.js +++ b/typescript/dist/esm/models/Symbology.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskAbortOptions.d.ts b/typescript/dist/esm/models/TaskAbortOptions.d.ts index 21a5ad0..da84a7f 100644 --- a/typescript/dist/esm/models/TaskAbortOptions.d.ts +++ b/typescript/dist/esm/models/TaskAbortOptions.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskAbortOptions.js b/typescript/dist/esm/models/TaskAbortOptions.js index e8749b7..f3cda92 100644 --- a/typescript/dist/esm/models/TaskAbortOptions.js +++ b/typescript/dist/esm/models/TaskAbortOptions.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskFilter.d.ts b/typescript/dist/esm/models/TaskFilter.d.ts index 8ae3693..b680418 100644 --- a/typescript/dist/esm/models/TaskFilter.d.ts +++ b/typescript/dist/esm/models/TaskFilter.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskFilter.js b/typescript/dist/esm/models/TaskFilter.js index dae0be8..b385344 100644 --- a/typescript/dist/esm/models/TaskFilter.js +++ b/typescript/dist/esm/models/TaskFilter.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskListOptions.d.ts b/typescript/dist/esm/models/TaskListOptions.d.ts index cd32e95..a92ba66 100644 --- a/typescript/dist/esm/models/TaskListOptions.d.ts +++ b/typescript/dist/esm/models/TaskListOptions.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskListOptions.js b/typescript/dist/esm/models/TaskListOptions.js index f170e55..2d03303 100644 --- a/typescript/dist/esm/models/TaskListOptions.js +++ b/typescript/dist/esm/models/TaskListOptions.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskResponse.d.ts b/typescript/dist/esm/models/TaskResponse.d.ts index 48f6f19..1ea10c4 100644 --- a/typescript/dist/esm/models/TaskResponse.d.ts +++ b/typescript/dist/esm/models/TaskResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskResponse.js b/typescript/dist/esm/models/TaskResponse.js index f7082ff..14261c8 100644 --- a/typescript/dist/esm/models/TaskResponse.js +++ b/typescript/dist/esm/models/TaskResponse.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatus.d.ts b/typescript/dist/esm/models/TaskStatus.d.ts index e9aedbc..cd0e0bd 100644 --- a/typescript/dist/esm/models/TaskStatus.d.ts +++ b/typescript/dist/esm/models/TaskStatus.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatus.js b/typescript/dist/esm/models/TaskStatus.js index 4207e77..9a5a8fb 100644 --- a/typescript/dist/esm/models/TaskStatus.js +++ b/typescript/dist/esm/models/TaskStatus.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusAborted.d.ts b/typescript/dist/esm/models/TaskStatusAborted.d.ts index f2f0c04..ac5d9bb 100644 --- a/typescript/dist/esm/models/TaskStatusAborted.d.ts +++ b/typescript/dist/esm/models/TaskStatusAborted.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusAborted.js b/typescript/dist/esm/models/TaskStatusAborted.js index 25955d4..a14997b 100644 --- a/typescript/dist/esm/models/TaskStatusAborted.js +++ b/typescript/dist/esm/models/TaskStatusAborted.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusCompleted.d.ts b/typescript/dist/esm/models/TaskStatusCompleted.d.ts index 60f12f6..1798b6b 100644 --- a/typescript/dist/esm/models/TaskStatusCompleted.d.ts +++ b/typescript/dist/esm/models/TaskStatusCompleted.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusCompleted.js b/typescript/dist/esm/models/TaskStatusCompleted.js index c6b7fc6..5d67271 100644 --- a/typescript/dist/esm/models/TaskStatusCompleted.js +++ b/typescript/dist/esm/models/TaskStatusCompleted.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusFailed.d.ts b/typescript/dist/esm/models/TaskStatusFailed.d.ts index 91cacc0..504596a 100644 --- a/typescript/dist/esm/models/TaskStatusFailed.d.ts +++ b/typescript/dist/esm/models/TaskStatusFailed.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusFailed.js b/typescript/dist/esm/models/TaskStatusFailed.js index edd7bba..5bf8dbf 100644 --- a/typescript/dist/esm/models/TaskStatusFailed.js +++ b/typescript/dist/esm/models/TaskStatusFailed.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusRunning.d.ts b/typescript/dist/esm/models/TaskStatusRunning.d.ts index dc42d96..8a34487 100644 --- a/typescript/dist/esm/models/TaskStatusRunning.d.ts +++ b/typescript/dist/esm/models/TaskStatusRunning.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusRunning.js b/typescript/dist/esm/models/TaskStatusRunning.js index 3965bed..6d48890 100644 --- a/typescript/dist/esm/models/TaskStatusRunning.js +++ b/typescript/dist/esm/models/TaskStatusRunning.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusWithId.d.ts b/typescript/dist/esm/models/TaskStatusWithId.d.ts index 5551b95..1ec8a3d 100644 --- a/typescript/dist/esm/models/TaskStatusWithId.d.ts +++ b/typescript/dist/esm/models/TaskStatusWithId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TaskStatusWithId.js b/typescript/dist/esm/models/TaskStatusWithId.js index 5897944..2fbdda5 100644 --- a/typescript/dist/esm/models/TaskStatusWithId.js +++ b/typescript/dist/esm/models/TaskStatusWithId.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TextSymbology.d.ts b/typescript/dist/esm/models/TextSymbology.d.ts index 3220dbf..f991cf0 100644 --- a/typescript/dist/esm/models/TextSymbology.d.ts +++ b/typescript/dist/esm/models/TextSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TextSymbology.js b/typescript/dist/esm/models/TextSymbology.js index fec8c89..3a3b02f 100644 --- a/typescript/dist/esm/models/TextSymbology.js +++ b/typescript/dist/esm/models/TextSymbology.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeGranularity.d.ts b/typescript/dist/esm/models/TimeGranularity.d.ts index 427721a..4844814 100644 --- a/typescript/dist/esm/models/TimeGranularity.d.ts +++ b/typescript/dist/esm/models/TimeGranularity.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeGranularity.js b/typescript/dist/esm/models/TimeGranularity.js index 97a9e92..d30bbb4 100644 --- a/typescript/dist/esm/models/TimeGranularity.js +++ b/typescript/dist/esm/models/TimeGranularity.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeInterval.d.ts b/typescript/dist/esm/models/TimeInterval.d.ts index a81bb42..a438b43 100644 --- a/typescript/dist/esm/models/TimeInterval.d.ts +++ b/typescript/dist/esm/models/TimeInterval.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeInterval.js b/typescript/dist/esm/models/TimeInterval.js index 9e78ee3..82d496d 100644 --- a/typescript/dist/esm/models/TimeInterval.js +++ b/typescript/dist/esm/models/TimeInterval.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeReference.d.ts b/typescript/dist/esm/models/TimeReference.d.ts index f771103..95a1a23 100644 --- a/typescript/dist/esm/models/TimeReference.d.ts +++ b/typescript/dist/esm/models/TimeReference.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeReference.js b/typescript/dist/esm/models/TimeReference.js index 9ec3665..4b8fd60 100644 --- a/typescript/dist/esm/models/TimeReference.js +++ b/typescript/dist/esm/models/TimeReference.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeStep.d.ts b/typescript/dist/esm/models/TimeStep.d.ts index 21da322..a3e6fd5 100644 --- a/typescript/dist/esm/models/TimeStep.d.ts +++ b/typescript/dist/esm/models/TimeStep.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TimeStep.js b/typescript/dist/esm/models/TimeStep.js index 71f2c92..5be03b3 100644 --- a/typescript/dist/esm/models/TimeStep.js +++ b/typescript/dist/esm/models/TimeStep.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometry.d.ts b/typescript/dist/esm/models/TypedGeometry.d.ts index ca39482..8fb9a5a 100644 --- a/typescript/dist/esm/models/TypedGeometry.d.ts +++ b/typescript/dist/esm/models/TypedGeometry.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometry.js b/typescript/dist/esm/models/TypedGeometry.js index 45f9743..78c7c1a 100644 --- a/typescript/dist/esm/models/TypedGeometry.js +++ b/typescript/dist/esm/models/TypedGeometry.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf.d.ts index 46088d0..144d326 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf.js b/typescript/dist/esm/models/TypedGeometryOneOf.js index 34c5095..5882f9a 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts index 5c7e97d..c0f6575 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf1.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf1.js b/typescript/dist/esm/models/TypedGeometryOneOf1.js index a1d75dd..68f5cbf 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf1.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf1.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts index 7f76249..bb17369 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf2.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf2.js b/typescript/dist/esm/models/TypedGeometryOneOf2.js index e86cc94..072c698 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf2.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf2.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts b/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts index afef53b..1025245 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts +++ b/typescript/dist/esm/models/TypedGeometryOneOf3.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedGeometryOneOf3.js b/typescript/dist/esm/models/TypedGeometryOneOf3.js index 426a564..147b7dc 100644 --- a/typescript/dist/esm/models/TypedGeometryOneOf3.js +++ b/typescript/dist/esm/models/TypedGeometryOneOf3.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedOperator.d.ts b/typescript/dist/esm/models/TypedOperator.d.ts index 592ae03..7da0150 100644 --- a/typescript/dist/esm/models/TypedOperator.d.ts +++ b/typescript/dist/esm/models/TypedOperator.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedOperator.js b/typescript/dist/esm/models/TypedOperator.js index c178ec1..7787a1e 100644 --- a/typescript/dist/esm/models/TypedOperator.js +++ b/typescript/dist/esm/models/TypedOperator.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedOperatorOperator.d.ts b/typescript/dist/esm/models/TypedOperatorOperator.d.ts index a1f120e..f963ebb 100644 --- a/typescript/dist/esm/models/TypedOperatorOperator.d.ts +++ b/typescript/dist/esm/models/TypedOperatorOperator.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedOperatorOperator.js b/typescript/dist/esm/models/TypedOperatorOperator.js index 01ccd45..fdcda8e 100644 --- a/typescript/dist/esm/models/TypedOperatorOperator.js +++ b/typescript/dist/esm/models/TypedOperatorOperator.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts b/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts index 072a307..4c2d4c1 100644 --- a/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedPlotResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedPlotResultDescriptor.js b/typescript/dist/esm/models/TypedPlotResultDescriptor.js index 6362489..d15fe64 100644 --- a/typescript/dist/esm/models/TypedPlotResultDescriptor.js +++ b/typescript/dist/esm/models/TypedPlotResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts b/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts index 9c32a9d..582712a 100644 --- a/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedRasterResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedRasterResultDescriptor.js b/typescript/dist/esm/models/TypedRasterResultDescriptor.js index 8608b98..89b67b5 100644 --- a/typescript/dist/esm/models/TypedRasterResultDescriptor.js +++ b/typescript/dist/esm/models/TypedRasterResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedResultDescriptor.d.ts b/typescript/dist/esm/models/TypedResultDescriptor.d.ts index 1c237eb..dfae9e1 100644 --- a/typescript/dist/esm/models/TypedResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedResultDescriptor.js b/typescript/dist/esm/models/TypedResultDescriptor.js index eee0786..be4f933 100644 --- a/typescript/dist/esm/models/TypedResultDescriptor.js +++ b/typescript/dist/esm/models/TypedResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts b/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts index 86e64b4..ca993da 100644 --- a/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts +++ b/typescript/dist/esm/models/TypedVectorResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/TypedVectorResultDescriptor.js b/typescript/dist/esm/models/TypedVectorResultDescriptor.js index 7cef0e5..243fb80 100644 --- a/typescript/dist/esm/models/TypedVectorResultDescriptor.js +++ b/typescript/dist/esm/models/TypedVectorResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UnitlessMeasurement.d.ts b/typescript/dist/esm/models/UnitlessMeasurement.d.ts index 2577e83..47b244d 100644 --- a/typescript/dist/esm/models/UnitlessMeasurement.d.ts +++ b/typescript/dist/esm/models/UnitlessMeasurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UnitlessMeasurement.js b/typescript/dist/esm/models/UnitlessMeasurement.js index 394ca90..df01475 100644 --- a/typescript/dist/esm/models/UnitlessMeasurement.js +++ b/typescript/dist/esm/models/UnitlessMeasurement.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UnixTimeStampType.d.ts b/typescript/dist/esm/models/UnixTimeStampType.d.ts index d8db17b..60a3618 100644 --- a/typescript/dist/esm/models/UnixTimeStampType.d.ts +++ b/typescript/dist/esm/models/UnixTimeStampType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UnixTimeStampType.js b/typescript/dist/esm/models/UnixTimeStampType.js index a9d4a65..aea766b 100644 --- a/typescript/dist/esm/models/UnixTimeStampType.js +++ b/typescript/dist/esm/models/UnixTimeStampType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateDataset.d.ts b/typescript/dist/esm/models/UpdateDataset.d.ts index 5328e1a..5b25bb0 100644 --- a/typescript/dist/esm/models/UpdateDataset.d.ts +++ b/typescript/dist/esm/models/UpdateDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateDataset.js b/typescript/dist/esm/models/UpdateDataset.js index 7d17162..28fd7b3 100644 --- a/typescript/dist/esm/models/UpdateDataset.js +++ b/typescript/dist/esm/models/UpdateDataset.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateLayer.d.ts b/typescript/dist/esm/models/UpdateLayer.d.ts index d00e51e..6a59ada 100644 --- a/typescript/dist/esm/models/UpdateLayer.d.ts +++ b/typescript/dist/esm/models/UpdateLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateLayer.js b/typescript/dist/esm/models/UpdateLayer.js index f894050..ec239ac 100644 --- a/typescript/dist/esm/models/UpdateLayer.js +++ b/typescript/dist/esm/models/UpdateLayer.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateLayerCollection.d.ts b/typescript/dist/esm/models/UpdateLayerCollection.d.ts index 948a5a5..7af58d4 100644 --- a/typescript/dist/esm/models/UpdateLayerCollection.d.ts +++ b/typescript/dist/esm/models/UpdateLayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateLayerCollection.js b/typescript/dist/esm/models/UpdateLayerCollection.js index 02c897a..7a6bc1b 100644 --- a/typescript/dist/esm/models/UpdateLayerCollection.js +++ b/typescript/dist/esm/models/UpdateLayerCollection.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateProject.d.ts b/typescript/dist/esm/models/UpdateProject.d.ts index a53b161..011b258 100644 --- a/typescript/dist/esm/models/UpdateProject.d.ts +++ b/typescript/dist/esm/models/UpdateProject.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateProject.js b/typescript/dist/esm/models/UpdateProject.js index 0d8ebf5..b452e05 100644 --- a/typescript/dist/esm/models/UpdateProject.js +++ b/typescript/dist/esm/models/UpdateProject.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateQuota.d.ts b/typescript/dist/esm/models/UpdateQuota.d.ts index a9654bb..fa6a8c7 100644 --- a/typescript/dist/esm/models/UpdateQuota.d.ts +++ b/typescript/dist/esm/models/UpdateQuota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UpdateQuota.js b/typescript/dist/esm/models/UpdateQuota.js index edf1371..d0b9647 100644 --- a/typescript/dist/esm/models/UpdateQuota.js +++ b/typescript/dist/esm/models/UpdateQuota.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UploadFileLayersResponse.d.ts b/typescript/dist/esm/models/UploadFileLayersResponse.d.ts index 52e710c..d0f2247 100644 --- a/typescript/dist/esm/models/UploadFileLayersResponse.d.ts +++ b/typescript/dist/esm/models/UploadFileLayersResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UploadFileLayersResponse.js b/typescript/dist/esm/models/UploadFileLayersResponse.js index 624061f..5397717 100644 --- a/typescript/dist/esm/models/UploadFileLayersResponse.js +++ b/typescript/dist/esm/models/UploadFileLayersResponse.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UploadFilesResponse.d.ts b/typescript/dist/esm/models/UploadFilesResponse.d.ts index af15045..73676cf 100644 --- a/typescript/dist/esm/models/UploadFilesResponse.d.ts +++ b/typescript/dist/esm/models/UploadFilesResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UploadFilesResponse.js b/typescript/dist/esm/models/UploadFilesResponse.js index 61b96d6..2454620 100644 --- a/typescript/dist/esm/models/UploadFilesResponse.js +++ b/typescript/dist/esm/models/UploadFilesResponse.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UsageSummaryGranularity.d.ts b/typescript/dist/esm/models/UsageSummaryGranularity.d.ts index 2eeb47c..ff762ef 100644 --- a/typescript/dist/esm/models/UsageSummaryGranularity.d.ts +++ b/typescript/dist/esm/models/UsageSummaryGranularity.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UsageSummaryGranularity.js b/typescript/dist/esm/models/UsageSummaryGranularity.js index cf9d1ff..8cdbf69 100644 --- a/typescript/dist/esm/models/UsageSummaryGranularity.js +++ b/typescript/dist/esm/models/UsageSummaryGranularity.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserCredentials.d.ts b/typescript/dist/esm/models/UserCredentials.d.ts index 9f6f532..f1f68f1 100644 --- a/typescript/dist/esm/models/UserCredentials.d.ts +++ b/typescript/dist/esm/models/UserCredentials.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserCredentials.js b/typescript/dist/esm/models/UserCredentials.js index dc6a179..c66be60 100644 --- a/typescript/dist/esm/models/UserCredentials.js +++ b/typescript/dist/esm/models/UserCredentials.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserInfo.d.ts b/typescript/dist/esm/models/UserInfo.d.ts index c4238f1..3df6b91 100644 --- a/typescript/dist/esm/models/UserInfo.d.ts +++ b/typescript/dist/esm/models/UserInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserInfo.js b/typescript/dist/esm/models/UserInfo.js index a797935..6ea5537 100644 --- a/typescript/dist/esm/models/UserInfo.js +++ b/typescript/dist/esm/models/UserInfo.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserRegistration.d.ts b/typescript/dist/esm/models/UserRegistration.d.ts index 3edef0d..895ff87 100644 --- a/typescript/dist/esm/models/UserRegistration.d.ts +++ b/typescript/dist/esm/models/UserRegistration.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserRegistration.js b/typescript/dist/esm/models/UserRegistration.js index 17888e8..be3d960 100644 --- a/typescript/dist/esm/models/UserRegistration.js +++ b/typescript/dist/esm/models/UserRegistration.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserSession.d.ts b/typescript/dist/esm/models/UserSession.d.ts index 414011f..f24076a 100644 --- a/typescript/dist/esm/models/UserSession.d.ts +++ b/typescript/dist/esm/models/UserSession.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/UserSession.js b/typescript/dist/esm/models/UserSession.js index 496279b..1a5ec0d 100644 --- a/typescript/dist/esm/models/UserSession.js +++ b/typescript/dist/esm/models/UserSession.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorColumnInfo.d.ts b/typescript/dist/esm/models/VectorColumnInfo.d.ts index 8bf26bf..4a7538d 100644 --- a/typescript/dist/esm/models/VectorColumnInfo.d.ts +++ b/typescript/dist/esm/models/VectorColumnInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorColumnInfo.js b/typescript/dist/esm/models/VectorColumnInfo.js index adc4b80..6dd5344 100644 --- a/typescript/dist/esm/models/VectorColumnInfo.js +++ b/typescript/dist/esm/models/VectorColumnInfo.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorDataType.d.ts b/typescript/dist/esm/models/VectorDataType.d.ts index d8c56be..90d6565 100644 --- a/typescript/dist/esm/models/VectorDataType.d.ts +++ b/typescript/dist/esm/models/VectorDataType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorDataType.js b/typescript/dist/esm/models/VectorDataType.js index 540fa2b..3748e3f 100644 --- a/typescript/dist/esm/models/VectorDataType.js +++ b/typescript/dist/esm/models/VectorDataType.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorQueryRectangle.d.ts b/typescript/dist/esm/models/VectorQueryRectangle.d.ts index 92a3b99..d2cb912 100644 --- a/typescript/dist/esm/models/VectorQueryRectangle.d.ts +++ b/typescript/dist/esm/models/VectorQueryRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorQueryRectangle.js b/typescript/dist/esm/models/VectorQueryRectangle.js index 76e3ae3..1cfddbe 100644 --- a/typescript/dist/esm/models/VectorQueryRectangle.js +++ b/typescript/dist/esm/models/VectorQueryRectangle.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorResultDescriptor.d.ts b/typescript/dist/esm/models/VectorResultDescriptor.d.ts index 41871f6..4170742 100644 --- a/typescript/dist/esm/models/VectorResultDescriptor.d.ts +++ b/typescript/dist/esm/models/VectorResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VectorResultDescriptor.js b/typescript/dist/esm/models/VectorResultDescriptor.js index fa03f85..c42e345 100644 --- a/typescript/dist/esm/models/VectorResultDescriptor.js +++ b/typescript/dist/esm/models/VectorResultDescriptor.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Volume.d.ts b/typescript/dist/esm/models/Volume.d.ts index fc7f753..597f462 100644 --- a/typescript/dist/esm/models/Volume.d.ts +++ b/typescript/dist/esm/models/Volume.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Volume.js b/typescript/dist/esm/models/Volume.js index 5a6cdc3..c1c7cca 100644 --- a/typescript/dist/esm/models/Volume.js +++ b/typescript/dist/esm/models/Volume.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts b/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts index 68c0b9e..77be37b 100644 --- a/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts +++ b/typescript/dist/esm/models/VolumeFileLayersResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/VolumeFileLayersResponse.js b/typescript/dist/esm/models/VolumeFileLayersResponse.js index f693665..9854bff 100644 --- a/typescript/dist/esm/models/VolumeFileLayersResponse.js +++ b/typescript/dist/esm/models/VolumeFileLayersResponse.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WcsBoundingbox.d.ts b/typescript/dist/esm/models/WcsBoundingbox.d.ts index b396f75..3ddd2f6 100644 --- a/typescript/dist/esm/models/WcsBoundingbox.d.ts +++ b/typescript/dist/esm/models/WcsBoundingbox.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WcsBoundingbox.js b/typescript/dist/esm/models/WcsBoundingbox.js index 65fe777..9377c8d 100644 --- a/typescript/dist/esm/models/WcsBoundingbox.js +++ b/typescript/dist/esm/models/WcsBoundingbox.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WcsService.d.ts b/typescript/dist/esm/models/WcsService.d.ts index 9c5a3e5..3893f5d 100644 --- a/typescript/dist/esm/models/WcsService.d.ts +++ b/typescript/dist/esm/models/WcsService.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WcsService.js b/typescript/dist/esm/models/WcsService.js index d4cf3b5..1a4effb 100644 --- a/typescript/dist/esm/models/WcsService.js +++ b/typescript/dist/esm/models/WcsService.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WcsVersion.d.ts b/typescript/dist/esm/models/WcsVersion.d.ts index 1aed05f..de362b0 100644 --- a/typescript/dist/esm/models/WcsVersion.d.ts +++ b/typescript/dist/esm/models/WcsVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WcsVersion.js b/typescript/dist/esm/models/WcsVersion.js index 791adab..eeb24d9 100644 --- a/typescript/dist/esm/models/WcsVersion.js +++ b/typescript/dist/esm/models/WcsVersion.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WfsService.d.ts b/typescript/dist/esm/models/WfsService.d.ts index b1e084e..9f8070d 100644 --- a/typescript/dist/esm/models/WfsService.d.ts +++ b/typescript/dist/esm/models/WfsService.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WfsService.js b/typescript/dist/esm/models/WfsService.js index af9191e..b70ea42 100644 --- a/typescript/dist/esm/models/WfsService.js +++ b/typescript/dist/esm/models/WfsService.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WfsVersion.d.ts b/typescript/dist/esm/models/WfsVersion.d.ts index a8324d4..9d1d2e9 100644 --- a/typescript/dist/esm/models/WfsVersion.d.ts +++ b/typescript/dist/esm/models/WfsVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WfsVersion.js b/typescript/dist/esm/models/WfsVersion.js index 149bae9..c193ec2 100644 --- a/typescript/dist/esm/models/WfsVersion.js +++ b/typescript/dist/esm/models/WfsVersion.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WmsService.d.ts b/typescript/dist/esm/models/WmsService.d.ts index 7d7167f..8038d8f 100644 --- a/typescript/dist/esm/models/WmsService.d.ts +++ b/typescript/dist/esm/models/WmsService.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WmsService.js b/typescript/dist/esm/models/WmsService.js index 252b82e..fc337bf 100644 --- a/typescript/dist/esm/models/WmsService.js +++ b/typescript/dist/esm/models/WmsService.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WmsVersion.d.ts b/typescript/dist/esm/models/WmsVersion.d.ts index 01dc387..b30c4c7 100644 --- a/typescript/dist/esm/models/WmsVersion.d.ts +++ b/typescript/dist/esm/models/WmsVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WmsVersion.js b/typescript/dist/esm/models/WmsVersion.js index 4746399..a5c9030 100644 --- a/typescript/dist/esm/models/WmsVersion.js +++ b/typescript/dist/esm/models/WmsVersion.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Workflow.d.ts b/typescript/dist/esm/models/Workflow.d.ts index 671d985..277ea13 100644 --- a/typescript/dist/esm/models/Workflow.d.ts +++ b/typescript/dist/esm/models/Workflow.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/Workflow.js b/typescript/dist/esm/models/Workflow.js index 5c509ad..b7bfe51 100644 --- a/typescript/dist/esm/models/Workflow.js +++ b/typescript/dist/esm/models/Workflow.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WrappedPlotOutput.d.ts b/typescript/dist/esm/models/WrappedPlotOutput.d.ts index de84d7a..b529515 100644 --- a/typescript/dist/esm/models/WrappedPlotOutput.d.ts +++ b/typescript/dist/esm/models/WrappedPlotOutput.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/models/WrappedPlotOutput.js b/typescript/dist/esm/models/WrappedPlotOutput.js index d89f840..d388613 100644 --- a/typescript/dist/esm/models/WrappedPlotOutput.js +++ b/typescript/dist/esm/models/WrappedPlotOutput.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/runtime.d.ts b/typescript/dist/esm/runtime.d.ts index 76b20dc..391b42b 100644 --- a/typescript/dist/esm/runtime.d.ts +++ b/typescript/dist/esm/runtime.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index fa80bad..d50e434 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddCollection200Response.d.ts b/typescript/dist/models/AddCollection200Response.d.ts index 9418a97..88f8e1b 100644 --- a/typescript/dist/models/AddCollection200Response.d.ts +++ b/typescript/dist/models/AddCollection200Response.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddCollection200Response.js b/typescript/dist/models/AddCollection200Response.js index c98fc03..465a781 100644 --- a/typescript/dist/models/AddCollection200Response.js +++ b/typescript/dist/models/AddCollection200Response.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddDataset.d.ts b/typescript/dist/models/AddDataset.d.ts index 5b105a9..4e6ef7b 100644 --- a/typescript/dist/models/AddDataset.d.ts +++ b/typescript/dist/models/AddDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddDataset.js b/typescript/dist/models/AddDataset.js index a1fe341..315bbb2 100644 --- a/typescript/dist/models/AddDataset.js +++ b/typescript/dist/models/AddDataset.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddLayer.d.ts b/typescript/dist/models/AddLayer.d.ts index 135273c..340739e 100644 --- a/typescript/dist/models/AddLayer.d.ts +++ b/typescript/dist/models/AddLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddLayer.js b/typescript/dist/models/AddLayer.js index 37f30f3..cae0b4c 100644 --- a/typescript/dist/models/AddLayer.js +++ b/typescript/dist/models/AddLayer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddLayerCollection.d.ts b/typescript/dist/models/AddLayerCollection.d.ts index 4c86526..b3656b4 100644 --- a/typescript/dist/models/AddLayerCollection.d.ts +++ b/typescript/dist/models/AddLayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddLayerCollection.js b/typescript/dist/models/AddLayerCollection.js index e41f24d..b7addee 100644 --- a/typescript/dist/models/AddLayerCollection.js +++ b/typescript/dist/models/AddLayerCollection.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddRole.d.ts b/typescript/dist/models/AddRole.d.ts index c2a4969..6a61c00 100644 --- a/typescript/dist/models/AddRole.d.ts +++ b/typescript/dist/models/AddRole.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AddRole.js b/typescript/dist/models/AddRole.js index b7007bb..6260daf 100644 --- a/typescript/dist/models/AddRole.js +++ b/typescript/dist/models/AddRole.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AuthCodeRequestURL.d.ts b/typescript/dist/models/AuthCodeRequestURL.d.ts index 3ff9584..646b541 100644 --- a/typescript/dist/models/AuthCodeRequestURL.d.ts +++ b/typescript/dist/models/AuthCodeRequestURL.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AuthCodeRequestURL.js b/typescript/dist/models/AuthCodeRequestURL.js index 0087315..6f92d0e 100644 --- a/typescript/dist/models/AuthCodeRequestURL.js +++ b/typescript/dist/models/AuthCodeRequestURL.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AuthCodeResponse.d.ts b/typescript/dist/models/AuthCodeResponse.d.ts index 8b32621..bbcabaa 100644 --- a/typescript/dist/models/AuthCodeResponse.d.ts +++ b/typescript/dist/models/AuthCodeResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AuthCodeResponse.js b/typescript/dist/models/AuthCodeResponse.js index 27d042a..42758ee 100644 --- a/typescript/dist/models/AuthCodeResponse.js +++ b/typescript/dist/models/AuthCodeResponse.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AutoCreateDataset.d.ts b/typescript/dist/models/AutoCreateDataset.d.ts index 6c11cc4..e607785 100644 --- a/typescript/dist/models/AutoCreateDataset.d.ts +++ b/typescript/dist/models/AutoCreateDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AutoCreateDataset.js b/typescript/dist/models/AutoCreateDataset.js index 4fde0ca..34b97ce 100644 --- a/typescript/dist/models/AutoCreateDataset.js +++ b/typescript/dist/models/AutoCreateDataset.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AxisOrder.d.ts b/typescript/dist/models/AxisOrder.d.ts index 4d1d484..9bf43dd 100644 --- a/typescript/dist/models/AxisOrder.d.ts +++ b/typescript/dist/models/AxisOrder.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/AxisOrder.js b/typescript/dist/models/AxisOrder.js index 337de44..360c22f 100644 --- a/typescript/dist/models/AxisOrder.js +++ b/typescript/dist/models/AxisOrder.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/BoundingBox2D.d.ts b/typescript/dist/models/BoundingBox2D.d.ts index 2274924..eb52881 100644 --- a/typescript/dist/models/BoundingBox2D.d.ts +++ b/typescript/dist/models/BoundingBox2D.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/BoundingBox2D.js b/typescript/dist/models/BoundingBox2D.js index 8657ce1..e48fdc8 100644 --- a/typescript/dist/models/BoundingBox2D.js +++ b/typescript/dist/models/BoundingBox2D.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Breakpoint.d.ts b/typescript/dist/models/Breakpoint.d.ts index 9fc4fad..dbae252 100644 --- a/typescript/dist/models/Breakpoint.d.ts +++ b/typescript/dist/models/Breakpoint.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Breakpoint.js b/typescript/dist/models/Breakpoint.js index ec98e4c..916095d 100644 --- a/typescript/dist/models/Breakpoint.js +++ b/typescript/dist/models/Breakpoint.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ClassificationMeasurement.d.ts b/typescript/dist/models/ClassificationMeasurement.d.ts index 5c9b788..e209302 100644 --- a/typescript/dist/models/ClassificationMeasurement.d.ts +++ b/typescript/dist/models/ClassificationMeasurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ClassificationMeasurement.js b/typescript/dist/models/ClassificationMeasurement.js index 23405fb..d6c90f6 100644 --- a/typescript/dist/models/ClassificationMeasurement.js +++ b/typescript/dist/models/ClassificationMeasurement.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CollectionItem.d.ts b/typescript/dist/models/CollectionItem.d.ts index 4943ef3..7cd6117 100644 --- a/typescript/dist/models/CollectionItem.d.ts +++ b/typescript/dist/models/CollectionItem.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CollectionItem.js b/typescript/dist/models/CollectionItem.js index f96cdf2..ed82ba6 100644 --- a/typescript/dist/models/CollectionItem.js +++ b/typescript/dist/models/CollectionItem.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CollectionType.d.ts b/typescript/dist/models/CollectionType.d.ts index eb587c3..d3cceb5 100644 --- a/typescript/dist/models/CollectionType.d.ts +++ b/typescript/dist/models/CollectionType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CollectionType.js b/typescript/dist/models/CollectionType.js index 87d77e0..1765a05 100644 --- a/typescript/dist/models/CollectionType.js +++ b/typescript/dist/models/CollectionType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ColorParam.d.ts b/typescript/dist/models/ColorParam.d.ts index f47d555..137c8b3 100644 --- a/typescript/dist/models/ColorParam.d.ts +++ b/typescript/dist/models/ColorParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ColorParam.js b/typescript/dist/models/ColorParam.js index 429efed..7a5ad0d 100644 --- a/typescript/dist/models/ColorParam.js +++ b/typescript/dist/models/ColorParam.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ColorParamStatic.d.ts b/typescript/dist/models/ColorParamStatic.d.ts index bdee30d..3290501 100644 --- a/typescript/dist/models/ColorParamStatic.d.ts +++ b/typescript/dist/models/ColorParamStatic.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ColorParamStatic.js b/typescript/dist/models/ColorParamStatic.js index ce88fc1..4c502af 100644 --- a/typescript/dist/models/ColorParamStatic.js +++ b/typescript/dist/models/ColorParamStatic.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Colorizer.d.ts b/typescript/dist/models/Colorizer.d.ts index 83550c3..83e3709 100644 --- a/typescript/dist/models/Colorizer.d.ts +++ b/typescript/dist/models/Colorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Colorizer.js b/typescript/dist/models/Colorizer.js index a84a7f6..a369c06 100644 --- a/typescript/dist/models/Colorizer.js +++ b/typescript/dist/models/Colorizer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ComputationQuota.d.ts b/typescript/dist/models/ComputationQuota.d.ts index 9b653e9..7d67117 100644 --- a/typescript/dist/models/ComputationQuota.d.ts +++ b/typescript/dist/models/ComputationQuota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ComputationQuota.js b/typescript/dist/models/ComputationQuota.js index 3471a28..f49ef8b 100644 --- a/typescript/dist/models/ComputationQuota.js +++ b/typescript/dist/models/ComputationQuota.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ContinuousMeasurement.d.ts b/typescript/dist/models/ContinuousMeasurement.d.ts index 1b8ca4a..ab24d24 100644 --- a/typescript/dist/models/ContinuousMeasurement.d.ts +++ b/typescript/dist/models/ContinuousMeasurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ContinuousMeasurement.js b/typescript/dist/models/ContinuousMeasurement.js index 2dc5b32..196ef90 100644 --- a/typescript/dist/models/ContinuousMeasurement.js +++ b/typescript/dist/models/ContinuousMeasurement.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Coordinate2D.d.ts b/typescript/dist/models/Coordinate2D.d.ts index 33d69db..4f3192f 100644 --- a/typescript/dist/models/Coordinate2D.d.ts +++ b/typescript/dist/models/Coordinate2D.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Coordinate2D.js b/typescript/dist/models/Coordinate2D.js index 2ed7593..15b05d8 100644 --- a/typescript/dist/models/Coordinate2D.js +++ b/typescript/dist/models/Coordinate2D.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CreateDataset.d.ts b/typescript/dist/models/CreateDataset.d.ts index e8b24b2..fdacea9 100644 --- a/typescript/dist/models/CreateDataset.d.ts +++ b/typescript/dist/models/CreateDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CreateDataset.js b/typescript/dist/models/CreateDataset.js index 5597b7e..38b5d3d 100644 --- a/typescript/dist/models/CreateDataset.js +++ b/typescript/dist/models/CreateDataset.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CreateDatasetHandler200Response.d.ts b/typescript/dist/models/CreateDatasetHandler200Response.d.ts index e388adb..713bb80 100644 --- a/typescript/dist/models/CreateDatasetHandler200Response.d.ts +++ b/typescript/dist/models/CreateDatasetHandler200Response.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CreateDatasetHandler200Response.js b/typescript/dist/models/CreateDatasetHandler200Response.js index 306a962..330a9ae 100644 --- a/typescript/dist/models/CreateDatasetHandler200Response.js +++ b/typescript/dist/models/CreateDatasetHandler200Response.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CreateProject.d.ts b/typescript/dist/models/CreateProject.d.ts index d90c749..597e276 100644 --- a/typescript/dist/models/CreateProject.d.ts +++ b/typescript/dist/models/CreateProject.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CreateProject.js b/typescript/dist/models/CreateProject.js index fcd895a..1412773 100644 --- a/typescript/dist/models/CreateProject.js +++ b/typescript/dist/models/CreateProject.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CsvHeader.d.ts b/typescript/dist/models/CsvHeader.d.ts index 2134a86..eeed3db 100644 --- a/typescript/dist/models/CsvHeader.d.ts +++ b/typescript/dist/models/CsvHeader.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/CsvHeader.js b/typescript/dist/models/CsvHeader.js index e9f4397..410ccc0 100644 --- a/typescript/dist/models/CsvHeader.js +++ b/typescript/dist/models/CsvHeader.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataId.d.ts b/typescript/dist/models/DataId.d.ts index 4f57866..ab01e7e 100644 --- a/typescript/dist/models/DataId.d.ts +++ b/typescript/dist/models/DataId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataId.js b/typescript/dist/models/DataId.js index e00eb43..b869fbb 100644 --- a/typescript/dist/models/DataId.js +++ b/typescript/dist/models/DataId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataPath.d.ts b/typescript/dist/models/DataPath.d.ts index bec0683..be15a3a 100644 --- a/typescript/dist/models/DataPath.d.ts +++ b/typescript/dist/models/DataPath.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataPath.js b/typescript/dist/models/DataPath.js index 8e9ad67..8984cfb 100644 --- a/typescript/dist/models/DataPath.js +++ b/typescript/dist/models/DataPath.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataPathOneOf.d.ts b/typescript/dist/models/DataPathOneOf.d.ts index edbf746..b0816be 100644 --- a/typescript/dist/models/DataPathOneOf.d.ts +++ b/typescript/dist/models/DataPathOneOf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataPathOneOf.js b/typescript/dist/models/DataPathOneOf.js index 3d1a289..f55c11b 100644 --- a/typescript/dist/models/DataPathOneOf.js +++ b/typescript/dist/models/DataPathOneOf.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataPathOneOf1.d.ts b/typescript/dist/models/DataPathOneOf1.d.ts index 7ab6c1d..31d2089 100644 --- a/typescript/dist/models/DataPathOneOf1.d.ts +++ b/typescript/dist/models/DataPathOneOf1.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataPathOneOf1.js b/typescript/dist/models/DataPathOneOf1.js index 6884c44..2a6bd63 100644 --- a/typescript/dist/models/DataPathOneOf1.js +++ b/typescript/dist/models/DataPathOneOf1.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataUsage.d.ts b/typescript/dist/models/DataUsage.d.ts index 1b77f41..e4d2035 100644 --- a/typescript/dist/models/DataUsage.d.ts +++ b/typescript/dist/models/DataUsage.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataUsage.js b/typescript/dist/models/DataUsage.js index 705e882..b9a1440 100644 --- a/typescript/dist/models/DataUsage.js +++ b/typescript/dist/models/DataUsage.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DataUsageSummary.d.ts b/typescript/dist/models/DataUsageSummary.d.ts index c4b6d16..37c28d1 100644 --- a/typescript/dist/models/DataUsageSummary.d.ts +++ b/typescript/dist/models/DataUsageSummary.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 @@ -26,7 +26,7 @@ export interface DataUsageSummary { * @type {string} * @memberof DataUsageSummary */ - dataset: string; + data: string; /** * * @type {Date} diff --git a/typescript/dist/models/DataUsageSummary.js b/typescript/dist/models/DataUsageSummary.js index b6848c5..8f6063f 100644 --- a/typescript/dist/models/DataUsageSummary.js +++ b/typescript/dist/models/DataUsageSummary.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 @@ -20,7 +20,7 @@ exports.DataUsageSummaryToJSON = exports.DataUsageSummaryFromJSONTyped = exports function instanceOfDataUsageSummary(value) { let isInstance = true; isInstance = isInstance && "count" in value; - isInstance = isInstance && "dataset" in value; + isInstance = isInstance && "data" in value; isInstance = isInstance && "timestamp" in value; return isInstance; } @@ -35,7 +35,7 @@ function DataUsageSummaryFromJSONTyped(json, ignoreDiscriminator) { } return { 'count': json['count'], - 'dataset': json['dataset'], + 'data': json['data'], 'timestamp': (new Date(json['timestamp'])), }; } @@ -49,7 +49,7 @@ function DataUsageSummaryToJSON(value) { } return { 'count': value.count, - 'dataset': value.dataset, + 'data': value.data, 'timestamp': (value.timestamp.toISOString()), }; } diff --git a/typescript/dist/models/Dataset.d.ts b/typescript/dist/models/Dataset.d.ts index 7987197..91ca355 100644 --- a/typescript/dist/models/Dataset.d.ts +++ b/typescript/dist/models/Dataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Dataset.js b/typescript/dist/models/Dataset.js index 8ae7e95..bb2b3e1 100644 --- a/typescript/dist/models/Dataset.js +++ b/typescript/dist/models/Dataset.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DatasetDefinition.d.ts b/typescript/dist/models/DatasetDefinition.d.ts index 1f3504e..5f645ee 100644 --- a/typescript/dist/models/DatasetDefinition.d.ts +++ b/typescript/dist/models/DatasetDefinition.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DatasetDefinition.js b/typescript/dist/models/DatasetDefinition.js index b104d31..af46c2a 100644 --- a/typescript/dist/models/DatasetDefinition.js +++ b/typescript/dist/models/DatasetDefinition.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DatasetListing.d.ts b/typescript/dist/models/DatasetListing.d.ts index 7f5b18a..f5c590a 100644 --- a/typescript/dist/models/DatasetListing.d.ts +++ b/typescript/dist/models/DatasetListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DatasetListing.js b/typescript/dist/models/DatasetListing.js index 0ade543..86048f2 100644 --- a/typescript/dist/models/DatasetListing.js +++ b/typescript/dist/models/DatasetListing.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DatasetResource.d.ts b/typescript/dist/models/DatasetResource.d.ts index 74b6ac1..b2267d2 100644 --- a/typescript/dist/models/DatasetResource.d.ts +++ b/typescript/dist/models/DatasetResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DatasetResource.js b/typescript/dist/models/DatasetResource.js index 5dfb06c..3d1a489 100644 --- a/typescript/dist/models/DatasetResource.js +++ b/typescript/dist/models/DatasetResource.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DateTime.d.ts b/typescript/dist/models/DateTime.d.ts index 7a1cf7c..15f27d0 100644 --- a/typescript/dist/models/DateTime.d.ts +++ b/typescript/dist/models/DateTime.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DateTime.js b/typescript/dist/models/DateTime.js index 727181c..18d7b38 100644 --- a/typescript/dist/models/DateTime.js +++ b/typescript/dist/models/DateTime.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DerivedColor.d.ts b/typescript/dist/models/DerivedColor.d.ts index d0f3219..d704d4b 100644 --- a/typescript/dist/models/DerivedColor.d.ts +++ b/typescript/dist/models/DerivedColor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DerivedColor.js b/typescript/dist/models/DerivedColor.js index 73d2c84..5c46158 100644 --- a/typescript/dist/models/DerivedColor.js +++ b/typescript/dist/models/DerivedColor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DerivedNumber.d.ts b/typescript/dist/models/DerivedNumber.d.ts index 0bf8e9e..6a21127 100644 --- a/typescript/dist/models/DerivedNumber.d.ts +++ b/typescript/dist/models/DerivedNumber.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DerivedNumber.js b/typescript/dist/models/DerivedNumber.js index cbfdba9..30f8269 100644 --- a/typescript/dist/models/DerivedNumber.js +++ b/typescript/dist/models/DerivedNumber.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DescribeCoverageRequest.d.ts b/typescript/dist/models/DescribeCoverageRequest.d.ts index 72ca9ee..8abf5f1 100644 --- a/typescript/dist/models/DescribeCoverageRequest.d.ts +++ b/typescript/dist/models/DescribeCoverageRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/DescribeCoverageRequest.js b/typescript/dist/models/DescribeCoverageRequest.js index f507c5c..58b4863 100644 --- a/typescript/dist/models/DescribeCoverageRequest.js +++ b/typescript/dist/models/DescribeCoverageRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ErrorResponse.d.ts b/typescript/dist/models/ErrorResponse.d.ts index 9b88e83..7503672 100644 --- a/typescript/dist/models/ErrorResponse.d.ts +++ b/typescript/dist/models/ErrorResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ErrorResponse.js b/typescript/dist/models/ErrorResponse.js index 2fe659b..83bc0ca 100644 --- a/typescript/dist/models/ErrorResponse.js +++ b/typescript/dist/models/ErrorResponse.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ExternalDataId.d.ts b/typescript/dist/models/ExternalDataId.d.ts index 1ced1ee..cf1fd7d 100644 --- a/typescript/dist/models/ExternalDataId.d.ts +++ b/typescript/dist/models/ExternalDataId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ExternalDataId.js b/typescript/dist/models/ExternalDataId.js index bddde95..b1d0a77 100644 --- a/typescript/dist/models/ExternalDataId.js +++ b/typescript/dist/models/ExternalDataId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FeatureDataType.d.ts b/typescript/dist/models/FeatureDataType.d.ts index bd4c88c..17a2b28 100644 --- a/typescript/dist/models/FeatureDataType.d.ts +++ b/typescript/dist/models/FeatureDataType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FeatureDataType.js b/typescript/dist/models/FeatureDataType.js index be3d30c..c20163b 100644 --- a/typescript/dist/models/FeatureDataType.js +++ b/typescript/dist/models/FeatureDataType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FileNotFoundHandling.d.ts b/typescript/dist/models/FileNotFoundHandling.d.ts index a767d74..e4aa2e0 100644 --- a/typescript/dist/models/FileNotFoundHandling.d.ts +++ b/typescript/dist/models/FileNotFoundHandling.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FileNotFoundHandling.js b/typescript/dist/models/FileNotFoundHandling.js index c05d687..ff27ccd 100644 --- a/typescript/dist/models/FileNotFoundHandling.js +++ b/typescript/dist/models/FileNotFoundHandling.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FormatSpecifics.d.ts b/typescript/dist/models/FormatSpecifics.d.ts index d0866cc..72050a4 100644 --- a/typescript/dist/models/FormatSpecifics.d.ts +++ b/typescript/dist/models/FormatSpecifics.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FormatSpecifics.js b/typescript/dist/models/FormatSpecifics.js index 87a21e4..013aa77 100644 --- a/typescript/dist/models/FormatSpecifics.js +++ b/typescript/dist/models/FormatSpecifics.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FormatSpecificsOneOf.d.ts b/typescript/dist/models/FormatSpecificsOneOf.d.ts index 0594576..fa56f7a 100644 --- a/typescript/dist/models/FormatSpecificsOneOf.d.ts +++ b/typescript/dist/models/FormatSpecificsOneOf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FormatSpecificsOneOf.js b/typescript/dist/models/FormatSpecificsOneOf.js index cce0538..ef16968 100644 --- a/typescript/dist/models/FormatSpecificsOneOf.js +++ b/typescript/dist/models/FormatSpecificsOneOf.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts b/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts index 7cfee94..7a244c6 100644 --- a/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts +++ b/typescript/dist/models/FormatSpecificsOneOfCsv.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/FormatSpecificsOneOfCsv.js b/typescript/dist/models/FormatSpecificsOneOfCsv.js index 2f86e79..03c9605 100644 --- a/typescript/dist/models/FormatSpecificsOneOfCsv.js +++ b/typescript/dist/models/FormatSpecificsOneOfCsv.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalDatasetGeoTransform.d.ts b/typescript/dist/models/GdalDatasetGeoTransform.d.ts index c3132b1..b549b43 100644 --- a/typescript/dist/models/GdalDatasetGeoTransform.d.ts +++ b/typescript/dist/models/GdalDatasetGeoTransform.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalDatasetGeoTransform.js b/typescript/dist/models/GdalDatasetGeoTransform.js index e124ef8..a410888 100644 --- a/typescript/dist/models/GdalDatasetGeoTransform.js +++ b/typescript/dist/models/GdalDatasetGeoTransform.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalDatasetParameters.d.ts b/typescript/dist/models/GdalDatasetParameters.d.ts index ae39a13..fa4ce80 100644 --- a/typescript/dist/models/GdalDatasetParameters.d.ts +++ b/typescript/dist/models/GdalDatasetParameters.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalDatasetParameters.js b/typescript/dist/models/GdalDatasetParameters.js index d42a720..6a7d99f 100644 --- a/typescript/dist/models/GdalDatasetParameters.js +++ b/typescript/dist/models/GdalDatasetParameters.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts b/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts index db74680..1d0e7df 100644 --- a/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts +++ b/typescript/dist/models/GdalLoadingInfoTemporalSlice.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalLoadingInfoTemporalSlice.js b/typescript/dist/models/GdalLoadingInfoTemporalSlice.js index 2560399..d2404d5 100644 --- a/typescript/dist/models/GdalLoadingInfoTemporalSlice.js +++ b/typescript/dist/models/GdalLoadingInfoTemporalSlice.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetaDataList.d.ts b/typescript/dist/models/GdalMetaDataList.d.ts index 1d91226..8f68482 100644 --- a/typescript/dist/models/GdalMetaDataList.d.ts +++ b/typescript/dist/models/GdalMetaDataList.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetaDataList.js b/typescript/dist/models/GdalMetaDataList.js index 46a8557..cc29d0e 100644 --- a/typescript/dist/models/GdalMetaDataList.js +++ b/typescript/dist/models/GdalMetaDataList.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetaDataRegular.d.ts b/typescript/dist/models/GdalMetaDataRegular.d.ts index 4ea5d11..04e5f78 100644 --- a/typescript/dist/models/GdalMetaDataRegular.d.ts +++ b/typescript/dist/models/GdalMetaDataRegular.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetaDataRegular.js b/typescript/dist/models/GdalMetaDataRegular.js index 35e5b8c..60411ef 100644 --- a/typescript/dist/models/GdalMetaDataRegular.js +++ b/typescript/dist/models/GdalMetaDataRegular.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetaDataStatic.d.ts b/typescript/dist/models/GdalMetaDataStatic.d.ts index 97e6c67..d06ae93 100644 --- a/typescript/dist/models/GdalMetaDataStatic.d.ts +++ b/typescript/dist/models/GdalMetaDataStatic.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetaDataStatic.js b/typescript/dist/models/GdalMetaDataStatic.js index 3c46d39..37e89fb 100644 --- a/typescript/dist/models/GdalMetaDataStatic.js +++ b/typescript/dist/models/GdalMetaDataStatic.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetadataMapping.d.ts b/typescript/dist/models/GdalMetadataMapping.d.ts index b9f87db..3961e50 100644 --- a/typescript/dist/models/GdalMetadataMapping.d.ts +++ b/typescript/dist/models/GdalMetadataMapping.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetadataMapping.js b/typescript/dist/models/GdalMetadataMapping.js index 5a1e2b0..97ff7d6 100644 --- a/typescript/dist/models/GdalMetadataMapping.js +++ b/typescript/dist/models/GdalMetadataMapping.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetadataNetCdfCf.d.ts b/typescript/dist/models/GdalMetadataNetCdfCf.d.ts index 5563fc8..cd17762 100644 --- a/typescript/dist/models/GdalMetadataNetCdfCf.d.ts +++ b/typescript/dist/models/GdalMetadataNetCdfCf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalMetadataNetCdfCf.js b/typescript/dist/models/GdalMetadataNetCdfCf.js index 715c912..7683e2a 100644 --- a/typescript/dist/models/GdalMetadataNetCdfCf.js +++ b/typescript/dist/models/GdalMetadataNetCdfCf.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalSourceTimePlaceholder.d.ts b/typescript/dist/models/GdalSourceTimePlaceholder.d.ts index 23f95bc..1521402 100644 --- a/typescript/dist/models/GdalSourceTimePlaceholder.d.ts +++ b/typescript/dist/models/GdalSourceTimePlaceholder.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GdalSourceTimePlaceholder.js b/typescript/dist/models/GdalSourceTimePlaceholder.js index 38526a0..50ee7f0 100644 --- a/typescript/dist/models/GdalSourceTimePlaceholder.js +++ b/typescript/dist/models/GdalSourceTimePlaceholder.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GeoJson.d.ts b/typescript/dist/models/GeoJson.d.ts index 510559b..004ba2d 100644 --- a/typescript/dist/models/GeoJson.d.ts +++ b/typescript/dist/models/GeoJson.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GeoJson.js b/typescript/dist/models/GeoJson.js index be9140c..4422a36 100644 --- a/typescript/dist/models/GeoJson.js +++ b/typescript/dist/models/GeoJson.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCapabilitiesFormat.d.ts b/typescript/dist/models/GetCapabilitiesFormat.d.ts index a822d77..95b0b23 100644 --- a/typescript/dist/models/GetCapabilitiesFormat.d.ts +++ b/typescript/dist/models/GetCapabilitiesFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCapabilitiesFormat.js b/typescript/dist/models/GetCapabilitiesFormat.js index 65579e6..ac9ba6c 100644 --- a/typescript/dist/models/GetCapabilitiesFormat.js +++ b/typescript/dist/models/GetCapabilitiesFormat.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCapabilitiesRequest.d.ts b/typescript/dist/models/GetCapabilitiesRequest.d.ts index 5c91826..c7df069 100644 --- a/typescript/dist/models/GetCapabilitiesRequest.d.ts +++ b/typescript/dist/models/GetCapabilitiesRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCapabilitiesRequest.js b/typescript/dist/models/GetCapabilitiesRequest.js index 09c603e..9142998 100644 --- a/typescript/dist/models/GetCapabilitiesRequest.js +++ b/typescript/dist/models/GetCapabilitiesRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCoverageFormat.d.ts b/typescript/dist/models/GetCoverageFormat.d.ts index 077351c..dffbb0e 100644 --- a/typescript/dist/models/GetCoverageFormat.d.ts +++ b/typescript/dist/models/GetCoverageFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCoverageFormat.js b/typescript/dist/models/GetCoverageFormat.js index 413c0f4..9720b77 100644 --- a/typescript/dist/models/GetCoverageFormat.js +++ b/typescript/dist/models/GetCoverageFormat.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCoverageRequest.d.ts b/typescript/dist/models/GetCoverageRequest.d.ts index 0371210..3480189 100644 --- a/typescript/dist/models/GetCoverageRequest.d.ts +++ b/typescript/dist/models/GetCoverageRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetCoverageRequest.js b/typescript/dist/models/GetCoverageRequest.js index b0b5642..73ab125 100644 --- a/typescript/dist/models/GetCoverageRequest.js +++ b/typescript/dist/models/GetCoverageRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetFeatureRequest.d.ts b/typescript/dist/models/GetFeatureRequest.d.ts index ce2353e..3118dc0 100644 --- a/typescript/dist/models/GetFeatureRequest.d.ts +++ b/typescript/dist/models/GetFeatureRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetFeatureRequest.js b/typescript/dist/models/GetFeatureRequest.js index 4bd4162..a44fafb 100644 --- a/typescript/dist/models/GetFeatureRequest.js +++ b/typescript/dist/models/GetFeatureRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetLegendGraphicRequest.d.ts b/typescript/dist/models/GetLegendGraphicRequest.d.ts index 7640e27..ee086d0 100644 --- a/typescript/dist/models/GetLegendGraphicRequest.d.ts +++ b/typescript/dist/models/GetLegendGraphicRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetLegendGraphicRequest.js b/typescript/dist/models/GetLegendGraphicRequest.js index 3d88ea8..1defdcc 100644 --- a/typescript/dist/models/GetLegendGraphicRequest.js +++ b/typescript/dist/models/GetLegendGraphicRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetMapExceptionFormat.d.ts b/typescript/dist/models/GetMapExceptionFormat.d.ts index 342cba8..bec8707 100644 --- a/typescript/dist/models/GetMapExceptionFormat.d.ts +++ b/typescript/dist/models/GetMapExceptionFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetMapExceptionFormat.js b/typescript/dist/models/GetMapExceptionFormat.js index 00cf2e2..ea1ca60 100644 --- a/typescript/dist/models/GetMapExceptionFormat.js +++ b/typescript/dist/models/GetMapExceptionFormat.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetMapFormat.d.ts b/typescript/dist/models/GetMapFormat.d.ts index 898644d..ccbff90 100644 --- a/typescript/dist/models/GetMapFormat.d.ts +++ b/typescript/dist/models/GetMapFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetMapFormat.js b/typescript/dist/models/GetMapFormat.js index ed67c4a..835ef32 100644 --- a/typescript/dist/models/GetMapFormat.js +++ b/typescript/dist/models/GetMapFormat.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetMapRequest.d.ts b/typescript/dist/models/GetMapRequest.d.ts index fa2ddc7..afd0bf0 100644 --- a/typescript/dist/models/GetMapRequest.d.ts +++ b/typescript/dist/models/GetMapRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/GetMapRequest.js b/typescript/dist/models/GetMapRequest.js index 78e158b..e371047 100644 --- a/typescript/dist/models/GetMapRequest.js +++ b/typescript/dist/models/GetMapRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/InternalDataId.d.ts b/typescript/dist/models/InternalDataId.d.ts index 3e14442..d2f3c90 100644 --- a/typescript/dist/models/InternalDataId.d.ts +++ b/typescript/dist/models/InternalDataId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/InternalDataId.js b/typescript/dist/models/InternalDataId.js index acf73bf..12ba0c2 100644 --- a/typescript/dist/models/InternalDataId.js +++ b/typescript/dist/models/InternalDataId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Layer.d.ts b/typescript/dist/models/Layer.d.ts index f99b91b..b700250 100644 --- a/typescript/dist/models/Layer.d.ts +++ b/typescript/dist/models/Layer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Layer.js b/typescript/dist/models/Layer.js index ac52f93..9103ee9 100644 --- a/typescript/dist/models/Layer.js +++ b/typescript/dist/models/Layer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerCollection.d.ts b/typescript/dist/models/LayerCollection.d.ts index 4fb1068..b9c0e17 100644 --- a/typescript/dist/models/LayerCollection.d.ts +++ b/typescript/dist/models/LayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerCollection.js b/typescript/dist/models/LayerCollection.js index baa5d17..40d471c 100644 --- a/typescript/dist/models/LayerCollection.js +++ b/typescript/dist/models/LayerCollection.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerCollectionListing.d.ts b/typescript/dist/models/LayerCollectionListing.d.ts index 95a8f51..e3a05c0 100644 --- a/typescript/dist/models/LayerCollectionListing.d.ts +++ b/typescript/dist/models/LayerCollectionListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerCollectionListing.js b/typescript/dist/models/LayerCollectionListing.js index 8b89d39..af970fd 100644 --- a/typescript/dist/models/LayerCollectionListing.js +++ b/typescript/dist/models/LayerCollectionListing.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerCollectionResource.d.ts b/typescript/dist/models/LayerCollectionResource.d.ts index 78e48d6..6daab6d 100644 --- a/typescript/dist/models/LayerCollectionResource.d.ts +++ b/typescript/dist/models/LayerCollectionResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerCollectionResource.js b/typescript/dist/models/LayerCollectionResource.js index cac85ef..84d0d1d 100644 --- a/typescript/dist/models/LayerCollectionResource.js +++ b/typescript/dist/models/LayerCollectionResource.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerListing.d.ts b/typescript/dist/models/LayerListing.d.ts index 24432f7..c8a481b 100644 --- a/typescript/dist/models/LayerListing.d.ts +++ b/typescript/dist/models/LayerListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerListing.js b/typescript/dist/models/LayerListing.js index 6ae148b..defdef1 100644 --- a/typescript/dist/models/LayerListing.js +++ b/typescript/dist/models/LayerListing.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerResource.d.ts b/typescript/dist/models/LayerResource.d.ts index 2d3e565..70455cd 100644 --- a/typescript/dist/models/LayerResource.d.ts +++ b/typescript/dist/models/LayerResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerResource.js b/typescript/dist/models/LayerResource.js index 073cd93..d2bf477 100644 --- a/typescript/dist/models/LayerResource.js +++ b/typescript/dist/models/LayerResource.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerUpdate.d.ts b/typescript/dist/models/LayerUpdate.d.ts index 9e441a9..ac3cfe5 100644 --- a/typescript/dist/models/LayerUpdate.d.ts +++ b/typescript/dist/models/LayerUpdate.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerUpdate.js b/typescript/dist/models/LayerUpdate.js index 3ff57df..929c1cc 100644 --- a/typescript/dist/models/LayerUpdate.js +++ b/typescript/dist/models/LayerUpdate.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerVisibility.d.ts b/typescript/dist/models/LayerVisibility.d.ts index e28a504..65dc0aa 100644 --- a/typescript/dist/models/LayerVisibility.d.ts +++ b/typescript/dist/models/LayerVisibility.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LayerVisibility.js b/typescript/dist/models/LayerVisibility.js index 23a9aa4..1dd5f0e 100644 --- a/typescript/dist/models/LayerVisibility.js +++ b/typescript/dist/models/LayerVisibility.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LineSymbology.d.ts b/typescript/dist/models/LineSymbology.d.ts index 6f419be..7a657fb 100644 --- a/typescript/dist/models/LineSymbology.d.ts +++ b/typescript/dist/models/LineSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LineSymbology.js b/typescript/dist/models/LineSymbology.js index faa0c7a..f11a4b2 100644 --- a/typescript/dist/models/LineSymbology.js +++ b/typescript/dist/models/LineSymbology.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LinearGradient.d.ts b/typescript/dist/models/LinearGradient.d.ts index 17dff1a..f11f716 100644 --- a/typescript/dist/models/LinearGradient.d.ts +++ b/typescript/dist/models/LinearGradient.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LinearGradient.js b/typescript/dist/models/LinearGradient.js index 4e93c76..bfcb183 100644 --- a/typescript/dist/models/LinearGradient.js +++ b/typescript/dist/models/LinearGradient.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LogarithmicGradient.d.ts b/typescript/dist/models/LogarithmicGradient.d.ts index db936c2..3ca0a5d 100644 --- a/typescript/dist/models/LogarithmicGradient.d.ts +++ b/typescript/dist/models/LogarithmicGradient.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/LogarithmicGradient.js b/typescript/dist/models/LogarithmicGradient.js index f69015d..d11e312 100644 --- a/typescript/dist/models/LogarithmicGradient.js +++ b/typescript/dist/models/LogarithmicGradient.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Measurement.d.ts b/typescript/dist/models/Measurement.d.ts index 1a67032..6daef09 100644 --- a/typescript/dist/models/Measurement.d.ts +++ b/typescript/dist/models/Measurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Measurement.js b/typescript/dist/models/Measurement.js index f6ec85f..a19e492 100644 --- a/typescript/dist/models/Measurement.js +++ b/typescript/dist/models/Measurement.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MetaDataDefinition.d.ts b/typescript/dist/models/MetaDataDefinition.d.ts index 80e8c10..6f92b75 100644 --- a/typescript/dist/models/MetaDataDefinition.d.ts +++ b/typescript/dist/models/MetaDataDefinition.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MetaDataDefinition.js b/typescript/dist/models/MetaDataDefinition.js index bd537d9..8443596 100644 --- a/typescript/dist/models/MetaDataDefinition.js +++ b/typescript/dist/models/MetaDataDefinition.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MetaDataSuggestion.d.ts b/typescript/dist/models/MetaDataSuggestion.d.ts index b601d2e..38460fb 100644 --- a/typescript/dist/models/MetaDataSuggestion.d.ts +++ b/typescript/dist/models/MetaDataSuggestion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MetaDataSuggestion.js b/typescript/dist/models/MetaDataSuggestion.js index 990b806..b6078b3 100644 --- a/typescript/dist/models/MetaDataSuggestion.js +++ b/typescript/dist/models/MetaDataSuggestion.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MlModel.d.ts b/typescript/dist/models/MlModel.d.ts index 9f01845..73c636b 100644 --- a/typescript/dist/models/MlModel.d.ts +++ b/typescript/dist/models/MlModel.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MlModel.js b/typescript/dist/models/MlModel.js index e7f6213..444c91b 100644 --- a/typescript/dist/models/MlModel.js +++ b/typescript/dist/models/MlModel.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MlModelMetadata.d.ts b/typescript/dist/models/MlModelMetadata.d.ts index 8a7f989..707778e 100644 --- a/typescript/dist/models/MlModelMetadata.d.ts +++ b/typescript/dist/models/MlModelMetadata.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MlModelMetadata.js b/typescript/dist/models/MlModelMetadata.js index c8fe038..ff2af00 100644 --- a/typescript/dist/models/MlModelMetadata.js +++ b/typescript/dist/models/MlModelMetadata.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts index 7be9202..2bf3512 100644 --- a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts +++ b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js index e0e61f9..b849273 100644 --- a/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js +++ b/typescript/dist/models/MockDatasetDataSourceLoadingInfo.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MockMetaData.d.ts b/typescript/dist/models/MockMetaData.d.ts index 1fba07e..e36586f 100644 --- a/typescript/dist/models/MockMetaData.d.ts +++ b/typescript/dist/models/MockMetaData.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MockMetaData.js b/typescript/dist/models/MockMetaData.js index 6767fd8..d08cde9 100644 --- a/typescript/dist/models/MockMetaData.js +++ b/typescript/dist/models/MockMetaData.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiBandRasterColorizer.d.ts b/typescript/dist/models/MultiBandRasterColorizer.d.ts index dcb3db4..c80dbea 100644 --- a/typescript/dist/models/MultiBandRasterColorizer.d.ts +++ b/typescript/dist/models/MultiBandRasterColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiBandRasterColorizer.js b/typescript/dist/models/MultiBandRasterColorizer.js index 101cab1..d1e8207 100644 --- a/typescript/dist/models/MultiBandRasterColorizer.js +++ b/typescript/dist/models/MultiBandRasterColorizer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiLineString.d.ts b/typescript/dist/models/MultiLineString.d.ts index eb5c029..337af6e 100644 --- a/typescript/dist/models/MultiLineString.d.ts +++ b/typescript/dist/models/MultiLineString.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiLineString.js b/typescript/dist/models/MultiLineString.js index 9804b41..502976e 100644 --- a/typescript/dist/models/MultiLineString.js +++ b/typescript/dist/models/MultiLineString.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiPoint.d.ts b/typescript/dist/models/MultiPoint.d.ts index 33f9112..80e81b1 100644 --- a/typescript/dist/models/MultiPoint.d.ts +++ b/typescript/dist/models/MultiPoint.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiPoint.js b/typescript/dist/models/MultiPoint.js index 0a0a3b0..dafa010 100644 --- a/typescript/dist/models/MultiPoint.js +++ b/typescript/dist/models/MultiPoint.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiPolygon.d.ts b/typescript/dist/models/MultiPolygon.d.ts index cbd1a4d..e6dbe06 100644 --- a/typescript/dist/models/MultiPolygon.d.ts +++ b/typescript/dist/models/MultiPolygon.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/MultiPolygon.js b/typescript/dist/models/MultiPolygon.js index 3aafc62..d22ac80 100644 --- a/typescript/dist/models/MultiPolygon.js +++ b/typescript/dist/models/MultiPolygon.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/NumberParam.d.ts b/typescript/dist/models/NumberParam.d.ts index 5c55d29..333d7c0 100644 --- a/typescript/dist/models/NumberParam.d.ts +++ b/typescript/dist/models/NumberParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/NumberParam.js b/typescript/dist/models/NumberParam.js index ad61484..2acc376 100644 --- a/typescript/dist/models/NumberParam.js +++ b/typescript/dist/models/NumberParam.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrMetaData.d.ts b/typescript/dist/models/OgrMetaData.d.ts index a96ac9a..c605921 100644 --- a/typescript/dist/models/OgrMetaData.d.ts +++ b/typescript/dist/models/OgrMetaData.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrMetaData.js b/typescript/dist/models/OgrMetaData.js index ee14035..34b066d 100644 --- a/typescript/dist/models/OgrMetaData.js +++ b/typescript/dist/models/OgrMetaData.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceColumnSpec.d.ts b/typescript/dist/models/OgrSourceColumnSpec.d.ts index e4f5eeb..f7c7d44 100644 --- a/typescript/dist/models/OgrSourceColumnSpec.d.ts +++ b/typescript/dist/models/OgrSourceColumnSpec.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceColumnSpec.js b/typescript/dist/models/OgrSourceColumnSpec.js index 9460189..4656641 100644 --- a/typescript/dist/models/OgrSourceColumnSpec.js +++ b/typescript/dist/models/OgrSourceColumnSpec.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDataset.d.ts b/typescript/dist/models/OgrSourceDataset.d.ts index 15851e5..6e5b7de 100644 --- a/typescript/dist/models/OgrSourceDataset.d.ts +++ b/typescript/dist/models/OgrSourceDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDataset.js b/typescript/dist/models/OgrSourceDataset.js index f9693cc..48ce5e9 100644 --- a/typescript/dist/models/OgrSourceDataset.js +++ b/typescript/dist/models/OgrSourceDataset.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeType.d.ts b/typescript/dist/models/OgrSourceDatasetTimeType.d.ts index a0b2e4c..51015e5 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeType.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeType.js b/typescript/dist/models/OgrSourceDatasetTimeType.js index a2f3be9..79455e4 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeType.js +++ b/typescript/dist/models/OgrSourceDatasetTimeType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts index f406916..203a9b3 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js index 563023d..bb6a67a 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeNone.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts index 3e148e3..531be6c 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js index f7f7e1a..5c4f6c9 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStart.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts index fe04b28..82606c1 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js index 310d125..11e7eac 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartDuration.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts index c3facde..8b43d91 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js index b4b3b75..c8f8d64 100644 --- a/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js +++ b/typescript/dist/models/OgrSourceDatasetTimeTypeStartEnd.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpec.d.ts b/typescript/dist/models/OgrSourceDurationSpec.d.ts index 5eec41c..b1f0211 100644 --- a/typescript/dist/models/OgrSourceDurationSpec.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpec.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpec.js b/typescript/dist/models/OgrSourceDurationSpec.js index ee6f4d6..2453ac6 100644 --- a/typescript/dist/models/OgrSourceDurationSpec.js +++ b/typescript/dist/models/OgrSourceDurationSpec.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts b/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts index eb65250..016d6fd 100644 --- a/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecInfinite.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpecInfinite.js b/typescript/dist/models/OgrSourceDurationSpecInfinite.js index a00663b..399d924 100644 --- a/typescript/dist/models/OgrSourceDurationSpecInfinite.js +++ b/typescript/dist/models/OgrSourceDurationSpecInfinite.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpecValue.d.ts b/typescript/dist/models/OgrSourceDurationSpecValue.d.ts index 8cb2915..f3d0829 100644 --- a/typescript/dist/models/OgrSourceDurationSpecValue.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecValue.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpecValue.js b/typescript/dist/models/OgrSourceDurationSpecValue.js index 0f5f1c6..1236b78 100644 --- a/typescript/dist/models/OgrSourceDurationSpecValue.js +++ b/typescript/dist/models/OgrSourceDurationSpecValue.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpecZero.d.ts b/typescript/dist/models/OgrSourceDurationSpecZero.d.ts index b6f8e85..8ac91d5 100644 --- a/typescript/dist/models/OgrSourceDurationSpecZero.d.ts +++ b/typescript/dist/models/OgrSourceDurationSpecZero.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceDurationSpecZero.js b/typescript/dist/models/OgrSourceDurationSpecZero.js index 8ccfd8a..5cda40f 100644 --- a/typescript/dist/models/OgrSourceDurationSpecZero.js +++ b/typescript/dist/models/OgrSourceDurationSpecZero.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceErrorSpec.d.ts b/typescript/dist/models/OgrSourceErrorSpec.d.ts index a65d12d..95c78fb 100644 --- a/typescript/dist/models/OgrSourceErrorSpec.d.ts +++ b/typescript/dist/models/OgrSourceErrorSpec.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceErrorSpec.js b/typescript/dist/models/OgrSourceErrorSpec.js index e68b890..5ffdfcb 100644 --- a/typescript/dist/models/OgrSourceErrorSpec.js +++ b/typescript/dist/models/OgrSourceErrorSpec.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormat.d.ts b/typescript/dist/models/OgrSourceTimeFormat.d.ts index 427cba9..b56aa05 100644 --- a/typescript/dist/models/OgrSourceTimeFormat.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormat.js b/typescript/dist/models/OgrSourceTimeFormat.js index 5d8bbef..c55a2ba 100644 --- a/typescript/dist/models/OgrSourceTimeFormat.js +++ b/typescript/dist/models/OgrSourceTimeFormat.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts b/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts index 26e0087..d2fd2ec 100644 --- a/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatAuto.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormatAuto.js b/typescript/dist/models/OgrSourceTimeFormatAuto.js index 66e67cf..baa8c3b 100644 --- a/typescript/dist/models/OgrSourceTimeFormatAuto.js +++ b/typescript/dist/models/OgrSourceTimeFormatAuto.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts b/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts index 24d78d3..b71778d 100644 --- a/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatCustom.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormatCustom.js b/typescript/dist/models/OgrSourceTimeFormatCustom.js index 6fbea6a..e31a22b 100644 --- a/typescript/dist/models/OgrSourceTimeFormatCustom.js +++ b/typescript/dist/models/OgrSourceTimeFormatCustom.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts index 102719e..74dea85 100644 --- a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts +++ b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js index 62c6665..2b7e4a7 100644 --- a/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js +++ b/typescript/dist/models/OgrSourceTimeFormatUnixTimeStamp.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OperatorQuota.d.ts b/typescript/dist/models/OperatorQuota.d.ts index e167005..d49b4a8 100644 --- a/typescript/dist/models/OperatorQuota.d.ts +++ b/typescript/dist/models/OperatorQuota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OperatorQuota.js b/typescript/dist/models/OperatorQuota.js index b212818..db2f7c9 100644 --- a/typescript/dist/models/OperatorQuota.js +++ b/typescript/dist/models/OperatorQuota.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OrderBy.d.ts b/typescript/dist/models/OrderBy.d.ts index b69dfab..a7c3f0d 100644 --- a/typescript/dist/models/OrderBy.d.ts +++ b/typescript/dist/models/OrderBy.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/OrderBy.js b/typescript/dist/models/OrderBy.js index 810e87d..df1c08d 100644 --- a/typescript/dist/models/OrderBy.js +++ b/typescript/dist/models/OrderBy.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PaletteColorizer.d.ts b/typescript/dist/models/PaletteColorizer.d.ts index 19ea621..5bb17d4 100644 --- a/typescript/dist/models/PaletteColorizer.d.ts +++ b/typescript/dist/models/PaletteColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PaletteColorizer.js b/typescript/dist/models/PaletteColorizer.js index b48d557..cb86c03 100644 --- a/typescript/dist/models/PaletteColorizer.js +++ b/typescript/dist/models/PaletteColorizer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Permission.d.ts b/typescript/dist/models/Permission.d.ts index 67c41fd..536e9c9 100644 --- a/typescript/dist/models/Permission.d.ts +++ b/typescript/dist/models/Permission.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Permission.js b/typescript/dist/models/Permission.js index 1d3e464..02e0fdf 100644 --- a/typescript/dist/models/Permission.js +++ b/typescript/dist/models/Permission.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PermissionListOptions.d.ts b/typescript/dist/models/PermissionListOptions.d.ts index 1dec9d8..8421c48 100644 --- a/typescript/dist/models/PermissionListOptions.d.ts +++ b/typescript/dist/models/PermissionListOptions.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PermissionListOptions.js b/typescript/dist/models/PermissionListOptions.js index 35def78..80e2329 100644 --- a/typescript/dist/models/PermissionListOptions.js +++ b/typescript/dist/models/PermissionListOptions.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PermissionListing.d.ts b/typescript/dist/models/PermissionListing.d.ts index ce4766d..fe90496 100644 --- a/typescript/dist/models/PermissionListing.d.ts +++ b/typescript/dist/models/PermissionListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PermissionListing.js b/typescript/dist/models/PermissionListing.js index 681786d..95bbbc8 100644 --- a/typescript/dist/models/PermissionListing.js +++ b/typescript/dist/models/PermissionListing.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PermissionRequest.d.ts b/typescript/dist/models/PermissionRequest.d.ts index 68cc3e2..b7d92f5 100644 --- a/typescript/dist/models/PermissionRequest.d.ts +++ b/typescript/dist/models/PermissionRequest.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PermissionRequest.js b/typescript/dist/models/PermissionRequest.js index 82e9d3a..88d9d85 100644 --- a/typescript/dist/models/PermissionRequest.js +++ b/typescript/dist/models/PermissionRequest.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Plot.d.ts b/typescript/dist/models/Plot.d.ts index 6538d0a..6d14ad5 100644 --- a/typescript/dist/models/Plot.d.ts +++ b/typescript/dist/models/Plot.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Plot.js b/typescript/dist/models/Plot.js index 94aefcb..9f84da9 100644 --- a/typescript/dist/models/Plot.js +++ b/typescript/dist/models/Plot.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotOutputFormat.d.ts b/typescript/dist/models/PlotOutputFormat.d.ts index 6dac90e..ab9a0b2 100644 --- a/typescript/dist/models/PlotOutputFormat.d.ts +++ b/typescript/dist/models/PlotOutputFormat.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotOutputFormat.js b/typescript/dist/models/PlotOutputFormat.js index 4015489..8d50e4c 100644 --- a/typescript/dist/models/PlotOutputFormat.js +++ b/typescript/dist/models/PlotOutputFormat.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotQueryRectangle.d.ts b/typescript/dist/models/PlotQueryRectangle.d.ts index c544b8a..1262e22 100644 --- a/typescript/dist/models/PlotQueryRectangle.d.ts +++ b/typescript/dist/models/PlotQueryRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotQueryRectangle.js b/typescript/dist/models/PlotQueryRectangle.js index f147302..56f80e4 100644 --- a/typescript/dist/models/PlotQueryRectangle.js +++ b/typescript/dist/models/PlotQueryRectangle.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotResultDescriptor.d.ts b/typescript/dist/models/PlotResultDescriptor.d.ts index 3845054..159861c 100644 --- a/typescript/dist/models/PlotResultDescriptor.d.ts +++ b/typescript/dist/models/PlotResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotResultDescriptor.js b/typescript/dist/models/PlotResultDescriptor.js index 7f7f374..2aa324a 100644 --- a/typescript/dist/models/PlotResultDescriptor.js +++ b/typescript/dist/models/PlotResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotUpdate.d.ts b/typescript/dist/models/PlotUpdate.d.ts index 47662e9..422a95b 100644 --- a/typescript/dist/models/PlotUpdate.d.ts +++ b/typescript/dist/models/PlotUpdate.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PlotUpdate.js b/typescript/dist/models/PlotUpdate.js index 8d76cd0..0d09e28 100644 --- a/typescript/dist/models/PlotUpdate.js +++ b/typescript/dist/models/PlotUpdate.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PointSymbology.d.ts b/typescript/dist/models/PointSymbology.d.ts index 8cc9e97..93f7ef4 100644 --- a/typescript/dist/models/PointSymbology.d.ts +++ b/typescript/dist/models/PointSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PointSymbology.js b/typescript/dist/models/PointSymbology.js index 4ebdb4f..2f19830 100644 --- a/typescript/dist/models/PointSymbology.js +++ b/typescript/dist/models/PointSymbology.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PolygonSymbology.d.ts b/typescript/dist/models/PolygonSymbology.d.ts index 7b0369c..33e2c14 100644 --- a/typescript/dist/models/PolygonSymbology.d.ts +++ b/typescript/dist/models/PolygonSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/PolygonSymbology.js b/typescript/dist/models/PolygonSymbology.js index d48e549..5d849d7 100644 --- a/typescript/dist/models/PolygonSymbology.js +++ b/typescript/dist/models/PolygonSymbology.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Project.d.ts b/typescript/dist/models/Project.d.ts index 496cf12..db1736f 100644 --- a/typescript/dist/models/Project.d.ts +++ b/typescript/dist/models/Project.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Project.js b/typescript/dist/models/Project.js index df21172..bad1b92 100644 --- a/typescript/dist/models/Project.js +++ b/typescript/dist/models/Project.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectLayer.d.ts b/typescript/dist/models/ProjectLayer.d.ts index dd40ec8..67280de 100644 --- a/typescript/dist/models/ProjectLayer.d.ts +++ b/typescript/dist/models/ProjectLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectLayer.js b/typescript/dist/models/ProjectLayer.js index af35c99..f55c636 100644 --- a/typescript/dist/models/ProjectLayer.js +++ b/typescript/dist/models/ProjectLayer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectListing.d.ts b/typescript/dist/models/ProjectListing.d.ts index b3f4dfe..4d755f7 100644 --- a/typescript/dist/models/ProjectListing.d.ts +++ b/typescript/dist/models/ProjectListing.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectListing.js b/typescript/dist/models/ProjectListing.js index 657058b..c326113 100644 --- a/typescript/dist/models/ProjectListing.js +++ b/typescript/dist/models/ProjectListing.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectResource.d.ts b/typescript/dist/models/ProjectResource.d.ts index 8551b02..3f17fdc 100644 --- a/typescript/dist/models/ProjectResource.d.ts +++ b/typescript/dist/models/ProjectResource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectResource.js b/typescript/dist/models/ProjectResource.js index 4a66ff7..5cfe8ff 100644 --- a/typescript/dist/models/ProjectResource.js +++ b/typescript/dist/models/ProjectResource.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectUpdateToken.d.ts b/typescript/dist/models/ProjectUpdateToken.d.ts index 85584b5..b774adf 100644 --- a/typescript/dist/models/ProjectUpdateToken.d.ts +++ b/typescript/dist/models/ProjectUpdateToken.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectUpdateToken.js b/typescript/dist/models/ProjectUpdateToken.js index 509b385..8ef45ba 100644 --- a/typescript/dist/models/ProjectUpdateToken.js +++ b/typescript/dist/models/ProjectUpdateToken.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectVersion.d.ts b/typescript/dist/models/ProjectVersion.d.ts index 2f86ea2..53c498d 100644 --- a/typescript/dist/models/ProjectVersion.d.ts +++ b/typescript/dist/models/ProjectVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProjectVersion.js b/typescript/dist/models/ProjectVersion.js index 47e9030..09ce6ea 100644 --- a/typescript/dist/models/ProjectVersion.js +++ b/typescript/dist/models/ProjectVersion.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Provenance.d.ts b/typescript/dist/models/Provenance.d.ts index a2c29e3..27abef5 100644 --- a/typescript/dist/models/Provenance.d.ts +++ b/typescript/dist/models/Provenance.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Provenance.js b/typescript/dist/models/Provenance.js index 2c72885..9598375 100644 --- a/typescript/dist/models/Provenance.js +++ b/typescript/dist/models/Provenance.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProvenanceEntry.d.ts b/typescript/dist/models/ProvenanceEntry.d.ts index ce85000..201905b 100644 --- a/typescript/dist/models/ProvenanceEntry.d.ts +++ b/typescript/dist/models/ProvenanceEntry.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProvenanceEntry.js b/typescript/dist/models/ProvenanceEntry.js index 60ef0c0..b9de60e 100644 --- a/typescript/dist/models/ProvenanceEntry.js +++ b/typescript/dist/models/ProvenanceEntry.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProvenanceOutput.d.ts b/typescript/dist/models/ProvenanceOutput.d.ts index c2c99b8..4db62ae 100644 --- a/typescript/dist/models/ProvenanceOutput.d.ts +++ b/typescript/dist/models/ProvenanceOutput.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProvenanceOutput.js b/typescript/dist/models/ProvenanceOutput.js index c882cd3..b1174c0 100644 --- a/typescript/dist/models/ProvenanceOutput.js +++ b/typescript/dist/models/ProvenanceOutput.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Provenances.d.ts b/typescript/dist/models/Provenances.d.ts index 6a77133..3396296 100644 --- a/typescript/dist/models/Provenances.d.ts +++ b/typescript/dist/models/Provenances.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Provenances.js b/typescript/dist/models/Provenances.js index 5a497a2..e9aaee1 100644 --- a/typescript/dist/models/Provenances.js +++ b/typescript/dist/models/Provenances.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProviderCapabilities.d.ts b/typescript/dist/models/ProviderCapabilities.d.ts index 2b3b77d..09c7c0e 100644 --- a/typescript/dist/models/ProviderCapabilities.d.ts +++ b/typescript/dist/models/ProviderCapabilities.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProviderCapabilities.js b/typescript/dist/models/ProviderCapabilities.js index b416ccd..9b420f9 100644 --- a/typescript/dist/models/ProviderCapabilities.js +++ b/typescript/dist/models/ProviderCapabilities.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProviderLayerCollectionId.d.ts b/typescript/dist/models/ProviderLayerCollectionId.d.ts index 0500306..2ee909a 100644 --- a/typescript/dist/models/ProviderLayerCollectionId.d.ts +++ b/typescript/dist/models/ProviderLayerCollectionId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProviderLayerCollectionId.js b/typescript/dist/models/ProviderLayerCollectionId.js index 28b8e00..4aee36c 100644 --- a/typescript/dist/models/ProviderLayerCollectionId.js +++ b/typescript/dist/models/ProviderLayerCollectionId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProviderLayerId.d.ts b/typescript/dist/models/ProviderLayerId.d.ts index c6805a4..a116a72 100644 --- a/typescript/dist/models/ProviderLayerId.d.ts +++ b/typescript/dist/models/ProviderLayerId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ProviderLayerId.js b/typescript/dist/models/ProviderLayerId.js index 8773e90..af0db8e 100644 --- a/typescript/dist/models/ProviderLayerId.js +++ b/typescript/dist/models/ProviderLayerId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Quota.d.ts b/typescript/dist/models/Quota.d.ts index 1fd3dc9..aacaf99 100644 --- a/typescript/dist/models/Quota.d.ts +++ b/typescript/dist/models/Quota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Quota.js b/typescript/dist/models/Quota.js index 4ba0941..407e151 100644 --- a/typescript/dist/models/Quota.js +++ b/typescript/dist/models/Quota.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterBandDescriptor.d.ts b/typescript/dist/models/RasterBandDescriptor.d.ts index a79150f..f92d1e1 100644 --- a/typescript/dist/models/RasterBandDescriptor.d.ts +++ b/typescript/dist/models/RasterBandDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterBandDescriptor.js b/typescript/dist/models/RasterBandDescriptor.js index f8603a7..b4125e0 100644 --- a/typescript/dist/models/RasterBandDescriptor.js +++ b/typescript/dist/models/RasterBandDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterColorizer.d.ts b/typescript/dist/models/RasterColorizer.d.ts index 9b87939..419a61e 100644 --- a/typescript/dist/models/RasterColorizer.d.ts +++ b/typescript/dist/models/RasterColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterColorizer.js b/typescript/dist/models/RasterColorizer.js index 323209a..4323cec 100644 --- a/typescript/dist/models/RasterColorizer.js +++ b/typescript/dist/models/RasterColorizer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterDataType.d.ts b/typescript/dist/models/RasterDataType.d.ts index 6102d48..1bc186b 100644 --- a/typescript/dist/models/RasterDataType.d.ts +++ b/typescript/dist/models/RasterDataType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterDataType.js b/typescript/dist/models/RasterDataType.js index ebc8dec..b7fcabf 100644 --- a/typescript/dist/models/RasterDataType.js +++ b/typescript/dist/models/RasterDataType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts index 078dfef..befa1f2 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflow.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterDatasetFromWorkflow.js b/typescript/dist/models/RasterDatasetFromWorkflow.js index 543a932..4c67f7c 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflow.js +++ b/typescript/dist/models/RasterDatasetFromWorkflow.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts b/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts index f13b406..ae2bc1b 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts +++ b/typescript/dist/models/RasterDatasetFromWorkflowResult.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterDatasetFromWorkflowResult.js b/typescript/dist/models/RasterDatasetFromWorkflowResult.js index a502148..a533619 100644 --- a/typescript/dist/models/RasterDatasetFromWorkflowResult.js +++ b/typescript/dist/models/RasterDatasetFromWorkflowResult.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterPropertiesEntryType.d.ts b/typescript/dist/models/RasterPropertiesEntryType.d.ts index 8616a2f..e099bc2 100644 --- a/typescript/dist/models/RasterPropertiesEntryType.d.ts +++ b/typescript/dist/models/RasterPropertiesEntryType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterPropertiesEntryType.js b/typescript/dist/models/RasterPropertiesEntryType.js index 1f3a568..84175e6 100644 --- a/typescript/dist/models/RasterPropertiesEntryType.js +++ b/typescript/dist/models/RasterPropertiesEntryType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterPropertiesKey.d.ts b/typescript/dist/models/RasterPropertiesKey.d.ts index 96af594..1651e0c 100644 --- a/typescript/dist/models/RasterPropertiesKey.d.ts +++ b/typescript/dist/models/RasterPropertiesKey.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterPropertiesKey.js b/typescript/dist/models/RasterPropertiesKey.js index 1efb922..45c2d98 100644 --- a/typescript/dist/models/RasterPropertiesKey.js +++ b/typescript/dist/models/RasterPropertiesKey.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterQueryRectangle.d.ts b/typescript/dist/models/RasterQueryRectangle.d.ts index 14c180a..38c6b2a 100644 --- a/typescript/dist/models/RasterQueryRectangle.d.ts +++ b/typescript/dist/models/RasterQueryRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterQueryRectangle.js b/typescript/dist/models/RasterQueryRectangle.js index 72cab08..0c39224 100644 --- a/typescript/dist/models/RasterQueryRectangle.js +++ b/typescript/dist/models/RasterQueryRectangle.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterResultDescriptor.d.ts b/typescript/dist/models/RasterResultDescriptor.d.ts index c9a4cc0..681b9ae 100644 --- a/typescript/dist/models/RasterResultDescriptor.d.ts +++ b/typescript/dist/models/RasterResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterResultDescriptor.js b/typescript/dist/models/RasterResultDescriptor.js index 48ff619..9838acc 100644 --- a/typescript/dist/models/RasterResultDescriptor.js +++ b/typescript/dist/models/RasterResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterStreamWebsocketResultType.d.ts b/typescript/dist/models/RasterStreamWebsocketResultType.d.ts index b2f3943..7d6d304 100644 --- a/typescript/dist/models/RasterStreamWebsocketResultType.d.ts +++ b/typescript/dist/models/RasterStreamWebsocketResultType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterStreamWebsocketResultType.js b/typescript/dist/models/RasterStreamWebsocketResultType.js index 7824b05..cd4cdf5 100644 --- a/typescript/dist/models/RasterStreamWebsocketResultType.js +++ b/typescript/dist/models/RasterStreamWebsocketResultType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterSymbology.d.ts b/typescript/dist/models/RasterSymbology.d.ts index 76e7950..9ae2052 100644 --- a/typescript/dist/models/RasterSymbology.d.ts +++ b/typescript/dist/models/RasterSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RasterSymbology.js b/typescript/dist/models/RasterSymbology.js index c229bf0..d1e2b5d 100644 --- a/typescript/dist/models/RasterSymbology.js +++ b/typescript/dist/models/RasterSymbology.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Resource.d.ts b/typescript/dist/models/Resource.d.ts index f9c81c0..9dbc0d1 100644 --- a/typescript/dist/models/Resource.d.ts +++ b/typescript/dist/models/Resource.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Resource.js b/typescript/dist/models/Resource.js index f391ed1..814fcea 100644 --- a/typescript/dist/models/Resource.js +++ b/typescript/dist/models/Resource.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceId.d.ts b/typescript/dist/models/ResourceId.d.ts index bbad54b..7131508 100644 --- a/typescript/dist/models/ResourceId.d.ts +++ b/typescript/dist/models/ResourceId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceId.js b/typescript/dist/models/ResourceId.js index a2c8375..c92967f 100644 --- a/typescript/dist/models/ResourceId.js +++ b/typescript/dist/models/ResourceId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdDatasetId.d.ts b/typescript/dist/models/ResourceIdDatasetId.d.ts index 6f9f6d3..8f275dd 100644 --- a/typescript/dist/models/ResourceIdDatasetId.d.ts +++ b/typescript/dist/models/ResourceIdDatasetId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdDatasetId.js b/typescript/dist/models/ResourceIdDatasetId.js index d787416..08d2809 100644 --- a/typescript/dist/models/ResourceIdDatasetId.js +++ b/typescript/dist/models/ResourceIdDatasetId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdLayer.d.ts b/typescript/dist/models/ResourceIdLayer.d.ts index 8c391c1..5d47d9c 100644 --- a/typescript/dist/models/ResourceIdLayer.d.ts +++ b/typescript/dist/models/ResourceIdLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdLayer.js b/typescript/dist/models/ResourceIdLayer.js index 63379c5..d1355e3 100644 --- a/typescript/dist/models/ResourceIdLayer.js +++ b/typescript/dist/models/ResourceIdLayer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdLayerCollection.d.ts b/typescript/dist/models/ResourceIdLayerCollection.d.ts index 442ed16..a94a475 100644 --- a/typescript/dist/models/ResourceIdLayerCollection.d.ts +++ b/typescript/dist/models/ResourceIdLayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdLayerCollection.js b/typescript/dist/models/ResourceIdLayerCollection.js index 65b3661..8bed456 100644 --- a/typescript/dist/models/ResourceIdLayerCollection.js +++ b/typescript/dist/models/ResourceIdLayerCollection.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdMlModel.d.ts b/typescript/dist/models/ResourceIdMlModel.d.ts index 5545ffc..98bf3fb 100644 --- a/typescript/dist/models/ResourceIdMlModel.d.ts +++ b/typescript/dist/models/ResourceIdMlModel.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdMlModel.js b/typescript/dist/models/ResourceIdMlModel.js index d90cc77..0b9ca79 100644 --- a/typescript/dist/models/ResourceIdMlModel.js +++ b/typescript/dist/models/ResourceIdMlModel.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdProject.d.ts b/typescript/dist/models/ResourceIdProject.d.ts index 09e9ccb..e084783 100644 --- a/typescript/dist/models/ResourceIdProject.d.ts +++ b/typescript/dist/models/ResourceIdProject.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ResourceIdProject.js b/typescript/dist/models/ResourceIdProject.js index 79027ee..5a96db7 100644 --- a/typescript/dist/models/ResourceIdProject.js +++ b/typescript/dist/models/ResourceIdProject.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Role.d.ts b/typescript/dist/models/Role.d.ts index 86c4711..94df2ec 100644 --- a/typescript/dist/models/Role.d.ts +++ b/typescript/dist/models/Role.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Role.js b/typescript/dist/models/Role.js index 557124b..1fe38f0 100644 --- a/typescript/dist/models/Role.js +++ b/typescript/dist/models/Role.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RoleDescription.d.ts b/typescript/dist/models/RoleDescription.d.ts index 1f27c5e..90f7a05 100644 --- a/typescript/dist/models/RoleDescription.d.ts +++ b/typescript/dist/models/RoleDescription.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/RoleDescription.js b/typescript/dist/models/RoleDescription.js index b22c164..01e2240 100644 --- a/typescript/dist/models/RoleDescription.js +++ b/typescript/dist/models/RoleDescription.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/STRectangle.d.ts b/typescript/dist/models/STRectangle.d.ts index bf22a33..cd9273b 100644 --- a/typescript/dist/models/STRectangle.d.ts +++ b/typescript/dist/models/STRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/STRectangle.js b/typescript/dist/models/STRectangle.js index 7158bc1..6eb3d43 100644 --- a/typescript/dist/models/STRectangle.js +++ b/typescript/dist/models/STRectangle.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SearchCapabilities.d.ts b/typescript/dist/models/SearchCapabilities.d.ts index af9d854..5569fc6 100644 --- a/typescript/dist/models/SearchCapabilities.d.ts +++ b/typescript/dist/models/SearchCapabilities.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SearchCapabilities.js b/typescript/dist/models/SearchCapabilities.js index 49691ca..46d5e6c 100644 --- a/typescript/dist/models/SearchCapabilities.js +++ b/typescript/dist/models/SearchCapabilities.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SearchType.d.ts b/typescript/dist/models/SearchType.d.ts index b27e864..d18be08 100644 --- a/typescript/dist/models/SearchType.d.ts +++ b/typescript/dist/models/SearchType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SearchType.js b/typescript/dist/models/SearchType.js index b0e8f48..1bc2d31 100644 --- a/typescript/dist/models/SearchType.js +++ b/typescript/dist/models/SearchType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SearchTypes.d.ts b/typescript/dist/models/SearchTypes.d.ts index e4d0f1c..b65c95c 100644 --- a/typescript/dist/models/SearchTypes.d.ts +++ b/typescript/dist/models/SearchTypes.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SearchTypes.js b/typescript/dist/models/SearchTypes.js index a29caeb..f14e0e0 100644 --- a/typescript/dist/models/SearchTypes.js +++ b/typescript/dist/models/SearchTypes.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ServerInfo.d.ts b/typescript/dist/models/ServerInfo.d.ts index 584980e..d74cf3e 100644 --- a/typescript/dist/models/ServerInfo.d.ts +++ b/typescript/dist/models/ServerInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/ServerInfo.js b/typescript/dist/models/ServerInfo.js index 91fa2a8..3466521 100644 --- a/typescript/dist/models/ServerInfo.js +++ b/typescript/dist/models/ServerInfo.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SingleBandRasterColorizer.d.ts b/typescript/dist/models/SingleBandRasterColorizer.d.ts index a717c6c..6968e54 100644 --- a/typescript/dist/models/SingleBandRasterColorizer.d.ts +++ b/typescript/dist/models/SingleBandRasterColorizer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SingleBandRasterColorizer.js b/typescript/dist/models/SingleBandRasterColorizer.js index 1e8bc66..fbb6cb9 100644 --- a/typescript/dist/models/SingleBandRasterColorizer.js +++ b/typescript/dist/models/SingleBandRasterColorizer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialPartition2D.d.ts b/typescript/dist/models/SpatialPartition2D.d.ts index 9779af6..04e3474 100644 --- a/typescript/dist/models/SpatialPartition2D.d.ts +++ b/typescript/dist/models/SpatialPartition2D.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialPartition2D.js b/typescript/dist/models/SpatialPartition2D.js index b72bd6b..666a652 100644 --- a/typescript/dist/models/SpatialPartition2D.js +++ b/typescript/dist/models/SpatialPartition2D.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialReferenceAuthority.d.ts b/typescript/dist/models/SpatialReferenceAuthority.d.ts index 84382dd..5c8ed9e 100644 --- a/typescript/dist/models/SpatialReferenceAuthority.d.ts +++ b/typescript/dist/models/SpatialReferenceAuthority.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialReferenceAuthority.js b/typescript/dist/models/SpatialReferenceAuthority.js index 7e40c32..ee8b915 100644 --- a/typescript/dist/models/SpatialReferenceAuthority.js +++ b/typescript/dist/models/SpatialReferenceAuthority.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialReferenceSpecification.d.ts b/typescript/dist/models/SpatialReferenceSpecification.d.ts index 0ef0685..955a2fa 100644 --- a/typescript/dist/models/SpatialReferenceSpecification.d.ts +++ b/typescript/dist/models/SpatialReferenceSpecification.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialReferenceSpecification.js b/typescript/dist/models/SpatialReferenceSpecification.js index 7102976..e6274c2 100644 --- a/typescript/dist/models/SpatialReferenceSpecification.js +++ b/typescript/dist/models/SpatialReferenceSpecification.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialResolution.d.ts b/typescript/dist/models/SpatialResolution.d.ts index 3a9d7d3..4300e09 100644 --- a/typescript/dist/models/SpatialResolution.d.ts +++ b/typescript/dist/models/SpatialResolution.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SpatialResolution.js b/typescript/dist/models/SpatialResolution.js index 66894ec..435151b 100644 --- a/typescript/dist/models/SpatialResolution.js +++ b/typescript/dist/models/SpatialResolution.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/StaticNumberParam.d.ts b/typescript/dist/models/StaticNumberParam.d.ts index d4aa96d..9b97064 100644 --- a/typescript/dist/models/StaticNumberParam.d.ts +++ b/typescript/dist/models/StaticNumberParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/StaticNumberParam.js b/typescript/dist/models/StaticNumberParam.js index 3edf359..aedc91a 100644 --- a/typescript/dist/models/StaticNumberParam.js +++ b/typescript/dist/models/StaticNumberParam.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/StrokeParam.d.ts b/typescript/dist/models/StrokeParam.d.ts index 83a62ea..4e8d0aa 100644 --- a/typescript/dist/models/StrokeParam.d.ts +++ b/typescript/dist/models/StrokeParam.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/StrokeParam.js b/typescript/dist/models/StrokeParam.js index bbd0ad4..374714e 100644 --- a/typescript/dist/models/StrokeParam.js +++ b/typescript/dist/models/StrokeParam.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SuggestMetaData.d.ts b/typescript/dist/models/SuggestMetaData.d.ts index 019e4d5..ade70e9 100644 --- a/typescript/dist/models/SuggestMetaData.d.ts +++ b/typescript/dist/models/SuggestMetaData.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/SuggestMetaData.js b/typescript/dist/models/SuggestMetaData.js index ceeb438..df5dff5 100644 --- a/typescript/dist/models/SuggestMetaData.js +++ b/typescript/dist/models/SuggestMetaData.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Symbology.d.ts b/typescript/dist/models/Symbology.d.ts index f46afbd..d3d086d 100644 --- a/typescript/dist/models/Symbology.d.ts +++ b/typescript/dist/models/Symbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Symbology.js b/typescript/dist/models/Symbology.js index b550f74..e13dd26 100644 --- a/typescript/dist/models/Symbology.js +++ b/typescript/dist/models/Symbology.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskAbortOptions.d.ts b/typescript/dist/models/TaskAbortOptions.d.ts index 21a5ad0..da84a7f 100644 --- a/typescript/dist/models/TaskAbortOptions.d.ts +++ b/typescript/dist/models/TaskAbortOptions.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskAbortOptions.js b/typescript/dist/models/TaskAbortOptions.js index 0453c12..9af1b19 100644 --- a/typescript/dist/models/TaskAbortOptions.js +++ b/typescript/dist/models/TaskAbortOptions.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskFilter.d.ts b/typescript/dist/models/TaskFilter.d.ts index 8ae3693..b680418 100644 --- a/typescript/dist/models/TaskFilter.d.ts +++ b/typescript/dist/models/TaskFilter.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskFilter.js b/typescript/dist/models/TaskFilter.js index b694dc0..be6c476 100644 --- a/typescript/dist/models/TaskFilter.js +++ b/typescript/dist/models/TaskFilter.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskListOptions.d.ts b/typescript/dist/models/TaskListOptions.d.ts index cd32e95..a92ba66 100644 --- a/typescript/dist/models/TaskListOptions.d.ts +++ b/typescript/dist/models/TaskListOptions.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskListOptions.js b/typescript/dist/models/TaskListOptions.js index bc03e76..bb4920e 100644 --- a/typescript/dist/models/TaskListOptions.js +++ b/typescript/dist/models/TaskListOptions.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskResponse.d.ts b/typescript/dist/models/TaskResponse.d.ts index 48f6f19..1ea10c4 100644 --- a/typescript/dist/models/TaskResponse.d.ts +++ b/typescript/dist/models/TaskResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskResponse.js b/typescript/dist/models/TaskResponse.js index ff42a59..954ffce 100644 --- a/typescript/dist/models/TaskResponse.js +++ b/typescript/dist/models/TaskResponse.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatus.d.ts b/typescript/dist/models/TaskStatus.d.ts index e9aedbc..cd0e0bd 100644 --- a/typescript/dist/models/TaskStatus.d.ts +++ b/typescript/dist/models/TaskStatus.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatus.js b/typescript/dist/models/TaskStatus.js index 39198f2..dd18321 100644 --- a/typescript/dist/models/TaskStatus.js +++ b/typescript/dist/models/TaskStatus.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusAborted.d.ts b/typescript/dist/models/TaskStatusAborted.d.ts index f2f0c04..ac5d9bb 100644 --- a/typescript/dist/models/TaskStatusAborted.d.ts +++ b/typescript/dist/models/TaskStatusAborted.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusAborted.js b/typescript/dist/models/TaskStatusAborted.js index a48dfbd..cd0cb4b 100644 --- a/typescript/dist/models/TaskStatusAborted.js +++ b/typescript/dist/models/TaskStatusAborted.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusCompleted.d.ts b/typescript/dist/models/TaskStatusCompleted.d.ts index 60f12f6..1798b6b 100644 --- a/typescript/dist/models/TaskStatusCompleted.d.ts +++ b/typescript/dist/models/TaskStatusCompleted.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusCompleted.js b/typescript/dist/models/TaskStatusCompleted.js index f63ada9..af562e5 100644 --- a/typescript/dist/models/TaskStatusCompleted.js +++ b/typescript/dist/models/TaskStatusCompleted.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusFailed.d.ts b/typescript/dist/models/TaskStatusFailed.d.ts index 91cacc0..504596a 100644 --- a/typescript/dist/models/TaskStatusFailed.d.ts +++ b/typescript/dist/models/TaskStatusFailed.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusFailed.js b/typescript/dist/models/TaskStatusFailed.js index 43fb71d..f3bc6ee 100644 --- a/typescript/dist/models/TaskStatusFailed.js +++ b/typescript/dist/models/TaskStatusFailed.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusRunning.d.ts b/typescript/dist/models/TaskStatusRunning.d.ts index dc42d96..8a34487 100644 --- a/typescript/dist/models/TaskStatusRunning.d.ts +++ b/typescript/dist/models/TaskStatusRunning.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusRunning.js b/typescript/dist/models/TaskStatusRunning.js index 7dc160c..05ee00f 100644 --- a/typescript/dist/models/TaskStatusRunning.js +++ b/typescript/dist/models/TaskStatusRunning.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusWithId.d.ts b/typescript/dist/models/TaskStatusWithId.d.ts index 5551b95..1ec8a3d 100644 --- a/typescript/dist/models/TaskStatusWithId.d.ts +++ b/typescript/dist/models/TaskStatusWithId.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TaskStatusWithId.js b/typescript/dist/models/TaskStatusWithId.js index e40c79c..d1fd1fe 100644 --- a/typescript/dist/models/TaskStatusWithId.js +++ b/typescript/dist/models/TaskStatusWithId.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TextSymbology.d.ts b/typescript/dist/models/TextSymbology.d.ts index 3220dbf..f991cf0 100644 --- a/typescript/dist/models/TextSymbology.d.ts +++ b/typescript/dist/models/TextSymbology.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TextSymbology.js b/typescript/dist/models/TextSymbology.js index e77c560..7cdab58 100644 --- a/typescript/dist/models/TextSymbology.js +++ b/typescript/dist/models/TextSymbology.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeGranularity.d.ts b/typescript/dist/models/TimeGranularity.d.ts index 427721a..4844814 100644 --- a/typescript/dist/models/TimeGranularity.d.ts +++ b/typescript/dist/models/TimeGranularity.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeGranularity.js b/typescript/dist/models/TimeGranularity.js index 80a3072..6dd7f2b 100644 --- a/typescript/dist/models/TimeGranularity.js +++ b/typescript/dist/models/TimeGranularity.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeInterval.d.ts b/typescript/dist/models/TimeInterval.d.ts index a81bb42..a438b43 100644 --- a/typescript/dist/models/TimeInterval.d.ts +++ b/typescript/dist/models/TimeInterval.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeInterval.js b/typescript/dist/models/TimeInterval.js index 00e82fe..0e63d6f 100644 --- a/typescript/dist/models/TimeInterval.js +++ b/typescript/dist/models/TimeInterval.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeReference.d.ts b/typescript/dist/models/TimeReference.d.ts index f771103..95a1a23 100644 --- a/typescript/dist/models/TimeReference.d.ts +++ b/typescript/dist/models/TimeReference.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeReference.js b/typescript/dist/models/TimeReference.js index 307b452..566483f 100644 --- a/typescript/dist/models/TimeReference.js +++ b/typescript/dist/models/TimeReference.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeStep.d.ts b/typescript/dist/models/TimeStep.d.ts index 21da322..a3e6fd5 100644 --- a/typescript/dist/models/TimeStep.d.ts +++ b/typescript/dist/models/TimeStep.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TimeStep.js b/typescript/dist/models/TimeStep.js index 32646d9..d56bac4 100644 --- a/typescript/dist/models/TimeStep.js +++ b/typescript/dist/models/TimeStep.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometry.d.ts b/typescript/dist/models/TypedGeometry.d.ts index ca39482..8fb9a5a 100644 --- a/typescript/dist/models/TypedGeometry.d.ts +++ b/typescript/dist/models/TypedGeometry.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometry.js b/typescript/dist/models/TypedGeometry.js index 94d8f81..3ef4975 100644 --- a/typescript/dist/models/TypedGeometry.js +++ b/typescript/dist/models/TypedGeometry.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf.d.ts b/typescript/dist/models/TypedGeometryOneOf.d.ts index 46088d0..144d326 100644 --- a/typescript/dist/models/TypedGeometryOneOf.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf.js b/typescript/dist/models/TypedGeometryOneOf.js index ae38907..ad2d375 100644 --- a/typescript/dist/models/TypedGeometryOneOf.js +++ b/typescript/dist/models/TypedGeometryOneOf.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf1.d.ts b/typescript/dist/models/TypedGeometryOneOf1.d.ts index 5c7e97d..c0f6575 100644 --- a/typescript/dist/models/TypedGeometryOneOf1.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf1.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf1.js b/typescript/dist/models/TypedGeometryOneOf1.js index 6b5f466..5da85af 100644 --- a/typescript/dist/models/TypedGeometryOneOf1.js +++ b/typescript/dist/models/TypedGeometryOneOf1.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf2.d.ts b/typescript/dist/models/TypedGeometryOneOf2.d.ts index 7f76249..bb17369 100644 --- a/typescript/dist/models/TypedGeometryOneOf2.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf2.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf2.js b/typescript/dist/models/TypedGeometryOneOf2.js index 4894bb4..db54e7a 100644 --- a/typescript/dist/models/TypedGeometryOneOf2.js +++ b/typescript/dist/models/TypedGeometryOneOf2.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf3.d.ts b/typescript/dist/models/TypedGeometryOneOf3.d.ts index afef53b..1025245 100644 --- a/typescript/dist/models/TypedGeometryOneOf3.d.ts +++ b/typescript/dist/models/TypedGeometryOneOf3.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedGeometryOneOf3.js b/typescript/dist/models/TypedGeometryOneOf3.js index 6676280..2433f0e 100644 --- a/typescript/dist/models/TypedGeometryOneOf3.js +++ b/typescript/dist/models/TypedGeometryOneOf3.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedOperator.d.ts b/typescript/dist/models/TypedOperator.d.ts index 592ae03..7da0150 100644 --- a/typescript/dist/models/TypedOperator.d.ts +++ b/typescript/dist/models/TypedOperator.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedOperator.js b/typescript/dist/models/TypedOperator.js index b7ba15b..31f1a13 100644 --- a/typescript/dist/models/TypedOperator.js +++ b/typescript/dist/models/TypedOperator.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedOperatorOperator.d.ts b/typescript/dist/models/TypedOperatorOperator.d.ts index a1f120e..f963ebb 100644 --- a/typescript/dist/models/TypedOperatorOperator.d.ts +++ b/typescript/dist/models/TypedOperatorOperator.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedOperatorOperator.js b/typescript/dist/models/TypedOperatorOperator.js index 272cc29..6d9b174 100644 --- a/typescript/dist/models/TypedOperatorOperator.js +++ b/typescript/dist/models/TypedOperatorOperator.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedPlotResultDescriptor.d.ts b/typescript/dist/models/TypedPlotResultDescriptor.d.ts index 072a307..4c2d4c1 100644 --- a/typescript/dist/models/TypedPlotResultDescriptor.d.ts +++ b/typescript/dist/models/TypedPlotResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedPlotResultDescriptor.js b/typescript/dist/models/TypedPlotResultDescriptor.js index 04f0bf4..a2a22eb 100644 --- a/typescript/dist/models/TypedPlotResultDescriptor.js +++ b/typescript/dist/models/TypedPlotResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedRasterResultDescriptor.d.ts b/typescript/dist/models/TypedRasterResultDescriptor.d.ts index 9c32a9d..582712a 100644 --- a/typescript/dist/models/TypedRasterResultDescriptor.d.ts +++ b/typescript/dist/models/TypedRasterResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedRasterResultDescriptor.js b/typescript/dist/models/TypedRasterResultDescriptor.js index aa42f54..b402725 100644 --- a/typescript/dist/models/TypedRasterResultDescriptor.js +++ b/typescript/dist/models/TypedRasterResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedResultDescriptor.d.ts b/typescript/dist/models/TypedResultDescriptor.d.ts index 1c237eb..dfae9e1 100644 --- a/typescript/dist/models/TypedResultDescriptor.d.ts +++ b/typescript/dist/models/TypedResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedResultDescriptor.js b/typescript/dist/models/TypedResultDescriptor.js index b25a202..3657755 100644 --- a/typescript/dist/models/TypedResultDescriptor.js +++ b/typescript/dist/models/TypedResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedVectorResultDescriptor.d.ts b/typescript/dist/models/TypedVectorResultDescriptor.d.ts index 86e64b4..ca993da 100644 --- a/typescript/dist/models/TypedVectorResultDescriptor.d.ts +++ b/typescript/dist/models/TypedVectorResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/TypedVectorResultDescriptor.js b/typescript/dist/models/TypedVectorResultDescriptor.js index 4e9d145..0e343c4 100644 --- a/typescript/dist/models/TypedVectorResultDescriptor.js +++ b/typescript/dist/models/TypedVectorResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UnitlessMeasurement.d.ts b/typescript/dist/models/UnitlessMeasurement.d.ts index 2577e83..47b244d 100644 --- a/typescript/dist/models/UnitlessMeasurement.d.ts +++ b/typescript/dist/models/UnitlessMeasurement.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UnitlessMeasurement.js b/typescript/dist/models/UnitlessMeasurement.js index 4f223de..966ae01 100644 --- a/typescript/dist/models/UnitlessMeasurement.js +++ b/typescript/dist/models/UnitlessMeasurement.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UnixTimeStampType.d.ts b/typescript/dist/models/UnixTimeStampType.d.ts index d8db17b..60a3618 100644 --- a/typescript/dist/models/UnixTimeStampType.d.ts +++ b/typescript/dist/models/UnixTimeStampType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UnixTimeStampType.js b/typescript/dist/models/UnixTimeStampType.js index 4714186..da09977 100644 --- a/typescript/dist/models/UnixTimeStampType.js +++ b/typescript/dist/models/UnixTimeStampType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateDataset.d.ts b/typescript/dist/models/UpdateDataset.d.ts index 5328e1a..5b25bb0 100644 --- a/typescript/dist/models/UpdateDataset.d.ts +++ b/typescript/dist/models/UpdateDataset.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateDataset.js b/typescript/dist/models/UpdateDataset.js index 263d3d4..04c0403 100644 --- a/typescript/dist/models/UpdateDataset.js +++ b/typescript/dist/models/UpdateDataset.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateLayer.d.ts b/typescript/dist/models/UpdateLayer.d.ts index d00e51e..6a59ada 100644 --- a/typescript/dist/models/UpdateLayer.d.ts +++ b/typescript/dist/models/UpdateLayer.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateLayer.js b/typescript/dist/models/UpdateLayer.js index e2afa50..9523e10 100644 --- a/typescript/dist/models/UpdateLayer.js +++ b/typescript/dist/models/UpdateLayer.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateLayerCollection.d.ts b/typescript/dist/models/UpdateLayerCollection.d.ts index 948a5a5..7af58d4 100644 --- a/typescript/dist/models/UpdateLayerCollection.d.ts +++ b/typescript/dist/models/UpdateLayerCollection.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateLayerCollection.js b/typescript/dist/models/UpdateLayerCollection.js index b8f1a49..871cd07 100644 --- a/typescript/dist/models/UpdateLayerCollection.js +++ b/typescript/dist/models/UpdateLayerCollection.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateProject.d.ts b/typescript/dist/models/UpdateProject.d.ts index a53b161..011b258 100644 --- a/typescript/dist/models/UpdateProject.d.ts +++ b/typescript/dist/models/UpdateProject.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateProject.js b/typescript/dist/models/UpdateProject.js index 82672ea..41e255c 100644 --- a/typescript/dist/models/UpdateProject.js +++ b/typescript/dist/models/UpdateProject.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateQuota.d.ts b/typescript/dist/models/UpdateQuota.d.ts index a9654bb..fa6a8c7 100644 --- a/typescript/dist/models/UpdateQuota.d.ts +++ b/typescript/dist/models/UpdateQuota.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UpdateQuota.js b/typescript/dist/models/UpdateQuota.js index 2574b35..a4cca01 100644 --- a/typescript/dist/models/UpdateQuota.js +++ b/typescript/dist/models/UpdateQuota.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UploadFileLayersResponse.d.ts b/typescript/dist/models/UploadFileLayersResponse.d.ts index 52e710c..d0f2247 100644 --- a/typescript/dist/models/UploadFileLayersResponse.d.ts +++ b/typescript/dist/models/UploadFileLayersResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UploadFileLayersResponse.js b/typescript/dist/models/UploadFileLayersResponse.js index 7f77133..52c41f1 100644 --- a/typescript/dist/models/UploadFileLayersResponse.js +++ b/typescript/dist/models/UploadFileLayersResponse.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UploadFilesResponse.d.ts b/typescript/dist/models/UploadFilesResponse.d.ts index af15045..73676cf 100644 --- a/typescript/dist/models/UploadFilesResponse.d.ts +++ b/typescript/dist/models/UploadFilesResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UploadFilesResponse.js b/typescript/dist/models/UploadFilesResponse.js index e143e67..7ed4bd3 100644 --- a/typescript/dist/models/UploadFilesResponse.js +++ b/typescript/dist/models/UploadFilesResponse.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UsageSummaryGranularity.d.ts b/typescript/dist/models/UsageSummaryGranularity.d.ts index 2eeb47c..ff762ef 100644 --- a/typescript/dist/models/UsageSummaryGranularity.d.ts +++ b/typescript/dist/models/UsageSummaryGranularity.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UsageSummaryGranularity.js b/typescript/dist/models/UsageSummaryGranularity.js index aa485d2..3230a92 100644 --- a/typescript/dist/models/UsageSummaryGranularity.js +++ b/typescript/dist/models/UsageSummaryGranularity.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserCredentials.d.ts b/typescript/dist/models/UserCredentials.d.ts index 9f6f532..f1f68f1 100644 --- a/typescript/dist/models/UserCredentials.d.ts +++ b/typescript/dist/models/UserCredentials.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserCredentials.js b/typescript/dist/models/UserCredentials.js index 29c915d..fcb01d3 100644 --- a/typescript/dist/models/UserCredentials.js +++ b/typescript/dist/models/UserCredentials.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserInfo.d.ts b/typescript/dist/models/UserInfo.d.ts index c4238f1..3df6b91 100644 --- a/typescript/dist/models/UserInfo.d.ts +++ b/typescript/dist/models/UserInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserInfo.js b/typescript/dist/models/UserInfo.js index b6aedf1..fcbba95 100644 --- a/typescript/dist/models/UserInfo.js +++ b/typescript/dist/models/UserInfo.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserRegistration.d.ts b/typescript/dist/models/UserRegistration.d.ts index 3edef0d..895ff87 100644 --- a/typescript/dist/models/UserRegistration.d.ts +++ b/typescript/dist/models/UserRegistration.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserRegistration.js b/typescript/dist/models/UserRegistration.js index 2ef9f3f..e5f8ff6 100644 --- a/typescript/dist/models/UserRegistration.js +++ b/typescript/dist/models/UserRegistration.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserSession.d.ts b/typescript/dist/models/UserSession.d.ts index 414011f..f24076a 100644 --- a/typescript/dist/models/UserSession.d.ts +++ b/typescript/dist/models/UserSession.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/UserSession.js b/typescript/dist/models/UserSession.js index 2315658..8239883 100644 --- a/typescript/dist/models/UserSession.js +++ b/typescript/dist/models/UserSession.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorColumnInfo.d.ts b/typescript/dist/models/VectorColumnInfo.d.ts index 8bf26bf..4a7538d 100644 --- a/typescript/dist/models/VectorColumnInfo.d.ts +++ b/typescript/dist/models/VectorColumnInfo.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorColumnInfo.js b/typescript/dist/models/VectorColumnInfo.js index c2b30e9..14f9e22 100644 --- a/typescript/dist/models/VectorColumnInfo.js +++ b/typescript/dist/models/VectorColumnInfo.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorDataType.d.ts b/typescript/dist/models/VectorDataType.d.ts index d8c56be..90d6565 100644 --- a/typescript/dist/models/VectorDataType.d.ts +++ b/typescript/dist/models/VectorDataType.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorDataType.js b/typescript/dist/models/VectorDataType.js index 25c2173..183fae0 100644 --- a/typescript/dist/models/VectorDataType.js +++ b/typescript/dist/models/VectorDataType.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorQueryRectangle.d.ts b/typescript/dist/models/VectorQueryRectangle.d.ts index 92a3b99..d2cb912 100644 --- a/typescript/dist/models/VectorQueryRectangle.d.ts +++ b/typescript/dist/models/VectorQueryRectangle.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorQueryRectangle.js b/typescript/dist/models/VectorQueryRectangle.js index 9be4f69..9b18e8b 100644 --- a/typescript/dist/models/VectorQueryRectangle.js +++ b/typescript/dist/models/VectorQueryRectangle.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorResultDescriptor.d.ts b/typescript/dist/models/VectorResultDescriptor.d.ts index 41871f6..4170742 100644 --- a/typescript/dist/models/VectorResultDescriptor.d.ts +++ b/typescript/dist/models/VectorResultDescriptor.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VectorResultDescriptor.js b/typescript/dist/models/VectorResultDescriptor.js index c802410..ad56d45 100644 --- a/typescript/dist/models/VectorResultDescriptor.js +++ b/typescript/dist/models/VectorResultDescriptor.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Volume.d.ts b/typescript/dist/models/Volume.d.ts index fc7f753..597f462 100644 --- a/typescript/dist/models/Volume.d.ts +++ b/typescript/dist/models/Volume.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Volume.js b/typescript/dist/models/Volume.js index 5df8ad0..497b58b 100644 --- a/typescript/dist/models/Volume.js +++ b/typescript/dist/models/Volume.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VolumeFileLayersResponse.d.ts b/typescript/dist/models/VolumeFileLayersResponse.d.ts index 68c0b9e..77be37b 100644 --- a/typescript/dist/models/VolumeFileLayersResponse.d.ts +++ b/typescript/dist/models/VolumeFileLayersResponse.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/VolumeFileLayersResponse.js b/typescript/dist/models/VolumeFileLayersResponse.js index 1b20c05..e576107 100644 --- a/typescript/dist/models/VolumeFileLayersResponse.js +++ b/typescript/dist/models/VolumeFileLayersResponse.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WcsBoundingbox.d.ts b/typescript/dist/models/WcsBoundingbox.d.ts index b396f75..3ddd2f6 100644 --- a/typescript/dist/models/WcsBoundingbox.d.ts +++ b/typescript/dist/models/WcsBoundingbox.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WcsBoundingbox.js b/typescript/dist/models/WcsBoundingbox.js index ac92a6e..9019924 100644 --- a/typescript/dist/models/WcsBoundingbox.js +++ b/typescript/dist/models/WcsBoundingbox.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WcsService.d.ts b/typescript/dist/models/WcsService.d.ts index 9c5a3e5..3893f5d 100644 --- a/typescript/dist/models/WcsService.d.ts +++ b/typescript/dist/models/WcsService.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WcsService.js b/typescript/dist/models/WcsService.js index 147c9a9..e287db6 100644 --- a/typescript/dist/models/WcsService.js +++ b/typescript/dist/models/WcsService.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WcsVersion.d.ts b/typescript/dist/models/WcsVersion.d.ts index 1aed05f..de362b0 100644 --- a/typescript/dist/models/WcsVersion.d.ts +++ b/typescript/dist/models/WcsVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WcsVersion.js b/typescript/dist/models/WcsVersion.js index 6fc2dee..72413be 100644 --- a/typescript/dist/models/WcsVersion.js +++ b/typescript/dist/models/WcsVersion.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WfsService.d.ts b/typescript/dist/models/WfsService.d.ts index b1e084e..9f8070d 100644 --- a/typescript/dist/models/WfsService.d.ts +++ b/typescript/dist/models/WfsService.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WfsService.js b/typescript/dist/models/WfsService.js index fcb5a1d..b6be229 100644 --- a/typescript/dist/models/WfsService.js +++ b/typescript/dist/models/WfsService.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WfsVersion.d.ts b/typescript/dist/models/WfsVersion.d.ts index a8324d4..9d1d2e9 100644 --- a/typescript/dist/models/WfsVersion.d.ts +++ b/typescript/dist/models/WfsVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WfsVersion.js b/typescript/dist/models/WfsVersion.js index bd20630..908354c 100644 --- a/typescript/dist/models/WfsVersion.js +++ b/typescript/dist/models/WfsVersion.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WmsService.d.ts b/typescript/dist/models/WmsService.d.ts index 7d7167f..8038d8f 100644 --- a/typescript/dist/models/WmsService.d.ts +++ b/typescript/dist/models/WmsService.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WmsService.js b/typescript/dist/models/WmsService.js index 5dcaf43..9b101fa 100644 --- a/typescript/dist/models/WmsService.js +++ b/typescript/dist/models/WmsService.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WmsVersion.d.ts b/typescript/dist/models/WmsVersion.d.ts index 01dc387..b30c4c7 100644 --- a/typescript/dist/models/WmsVersion.d.ts +++ b/typescript/dist/models/WmsVersion.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WmsVersion.js b/typescript/dist/models/WmsVersion.js index 5f26119..026c558 100644 --- a/typescript/dist/models/WmsVersion.js +++ b/typescript/dist/models/WmsVersion.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Workflow.d.ts b/typescript/dist/models/Workflow.d.ts index 671d985..277ea13 100644 --- a/typescript/dist/models/Workflow.d.ts +++ b/typescript/dist/models/Workflow.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/Workflow.js b/typescript/dist/models/Workflow.js index d2f40f0..448410c 100644 --- a/typescript/dist/models/Workflow.js +++ b/typescript/dist/models/Workflow.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WrappedPlotOutput.d.ts b/typescript/dist/models/WrappedPlotOutput.d.ts index de84d7a..b529515 100644 --- a/typescript/dist/models/WrappedPlotOutput.d.ts +++ b/typescript/dist/models/WrappedPlotOutput.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/models/WrappedPlotOutput.js b/typescript/dist/models/WrappedPlotOutput.js index c5c9ed1..f9733d4 100644 --- a/typescript/dist/models/WrappedPlotOutput.js +++ b/typescript/dist/models/WrappedPlotOutput.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/runtime.d.ts b/typescript/dist/runtime.d.ts index 76b20dc..391b42b 100644 --- a/typescript/dist/runtime.d.ts +++ b/typescript/dist/runtime.d.ts @@ -1,5 +1,5 @@ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index 66c92ae..9fe9055 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -2,7 +2,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/DatasetsApi.ts b/typescript/src/apis/DatasetsApi.ts index aaefe80..27401d2 100644 --- a/typescript/src/apis/DatasetsApi.ts +++ b/typescript/src/apis/DatasetsApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/GeneralApi.ts b/typescript/src/apis/GeneralApi.ts index 8c526a7..4e97333 100644 --- a/typescript/src/apis/GeneralApi.ts +++ b/typescript/src/apis/GeneralApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/LayersApi.ts b/typescript/src/apis/LayersApi.ts index b78ddf8..13579b8 100644 --- a/typescript/src/apis/LayersApi.ts +++ b/typescript/src/apis/LayersApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/MLApi.ts b/typescript/src/apis/MLApi.ts index c404358..7afac21 100644 --- a/typescript/src/apis/MLApi.ts +++ b/typescript/src/apis/MLApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/OGCWCSApi.ts b/typescript/src/apis/OGCWCSApi.ts index b04e76f..04b5eec 100644 --- a/typescript/src/apis/OGCWCSApi.ts +++ b/typescript/src/apis/OGCWCSApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/OGCWFSApi.ts b/typescript/src/apis/OGCWFSApi.ts index be1d673..e950dca 100644 --- a/typescript/src/apis/OGCWFSApi.ts +++ b/typescript/src/apis/OGCWFSApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/OGCWMSApi.ts b/typescript/src/apis/OGCWMSApi.ts index e21b157..54d3035 100644 --- a/typescript/src/apis/OGCWMSApi.ts +++ b/typescript/src/apis/OGCWMSApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/PermissionsApi.ts b/typescript/src/apis/PermissionsApi.ts index 6b16771..1b561d2 100644 --- a/typescript/src/apis/PermissionsApi.ts +++ b/typescript/src/apis/PermissionsApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/PlotsApi.ts b/typescript/src/apis/PlotsApi.ts index 30fbbe9..22897ee 100644 --- a/typescript/src/apis/PlotsApi.ts +++ b/typescript/src/apis/PlotsApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/ProjectsApi.ts b/typescript/src/apis/ProjectsApi.ts index bdde45a..e5b749c 100644 --- a/typescript/src/apis/ProjectsApi.ts +++ b/typescript/src/apis/ProjectsApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/SessionApi.ts b/typescript/src/apis/SessionApi.ts index 99a12a7..317a3ac 100644 --- a/typescript/src/apis/SessionApi.ts +++ b/typescript/src/apis/SessionApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/SpatialReferencesApi.ts b/typescript/src/apis/SpatialReferencesApi.ts index 6e57b2e..b75cfb8 100644 --- a/typescript/src/apis/SpatialReferencesApi.ts +++ b/typescript/src/apis/SpatialReferencesApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/TasksApi.ts b/typescript/src/apis/TasksApi.ts index 3478801..dd1ced5 100644 --- a/typescript/src/apis/TasksApi.ts +++ b/typescript/src/apis/TasksApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/UploadsApi.ts b/typescript/src/apis/UploadsApi.ts index 6d7c70a..c6404a0 100644 --- a/typescript/src/apis/UploadsApi.ts +++ b/typescript/src/apis/UploadsApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/UserApi.ts b/typescript/src/apis/UserApi.ts index 8f069bd..2b7910f 100644 --- a/typescript/src/apis/UserApi.ts +++ b/typescript/src/apis/UserApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/apis/WorkflowsApi.ts b/typescript/src/apis/WorkflowsApi.ts index bfb94f1..074d5db 100644 --- a/typescript/src/apis/WorkflowsApi.ts +++ b/typescript/src/apis/WorkflowsApi.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AddCollection200Response.ts b/typescript/src/models/AddCollection200Response.ts index cb29562..94ebe9b 100644 --- a/typescript/src/models/AddCollection200Response.ts +++ b/typescript/src/models/AddCollection200Response.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AddDataset.ts b/typescript/src/models/AddDataset.ts index a686961..fa9a0f5 100644 --- a/typescript/src/models/AddDataset.ts +++ b/typescript/src/models/AddDataset.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AddLayer.ts b/typescript/src/models/AddLayer.ts index 343b0e4..f86efee 100644 --- a/typescript/src/models/AddLayer.ts +++ b/typescript/src/models/AddLayer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AddLayerCollection.ts b/typescript/src/models/AddLayerCollection.ts index 35faf60..a5c0567 100644 --- a/typescript/src/models/AddLayerCollection.ts +++ b/typescript/src/models/AddLayerCollection.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AddRole.ts b/typescript/src/models/AddRole.ts index a986f9e..ef68429 100644 --- a/typescript/src/models/AddRole.ts +++ b/typescript/src/models/AddRole.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AuthCodeRequestURL.ts b/typescript/src/models/AuthCodeRequestURL.ts index b979e41..423457b 100644 --- a/typescript/src/models/AuthCodeRequestURL.ts +++ b/typescript/src/models/AuthCodeRequestURL.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AuthCodeResponse.ts b/typescript/src/models/AuthCodeResponse.ts index 2b2c802..ac75346 100644 --- a/typescript/src/models/AuthCodeResponse.ts +++ b/typescript/src/models/AuthCodeResponse.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AutoCreateDataset.ts b/typescript/src/models/AutoCreateDataset.ts index 0134697..461705e 100644 --- a/typescript/src/models/AutoCreateDataset.ts +++ b/typescript/src/models/AutoCreateDataset.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/AxisOrder.ts b/typescript/src/models/AxisOrder.ts index 39b2a84..c790cf8 100644 --- a/typescript/src/models/AxisOrder.ts +++ b/typescript/src/models/AxisOrder.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/BoundingBox2D.ts b/typescript/src/models/BoundingBox2D.ts index 312cdde..85fff6a 100644 --- a/typescript/src/models/BoundingBox2D.ts +++ b/typescript/src/models/BoundingBox2D.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Breakpoint.ts b/typescript/src/models/Breakpoint.ts index c452b91..4f041bd 100644 --- a/typescript/src/models/Breakpoint.ts +++ b/typescript/src/models/Breakpoint.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ClassificationMeasurement.ts b/typescript/src/models/ClassificationMeasurement.ts index d47be9b..c11d8e0 100644 --- a/typescript/src/models/ClassificationMeasurement.ts +++ b/typescript/src/models/ClassificationMeasurement.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/CollectionItem.ts b/typescript/src/models/CollectionItem.ts index 088e66a..0e39c87 100644 --- a/typescript/src/models/CollectionItem.ts +++ b/typescript/src/models/CollectionItem.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/CollectionType.ts b/typescript/src/models/CollectionType.ts index c1a2514..846092f 100644 --- a/typescript/src/models/CollectionType.ts +++ b/typescript/src/models/CollectionType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ColorParam.ts b/typescript/src/models/ColorParam.ts index bfb5cdc..014632f 100644 --- a/typescript/src/models/ColorParam.ts +++ b/typescript/src/models/ColorParam.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ColorParamStatic.ts b/typescript/src/models/ColorParamStatic.ts index 3dd6455..ddd9c50 100644 --- a/typescript/src/models/ColorParamStatic.ts +++ b/typescript/src/models/ColorParamStatic.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Colorizer.ts b/typescript/src/models/Colorizer.ts index e55b1ff..257609b 100644 --- a/typescript/src/models/Colorizer.ts +++ b/typescript/src/models/Colorizer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ComputationQuota.ts b/typescript/src/models/ComputationQuota.ts index ca35c80..92bc43f 100644 --- a/typescript/src/models/ComputationQuota.ts +++ b/typescript/src/models/ComputationQuota.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ContinuousMeasurement.ts b/typescript/src/models/ContinuousMeasurement.ts index 4749efd..736fbed 100644 --- a/typescript/src/models/ContinuousMeasurement.ts +++ b/typescript/src/models/ContinuousMeasurement.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Coordinate2D.ts b/typescript/src/models/Coordinate2D.ts index deada03..3659cf8 100644 --- a/typescript/src/models/Coordinate2D.ts +++ b/typescript/src/models/Coordinate2D.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/CreateDataset.ts b/typescript/src/models/CreateDataset.ts index d2eccf4..6061d1f 100644 --- a/typescript/src/models/CreateDataset.ts +++ b/typescript/src/models/CreateDataset.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/CreateDatasetHandler200Response.ts b/typescript/src/models/CreateDatasetHandler200Response.ts index 5f8adac..fa91ba1 100644 --- a/typescript/src/models/CreateDatasetHandler200Response.ts +++ b/typescript/src/models/CreateDatasetHandler200Response.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/CreateProject.ts b/typescript/src/models/CreateProject.ts index cd08ad2..85a5cbd 100644 --- a/typescript/src/models/CreateProject.ts +++ b/typescript/src/models/CreateProject.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/CsvHeader.ts b/typescript/src/models/CsvHeader.ts index aac3a45..ab5888a 100644 --- a/typescript/src/models/CsvHeader.ts +++ b/typescript/src/models/CsvHeader.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DataId.ts b/typescript/src/models/DataId.ts index cb8e557..25e81b3 100644 --- a/typescript/src/models/DataId.ts +++ b/typescript/src/models/DataId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DataPath.ts b/typescript/src/models/DataPath.ts index 7887458..351bdf2 100644 --- a/typescript/src/models/DataPath.ts +++ b/typescript/src/models/DataPath.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DataPathOneOf.ts b/typescript/src/models/DataPathOneOf.ts index 4c16473..b05e723 100644 --- a/typescript/src/models/DataPathOneOf.ts +++ b/typescript/src/models/DataPathOneOf.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DataPathOneOf1.ts b/typescript/src/models/DataPathOneOf1.ts index 3a40b4c..52ec805 100644 --- a/typescript/src/models/DataPathOneOf1.ts +++ b/typescript/src/models/DataPathOneOf1.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DataUsage.ts b/typescript/src/models/DataUsage.ts index 0b7f578..39586ff 100644 --- a/typescript/src/models/DataUsage.ts +++ b/typescript/src/models/DataUsage.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DataUsageSummary.ts b/typescript/src/models/DataUsageSummary.ts index 939e461..c8f0cb1 100644 --- a/typescript/src/models/DataUsageSummary.ts +++ b/typescript/src/models/DataUsageSummary.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 @@ -30,7 +30,7 @@ export interface DataUsageSummary { * @type {string} * @memberof DataUsageSummary */ - dataset: string; + data: string; /** * * @type {Date} @@ -45,7 +45,7 @@ export interface DataUsageSummary { export function instanceOfDataUsageSummary(value: object): boolean { let isInstance = true; isInstance = isInstance && "count" in value; - isInstance = isInstance && "dataset" in value; + isInstance = isInstance && "data" in value; isInstance = isInstance && "timestamp" in value; return isInstance; @@ -62,7 +62,7 @@ export function DataUsageSummaryFromJSONTyped(json: any, ignoreDiscriminator: bo return { 'count': json['count'], - 'dataset': json['dataset'], + 'data': json['data'], 'timestamp': (new Date(json['timestamp'])), }; } @@ -77,7 +77,7 @@ export function DataUsageSummaryToJSON(value?: DataUsageSummary | null): any { return { 'count': value.count, - 'dataset': value.dataset, + 'data': value.data, 'timestamp': (value.timestamp.toISOString()), }; } diff --git a/typescript/src/models/Dataset.ts b/typescript/src/models/Dataset.ts index f94a788..51ca110 100644 --- a/typescript/src/models/Dataset.ts +++ b/typescript/src/models/Dataset.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DatasetDefinition.ts b/typescript/src/models/DatasetDefinition.ts index a3dbd3d..869f3d7 100644 --- a/typescript/src/models/DatasetDefinition.ts +++ b/typescript/src/models/DatasetDefinition.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DatasetListing.ts b/typescript/src/models/DatasetListing.ts index 601fb00..f397ad9 100644 --- a/typescript/src/models/DatasetListing.ts +++ b/typescript/src/models/DatasetListing.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DatasetResource.ts b/typescript/src/models/DatasetResource.ts index 4eeee02..059d57f 100644 --- a/typescript/src/models/DatasetResource.ts +++ b/typescript/src/models/DatasetResource.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DateTime.ts b/typescript/src/models/DateTime.ts index 53546ff..9f2b061 100644 --- a/typescript/src/models/DateTime.ts +++ b/typescript/src/models/DateTime.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DerivedColor.ts b/typescript/src/models/DerivedColor.ts index 6b49b16..1ed2300 100644 --- a/typescript/src/models/DerivedColor.ts +++ b/typescript/src/models/DerivedColor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DerivedNumber.ts b/typescript/src/models/DerivedNumber.ts index 6f34470..c8ab21d 100644 --- a/typescript/src/models/DerivedNumber.ts +++ b/typescript/src/models/DerivedNumber.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/DescribeCoverageRequest.ts b/typescript/src/models/DescribeCoverageRequest.ts index fb9378e..0e34c41 100644 --- a/typescript/src/models/DescribeCoverageRequest.ts +++ b/typescript/src/models/DescribeCoverageRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ErrorResponse.ts b/typescript/src/models/ErrorResponse.ts index 5f3cd7f..1798279 100644 --- a/typescript/src/models/ErrorResponse.ts +++ b/typescript/src/models/ErrorResponse.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ExternalDataId.ts b/typescript/src/models/ExternalDataId.ts index 00db02c..b12bea1 100644 --- a/typescript/src/models/ExternalDataId.ts +++ b/typescript/src/models/ExternalDataId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/FeatureDataType.ts b/typescript/src/models/FeatureDataType.ts index 4308afc..23cdcc5 100644 --- a/typescript/src/models/FeatureDataType.ts +++ b/typescript/src/models/FeatureDataType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/FileNotFoundHandling.ts b/typescript/src/models/FileNotFoundHandling.ts index 02d86a2..11da764 100644 --- a/typescript/src/models/FileNotFoundHandling.ts +++ b/typescript/src/models/FileNotFoundHandling.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/FormatSpecifics.ts b/typescript/src/models/FormatSpecifics.ts index 0cb1b67..30d595c 100644 --- a/typescript/src/models/FormatSpecifics.ts +++ b/typescript/src/models/FormatSpecifics.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/FormatSpecificsOneOf.ts b/typescript/src/models/FormatSpecificsOneOf.ts index 242df85..811d5db 100644 --- a/typescript/src/models/FormatSpecificsOneOf.ts +++ b/typescript/src/models/FormatSpecificsOneOf.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/FormatSpecificsOneOfCsv.ts b/typescript/src/models/FormatSpecificsOneOfCsv.ts index 66889a2..5325d55 100644 --- a/typescript/src/models/FormatSpecificsOneOfCsv.ts +++ b/typescript/src/models/FormatSpecificsOneOfCsv.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalDatasetGeoTransform.ts b/typescript/src/models/GdalDatasetGeoTransform.ts index e0be8a3..4f2a026 100644 --- a/typescript/src/models/GdalDatasetGeoTransform.ts +++ b/typescript/src/models/GdalDatasetGeoTransform.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalDatasetParameters.ts b/typescript/src/models/GdalDatasetParameters.ts index 47a47b6..6a0e6f2 100644 --- a/typescript/src/models/GdalDatasetParameters.ts +++ b/typescript/src/models/GdalDatasetParameters.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalLoadingInfoTemporalSlice.ts b/typescript/src/models/GdalLoadingInfoTemporalSlice.ts index eb9d6c4..17a0d30 100644 --- a/typescript/src/models/GdalLoadingInfoTemporalSlice.ts +++ b/typescript/src/models/GdalLoadingInfoTemporalSlice.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalMetaDataList.ts b/typescript/src/models/GdalMetaDataList.ts index ac0529a..1d877bf 100644 --- a/typescript/src/models/GdalMetaDataList.ts +++ b/typescript/src/models/GdalMetaDataList.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalMetaDataRegular.ts b/typescript/src/models/GdalMetaDataRegular.ts index 9799b01..63e19d3 100644 --- a/typescript/src/models/GdalMetaDataRegular.ts +++ b/typescript/src/models/GdalMetaDataRegular.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalMetaDataStatic.ts b/typescript/src/models/GdalMetaDataStatic.ts index 0e192a7..3c77716 100644 --- a/typescript/src/models/GdalMetaDataStatic.ts +++ b/typescript/src/models/GdalMetaDataStatic.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalMetadataMapping.ts b/typescript/src/models/GdalMetadataMapping.ts index 7ba77e8..d89ea4d 100644 --- a/typescript/src/models/GdalMetadataMapping.ts +++ b/typescript/src/models/GdalMetadataMapping.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalMetadataNetCdfCf.ts b/typescript/src/models/GdalMetadataNetCdfCf.ts index e5c9cf4..4f71e7a 100644 --- a/typescript/src/models/GdalMetadataNetCdfCf.ts +++ b/typescript/src/models/GdalMetadataNetCdfCf.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GdalSourceTimePlaceholder.ts b/typescript/src/models/GdalSourceTimePlaceholder.ts index 514db80..983b8f1 100644 --- a/typescript/src/models/GdalSourceTimePlaceholder.ts +++ b/typescript/src/models/GdalSourceTimePlaceholder.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GeoJson.ts b/typescript/src/models/GeoJson.ts index dadbbf8..ba7619d 100644 --- a/typescript/src/models/GeoJson.ts +++ b/typescript/src/models/GeoJson.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetCapabilitiesFormat.ts b/typescript/src/models/GetCapabilitiesFormat.ts index b2d5606..cb1131d 100644 --- a/typescript/src/models/GetCapabilitiesFormat.ts +++ b/typescript/src/models/GetCapabilitiesFormat.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetCapabilitiesRequest.ts b/typescript/src/models/GetCapabilitiesRequest.ts index ffdd055..ed17137 100644 --- a/typescript/src/models/GetCapabilitiesRequest.ts +++ b/typescript/src/models/GetCapabilitiesRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetCoverageFormat.ts b/typescript/src/models/GetCoverageFormat.ts index d9cc23c..e85394d 100644 --- a/typescript/src/models/GetCoverageFormat.ts +++ b/typescript/src/models/GetCoverageFormat.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetCoverageRequest.ts b/typescript/src/models/GetCoverageRequest.ts index 0fe8c1f..7b346cc 100644 --- a/typescript/src/models/GetCoverageRequest.ts +++ b/typescript/src/models/GetCoverageRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetFeatureRequest.ts b/typescript/src/models/GetFeatureRequest.ts index 2dc90ad..afb70db 100644 --- a/typescript/src/models/GetFeatureRequest.ts +++ b/typescript/src/models/GetFeatureRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetLegendGraphicRequest.ts b/typescript/src/models/GetLegendGraphicRequest.ts index 554d2b5..2f846a4 100644 --- a/typescript/src/models/GetLegendGraphicRequest.ts +++ b/typescript/src/models/GetLegendGraphicRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetMapExceptionFormat.ts b/typescript/src/models/GetMapExceptionFormat.ts index d7d90cf..26e6d77 100644 --- a/typescript/src/models/GetMapExceptionFormat.ts +++ b/typescript/src/models/GetMapExceptionFormat.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetMapFormat.ts b/typescript/src/models/GetMapFormat.ts index 1fc528a..4fb0f97 100644 --- a/typescript/src/models/GetMapFormat.ts +++ b/typescript/src/models/GetMapFormat.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/GetMapRequest.ts b/typescript/src/models/GetMapRequest.ts index 43b58da..6f795e6 100644 --- a/typescript/src/models/GetMapRequest.ts +++ b/typescript/src/models/GetMapRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/InternalDataId.ts b/typescript/src/models/InternalDataId.ts index 820ad43..d9f81fc 100644 --- a/typescript/src/models/InternalDataId.ts +++ b/typescript/src/models/InternalDataId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Layer.ts b/typescript/src/models/Layer.ts index e2003e2..9102779 100644 --- a/typescript/src/models/Layer.ts +++ b/typescript/src/models/Layer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerCollection.ts b/typescript/src/models/LayerCollection.ts index 052d561..3a2306a 100644 --- a/typescript/src/models/LayerCollection.ts +++ b/typescript/src/models/LayerCollection.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerCollectionListing.ts b/typescript/src/models/LayerCollectionListing.ts index c9eff0d..a4b9300 100644 --- a/typescript/src/models/LayerCollectionListing.ts +++ b/typescript/src/models/LayerCollectionListing.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerCollectionResource.ts b/typescript/src/models/LayerCollectionResource.ts index 667389f..df288bc 100644 --- a/typescript/src/models/LayerCollectionResource.ts +++ b/typescript/src/models/LayerCollectionResource.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerListing.ts b/typescript/src/models/LayerListing.ts index e8d2562..34f15c1 100644 --- a/typescript/src/models/LayerListing.ts +++ b/typescript/src/models/LayerListing.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerResource.ts b/typescript/src/models/LayerResource.ts index 1f0750f..ce091d5 100644 --- a/typescript/src/models/LayerResource.ts +++ b/typescript/src/models/LayerResource.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerUpdate.ts b/typescript/src/models/LayerUpdate.ts index dc957f0..c0f0397 100644 --- a/typescript/src/models/LayerUpdate.ts +++ b/typescript/src/models/LayerUpdate.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LayerVisibility.ts b/typescript/src/models/LayerVisibility.ts index 819b6f9..3722cda 100644 --- a/typescript/src/models/LayerVisibility.ts +++ b/typescript/src/models/LayerVisibility.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LineSymbology.ts b/typescript/src/models/LineSymbology.ts index 0912269..3b008a2 100644 --- a/typescript/src/models/LineSymbology.ts +++ b/typescript/src/models/LineSymbology.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LinearGradient.ts b/typescript/src/models/LinearGradient.ts index d8e31a9..5a1610b 100644 --- a/typescript/src/models/LinearGradient.ts +++ b/typescript/src/models/LinearGradient.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/LogarithmicGradient.ts b/typescript/src/models/LogarithmicGradient.ts index cc4e777..16198af 100644 --- a/typescript/src/models/LogarithmicGradient.ts +++ b/typescript/src/models/LogarithmicGradient.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Measurement.ts b/typescript/src/models/Measurement.ts index c6fd826..8eeb981 100644 --- a/typescript/src/models/Measurement.ts +++ b/typescript/src/models/Measurement.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MetaDataDefinition.ts b/typescript/src/models/MetaDataDefinition.ts index 734874c..8dd9957 100644 --- a/typescript/src/models/MetaDataDefinition.ts +++ b/typescript/src/models/MetaDataDefinition.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MetaDataSuggestion.ts b/typescript/src/models/MetaDataSuggestion.ts index b42ba2c..8b0e637 100644 --- a/typescript/src/models/MetaDataSuggestion.ts +++ b/typescript/src/models/MetaDataSuggestion.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MlModel.ts b/typescript/src/models/MlModel.ts index be9dd7b..36e5d4c 100644 --- a/typescript/src/models/MlModel.ts +++ b/typescript/src/models/MlModel.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MlModelMetadata.ts b/typescript/src/models/MlModelMetadata.ts index 32ecac0..c0d2f9e 100644 --- a/typescript/src/models/MlModelMetadata.ts +++ b/typescript/src/models/MlModelMetadata.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts b/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts index 27d89ad..179973e 100644 --- a/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts +++ b/typescript/src/models/MockDatasetDataSourceLoadingInfo.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MockMetaData.ts b/typescript/src/models/MockMetaData.ts index 4e2f3aa..6c881f0 100644 --- a/typescript/src/models/MockMetaData.ts +++ b/typescript/src/models/MockMetaData.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MultiBandRasterColorizer.ts b/typescript/src/models/MultiBandRasterColorizer.ts index aabc8f4..c4d0e9a 100644 --- a/typescript/src/models/MultiBandRasterColorizer.ts +++ b/typescript/src/models/MultiBandRasterColorizer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MultiLineString.ts b/typescript/src/models/MultiLineString.ts index 87c9e9a..dc64448 100644 --- a/typescript/src/models/MultiLineString.ts +++ b/typescript/src/models/MultiLineString.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MultiPoint.ts b/typescript/src/models/MultiPoint.ts index 4a933ac..24221f3 100644 --- a/typescript/src/models/MultiPoint.ts +++ b/typescript/src/models/MultiPoint.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/MultiPolygon.ts b/typescript/src/models/MultiPolygon.ts index cc26f8c..ee4635b 100644 --- a/typescript/src/models/MultiPolygon.ts +++ b/typescript/src/models/MultiPolygon.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/NumberParam.ts b/typescript/src/models/NumberParam.ts index 1b1e09c..7605eb8 100644 --- a/typescript/src/models/NumberParam.ts +++ b/typescript/src/models/NumberParam.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrMetaData.ts b/typescript/src/models/OgrMetaData.ts index 8f3f168..f4e87c0 100644 --- a/typescript/src/models/OgrMetaData.ts +++ b/typescript/src/models/OgrMetaData.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceColumnSpec.ts b/typescript/src/models/OgrSourceColumnSpec.ts index b85b01e..eff0c21 100644 --- a/typescript/src/models/OgrSourceColumnSpec.ts +++ b/typescript/src/models/OgrSourceColumnSpec.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDataset.ts b/typescript/src/models/OgrSourceDataset.ts index cb100f3..4b28354 100644 --- a/typescript/src/models/OgrSourceDataset.ts +++ b/typescript/src/models/OgrSourceDataset.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDatasetTimeType.ts b/typescript/src/models/OgrSourceDatasetTimeType.ts index d02a14e..3763ba9 100644 --- a/typescript/src/models/OgrSourceDatasetTimeType.ts +++ b/typescript/src/models/OgrSourceDatasetTimeType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts b/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts index c1514fa..6950cd0 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeNone.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts index d37b46a..e0cb022 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStart.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts index e0af7fe..06b18e1 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStartDuration.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts b/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts index bb68058..b0226de 100644 --- a/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts +++ b/typescript/src/models/OgrSourceDatasetTimeTypeStartEnd.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDurationSpec.ts b/typescript/src/models/OgrSourceDurationSpec.ts index b61b238..f607836 100644 --- a/typescript/src/models/OgrSourceDurationSpec.ts +++ b/typescript/src/models/OgrSourceDurationSpec.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDurationSpecInfinite.ts b/typescript/src/models/OgrSourceDurationSpecInfinite.ts index c6b1f43..9eaebbf 100644 --- a/typescript/src/models/OgrSourceDurationSpecInfinite.ts +++ b/typescript/src/models/OgrSourceDurationSpecInfinite.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDurationSpecValue.ts b/typescript/src/models/OgrSourceDurationSpecValue.ts index 36b2128..65fb2d8 100644 --- a/typescript/src/models/OgrSourceDurationSpecValue.ts +++ b/typescript/src/models/OgrSourceDurationSpecValue.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceDurationSpecZero.ts b/typescript/src/models/OgrSourceDurationSpecZero.ts index d4a61ca..fb15487 100644 --- a/typescript/src/models/OgrSourceDurationSpecZero.ts +++ b/typescript/src/models/OgrSourceDurationSpecZero.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceErrorSpec.ts b/typescript/src/models/OgrSourceErrorSpec.ts index 23a6657..e8d52b4 100644 --- a/typescript/src/models/OgrSourceErrorSpec.ts +++ b/typescript/src/models/OgrSourceErrorSpec.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceTimeFormat.ts b/typescript/src/models/OgrSourceTimeFormat.ts index 1fb51bb..e103fe6 100644 --- a/typescript/src/models/OgrSourceTimeFormat.ts +++ b/typescript/src/models/OgrSourceTimeFormat.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceTimeFormatAuto.ts b/typescript/src/models/OgrSourceTimeFormatAuto.ts index 9d0683b..4e18dec 100644 --- a/typescript/src/models/OgrSourceTimeFormatAuto.ts +++ b/typescript/src/models/OgrSourceTimeFormatAuto.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceTimeFormatCustom.ts b/typescript/src/models/OgrSourceTimeFormatCustom.ts index 77bccc8..63c2b30 100644 --- a/typescript/src/models/OgrSourceTimeFormatCustom.ts +++ b/typescript/src/models/OgrSourceTimeFormatCustom.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts b/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts index a473b3b..9884584 100644 --- a/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts +++ b/typescript/src/models/OgrSourceTimeFormatUnixTimeStamp.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OperatorQuota.ts b/typescript/src/models/OperatorQuota.ts index dc920d6..b7067a3 100644 --- a/typescript/src/models/OperatorQuota.ts +++ b/typescript/src/models/OperatorQuota.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/OrderBy.ts b/typescript/src/models/OrderBy.ts index b5e98b4..24a856c 100644 --- a/typescript/src/models/OrderBy.ts +++ b/typescript/src/models/OrderBy.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PaletteColorizer.ts b/typescript/src/models/PaletteColorizer.ts index 77936b2..ae826a0 100644 --- a/typescript/src/models/PaletteColorizer.ts +++ b/typescript/src/models/PaletteColorizer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Permission.ts b/typescript/src/models/Permission.ts index 55073b8..f5ad5a7 100644 --- a/typescript/src/models/Permission.ts +++ b/typescript/src/models/Permission.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PermissionListOptions.ts b/typescript/src/models/PermissionListOptions.ts index 5bd39a6..e5c33bf 100644 --- a/typescript/src/models/PermissionListOptions.ts +++ b/typescript/src/models/PermissionListOptions.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PermissionListing.ts b/typescript/src/models/PermissionListing.ts index 3e26d5d..5436881 100644 --- a/typescript/src/models/PermissionListing.ts +++ b/typescript/src/models/PermissionListing.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PermissionRequest.ts b/typescript/src/models/PermissionRequest.ts index 3c05c3b..d332d5c 100644 --- a/typescript/src/models/PermissionRequest.ts +++ b/typescript/src/models/PermissionRequest.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Plot.ts b/typescript/src/models/Plot.ts index 79bc831..d0a987b 100644 --- a/typescript/src/models/Plot.ts +++ b/typescript/src/models/Plot.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PlotOutputFormat.ts b/typescript/src/models/PlotOutputFormat.ts index 3775566..7bbfbc5 100644 --- a/typescript/src/models/PlotOutputFormat.ts +++ b/typescript/src/models/PlotOutputFormat.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PlotQueryRectangle.ts b/typescript/src/models/PlotQueryRectangle.ts index d106e9f..93549ea 100644 --- a/typescript/src/models/PlotQueryRectangle.ts +++ b/typescript/src/models/PlotQueryRectangle.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PlotResultDescriptor.ts b/typescript/src/models/PlotResultDescriptor.ts index 66637ee..aaf1df8 100644 --- a/typescript/src/models/PlotResultDescriptor.ts +++ b/typescript/src/models/PlotResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PlotUpdate.ts b/typescript/src/models/PlotUpdate.ts index d270ed5..8b45209 100644 --- a/typescript/src/models/PlotUpdate.ts +++ b/typescript/src/models/PlotUpdate.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PointSymbology.ts b/typescript/src/models/PointSymbology.ts index 1aeb8e9..f1a5fa4 100644 --- a/typescript/src/models/PointSymbology.ts +++ b/typescript/src/models/PointSymbology.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/PolygonSymbology.ts b/typescript/src/models/PolygonSymbology.ts index cbe82e3..972419c 100644 --- a/typescript/src/models/PolygonSymbology.ts +++ b/typescript/src/models/PolygonSymbology.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Project.ts b/typescript/src/models/Project.ts index 204334f..117a42d 100644 --- a/typescript/src/models/Project.ts +++ b/typescript/src/models/Project.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProjectLayer.ts b/typescript/src/models/ProjectLayer.ts index bbf17ba..36a11de 100644 --- a/typescript/src/models/ProjectLayer.ts +++ b/typescript/src/models/ProjectLayer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProjectListing.ts b/typescript/src/models/ProjectListing.ts index 125ada1..bce30e1 100644 --- a/typescript/src/models/ProjectListing.ts +++ b/typescript/src/models/ProjectListing.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProjectResource.ts b/typescript/src/models/ProjectResource.ts index 9957088..e0d208c 100644 --- a/typescript/src/models/ProjectResource.ts +++ b/typescript/src/models/ProjectResource.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProjectUpdateToken.ts b/typescript/src/models/ProjectUpdateToken.ts index 760fcde..0d5917e 100644 --- a/typescript/src/models/ProjectUpdateToken.ts +++ b/typescript/src/models/ProjectUpdateToken.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProjectVersion.ts b/typescript/src/models/ProjectVersion.ts index 2062ce1..6a88e7c 100644 --- a/typescript/src/models/ProjectVersion.ts +++ b/typescript/src/models/ProjectVersion.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Provenance.ts b/typescript/src/models/Provenance.ts index 71c58bc..b879dd8 100644 --- a/typescript/src/models/Provenance.ts +++ b/typescript/src/models/Provenance.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProvenanceEntry.ts b/typescript/src/models/ProvenanceEntry.ts index d629f16..41e3d51 100644 --- a/typescript/src/models/ProvenanceEntry.ts +++ b/typescript/src/models/ProvenanceEntry.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProvenanceOutput.ts b/typescript/src/models/ProvenanceOutput.ts index 01cb248..60c4562 100644 --- a/typescript/src/models/ProvenanceOutput.ts +++ b/typescript/src/models/ProvenanceOutput.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Provenances.ts b/typescript/src/models/Provenances.ts index c99ab15..01d51f2 100644 --- a/typescript/src/models/Provenances.ts +++ b/typescript/src/models/Provenances.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProviderCapabilities.ts b/typescript/src/models/ProviderCapabilities.ts index 3a53fba..362e17f 100644 --- a/typescript/src/models/ProviderCapabilities.ts +++ b/typescript/src/models/ProviderCapabilities.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProviderLayerCollectionId.ts b/typescript/src/models/ProviderLayerCollectionId.ts index 61013b3..b5d36fb 100644 --- a/typescript/src/models/ProviderLayerCollectionId.ts +++ b/typescript/src/models/ProviderLayerCollectionId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ProviderLayerId.ts b/typescript/src/models/ProviderLayerId.ts index 20939fb..69fcee0 100644 --- a/typescript/src/models/ProviderLayerId.ts +++ b/typescript/src/models/ProviderLayerId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Quota.ts b/typescript/src/models/Quota.ts index cd14ec5..e2b2add 100644 --- a/typescript/src/models/Quota.ts +++ b/typescript/src/models/Quota.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterBandDescriptor.ts b/typescript/src/models/RasterBandDescriptor.ts index b2bd143..3f75d3b 100644 --- a/typescript/src/models/RasterBandDescriptor.ts +++ b/typescript/src/models/RasterBandDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterColorizer.ts b/typescript/src/models/RasterColorizer.ts index c2dd848..f1d2e77 100644 --- a/typescript/src/models/RasterColorizer.ts +++ b/typescript/src/models/RasterColorizer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterDataType.ts b/typescript/src/models/RasterDataType.ts index 1a33e60..0df2044 100644 --- a/typescript/src/models/RasterDataType.ts +++ b/typescript/src/models/RasterDataType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterDatasetFromWorkflow.ts b/typescript/src/models/RasterDatasetFromWorkflow.ts index ffd8b78..59e8d69 100644 --- a/typescript/src/models/RasterDatasetFromWorkflow.ts +++ b/typescript/src/models/RasterDatasetFromWorkflow.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterDatasetFromWorkflowResult.ts b/typescript/src/models/RasterDatasetFromWorkflowResult.ts index 92bf263..2bfac7a 100644 --- a/typescript/src/models/RasterDatasetFromWorkflowResult.ts +++ b/typescript/src/models/RasterDatasetFromWorkflowResult.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterPropertiesEntryType.ts b/typescript/src/models/RasterPropertiesEntryType.ts index e4b5ea7..70fda69 100644 --- a/typescript/src/models/RasterPropertiesEntryType.ts +++ b/typescript/src/models/RasterPropertiesEntryType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterPropertiesKey.ts b/typescript/src/models/RasterPropertiesKey.ts index b4b2abb..c8ecd8c 100644 --- a/typescript/src/models/RasterPropertiesKey.ts +++ b/typescript/src/models/RasterPropertiesKey.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterQueryRectangle.ts b/typescript/src/models/RasterQueryRectangle.ts index 1f8b740..585e803 100644 --- a/typescript/src/models/RasterQueryRectangle.ts +++ b/typescript/src/models/RasterQueryRectangle.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterResultDescriptor.ts b/typescript/src/models/RasterResultDescriptor.ts index e97c761..b44a9de 100644 --- a/typescript/src/models/RasterResultDescriptor.ts +++ b/typescript/src/models/RasterResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterStreamWebsocketResultType.ts b/typescript/src/models/RasterStreamWebsocketResultType.ts index 60b5ce3..61830f9 100644 --- a/typescript/src/models/RasterStreamWebsocketResultType.ts +++ b/typescript/src/models/RasterStreamWebsocketResultType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RasterSymbology.ts b/typescript/src/models/RasterSymbology.ts index 3b94ea0..0531b32 100644 --- a/typescript/src/models/RasterSymbology.ts +++ b/typescript/src/models/RasterSymbology.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Resource.ts b/typescript/src/models/Resource.ts index 5b1a46e..0938bcb 100644 --- a/typescript/src/models/Resource.ts +++ b/typescript/src/models/Resource.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ResourceId.ts b/typescript/src/models/ResourceId.ts index 44ef18a..af317b3 100644 --- a/typescript/src/models/ResourceId.ts +++ b/typescript/src/models/ResourceId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ResourceIdDatasetId.ts b/typescript/src/models/ResourceIdDatasetId.ts index afa70b7..53efd56 100644 --- a/typescript/src/models/ResourceIdDatasetId.ts +++ b/typescript/src/models/ResourceIdDatasetId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ResourceIdLayer.ts b/typescript/src/models/ResourceIdLayer.ts index d93cd96..01424df 100644 --- a/typescript/src/models/ResourceIdLayer.ts +++ b/typescript/src/models/ResourceIdLayer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ResourceIdLayerCollection.ts b/typescript/src/models/ResourceIdLayerCollection.ts index 615a42d..455dc86 100644 --- a/typescript/src/models/ResourceIdLayerCollection.ts +++ b/typescript/src/models/ResourceIdLayerCollection.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ResourceIdMlModel.ts b/typescript/src/models/ResourceIdMlModel.ts index 3f0f807..0982268 100644 --- a/typescript/src/models/ResourceIdMlModel.ts +++ b/typescript/src/models/ResourceIdMlModel.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ResourceIdProject.ts b/typescript/src/models/ResourceIdProject.ts index 05a0fd4..721e6f4 100644 --- a/typescript/src/models/ResourceIdProject.ts +++ b/typescript/src/models/ResourceIdProject.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Role.ts b/typescript/src/models/Role.ts index b1b835c..fce27b7 100644 --- a/typescript/src/models/Role.ts +++ b/typescript/src/models/Role.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/RoleDescription.ts b/typescript/src/models/RoleDescription.ts index c708ec4..2e9c0f2 100644 --- a/typescript/src/models/RoleDescription.ts +++ b/typescript/src/models/RoleDescription.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/STRectangle.ts b/typescript/src/models/STRectangle.ts index 5c2d05b..ee8bc76 100644 --- a/typescript/src/models/STRectangle.ts +++ b/typescript/src/models/STRectangle.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SearchCapabilities.ts b/typescript/src/models/SearchCapabilities.ts index 9831395..32d4a66 100644 --- a/typescript/src/models/SearchCapabilities.ts +++ b/typescript/src/models/SearchCapabilities.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SearchType.ts b/typescript/src/models/SearchType.ts index aad40b6..d3808e6 100644 --- a/typescript/src/models/SearchType.ts +++ b/typescript/src/models/SearchType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SearchTypes.ts b/typescript/src/models/SearchTypes.ts index d3b262a..93a55e1 100644 --- a/typescript/src/models/SearchTypes.ts +++ b/typescript/src/models/SearchTypes.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/ServerInfo.ts b/typescript/src/models/ServerInfo.ts index 10e6eec..95629b9 100644 --- a/typescript/src/models/ServerInfo.ts +++ b/typescript/src/models/ServerInfo.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SingleBandRasterColorizer.ts b/typescript/src/models/SingleBandRasterColorizer.ts index 3daee8b..687e3ef 100644 --- a/typescript/src/models/SingleBandRasterColorizer.ts +++ b/typescript/src/models/SingleBandRasterColorizer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SpatialPartition2D.ts b/typescript/src/models/SpatialPartition2D.ts index 8030d6f..cb8038d 100644 --- a/typescript/src/models/SpatialPartition2D.ts +++ b/typescript/src/models/SpatialPartition2D.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SpatialReferenceAuthority.ts b/typescript/src/models/SpatialReferenceAuthority.ts index 0d9917f..c62a043 100644 --- a/typescript/src/models/SpatialReferenceAuthority.ts +++ b/typescript/src/models/SpatialReferenceAuthority.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SpatialReferenceSpecification.ts b/typescript/src/models/SpatialReferenceSpecification.ts index f939236..2dec601 100644 --- a/typescript/src/models/SpatialReferenceSpecification.ts +++ b/typescript/src/models/SpatialReferenceSpecification.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SpatialResolution.ts b/typescript/src/models/SpatialResolution.ts index 369d1b1..778d0bd 100644 --- a/typescript/src/models/SpatialResolution.ts +++ b/typescript/src/models/SpatialResolution.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/StaticNumberParam.ts b/typescript/src/models/StaticNumberParam.ts index a8ff244..05edc0a 100644 --- a/typescript/src/models/StaticNumberParam.ts +++ b/typescript/src/models/StaticNumberParam.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/StrokeParam.ts b/typescript/src/models/StrokeParam.ts index 93463a4..ee1e14c 100644 --- a/typescript/src/models/StrokeParam.ts +++ b/typescript/src/models/StrokeParam.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/SuggestMetaData.ts b/typescript/src/models/SuggestMetaData.ts index e65db8e..35206d2 100644 --- a/typescript/src/models/SuggestMetaData.ts +++ b/typescript/src/models/SuggestMetaData.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Symbology.ts b/typescript/src/models/Symbology.ts index 6727b07..1e9c994 100644 --- a/typescript/src/models/Symbology.ts +++ b/typescript/src/models/Symbology.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskAbortOptions.ts b/typescript/src/models/TaskAbortOptions.ts index 7737809..b27fe22 100644 --- a/typescript/src/models/TaskAbortOptions.ts +++ b/typescript/src/models/TaskAbortOptions.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskFilter.ts b/typescript/src/models/TaskFilter.ts index e660571..affe047 100644 --- a/typescript/src/models/TaskFilter.ts +++ b/typescript/src/models/TaskFilter.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskListOptions.ts b/typescript/src/models/TaskListOptions.ts index def4697..e037b82 100644 --- a/typescript/src/models/TaskListOptions.ts +++ b/typescript/src/models/TaskListOptions.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskResponse.ts b/typescript/src/models/TaskResponse.ts index 05be0a1..6c7c04d 100644 --- a/typescript/src/models/TaskResponse.ts +++ b/typescript/src/models/TaskResponse.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskStatus.ts b/typescript/src/models/TaskStatus.ts index 4253551..9d801b0 100644 --- a/typescript/src/models/TaskStatus.ts +++ b/typescript/src/models/TaskStatus.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskStatusAborted.ts b/typescript/src/models/TaskStatusAborted.ts index 5d6fad2..574f1b5 100644 --- a/typescript/src/models/TaskStatusAborted.ts +++ b/typescript/src/models/TaskStatusAborted.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskStatusCompleted.ts b/typescript/src/models/TaskStatusCompleted.ts index c331659..4b6ddef 100644 --- a/typescript/src/models/TaskStatusCompleted.ts +++ b/typescript/src/models/TaskStatusCompleted.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskStatusFailed.ts b/typescript/src/models/TaskStatusFailed.ts index bab7afb..1ed2730 100644 --- a/typescript/src/models/TaskStatusFailed.ts +++ b/typescript/src/models/TaskStatusFailed.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskStatusRunning.ts b/typescript/src/models/TaskStatusRunning.ts index 1f37140..7b9c551 100644 --- a/typescript/src/models/TaskStatusRunning.ts +++ b/typescript/src/models/TaskStatusRunning.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TaskStatusWithId.ts b/typescript/src/models/TaskStatusWithId.ts index a923c24..4cb2b61 100644 --- a/typescript/src/models/TaskStatusWithId.ts +++ b/typescript/src/models/TaskStatusWithId.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TextSymbology.ts b/typescript/src/models/TextSymbology.ts index 7c8a302..828f2a7 100644 --- a/typescript/src/models/TextSymbology.ts +++ b/typescript/src/models/TextSymbology.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TimeGranularity.ts b/typescript/src/models/TimeGranularity.ts index 1a3448e..4ca124d 100644 --- a/typescript/src/models/TimeGranularity.ts +++ b/typescript/src/models/TimeGranularity.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TimeInterval.ts b/typescript/src/models/TimeInterval.ts index 2469121..68be97a 100644 --- a/typescript/src/models/TimeInterval.ts +++ b/typescript/src/models/TimeInterval.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TimeReference.ts b/typescript/src/models/TimeReference.ts index 5dff3de..25f1533 100644 --- a/typescript/src/models/TimeReference.ts +++ b/typescript/src/models/TimeReference.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TimeStep.ts b/typescript/src/models/TimeStep.ts index 9f0f632..b86d7b7 100644 --- a/typescript/src/models/TimeStep.ts +++ b/typescript/src/models/TimeStep.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedGeometry.ts b/typescript/src/models/TypedGeometry.ts index 2888f97..bf7fb0b 100644 --- a/typescript/src/models/TypedGeometry.ts +++ b/typescript/src/models/TypedGeometry.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedGeometryOneOf.ts b/typescript/src/models/TypedGeometryOneOf.ts index d313c0a..71009ab 100644 --- a/typescript/src/models/TypedGeometryOneOf.ts +++ b/typescript/src/models/TypedGeometryOneOf.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedGeometryOneOf1.ts b/typescript/src/models/TypedGeometryOneOf1.ts index ac6a788..447c0db 100644 --- a/typescript/src/models/TypedGeometryOneOf1.ts +++ b/typescript/src/models/TypedGeometryOneOf1.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedGeometryOneOf2.ts b/typescript/src/models/TypedGeometryOneOf2.ts index 77babe1..4c9d955 100644 --- a/typescript/src/models/TypedGeometryOneOf2.ts +++ b/typescript/src/models/TypedGeometryOneOf2.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedGeometryOneOf3.ts b/typescript/src/models/TypedGeometryOneOf3.ts index 5b11097..d5b9951 100644 --- a/typescript/src/models/TypedGeometryOneOf3.ts +++ b/typescript/src/models/TypedGeometryOneOf3.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedOperator.ts b/typescript/src/models/TypedOperator.ts index 4ad9153..7b2c3d3 100644 --- a/typescript/src/models/TypedOperator.ts +++ b/typescript/src/models/TypedOperator.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedOperatorOperator.ts b/typescript/src/models/TypedOperatorOperator.ts index f16051a..ff3ee3a 100644 --- a/typescript/src/models/TypedOperatorOperator.ts +++ b/typescript/src/models/TypedOperatorOperator.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedPlotResultDescriptor.ts b/typescript/src/models/TypedPlotResultDescriptor.ts index 6856d40..291b4ce 100644 --- a/typescript/src/models/TypedPlotResultDescriptor.ts +++ b/typescript/src/models/TypedPlotResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedRasterResultDescriptor.ts b/typescript/src/models/TypedRasterResultDescriptor.ts index 75f88c6..08b0e5f 100644 --- a/typescript/src/models/TypedRasterResultDescriptor.ts +++ b/typescript/src/models/TypedRasterResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedResultDescriptor.ts b/typescript/src/models/TypedResultDescriptor.ts index 3cd8b7a..39e35f8 100644 --- a/typescript/src/models/TypedResultDescriptor.ts +++ b/typescript/src/models/TypedResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/TypedVectorResultDescriptor.ts b/typescript/src/models/TypedVectorResultDescriptor.ts index f091b40..9f9f81e 100644 --- a/typescript/src/models/TypedVectorResultDescriptor.ts +++ b/typescript/src/models/TypedVectorResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UnitlessMeasurement.ts b/typescript/src/models/UnitlessMeasurement.ts index c1a72e9..d027810 100644 --- a/typescript/src/models/UnitlessMeasurement.ts +++ b/typescript/src/models/UnitlessMeasurement.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UnixTimeStampType.ts b/typescript/src/models/UnixTimeStampType.ts index c29d707..cef6eb0 100644 --- a/typescript/src/models/UnixTimeStampType.ts +++ b/typescript/src/models/UnixTimeStampType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UpdateDataset.ts b/typescript/src/models/UpdateDataset.ts index 9abfe78..3119697 100644 --- a/typescript/src/models/UpdateDataset.ts +++ b/typescript/src/models/UpdateDataset.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UpdateLayer.ts b/typescript/src/models/UpdateLayer.ts index 9031531..f40a5a1 100644 --- a/typescript/src/models/UpdateLayer.ts +++ b/typescript/src/models/UpdateLayer.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UpdateLayerCollection.ts b/typescript/src/models/UpdateLayerCollection.ts index f3081bf..fb31492 100644 --- a/typescript/src/models/UpdateLayerCollection.ts +++ b/typescript/src/models/UpdateLayerCollection.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UpdateProject.ts b/typescript/src/models/UpdateProject.ts index b54bab6..a676a6b 100644 --- a/typescript/src/models/UpdateProject.ts +++ b/typescript/src/models/UpdateProject.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UpdateQuota.ts b/typescript/src/models/UpdateQuota.ts index 1f5f713..fe39970 100644 --- a/typescript/src/models/UpdateQuota.ts +++ b/typescript/src/models/UpdateQuota.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UploadFileLayersResponse.ts b/typescript/src/models/UploadFileLayersResponse.ts index e14eb8a..bc8e591 100644 --- a/typescript/src/models/UploadFileLayersResponse.ts +++ b/typescript/src/models/UploadFileLayersResponse.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UploadFilesResponse.ts b/typescript/src/models/UploadFilesResponse.ts index ff3d8e1..3e65a89 100644 --- a/typescript/src/models/UploadFilesResponse.ts +++ b/typescript/src/models/UploadFilesResponse.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UsageSummaryGranularity.ts b/typescript/src/models/UsageSummaryGranularity.ts index f6bf98c..85d3d84 100644 --- a/typescript/src/models/UsageSummaryGranularity.ts +++ b/typescript/src/models/UsageSummaryGranularity.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UserCredentials.ts b/typescript/src/models/UserCredentials.ts index 3a8b5b0..66697de 100644 --- a/typescript/src/models/UserCredentials.ts +++ b/typescript/src/models/UserCredentials.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UserInfo.ts b/typescript/src/models/UserInfo.ts index 331bbf4..1461dd4 100644 --- a/typescript/src/models/UserInfo.ts +++ b/typescript/src/models/UserInfo.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UserRegistration.ts b/typescript/src/models/UserRegistration.ts index a3855f1..1c28e30 100644 --- a/typescript/src/models/UserRegistration.ts +++ b/typescript/src/models/UserRegistration.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/UserSession.ts b/typescript/src/models/UserSession.ts index e229419..329ff59 100644 --- a/typescript/src/models/UserSession.ts +++ b/typescript/src/models/UserSession.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/VectorColumnInfo.ts b/typescript/src/models/VectorColumnInfo.ts index 40702b8..4ba165f 100644 --- a/typescript/src/models/VectorColumnInfo.ts +++ b/typescript/src/models/VectorColumnInfo.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/VectorDataType.ts b/typescript/src/models/VectorDataType.ts index eb5d125..2d11890 100644 --- a/typescript/src/models/VectorDataType.ts +++ b/typescript/src/models/VectorDataType.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/VectorQueryRectangle.ts b/typescript/src/models/VectorQueryRectangle.ts index 96aaf93..b840181 100644 --- a/typescript/src/models/VectorQueryRectangle.ts +++ b/typescript/src/models/VectorQueryRectangle.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/VectorResultDescriptor.ts b/typescript/src/models/VectorResultDescriptor.ts index a090a73..e47063c 100644 --- a/typescript/src/models/VectorResultDescriptor.ts +++ b/typescript/src/models/VectorResultDescriptor.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Volume.ts b/typescript/src/models/Volume.ts index d550f81..57d8004 100644 --- a/typescript/src/models/Volume.ts +++ b/typescript/src/models/Volume.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/VolumeFileLayersResponse.ts b/typescript/src/models/VolumeFileLayersResponse.ts index 782b885..28aa2f8 100644 --- a/typescript/src/models/VolumeFileLayersResponse.ts +++ b/typescript/src/models/VolumeFileLayersResponse.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WcsBoundingbox.ts b/typescript/src/models/WcsBoundingbox.ts index 8ca1ca2..6f99dfa 100644 --- a/typescript/src/models/WcsBoundingbox.ts +++ b/typescript/src/models/WcsBoundingbox.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WcsService.ts b/typescript/src/models/WcsService.ts index cdabd81..89bdd25 100644 --- a/typescript/src/models/WcsService.ts +++ b/typescript/src/models/WcsService.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WcsVersion.ts b/typescript/src/models/WcsVersion.ts index 0d6bf36..43385ce 100644 --- a/typescript/src/models/WcsVersion.ts +++ b/typescript/src/models/WcsVersion.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WfsService.ts b/typescript/src/models/WfsService.ts index 77e3ae9..2af42b4 100644 --- a/typescript/src/models/WfsService.ts +++ b/typescript/src/models/WfsService.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WfsVersion.ts b/typescript/src/models/WfsVersion.ts index 1a7b37a..acc8f82 100644 --- a/typescript/src/models/WfsVersion.ts +++ b/typescript/src/models/WfsVersion.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WmsService.ts b/typescript/src/models/WmsService.ts index 1f0c012..b34355f 100644 --- a/typescript/src/models/WmsService.ts +++ b/typescript/src/models/WmsService.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WmsVersion.ts b/typescript/src/models/WmsVersion.ts index 49d1482..cf7c526 100644 --- a/typescript/src/models/WmsVersion.ts +++ b/typescript/src/models/WmsVersion.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/Workflow.ts b/typescript/src/models/Workflow.ts index e2cc870..cb7468c 100644 --- a/typescript/src/models/Workflow.ts +++ b/typescript/src/models/Workflow.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/models/WrappedPlotOutput.ts b/typescript/src/models/WrappedPlotOutput.ts index 27ab1d0..90e045d 100644 --- a/typescript/src/models/WrappedPlotOutput.ts +++ b/typescript/src/models/WrappedPlotOutput.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0 diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index d3e4da1..0b9a523 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -1,7 +1,7 @@ /* tslint:disable */ /* eslint-disable */ /** - * Geo Engine Pro API + * Geo Engine API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.8.0