From b72fef027e635400a91e34a1572b25208abcde88 Mon Sep 17 00:00:00 2001 From: dmetzner Date: Fri, 28 Jan 2022 11:32:55 +0000 Subject: [PATCH] Automated Code Generation --- .openapi-generator/FILES | 6 +++--- .php-cs-fixer.cache | 2 +- 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 | 12 ++++++------ Api/UtilityApiInterface.php | 2 +- Controller/AuthenticationController.php | 2 +- Controller/Controller.php | 2 +- Controller/MediaLibraryController.php | 2 +- Controller/NotificationsController.php | 2 +- Controller/ProjectsController.php | 2 +- Controller/SearchController.php | 2 +- Controller/UserController.php | 12 ++++++------ 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/ExtendedUserDataResponseAllOf.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/NotificationsType.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/{InlineObject.php => ResetPasswordRequest.php} | 8 ++++---- Model/SearchResponse.php | 2 +- Model/SurveyResponse.php | 2 +- Model/UpdateUserErrorResponse.php | 2 +- Model/UpdateUserRequest.php | 2 +- Model/UpgradeTokenRequest.php | 2 +- Model/UploadErrorResponse.php | 2 +- OpenAPIServerBundle.php | 2 +- README.md | 4 ++-- Resources/docs/Api/UserApiInterface.md | 6 +++--- .../{InlineObject.md => ResetPasswordRequest.md} | 2 +- autoload.php | 2 +- 54 files changed, 72 insertions(+), 72 deletions(-) rename Model/{InlineObject.php => ResetPasswordRequest.php} (90%) rename Resources/docs/Model/{InlineObject.md => ResetPasswordRequest.md} (93%) diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index c85a4522..7ddddb79 100755 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -25,7 +25,6 @@ Model/DryRun.php Model/ExtendedUserDataResponse.php Model/ExtendedUserDataResponseAllOf.php Model/FeaturedProjectResponse.php -Model/InlineObject.php Model/JWTResponse.php Model/LoginRequest.php Model/MediaCategoryResponse.php @@ -42,6 +41,7 @@ Model/ProjectsCategory.php Model/RefreshRequest.php Model/RegisterErrorResponse.php Model/RegisterRequest.php +Model/ResetPasswordRequest.php Model/SearchResponse.php Model/SurveyResponse.php Model/UpdateUserErrorResponse.php @@ -65,7 +65,6 @@ Resources/docs/Model/DryRun.md Resources/docs/Model/ExtendedUserDataResponse.md Resources/docs/Model/ExtendedUserDataResponseAllOf.md Resources/docs/Model/FeaturedProjectResponse.md -Resources/docs/Model/InlineObject.md Resources/docs/Model/JWTResponse.md Resources/docs/Model/LoginRequest.md Resources/docs/Model/MediaCategoryResponse.md @@ -82,6 +81,7 @@ Resources/docs/Model/ProjectsCategory.md Resources/docs/Model/RefreshRequest.md Resources/docs/Model/RegisterErrorResponse.md Resources/docs/Model/RegisterRequest.md +Resources/docs/Model/ResetPasswordRequest.md Resources/docs/Model/SearchResponse.md Resources/docs/Model/SurveyResponse.md Resources/docs/Model/UpdateUserErrorResponse.md @@ -109,7 +109,6 @@ Tests/Model/DryRunTest.php Tests/Model/ExtendedUserDataResponseAllOfTest.php Tests/Model/ExtendedUserDataResponseTest.php Tests/Model/FeaturedProjectResponseTest.php -Tests/Model/InlineObjectTest.php Tests/Model/JWTResponseTest.php Tests/Model/LoginRequestTest.php Tests/Model/MediaCategoryResponseTest.php @@ -126,6 +125,7 @@ Tests/Model/ProjectsCategoryTest.php Tests/Model/RefreshRequestTest.php Tests/Model/RegisterErrorResponseTest.php Tests/Model/RegisterRequestTest.php +Tests/Model/ResetPasswordRequestTest.php Tests/Model/SearchResponseTest.php Tests/Model/SurveyResponseTest.php Tests/Model/UpdateUserErrorResponseTest.php diff --git a/.php-cs-fixer.cache b/.php-cs-fixer.cache index 11c08f65..201a24ee 100755 --- a/.php-cs-fixer.cache +++ b/.php-cs-fixer.cache @@ -1 +1 @@ -{"php":"8.1.1","version":"3.5.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true,"allow_single_line_closure":true},"class_definition":{"single_line":true},"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ignore"},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"align_multiline_comment":true,"array_indentation":true,"blank_line_before_statement":{"statements":["return"]},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"empty_loop_body":{"style":"braces"},"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"heredoc_to_nowdoc":true,"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"multiline_whitespace_before_semicolons":{"strategy":"new_line_for_chained_calls"},"no_extra_blank_lines":{"tokens":["case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use"]},"no_null_property_initialization":true,"no_superfluous_elseif":true,"no_useless_else":true,"no_useless_return":true,"operator_linebreak":{"only_booleans":true},"ordered_class_elements":{"order":["use_trait"]},"php_unit_internal_class":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_no_empty_return":true,"phpdoc_order":true,"phpdoc_order_by_value":true,"phpdoc_types_order":{"null_adjustment":"always_last","sort_algorithm":"none"},"phpdoc_var_annotation_correct_order":true,"return_assignment":true,"simple_to_complex_string_variable":true,"single_line_comment_style":{"comment_types":["hash"]},"single_line_throw":true,"array_syntax":true,"backtick_to_shell_exec":true,"binary_operator_spaces":true,"cast_spaces":true,"class_attributes_separation":{"elements":{"method":"one"}},"clean_namespace":true,"concat_space":true,"echo_tag_syntax":true,"empty_loop_condition":true,"fully_qualified_strict_types":true,"function_typehint_space":true,"general_phpdoc_tag_rename":{"replacements":{"inheritDocs":"inheritDoc"}},"include":true,"increment_style":true,"integer_literal_case":true,"lambda_not_used_import":true,"linebreak_after_opening_tag":true,"magic_constant_casing":true,"magic_method_casing":true,"native_function_casing":true,"native_function_type_declaration_casing":true,"no_alias_language_construct_call":true,"no_alternative_syntax":true,"no_binary_string":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":true},"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":{"statements":["break","clone","continue","echo_print","return","switch_case","yield","yield_from"]},"no_unneeded_curly_braces":{"namespaces":true},"no_unset_cast":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"ordered_imports":true,"php_unit_fqcn_annotation":true,"php_unit_method_casing":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag_normalizer":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_tag_type":{"tags":{"inheritDoc":"inline"}},"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"semicolon_after_instruction":true,"single_quote":true,"single_space_after_construct":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"switch_continue_to_break":true,"trailing_comma_in_multiline":true,"trim_array_spaces":true,"types_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"yoda_style":true,"blank_line_after_opening_tag":true,"compact_nullable_typehint":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"return_type_declaration":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"doctrine_annotation_array_assignment":{"operator":":"},"doctrine_annotation_braces":true,"doctrine_annotation_indentation":true,"doctrine_annotation_spaces":{"before_array_assignments_colon":false},"strict_param":true},"hashes":{"Api\/ApiServer.php":2976191341,"Api\/AuthenticationApiInterface.php":4056301272,"Api\/UtilityApiInterface.php":696381994,"Api\/SearchApiInterface.php":3777011961,"Api\/MediaLibraryApiInterface.php":4011966238,"Api\/ProjectsApiInterface.php":2274295398,"Api\/NotificationsApiInterface.php":1776205421,"Api\/UserApiInterface.php":2732075326,"DependencyInjection\/Compiler\/OpenAPIServerApiPass.php":1513832626,"DependencyInjection\/OpenAPIServerExtension.php":3407680049,"Controller\/Controller.php":12461229,"Controller\/UserController.php":1714771641,"Controller\/SearchController.php":3164397298,"Controller\/NotificationsController.php":3226415982,"Controller\/MediaLibraryController.php":1112572832,"Controller\/AuthenticationController.php":1057375113,"Controller\/UtilityController.php":824691397,"Controller\/ProjectsController.php":318289128,"Service\/ValidatorInterface.php":556327333,"Service\/SerializerInterface.php":4201061557,"Service\/SymfonyValidator.php":862763093,"Service\/TypeMismatchException.php":269245387,"Service\/JmsSerializer.php":3900462519,"Service\/StrictJsonDeserializationVisitor.php":347726109,"Model\/SurveyResponse.php":3732784679,"Model\/ProjectsCategory.php":2272404046,"Model\/NotificationContent.php":562092002,"Model\/RegisterErrorResponse.php":3819220119,"Model\/MediaFileResponse.php":3986750657,"Model\/UpdateUserRequest.php":2716129505,"Model\/RefreshRequest.php":1293446475,"Model\/UploadErrorResponse.php":1400018497,"Model\/LoginRequest.php":2447646449,"Model\/BaseUser.php":730507859,"Model\/RegisterRequest.php":2769654402,"Model\/MediaCategoryResponse.php":1812634530,"Model\/FeaturedProjectResponse.php":3623541586,"Model\/DryRun.php":1493077432,"Model\/UpgradeTokenRequest.php":1280027659,"Model\/ProjectReportRequest.php":1971774335,"Model\/OAuthLoginRequest.php":2419091161,"Model\/BasicUserDataResponse.php":3952633401,"Model\/SearchResponse.php":2008254574,"Model\/ProjectResponse.php":2544448142,"Model\/ExtendedUserDataResponseAllOf.php":3590534986,"Model\/UpdateUserErrorResponse.php":2326826384,"Model\/NotificationResponse.php":3804181826,"Model\/MediaPackageResponse.php":3760893865,"Model\/JWTResponse.php":1514456045,"Model\/InlineObject.php":3010436179,"Model\/ExtendedUserDataResponse.php":4187208245,"Model\/NotificationsCountResponse.php":1706080797,"Model\/NotificationsType.php":3843986424,"OpenAPIServerBundle.php":2164828755,"autoload.php":762476643}} \ No newline at end of file +{"php":"8.1.1","version":"3.5.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true,"allow_single_line_closure":true},"class_definition":{"single_line":true},"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ignore"},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"align_multiline_comment":true,"array_indentation":true,"blank_line_before_statement":{"statements":["return"]},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"empty_loop_body":{"style":"braces"},"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"heredoc_to_nowdoc":true,"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"multiline_whitespace_before_semicolons":{"strategy":"new_line_for_chained_calls"},"no_extra_blank_lines":{"tokens":["case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use"]},"no_null_property_initialization":true,"no_superfluous_elseif":true,"no_useless_else":true,"no_useless_return":true,"operator_linebreak":{"only_booleans":true},"ordered_class_elements":{"order":["use_trait"]},"php_unit_internal_class":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_no_empty_return":true,"phpdoc_order":true,"phpdoc_order_by_value":true,"phpdoc_types_order":{"null_adjustment":"always_last","sort_algorithm":"none"},"phpdoc_var_annotation_correct_order":true,"return_assignment":true,"simple_to_complex_string_variable":true,"single_line_comment_style":{"comment_types":["hash"]},"single_line_throw":true,"array_syntax":true,"backtick_to_shell_exec":true,"binary_operator_spaces":true,"cast_spaces":true,"class_attributes_separation":{"elements":{"method":"one"}},"clean_namespace":true,"concat_space":true,"echo_tag_syntax":true,"empty_loop_condition":true,"fully_qualified_strict_types":true,"function_typehint_space":true,"general_phpdoc_tag_rename":{"replacements":{"inheritDocs":"inheritDoc"}},"include":true,"increment_style":true,"integer_literal_case":true,"lambda_not_used_import":true,"linebreak_after_opening_tag":true,"magic_constant_casing":true,"magic_method_casing":true,"native_function_casing":true,"native_function_type_declaration_casing":true,"no_alias_language_construct_call":true,"no_alternative_syntax":true,"no_binary_string":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":true},"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":{"statements":["break","clone","continue","echo_print","return","switch_case","yield","yield_from"]},"no_unneeded_curly_braces":{"namespaces":true},"no_unset_cast":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"ordered_imports":true,"php_unit_fqcn_annotation":true,"php_unit_method_casing":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag_normalizer":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_tag_type":{"tags":{"inheritDoc":"inline"}},"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"semicolon_after_instruction":true,"single_quote":true,"single_space_after_construct":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"switch_continue_to_break":true,"trailing_comma_in_multiline":true,"trim_array_spaces":true,"types_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"yoda_style":true,"blank_line_after_opening_tag":true,"compact_nullable_typehint":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"return_type_declaration":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"doctrine_annotation_array_assignment":{"operator":":"},"doctrine_annotation_braces":true,"doctrine_annotation_indentation":true,"doctrine_annotation_spaces":{"before_array_assignments_colon":false},"strict_param":true},"hashes":{"Api\/ApiServer.php":2998398583,"Api\/AuthenticationApiInterface.php":3172069453,"Api\/UtilityApiInterface.php":864156481,"Api\/SearchApiInterface.php":4028125096,"Api\/MediaLibraryApiInterface.php":723569030,"Api\/ProjectsApiInterface.php":819991256,"Api\/NotificationsApiInterface.php":3117854947,"Api\/UserApiInterface.php":253257173,"DependencyInjection\/Compiler\/OpenAPIServerApiPass.php":1956386746,"DependencyInjection\/OpenAPIServerExtension.php":2007704599,"Controller\/Controller.php":4186502483,"Controller\/UserController.php":1019808747,"Controller\/SearchController.php":3803252491,"Controller\/NotificationsController.php":4116129318,"Controller\/MediaLibraryController.php":3190148038,"Controller\/AuthenticationController.php":3221086679,"Controller\/UtilityController.php":919712290,"Controller\/ProjectsController.php":510994502,"Service\/ValidatorInterface.php":556327333,"Service\/SerializerInterface.php":4201061557,"Service\/SymfonyValidator.php":862763093,"Service\/TypeMismatchException.php":269245387,"Service\/JmsSerializer.php":3900462519,"Service\/StrictJsonDeserializationVisitor.php":347726109,"Model\/SurveyResponse.php":2454000441,"Model\/ProjectsCategory.php":1506787600,"Model\/NotificationContent.php":476916333,"Model\/RegisterErrorResponse.php":2975683129,"Model\/MediaFileResponse.php":1840646482,"Model\/UpdateUserRequest.php":3594259293,"Model\/RefreshRequest.php":4126587170,"Model\/UploadErrorResponse.php":1128418363,"Model\/LoginRequest.php":2661370421,"Model\/BaseUser.php":2539723188,"Model\/RegisterRequest.php":2394013789,"Model\/MediaCategoryResponse.php":654779726,"Model\/FeaturedProjectResponse.php":1284102286,"Model\/DryRun.php":3216385038,"Model\/UpgradeTokenRequest.php":1857288631,"Model\/ProjectReportRequest.php":3653379323,"Model\/OAuthLoginRequest.php":2339244484,"Model\/BasicUserDataResponse.php":1951883216,"Model\/SearchResponse.php":869247378,"Model\/ProjectResponse.php":3929779813,"Model\/ExtendedUserDataResponseAllOf.php":1552361391,"Model\/UpdateUserErrorResponse.php":3998267675,"Model\/NotificationResponse.php":517404971,"Model\/MediaPackageResponse.php":831036540,"Model\/JWTResponse.php":14259931,"Model\/InlineObject.php":3010436179,"Model\/ExtendedUserDataResponse.php":1809887587,"Model\/NotificationsCountResponse.php":3339047156,"Model\/NotificationsType.php":269511847,"OpenAPIServerBundle.php":699253130,"autoload.php":3867851921,"Model\/ResetPasswordRequest.php":949567864}} \ No newline at end of file diff --git a/Api/ApiServer.php b/Api/ApiServer.php index a17ee384..5f6151ef 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/AuthenticationApiInterface.php b/Api/AuthenticationApiInterface.php index 693bd87a..796daa8d 100755 --- a/Api/AuthenticationApiInterface.php +++ b/Api/AuthenticationApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/MediaLibraryApiInterface.php b/Api/MediaLibraryApiInterface.php index cb3f4392..cd851e05 100755 --- a/Api/MediaLibraryApiInterface.php +++ b/Api/MediaLibraryApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/NotificationsApiInterface.php b/Api/NotificationsApiInterface.php index f5d3ad4c..419f9921 100755 --- a/Api/NotificationsApiInterface.php +++ b/Api/NotificationsApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/ProjectsApiInterface.php b/Api/ProjectsApiInterface.php index 2c0aa431..ea7f45cf 100755 --- a/Api/ProjectsApiInterface.php +++ b/Api/ProjectsApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/SearchApiInterface.php b/Api/SearchApiInterface.php index eb2472bc..7882f483 100755 --- a/Api/SearchApiInterface.php +++ b/Api/SearchApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Api/UserApiInterface.php b/Api/UserApiInterface.php index 33eb16ce..010c28fe 100755 --- a/Api/UserApiInterface.php +++ b/Api/UserApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -28,8 +28,8 @@ namespace OpenAPI\Server\Api; -use OpenAPI\Server\Model\InlineObject; use OpenAPI\Server\Model\RegisterRequest; +use OpenAPI\Server\Model\ResetPasswordRequest; use OpenAPI\Server\Model\UpdateUserRequest; /** @@ -118,11 +118,11 @@ public function userPut(UpdateUserRequest $update_user_request, string $accept_l * * Request email to reset password * - * @param \OpenAPI\Server\Model\InlineObject $inline_object (required) - * @param \int $responseCode The HTTP response code to return - * @param \array $responseHeaders Additional HTTP headers to return with the response () + * @param \OpenAPI\Server\Model\ResetPasswordRequest $reset_password_request (required) + * @param \int $responseCode The HTTP response code to return + * @param \array $responseHeaders Additional HTTP headers to return with the response () */ - public function userResetPasswordPost(InlineObject $inline_object, &$responseCode, array &$responseHeaders); + public function userResetPasswordPost(ResetPasswordRequest $reset_password_request, &$responseCode, array &$responseHeaders); /** * Operation usersSearchGet. diff --git a/Api/UtilityApiInterface.php b/Api/UtilityApiInterface.php index 30a6ad5e..51c68d0e 100755 --- a/Api/UtilityApiInterface.php +++ b/Api/UtilityApiInterface.php @@ -15,7 +15,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/AuthenticationController.php b/Controller/AuthenticationController.php index 3aabd5c6..91e92482 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/Controller.php b/Controller/Controller.php index abff94b6..fdf35c52 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/MediaLibraryController.php b/Controller/MediaLibraryController.php index 806d9d27..8e261234 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/NotificationsController.php b/Controller/NotificationsController.php index 9aab11c5..0c847ae4 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/ProjectsController.php b/Controller/ProjectsController.php index 68042039..ef148674 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/SearchController.php b/Controller/SearchController.php index 6a15327c..1be65d39 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Controller/UserController.php b/Controller/UserController.php index 86539f3a..f6c208d1 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -509,14 +509,14 @@ public function userResetPasswordPostAction(Request $request) // Handle authentication // Read out all input parameter values into variables - $inline_object = $request->getContent(); + $reset_password_request = $request->getContent(); // Use the default value if no value was provided // Deserialize the input values that needs it try { $inputFormat = $request->getMimeType($request->getContentType()); - $inline_object = $this->deserialize($inline_object, 'OpenAPI\Server\Model\InlineObject', $inputFormat); + $reset_password_request = $this->deserialize($reset_password_request, 'OpenAPI\Server\Model\ResetPasswordRequest', $inputFormat); } catch (SerializerRuntimeException $exception) { return $this->createBadRequestResponse($exception->getMessage()); } @@ -524,9 +524,9 @@ public function userResetPasswordPostAction(Request $request) // Validate the input values $asserts = []; $asserts[] = new Assert\NotNull(); - $asserts[] = new Assert\Type('OpenAPI\\Server\\Model\\InlineObject'); + $asserts[] = new Assert\Type('OpenAPI\\Server\\Model\\ResetPasswordRequest'); $asserts[] = new Assert\Valid(); - $response = $this->validate($inline_object, $asserts); + $response = $this->validate($reset_password_request, $asserts); if ($response instanceof Response) { return $response; } @@ -537,7 +537,7 @@ public function userResetPasswordPostAction(Request $request) // Make the call to the business logic $responseCode = 204; $responseHeaders = []; - $result = $handler->userResetPasswordPost($inline_object, $responseCode, $responseHeaders); + $result = $handler->userResetPasswordPost($reset_password_request, $responseCode, $responseHeaders); // Find default response message $message = ''; diff --git a/Controller/UtilityController.php b/Controller/UtilityController.php index b70e6ead..1439e61c 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.0.65 + * The version of the OpenAPI document: v1.0.67 * 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 bd8ad084..206ab635 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/DependencyInjection/OpenAPIServerExtension.php b/DependencyInjection/OpenAPIServerExtension.php index 9cfc37a7..28671827 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/BaseUser.php b/Model/BaseUser.php index d4dbc89d..6c2ff25c 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/BasicUserDataResponse.php b/Model/BasicUserDataResponse.php index e33455da..24bf4438 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/DryRun.php b/Model/DryRun.php index 6951d1e3..5fe59c6d 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ExtendedUserDataResponse.php b/Model/ExtendedUserDataResponse.php index 4714956b..9d344619 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ExtendedUserDataResponseAllOf.php b/Model/ExtendedUserDataResponseAllOf.php index 17b54427..695a7d12 100755 --- a/Model/ExtendedUserDataResponseAllOf.php +++ b/Model/ExtendedUserDataResponseAllOf.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/FeaturedProjectResponse.php b/Model/FeaturedProjectResponse.php index 1a8350b3..35222439 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/JWTResponse.php b/Model/JWTResponse.php index a9811e91..1649d834 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/LoginRequest.php b/Model/LoginRequest.php index f2e9222e..e426be40 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/MediaCategoryResponse.php b/Model/MediaCategoryResponse.php index cf859e39..85863095 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/MediaFileResponse.php b/Model/MediaFileResponse.php index 86808df0..dfadda32 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/MediaPackageResponse.php b/Model/MediaPackageResponse.php index 5fe60fe6..a02213f2 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationContent.php b/Model/NotificationContent.php index b68a92c4..6dc2eafd 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationResponse.php b/Model/NotificationResponse.php index 1b1e093e..ca3ffddd 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationsCountResponse.php b/Model/NotificationsCountResponse.php index a141a7a2..81595efb 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/NotificationsType.php b/Model/NotificationsType.php index d1577877..627b0296 100755 --- a/Model/NotificationsType.php +++ b/Model/NotificationsType.php @@ -16,7 +16,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/OAuthLoginRequest.php b/Model/OAuthLoginRequest.php index 8dbd6ae7..0451f44b 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ProjectReportRequest.php b/Model/ProjectReportRequest.php index 7bf0c0c7..32442c02 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ProjectResponse.php b/Model/ProjectResponse.php index 0a090859..9466291e 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/ProjectsCategory.php b/Model/ProjectsCategory.php index 277f9b47..7bd43249 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/RefreshRequest.php b/Model/RefreshRequest.php index 49c57d87..5361065b 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/RegisterErrorResponse.php b/Model/RegisterErrorResponse.php index 41da7914..0fa7bd98 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/RegisterRequest.php b/Model/RegisterRequest.php index 97e72106..fd9d6d76 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.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/Model/InlineObject.php b/Model/ResetPasswordRequest.php similarity index 90% rename from Model/InlineObject.php rename to Model/ResetPasswordRequest.php index c818d778..a3848a6a 100755 --- a/Model/InlineObject.php +++ b/Model/ResetPasswordRequest.php @@ -1,6 +1,6 @@ userResetPasswordPost($inline_object) +> userResetPasswordPost($reset_password_request) Request email to reset password @@ -315,7 +315,7 @@ class UserApi implements UserApiInterface /** * Implementation of UserApiInterface#userResetPasswordPost */ - public function userResetPasswordPost(InlineObject $inline_object) + public function userResetPasswordPost(ResetPasswordRequest $reset_password_request) { // Implement the operation ... } @@ -328,7 +328,7 @@ class UserApi implements UserApiInterface Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **inline_object** | [**OpenAPI\Server\Model\InlineObject**](../Model/InlineObject.md)| | + **reset_password_request** | [**OpenAPI\Server\Model\ResetPasswordRequest**](../Model/ResetPasswordRequest.md)| | ### Return type diff --git a/Resources/docs/Model/InlineObject.md b/Resources/docs/Model/ResetPasswordRequest.md similarity index 93% rename from Resources/docs/Model/InlineObject.md rename to Resources/docs/Model/ResetPasswordRequest.md index 15331e2d..e9370879 100755 --- a/Resources/docs/Model/InlineObject.md +++ b/Resources/docs/Model/ResetPasswordRequest.md @@ -1,4 +1,4 @@ -# InlineObject +# ResetPasswordRequest ## Properties Name | Type | Description | Notes diff --git a/autoload.php b/autoload.php index 3903ab09..cf33dff9 100755 --- a/autoload.php +++ b/autoload.php @@ -5,7 +5,7 @@ * * API for the Catrobat Share Platform * - * The version of the OpenAPI document: v1.0.65 + * The version of the OpenAPI document: v1.0.67 * Contact: webmaster@catrobat.org * Generated by: https://github.com/openapitools/openapi-generator.git */