From 79e0d85f84e8f16818e383e90f8e8d730e4377d7 Mon Sep 17 00:00:00 2001 From: Daniel Metzner Date: Thu, 11 Apr 2024 14:41:58 +0200 Subject: [PATCH] Bump version & add manual fixes --- Api/ApiServer.php | 2 +- Api/AuthenticationApiInterface.php | 2 +- Api/MediaLibraryApiInterface.php | 2 +- Api/NotificationsApiInterface.php | 2 +- Api/ProjectsApiInterface.php | 2 +- Api/SearchApiInterface.php | 2 +- Api/UserApiInterface.php | 2 +- Api/UtilityApiInterface.php | 2 +- Controller/AuthenticationController.php | 18 +++++++++--------- Controller/Controller.php | 6 +++--- Controller/MediaLibraryController.php | 2 +- Controller/NotificationsController.php | 10 +++++----- Controller/ProjectsController.php | 16 ++++++++-------- Controller/SearchController.php | 2 +- Controller/UserController.php | 14 +++++++------- Controller/UtilityController.php | 2 +- .../Compiler/OpenAPIServerApiPass.php | 2 +- DependencyInjection/OpenAPIServerExtension.php | 2 +- Model/BaseUser.php | 2 +- Model/BasicUserDataResponse.php | 2 +- Model/DryRun.php | 2 +- Model/ExtendedUserDataResponse.php | 2 +- Model/ExtensionResponse.php | 2 +- Model/FeaturedProjectResponse.php | 2 +- Model/JWTResponse.php | 2 +- Model/LoginRequest.php | 2 +- Model/MediaCategoryResponse.php | 2 +- Model/MediaFileResponse.php | 2 +- Model/MediaPackageResponse.php | 2 +- Model/NotificationContent.php | 2 +- Model/NotificationResponse.php | 2 +- Model/NotificationsCountResponse.php | 2 +- Model/OAuthLoginRequest.php | 2 +- Model/ProjectReportRequest.php | 2 +- Model/ProjectResponse.php | 2 +- Model/ProjectsCategory.php | 2 +- Model/RefreshRequest.php | 2 +- Model/RegisterErrorResponse.php | 2 +- Model/RegisterRequest.php | 2 +- Model/ResetPasswordErrorResponse.php | 2 +- Model/ResetPasswordRequest.php | 2 +- Model/SearchResponse.php | 2 +- Model/SurveyResponse.php | 2 +- Model/TagResponse.php | 2 +- Model/UpdateProjectErrorResponse.php | 2 +- Model/UpdateProjectFailureResponse.php | 2 +- Model/UpdateProjectRequest.php | 2 +- Model/UpdateUserErrorResponse.php | 2 +- Model/UpdateUserRequest.php | 2 +- Model/UpgradeTokenRequest.php | 2 +- Model/UploadErrorResponse.php | 2 +- OpenAPIServerBundle.php | 2 +- README.md | 2 +- Tests/Api/AuthenticationApiInterfaceTest.php | 2 +- Tests/Api/MediaLibraryApiInterfaceTest.php | 2 +- Tests/Api/NotificationsApiInterfaceTest.php | 2 +- Tests/Api/ProjectsApiInterfaceTest.php | 2 +- Tests/Api/SearchApiInterfaceTest.php | 2 +- Tests/Api/UserApiInterfaceTest.php | 2 +- Tests/Api/UtilityApiInterfaceTest.php | 2 +- Tests/Controller/ControllerTest.php | 2 +- Tests/Model/BaseUserTest.php | 2 +- Tests/Model/BasicUserDataResponseTest.php | 2 +- Tests/Model/DryRunTest.php | 2 +- Tests/Model/ExtendedUserDataResponseTest.php | 2 +- Tests/Model/ExtensionResponseTest.php | 2 +- Tests/Model/FeaturedProjectResponseTest.php | 2 +- Tests/Model/JWTResponseTest.php | 2 +- Tests/Model/LoginRequestTest.php | 2 +- Tests/Model/MediaCategoryResponseTest.php | 2 +- Tests/Model/MediaFileResponseTest.php | 2 +- Tests/Model/MediaPackageResponseTest.php | 2 +- Tests/Model/NotificationContentTest.php | 2 +- Tests/Model/NotificationResponseTest.php | 2 +- Tests/Model/NotificationsCountResponseTest.php | 2 +- Tests/Model/OAuthLoginRequestTest.php | 2 +- Tests/Model/ProjectReportRequestTest.php | 2 +- Tests/Model/ProjectResponseTest.php | 2 +- Tests/Model/ProjectsCategoryTest.php | 2 +- Tests/Model/RefreshRequestTest.php | 2 +- Tests/Model/RegisterErrorResponseTest.php | 2 +- Tests/Model/RegisterRequestTest.php | 2 +- Tests/Model/ResetPasswordErrorResponseTest.php | 2 +- Tests/Model/ResetPasswordRequestTest.php | 2 +- Tests/Model/SearchResponseTest.php | 2 +- Tests/Model/SurveyResponseTest.php | 2 +- Tests/Model/TagResponseTest.php | 2 +- Tests/Model/UpdateProjectErrorResponseTest.php | 2 +- .../Model/UpdateProjectFailureResponseTest.php | 2 +- Tests/Model/UpdateProjectRequestTest.php | 2 +- Tests/Model/UpdateUserErrorResponseTest.php | 2 +- Tests/Model/UpdateUserRequestTest.php | 2 +- Tests/Model/UpgradeTokenRequestTest.php | 2 +- Tests/Model/UploadErrorResponseTest.php | 2 +- autoload.php | 2 +- catroweb.yaml | 2 +- 96 files changed, 123 insertions(+), 123 deletions(-) diff --git a/Api/ApiServer.php b/Api/ApiServer.php index 86fbf139..949f28ce 100755 --- a/Api/ApiServer.php +++ b/Api/ApiServer.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/AuthenticationApiInterface.php b/Api/AuthenticationApiInterface.php index ec1c1556..312227b4 100755 --- a/Api/AuthenticationApiInterface.php +++ b/Api/AuthenticationApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/MediaLibraryApiInterface.php b/Api/MediaLibraryApiInterface.php index 0c0c7c8c..a15bcced 100755 --- a/Api/MediaLibraryApiInterface.php +++ b/Api/MediaLibraryApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/NotificationsApiInterface.php b/Api/NotificationsApiInterface.php index 7169a1be..abcf9fe9 100755 --- a/Api/NotificationsApiInterface.php +++ b/Api/NotificationsApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/ProjectsApiInterface.php b/Api/ProjectsApiInterface.php index f2660865..1bc73e3c 100755 --- a/Api/ProjectsApiInterface.php +++ b/Api/ProjectsApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/SearchApiInterface.php b/Api/SearchApiInterface.php index 6aac65b7..83e84278 100755 --- a/Api/SearchApiInterface.php +++ b/Api/SearchApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/UserApiInterface.php b/Api/UserApiInterface.php index 056aa4c0..035d3317 100755 --- a/Api/UserApiInterface.php +++ b/Api/UserApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/UtilityApiInterface.php b/Api/UtilityApiInterface.php index 3d082149..f1c5fef3 100755 --- a/Api/UtilityApiInterface.php +++ b/Api/UtilityApiInterface.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/AuthenticationController.php b/Controller/AuthenticationController.php index 13180234..8b1163ae 100755 --- a/Controller/AuthenticationController.php +++ b/Controller/AuthenticationController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -59,7 +59,7 @@ class AuthenticationController extends Controller public function authenticationDeleteAction(Request $request) { // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $x_refresh = $request->headers->get('X-Refresh'); @@ -143,7 +143,7 @@ public function authenticationDeleteAction(Request $request) public function authenticationGetAction(Request $request) { // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables @@ -227,7 +227,7 @@ public function authenticationOauthPostAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $o_auth_login_request = $this->deserialize($o_auth_login_request, 'OpenAPI\Server\Model\OAuthLoginRequest', $inputFormat); } catch (SerializerRuntimeException $exception) { return $this->createBadRequestResponse($exception->getMessage()); @@ -321,7 +321,7 @@ public function authenticationPostAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $login_request = $request->getContent(); @@ -330,7 +330,7 @@ public function authenticationPostAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $login_request = $this->deserialize($login_request, 'OpenAPI\Server\Model\LoginRequest', $inputFormat); } catch (SerializerRuntimeException $exception) { return $this->createBadRequestResponse($exception->getMessage()); @@ -424,7 +424,7 @@ public function authenticationRefreshPostAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $refresh_request = $request->getContent(); @@ -433,7 +433,7 @@ public function authenticationRefreshPostAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $refresh_request = $this->deserialize($refresh_request, 'OpenAPI\Server\Model\RefreshRequest', $inputFormat); } catch (SerializerRuntimeException $exception) { return $this->createBadRequestResponse($exception->getMessage()); @@ -535,7 +535,7 @@ public function authenticationUpgradePostAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $upgrade_token_request = $this->deserialize($upgrade_token_request, 'OpenAPI\Server\Model\UpgradeTokenRequest', $inputFormat); } catch (SerializerRuntimeException $exception) { return $this->createBadRequestResponse($exception->getMessage()); diff --git a/Controller/Controller.php b/Controller/Controller.php index d8884711..e9875088 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -214,7 +214,7 @@ protected function getOutputFormat(string $accept, array $produced): ?string public static function isContentTypeAllowed(Request $request, array $consumes = []): bool { if (!empty($consumes) && '*/*' !== $consumes[0]) { - $currentFormat = $request->getContentType(); + $currentFormat = $request->getRequestFormat(); foreach ($consumes as $mimeType) { // canonize mime type if (is_string($mimeType) && false !== $pos = strpos($mimeType, ';')) { @@ -225,7 +225,7 @@ public static function isContentTypeAllowed(Request $request, array $consumes = // add custom format to request $format = $mimeType; $request->setFormat($format, $format); - $currentFormat = $request->getContentType(); + $currentFormat = $request->getRequestFormat(); } if ($format === $currentFormat) { diff --git a/Controller/MediaLibraryController.php b/Controller/MediaLibraryController.php index 233f170b..688701dc 100755 --- a/Controller/MediaLibraryController.php +++ b/Controller/MediaLibraryController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/NotificationsController.php b/Controller/NotificationsController.php index 86075a42..9a94fe40 100755 --- a/Controller/NotificationsController.php +++ b/Controller/NotificationsController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -59,7 +59,7 @@ class NotificationsController extends Controller public function notificationIdReadPutAction(Request $request, $id) { // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $accept_language = $request->headers->get('Accept-Language', 'en'); @@ -154,7 +154,7 @@ public function notificationsCountGetAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables @@ -227,7 +227,7 @@ public function notificationsGetAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $limit = $request->query->get('limit', 20); @@ -341,7 +341,7 @@ public function notificationsGetAction(Request $request) public function notificationsReadPutAction(Request $request) { // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables diff --git a/Controller/ProjectsController.php b/Controller/ProjectsController.php index f0d8b4c9..cc8cfc67 100755 --- a/Controller/ProjectsController.php +++ b/Controller/ProjectsController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -146,7 +146,7 @@ public function projectIdCatrobatGetAction(Request $request, $id) public function projectIdDeleteAction(Request $request, $id) { // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables @@ -333,7 +333,7 @@ public function projectIdPutAction(Request $request, $id) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $accept_language = $request->headers->get('Accept-Language', 'en'); @@ -344,7 +344,7 @@ public function projectIdPutAction(Request $request, $id) // Deserialize the input values that needs it try { $id = $this->deserialize($id, 'string', 'string'); - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $update_project_request = $this->deserialize($update_project_request, 'OpenAPI\Server\Model\UpdateProjectRequest', $inputFormat); $accept_language = $this->deserialize($accept_language, 'string', 'string'); } catch (SerializerRuntimeException $exception) { @@ -595,7 +595,7 @@ public function projectIdReportPostAction(Request $request, $id) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $project_report_request = $request->getContent(); @@ -605,7 +605,7 @@ public function projectIdReportPostAction(Request $request, $id) // Deserialize the input values that needs it try { $id = $this->deserialize($id, 'string', 'string'); - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $project_report_request = $this->deserialize($project_report_request, 'OpenAPI\Server\Model\ProjectReportRequest', $inputFormat); } catch (SerializerRuntimeException $exception) { return $this->createBadRequestResponse($exception->getMessage()); @@ -1141,7 +1141,7 @@ public function projectsPostAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $accept_language = $request->headers->get('Accept-Language', 'en'); @@ -1477,7 +1477,7 @@ public function projectsUserGetAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $max_version = $request->query->get('max_version', ''); diff --git a/Controller/SearchController.php b/Controller/SearchController.php index 20fbcb17..b288325e 100755 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/UserController.php b/Controller/UserController.php index ab9e828e..09014b67 100755 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -59,7 +59,7 @@ class UserController extends Controller public function userDeleteAction(Request $request) { // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables @@ -128,7 +128,7 @@ public function userGetAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables @@ -304,7 +304,7 @@ public function userPostAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $register_request = $this->deserialize($register_request, 'OpenAPI\Server\Model\RegisterRequest', $inputFormat); $accept_language = $this->deserialize($accept_language, 'string', 'string'); } catch (SerializerRuntimeException $exception) { @@ -405,7 +405,7 @@ public function userPutAction(Request $request) } // Handle authentication - // Authentication 'BearerAuth' required + $securityBearerAuth = $request->headers->get('authorization'); // Read out all input parameter values into variables $accept_language = $request->headers->get('Accept-Language', 'en'); @@ -415,7 +415,7 @@ public function userPutAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $update_user_request = $this->deserialize($update_user_request, 'OpenAPI\Server\Model\UpdateUserRequest', $inputFormat); $accept_language = $this->deserialize($accept_language, 'string', 'string'); } catch (SerializerRuntimeException $exception) { @@ -522,7 +522,7 @@ public function userResetPasswordPostAction(Request $request) // Deserialize the input values that needs it try { - $inputFormat = $request->getMimeType($request->getContentType()); + $inputFormat = $request->getMimeType($request->getRequestFormat()); $reset_password_request = $this->deserialize($reset_password_request, 'OpenAPI\Server\Model\ResetPasswordRequest', $inputFormat); $accept_language = $this->deserialize($accept_language, 'string', 'string'); } catch (SerializerRuntimeException $exception) { diff --git a/Controller/UtilityController.php b/Controller/UtilityController.php index 51539eae..36ac65ec 100755 --- a/Controller/UtilityController.php +++ b/Controller/UtilityController.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/DependencyInjection/Compiler/OpenAPIServerApiPass.php b/DependencyInjection/Compiler/OpenAPIServerApiPass.php index 143af957..2cea5dd7 100755 --- a/DependencyInjection/Compiler/OpenAPIServerApiPass.php +++ b/DependencyInjection/Compiler/OpenAPIServerApiPass.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/DependencyInjection/OpenAPIServerExtension.php b/DependencyInjection/OpenAPIServerExtension.php index bf59a96e..579d1fa2 100755 --- a/DependencyInjection/OpenAPIServerExtension.php +++ b/DependencyInjection/OpenAPIServerExtension.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/BaseUser.php b/Model/BaseUser.php index a0d2528b..7f6f11b4 100755 --- a/Model/BaseUser.php +++ b/Model/BaseUser.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/BasicUserDataResponse.php b/Model/BasicUserDataResponse.php index 6e7f34a0..afa95196 100755 --- a/Model/BasicUserDataResponse.php +++ b/Model/BasicUserDataResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/DryRun.php b/Model/DryRun.php index af501aec..2404a9d8 100755 --- a/Model/DryRun.php +++ b/Model/DryRun.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ExtendedUserDataResponse.php b/Model/ExtendedUserDataResponse.php index 39d96d38..91cbf241 100755 --- a/Model/ExtendedUserDataResponse.php +++ b/Model/ExtendedUserDataResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ExtensionResponse.php b/Model/ExtensionResponse.php index 316c59ab..ea3726be 100755 --- a/Model/ExtensionResponse.php +++ b/Model/ExtensionResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/FeaturedProjectResponse.php b/Model/FeaturedProjectResponse.php index 206ec989..39c07a61 100755 --- a/Model/FeaturedProjectResponse.php +++ b/Model/FeaturedProjectResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/JWTResponse.php b/Model/JWTResponse.php index 8ed20e7b..8c30ea0f 100755 --- a/Model/JWTResponse.php +++ b/Model/JWTResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/LoginRequest.php b/Model/LoginRequest.php index 3d2730c8..0b72e7ed 100755 --- a/Model/LoginRequest.php +++ b/Model/LoginRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/MediaCategoryResponse.php b/Model/MediaCategoryResponse.php index ab583e2c..0dfdb2dd 100755 --- a/Model/MediaCategoryResponse.php +++ b/Model/MediaCategoryResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/MediaFileResponse.php b/Model/MediaFileResponse.php index 2478fdf3..c445637b 100755 --- a/Model/MediaFileResponse.php +++ b/Model/MediaFileResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/MediaPackageResponse.php b/Model/MediaPackageResponse.php index e9cdffb4..21a12314 100755 --- a/Model/MediaPackageResponse.php +++ b/Model/MediaPackageResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationContent.php b/Model/NotificationContent.php index 2010370a..e333f779 100755 --- a/Model/NotificationContent.php +++ b/Model/NotificationContent.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationResponse.php b/Model/NotificationResponse.php index 8cf530de..19f48720 100755 --- a/Model/NotificationResponse.php +++ b/Model/NotificationResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationsCountResponse.php b/Model/NotificationsCountResponse.php index 394f2477..6ed7c888 100755 --- a/Model/NotificationsCountResponse.php +++ b/Model/NotificationsCountResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/OAuthLoginRequest.php b/Model/OAuthLoginRequest.php index 5b5e9e3a..459eb4c9 100755 --- a/Model/OAuthLoginRequest.php +++ b/Model/OAuthLoginRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ProjectReportRequest.php b/Model/ProjectReportRequest.php index f07ef2e0..99abe2f7 100755 --- a/Model/ProjectReportRequest.php +++ b/Model/ProjectReportRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ProjectResponse.php b/Model/ProjectResponse.php index 76c614be..69f431e9 100755 --- a/Model/ProjectResponse.php +++ b/Model/ProjectResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ProjectsCategory.php b/Model/ProjectsCategory.php index 709092f5..42d3f071 100755 --- a/Model/ProjectsCategory.php +++ b/Model/ProjectsCategory.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/RefreshRequest.php b/Model/RefreshRequest.php index e089bd0d..b625fce5 100755 --- a/Model/RefreshRequest.php +++ b/Model/RefreshRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/RegisterErrorResponse.php b/Model/RegisterErrorResponse.php index 77c966b8..3bfcbde6 100755 --- a/Model/RegisterErrorResponse.php +++ b/Model/RegisterErrorResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/RegisterRequest.php b/Model/RegisterRequest.php index dacefa50..4f74e11e 100755 --- a/Model/RegisterRequest.php +++ b/Model/RegisterRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ResetPasswordErrorResponse.php b/Model/ResetPasswordErrorResponse.php index d162d3b3..fce123d2 100755 --- a/Model/ResetPasswordErrorResponse.php +++ b/Model/ResetPasswordErrorResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ResetPasswordRequest.php b/Model/ResetPasswordRequest.php index b39a631f..781227d3 100755 --- a/Model/ResetPasswordRequest.php +++ b/Model/ResetPasswordRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/SearchResponse.php b/Model/SearchResponse.php index 68428677..e00c89ee 100755 --- a/Model/SearchResponse.php +++ b/Model/SearchResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/SurveyResponse.php b/Model/SurveyResponse.php index c5217c83..6749ba9e 100755 --- a/Model/SurveyResponse.php +++ b/Model/SurveyResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/TagResponse.php b/Model/TagResponse.php index 49c1ec32..cbc617de 100755 --- a/Model/TagResponse.php +++ b/Model/TagResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UpdateProjectErrorResponse.php b/Model/UpdateProjectErrorResponse.php index 158b4123..b4ee1b49 100755 --- a/Model/UpdateProjectErrorResponse.php +++ b/Model/UpdateProjectErrorResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UpdateProjectFailureResponse.php b/Model/UpdateProjectFailureResponse.php index 859e23d6..0f5b7d3c 100755 --- a/Model/UpdateProjectFailureResponse.php +++ b/Model/UpdateProjectFailureResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UpdateProjectRequest.php b/Model/UpdateProjectRequest.php index 22dabd1e..b4288fe4 100755 --- a/Model/UpdateProjectRequest.php +++ b/Model/UpdateProjectRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UpdateUserErrorResponse.php b/Model/UpdateUserErrorResponse.php index cc067769..7f2fe3fe 100755 --- a/Model/UpdateUserErrorResponse.php +++ b/Model/UpdateUserErrorResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UpdateUserRequest.php b/Model/UpdateUserRequest.php index 2a501fb3..071b96b5 100755 --- a/Model/UpdateUserRequest.php +++ b/Model/UpdateUserRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UpgradeTokenRequest.php b/Model/UpgradeTokenRequest.php index bb70f9fb..3bff1f93 100755 --- a/Model/UpgradeTokenRequest.php +++ b/Model/UpgradeTokenRequest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/UploadErrorResponse.php b/Model/UploadErrorResponse.php index 904811c3..b2fa3ed2 100755 --- a/Model/UploadErrorResponse.php +++ b/Model/UploadErrorResponse.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/OpenAPIServerBundle.php b/OpenAPIServerBundle.php index 02172b9f..9172398d 100755 --- a/OpenAPIServerBundle.php +++ b/OpenAPIServerBundle.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/README.md b/README.md index b731ab7b..12b7ab23 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ API for the Catrobat Share Platform This [Symfony](https://symfony.com/) bundle is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.4.0 +- API version: v1.4.1 - Generator version: 7.4.0 - Build package: org.openapitools.codegen.languages.PhpSymfonyServerCodegen For more information, please visit [https://share.catrob.at](https://share.catrob.at) diff --git a/Tests/Api/AuthenticationApiInterfaceTest.php b/Tests/Api/AuthenticationApiInterfaceTest.php index 03f0aa10..3d372aba 100755 --- a/Tests/Api/AuthenticationApiInterfaceTest.php +++ b/Tests/Api/AuthenticationApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Api/MediaLibraryApiInterfaceTest.php b/Tests/Api/MediaLibraryApiInterfaceTest.php index f86d00dd..76ab4cb0 100755 --- a/Tests/Api/MediaLibraryApiInterfaceTest.php +++ b/Tests/Api/MediaLibraryApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Api/NotificationsApiInterfaceTest.php b/Tests/Api/NotificationsApiInterfaceTest.php index dc6cfb04..c3aa8679 100755 --- a/Tests/Api/NotificationsApiInterfaceTest.php +++ b/Tests/Api/NotificationsApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Api/ProjectsApiInterfaceTest.php b/Tests/Api/ProjectsApiInterfaceTest.php index 28ae9d86..cb1006f0 100755 --- a/Tests/Api/ProjectsApiInterfaceTest.php +++ b/Tests/Api/ProjectsApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Api/SearchApiInterfaceTest.php b/Tests/Api/SearchApiInterfaceTest.php index 966da702..3adab3aa 100755 --- a/Tests/Api/SearchApiInterfaceTest.php +++ b/Tests/Api/SearchApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Api/UserApiInterfaceTest.php b/Tests/Api/UserApiInterfaceTest.php index 494fa5c7..abbcb5b9 100755 --- a/Tests/Api/UserApiInterfaceTest.php +++ b/Tests/Api/UserApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Api/UtilityApiInterfaceTest.php b/Tests/Api/UtilityApiInterfaceTest.php index c59866fe..07a2f494 100755 --- a/Tests/Api/UtilityApiInterfaceTest.php +++ b/Tests/Api/UtilityApiInterfaceTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Controller/ControllerTest.php b/Tests/Controller/ControllerTest.php index aaa81308..cb0c7a16 100755 --- a/Tests/Controller/ControllerTest.php +++ b/Tests/Controller/ControllerTest.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/BaseUserTest.php b/Tests/Model/BaseUserTest.php index 2f3e59ae..30eff5d7 100755 --- a/Tests/Model/BaseUserTest.php +++ b/Tests/Model/BaseUserTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/BasicUserDataResponseTest.php b/Tests/Model/BasicUserDataResponseTest.php index 45c5f26e..393dea67 100755 --- a/Tests/Model/BasicUserDataResponseTest.php +++ b/Tests/Model/BasicUserDataResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/DryRunTest.php b/Tests/Model/DryRunTest.php index 33d3dce8..e9076499 100755 --- a/Tests/Model/DryRunTest.php +++ b/Tests/Model/DryRunTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ExtendedUserDataResponseTest.php b/Tests/Model/ExtendedUserDataResponseTest.php index 84a31e73..89e4b37c 100755 --- a/Tests/Model/ExtendedUserDataResponseTest.php +++ b/Tests/Model/ExtendedUserDataResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ExtensionResponseTest.php b/Tests/Model/ExtensionResponseTest.php index 72bdbbd9..bc72cd93 100755 --- a/Tests/Model/ExtensionResponseTest.php +++ b/Tests/Model/ExtensionResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/FeaturedProjectResponseTest.php b/Tests/Model/FeaturedProjectResponseTest.php index 425c78c9..7f4577c4 100755 --- a/Tests/Model/FeaturedProjectResponseTest.php +++ b/Tests/Model/FeaturedProjectResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/JWTResponseTest.php b/Tests/Model/JWTResponseTest.php index 8d8433f2..c6c76c6c 100755 --- a/Tests/Model/JWTResponseTest.php +++ b/Tests/Model/JWTResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/LoginRequestTest.php b/Tests/Model/LoginRequestTest.php index 0674b9b6..4f3e4408 100755 --- a/Tests/Model/LoginRequestTest.php +++ b/Tests/Model/LoginRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/MediaCategoryResponseTest.php b/Tests/Model/MediaCategoryResponseTest.php index 6189300a..7194cf4a 100755 --- a/Tests/Model/MediaCategoryResponseTest.php +++ b/Tests/Model/MediaCategoryResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/MediaFileResponseTest.php b/Tests/Model/MediaFileResponseTest.php index e5341a9b..2cfc7e77 100755 --- a/Tests/Model/MediaFileResponseTest.php +++ b/Tests/Model/MediaFileResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/MediaPackageResponseTest.php b/Tests/Model/MediaPackageResponseTest.php index c42c223c..0cd53936 100755 --- a/Tests/Model/MediaPackageResponseTest.php +++ b/Tests/Model/MediaPackageResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/NotificationContentTest.php b/Tests/Model/NotificationContentTest.php index 4a634af6..0aab0abd 100755 --- a/Tests/Model/NotificationContentTest.php +++ b/Tests/Model/NotificationContentTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/NotificationResponseTest.php b/Tests/Model/NotificationResponseTest.php index 98ba03d8..7e172350 100755 --- a/Tests/Model/NotificationResponseTest.php +++ b/Tests/Model/NotificationResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/NotificationsCountResponseTest.php b/Tests/Model/NotificationsCountResponseTest.php index c3abc79a..03a1af73 100755 --- a/Tests/Model/NotificationsCountResponseTest.php +++ b/Tests/Model/NotificationsCountResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/OAuthLoginRequestTest.php b/Tests/Model/OAuthLoginRequestTest.php index 421a30b9..ad47cbf2 100755 --- a/Tests/Model/OAuthLoginRequestTest.php +++ b/Tests/Model/OAuthLoginRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ProjectReportRequestTest.php b/Tests/Model/ProjectReportRequestTest.php index 9077c373..de158b13 100755 --- a/Tests/Model/ProjectReportRequestTest.php +++ b/Tests/Model/ProjectReportRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ProjectResponseTest.php b/Tests/Model/ProjectResponseTest.php index 025d2976..5b6a612e 100755 --- a/Tests/Model/ProjectResponseTest.php +++ b/Tests/Model/ProjectResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ProjectsCategoryTest.php b/Tests/Model/ProjectsCategoryTest.php index e3e7cd4b..9adfce23 100755 --- a/Tests/Model/ProjectsCategoryTest.php +++ b/Tests/Model/ProjectsCategoryTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/RefreshRequestTest.php b/Tests/Model/RefreshRequestTest.php index 4f8b5341..74a10f7f 100755 --- a/Tests/Model/RefreshRequestTest.php +++ b/Tests/Model/RefreshRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/RegisterErrorResponseTest.php b/Tests/Model/RegisterErrorResponseTest.php index 855ed5b6..958f67e2 100755 --- a/Tests/Model/RegisterErrorResponseTest.php +++ b/Tests/Model/RegisterErrorResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/RegisterRequestTest.php b/Tests/Model/RegisterRequestTest.php index c868a70a..398c6069 100755 --- a/Tests/Model/RegisterRequestTest.php +++ b/Tests/Model/RegisterRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ResetPasswordErrorResponseTest.php b/Tests/Model/ResetPasswordErrorResponseTest.php index 84fa62c8..93e69325 100755 --- a/Tests/Model/ResetPasswordErrorResponseTest.php +++ b/Tests/Model/ResetPasswordErrorResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/ResetPasswordRequestTest.php b/Tests/Model/ResetPasswordRequestTest.php index a358971e..150b331f 100755 --- a/Tests/Model/ResetPasswordRequestTest.php +++ b/Tests/Model/ResetPasswordRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/SearchResponseTest.php b/Tests/Model/SearchResponseTest.php index 576cc3b6..d2864109 100755 --- a/Tests/Model/SearchResponseTest.php +++ b/Tests/Model/SearchResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/SurveyResponseTest.php b/Tests/Model/SurveyResponseTest.php index 3c136d39..534d9a60 100755 --- a/Tests/Model/SurveyResponseTest.php +++ b/Tests/Model/SurveyResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/TagResponseTest.php b/Tests/Model/TagResponseTest.php index 36cfe4b6..57826e5e 100755 --- a/Tests/Model/TagResponseTest.php +++ b/Tests/Model/TagResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UpdateProjectErrorResponseTest.php b/Tests/Model/UpdateProjectErrorResponseTest.php index 7f3c7387..eca0ebfe 100755 --- a/Tests/Model/UpdateProjectErrorResponseTest.php +++ b/Tests/Model/UpdateProjectErrorResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UpdateProjectFailureResponseTest.php b/Tests/Model/UpdateProjectFailureResponseTest.php index 6e0a9813..6a1274b3 100755 --- a/Tests/Model/UpdateProjectFailureResponseTest.php +++ b/Tests/Model/UpdateProjectFailureResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UpdateProjectRequestTest.php b/Tests/Model/UpdateProjectRequestTest.php index 694fddfe..9f4ac856 100755 --- a/Tests/Model/UpdateProjectRequestTest.php +++ b/Tests/Model/UpdateProjectRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UpdateUserErrorResponseTest.php b/Tests/Model/UpdateUserErrorResponseTest.php index 92b97d11..87ab5ccc 100755 --- a/Tests/Model/UpdateUserErrorResponseTest.php +++ b/Tests/Model/UpdateUserErrorResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UpdateUserRequestTest.php b/Tests/Model/UpdateUserRequestTest.php index d0fc823a..4f479b03 100755 --- a/Tests/Model/UpdateUserRequestTest.php +++ b/Tests/Model/UpdateUserRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UpgradeTokenRequestTest.php b/Tests/Model/UpgradeTokenRequestTest.php index 45a0a4fa..ead33c8b 100755 --- a/Tests/Model/UpgradeTokenRequestTest.php +++ b/Tests/Model/UpgradeTokenRequestTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Tests/Model/UploadErrorResponseTest.php b/Tests/Model/UploadErrorResponseTest.php index 4055d2f0..fb0d1e44 100755 --- a/Tests/Model/UploadErrorResponseTest.php +++ b/Tests/Model/UploadErrorResponseTest.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/autoload.php b/autoload.php index 49691dc7..ec55ca54 100755 --- a/autoload.php +++ b/autoload.php @@ -5,7 +5,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.4.0 + * The version of the OpenAPI document: v1.4.1 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/catroweb.yaml b/catroweb.yaml index 1257e113..dde34622 100755 --- a/catroweb.yaml +++ b/catroweb.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: "Catroweb API" description: "API for the Catrobat Share Platform" - version: "v1.4.0" + version: "v1.4.1" termsOfService: "https://share.catrob.at/pocketcode/termsOfUse" contact: name: "Catrobat"