Skip to content

Commit a11e402

Browse files
author
MachineUserPTV
committed
Automatic synchronisation from developer.myptv.com
1 parent 3b1741f commit a11e402

26 files changed

+38
-38
lines changed

dotnet/PTV.Developer.Clients.geocoding.osm/Api/PlacesApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/ApiException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/ApiResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/ClientUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/Configuration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

@@ -539,7 +539,7 @@ public static string ToDebugReport()
539539
string report = "C# SDK (PTV.Developer.Clients.geocoding.osm) Debug Report:\n";
540540
report += " OS: " + System.Environment.OSVersion + "\n";
541541
report += " .NET Framework Version: " + System.Environment.Version + "\n";
542-
report += " Version of the API: 1.0\n";
542+
report += " Version of the API: 1.1\n";
543543
report += " SDK Package Version: 1.0.0\n";
544544

545545
return report;

dotnet/PTV.Developer.Clients.geocoding.osm/Client/ExceptionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/GlobalConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/HttpMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

dotnet/PTV.Developer.Clients.geocoding.osm/Client/IApiAccessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.
55
*
6-
* The version of the OpenAPI document: 1.0
6+
* The version of the OpenAPI document: 1.1
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

0 commit comments

Comments
 (0)