Skip to content

Commit e3bf9fc

Browse files
committed
Final changes for v5
1 parent 1f44f37 commit e3bf9fc

154 files changed

Lines changed: 3894 additions & 4043 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.

.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ lib/Model/MatrixWaypoint.php
8686
lib/Model/ModelInterface.php
8787
lib/Model/MotorScooterCostingOptions.php
8888
lib/Model/MotorcycleCostingOptions.php
89+
lib/Model/NearestRoadsCostingModel.php
8990
lib/Model/NearestRoadsRequest.php
9091
lib/Model/NodeId.php
9192
lib/Model/NodeType.php

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.20.0
1+
7.21.0

lib/Api/GeocodingApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/Api/GeospatialApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/Api/RoutingApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/FormDataProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/HeaderSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 11.0.0
1818
* Contact: support@stadiamaps.com
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.20.0
20+
* Generator version: 7.21.0
2121
*/
2222

2323
/**

lib/Model/Access.php

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* The version of the OpenAPI document: 11.0.0
1919
* Contact: support@stadiamaps.com
2020
* Generated by: https://openapi-generator.tech
21-
* Generator version: 7.20.0
21+
* Generator version: 7.21.0
2222
*/
2323

2424
/**
@@ -46,17 +46,17 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
4646
public const DISCRIMINATOR = null;
4747

4848
/**
49-
* The original name of the model.
50-
*
51-
* @var string
52-
*/
49+
* The original name of the model.
50+
*
51+
* @var string
52+
*/
5353
protected static $openAPIModelName = 'access';
5454

5555
/**
56-
* Array of property to type mappings. Used for (de)serialization
57-
*
58-
* @var string[]
59-
*/
56+
* Array of property to type mappings. Used for (de)serialization
57+
*
58+
* @var string[]
59+
*/
6060
protected static $openAPITypes = [
6161
'golf_cart' => 'bool',
6262
'wheelchair' => 'bool',
@@ -73,12 +73,12 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
7373
];
7474

7575
/**
76-
* Array of property to format mappings. Used for (de)serialization
77-
*
78-
* @var string[]
79-
* @phpstan-var array<string, string|null>
80-
* @psalm-var array<string, string|null>
81-
*/
76+
* Array of property to format mappings. Used for (de)serialization
77+
*
78+
* @var string[]
79+
* @phpstan-var array<string, string|null>
80+
* @psalm-var array<string, string|null>
81+
*/
8282
protected static $openAPIFormats = [
8383
'golf_cart' => null,
8484
'wheelchair' => null,
@@ -95,10 +95,10 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
9595
];
9696

9797
/**
98-
* Array of nullable properties. Used for (de)serialization
99-
*
100-
* @var boolean[]
101-
*/
98+
* Array of nullable properties. Used for (de)serialization
99+
*
100+
* @var boolean[]
101+
*/
102102
protected static array $openAPINullables = [
103103
'golf_cart' => false,
104104
'wheelchair' => false,
@@ -115,10 +115,10 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
115115
];
116116

117117
/**
118-
* If a nullable field gets set to null, insert it here
119-
*
120-
* @var boolean[]
121-
*/
118+
* If a nullable field gets set to null, insert it here
119+
*
120+
* @var boolean[]
121+
*/
122122
protected array $openAPINullablesSetToNull = [];
123123

124124
/**
@@ -326,14 +326,14 @@ public function __construct(?array $data = null)
326326
}
327327

328328
/**
329-
* Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName
330-
* is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the
331-
* $this->openAPINullablesSetToNull array
332-
*
333-
* @param string $variableName
334-
* @param array $fields
335-
* @param mixed $defaultValue
336-
*/
329+
* Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName
330+
* is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the
331+
* $this->openAPINullablesSetToNull array
332+
*
333+
* @param string $variableName
334+
* @param array $fields
335+
* @param mixed $defaultValue
336+
*/
337337
private function setIfExists(string $variableName, array $fields, $defaultValue): void
338338
{
339339
if (self::isNullable($variableName) && array_key_exists($variableName, $fields) && is_null($fields[$variableName])) {

0 commit comments

Comments
 (0)