Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 6a166ea

Browse files
authored
Merge pull request #108 from Catrobat/create-pull-request/patch-1643368049
Bump autogenerated OpenAPI code
2 parents 7b58b06 + 58c9cbd commit 6a166ea

Some content is hidden

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

58 files changed

+433
-107
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Model/DryRun.php
2525
Model/ExtendedUserDataResponse.php
2626
Model/ExtendedUserDataResponseAllOf.php
2727
Model/FeaturedProjectResponse.php
28+
Model/InlineObject.php
2829
Model/JWTResponse.php
2930
Model/LoginRequest.php
3031
Model/MediaCategoryResponse.php
@@ -64,6 +65,7 @@ Resources/docs/Model/DryRun.md
6465
Resources/docs/Model/ExtendedUserDataResponse.md
6566
Resources/docs/Model/ExtendedUserDataResponseAllOf.md
6667
Resources/docs/Model/FeaturedProjectResponse.md
68+
Resources/docs/Model/InlineObject.md
6769
Resources/docs/Model/JWTResponse.md
6870
Resources/docs/Model/LoginRequest.md
6971
Resources/docs/Model/MediaCategoryResponse.md
@@ -88,6 +90,7 @@ Resources/docs/Model/UpgradeTokenRequest.md
8890
Resources/docs/Model/UploadErrorResponse.md
8991
Service/JmsSerializer.php
9092
Service/SerializerInterface.php
93+
Service/StrictJsonDeserializationVisitor.php
9194
Service/SymfonyValidator.php
9295
Service/TypeMismatchException.php
9396
Service/ValidatorInterface.php
@@ -106,6 +109,7 @@ Tests/Model/DryRunTest.php
106109
Tests/Model/ExtendedUserDataResponseAllOfTest.php
107110
Tests/Model/ExtendedUserDataResponseTest.php
108111
Tests/Model/FeaturedProjectResponseTest.php
112+
Tests/Model/InlineObjectTest.php
109113
Tests/Model/JWTResponseTest.php
110114
Tests/Model/LoginRequestTest.php
111115
Tests/Model/MediaCategoryResponseTest.php

.php-cs-fixer.cache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Api/ApiServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.0
19+
* The version of the OpenAPI document: v1.0.65
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/AuthenticationApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/MediaLibraryApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/NotificationsApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/ProjectsApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/SearchApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/UserApiInterface.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/
@@ -28,6 +28,7 @@
2828

2929
namespace OpenAPI\Server\Api;
3030

31+
use OpenAPI\Server\Model\InlineObject;
3132
use OpenAPI\Server\Model\RegisterRequest;
3233
use OpenAPI\Server\Model\UpdateUserRequest;
3334

@@ -112,6 +113,17 @@ public function userPost(RegisterRequest $register_request, string $accept_langu
112113
*/
113114
public function userPut(UpdateUserRequest $update_user_request, string $accept_language = null, &$responseCode, array &$responseHeaders);
114115

116+
/**
117+
* Operation userResetPasswordPost.
118+
*
119+
* Request email to reset password
120+
*
121+
* @param \OpenAPI\Server\Model\InlineObject $inline_object (required)
122+
* @param \int $responseCode The HTTP response code to return
123+
* @param \array $responseHeaders Additional HTTP headers to return with the response ()
124+
*/
125+
public function userResetPasswordPost(InlineObject $inline_object, &$responseCode, array &$responseHeaders);
126+
115127
/**
116128
* Operation usersSearchGet.
117129
*

Api/UtilityApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.1.0
18+
* The version of the OpenAPI document: v1.0.65
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

0 commit comments

Comments
 (0)