Skip to content

Commit ca3e61e

Browse files
committed
Fix missing OSRM maneuver types
1 parent cfb707e commit ca3e61e

147 files changed

Lines changed: 157 additions & 147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

lib/Api/GeocodingApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0

lib/Api/GeospatialApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0

lib/Api/RoutingApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0

lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0
@@ -433,7 +433,7 @@ public static function toDebugReport()
433433
$report = 'PHP SDK (OpenAPI\Client) Debug Report:' . PHP_EOL;
434434
$report .= ' OS: ' . php_uname() . PHP_EOL;
435435
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
436-
$report .= ' The version of the OpenAPI document: 10.0.0' . PHP_EOL;
436+
$report .= ' The version of the OpenAPI document: 10.0.1' . PHP_EOL;
437437
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
438438

439439
return $report;

lib/FormDataProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0

lib/HeaderSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1616
*
17-
* The version of the OpenAPI document: 10.0.0
17+
* The version of the OpenAPI document: 10.0.1
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.13.0

lib/Model/Access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1717
*
18-
* The version of the OpenAPI document: 10.0.0
18+
* The version of the OpenAPI document: 10.0.1
1919
* Contact: support@stadiamaps.com
2020
* Generated by: https://openapi-generator.tech
2121
* Generator version: 7.13.0

lib/Model/AddendumV2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
1717
*
18-
* The version of the OpenAPI document: 10.0.0
18+
* The version of the OpenAPI document: 10.0.1
1919
* Contact: support@stadiamaps.com
2020
* Generated by: https://openapi-generator.tech
2121
* Generator version: 7.13.0

0 commit comments

Comments
 (0)