-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from Catrobat/create-pull-request/patch-16540…
…25134 Bump autogenerated OpenAPI code
- Loading branch information
Showing
78 changed files
with
1,855 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -44,13 +44,14 @@ interface MediaLibraryApiInterface | |
* | ||
* Get the information of a specific media file | ||
* | ||
* @param \int $id ID of any given media file (required) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* @param \int $id ID of any given media file (required) | ||
* @param \string $attributes (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\MediaFileResponse | ||
*/ | ||
public function mediaFileIdGet(int $id, &$responseCode, array &$responseHeaders); | ||
public function mediaFileIdGet(int $id, string $attributes = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation mediaFilesGet. | ||
|
@@ -59,30 +60,32 @@ public function mediaFileIdGet(int $id, &$responseCode, array &$responseHeaders) | |
* | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\MediaFileResponse[] | ||
*/ | ||
public function mediaFilesGet(int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function mediaFilesGet(int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation mediaFilesSearchGet. | ||
* | ||
* Search for mediafiles associated with keywords | ||
* | ||
* @param \string $query (required) | ||
* @param \string $flavor (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \string $package_name In which package you want to search (for more fine tuned results) (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\MediaFileResponse[] | ||
*/ | ||
public function mediaFilesSearchGet(string $query, string $flavor = null, int $limit = 20, int $offset = 0, string $package_name = null, &$responseCode, array &$responseHeaders); | ||
public function mediaFilesSearchGet(string $query, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, string $package_name = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation mediaPackageNameGet. | ||
|
@@ -92,10 +95,11 @@ public function mediaFilesSearchGet(string $query, string $flavor = null, int $l | |
* @param \string $name Name of the package (required) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\MediaFileResponse[] | ||
*/ | ||
public function mediaPackageNameGet(string $name, int $limit = 20, int $offset = 0, &$responseCode, array &$responseHeaders); | ||
public function mediaPackageNameGet(string $name, int $limit = 20, int $offset = 0, string $attributes = null, &$responseCode, array &$responseHeaders); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -51,7 +51,7 @@ public function setPandaAuth($value); | |
/** | ||
* Operation notificationIdReadPut. | ||
* | ||
* Mark specified notification as read - StatusCode: 501 - Not yet implemented | ||
* Mark specified notification as read | ||
* | ||
* @param \int $id (required) | ||
* @param \string $accept_language (optional) | ||
|
@@ -63,7 +63,7 @@ public function notificationIdReadPut(int $id, string $accept_language = null, & | |
/** | ||
* Operation notificationsCountGet. | ||
* | ||
* Count the number of unseen notifications -- StatusCode: 501 - Not yet implemented | ||
* Count the number of unseen notifications | ||
* | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
|
@@ -80,18 +80,19 @@ public function notificationsCountGet(&$responseCode, array &$responseHeaders); | |
* @param \string $accept_language (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \OpenAPI\Server\Model\NotificationsType $type (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\NotificationResponse[] | ||
*/ | ||
public function notificationsGet(string $accept_language = null, int $limit = 20, int $offset = 0, NotificationsType $type = null, &$responseCode, array &$responseHeaders); | ||
public function notificationsGet(string $accept_language = null, int $limit = 20, int $offset = 0, string $attributes = null, NotificationsType $type = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation notificationsReadPut. | ||
* | ||
* Mark all notifications as read -- StatusCode: 501 - Not yet implemented | ||
* Mark all notifications as read | ||
* | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -29,6 +29,7 @@ | |
namespace OpenAPI\Server\Api; | ||
|
||
use OpenAPI\Server\Model\ProjectReportRequest; | ||
use OpenAPI\Server\Model\UpdateProjectRequest; | ||
use Symfony\Component\HttpFoundation\File\UploadedFile; | ||
|
||
/** | ||
|
@@ -65,7 +66,7 @@ public function projectIdCatrobatGet(string $id, &$responseCode, array &$respons | |
/** | ||
* Operation projectIdDelete. | ||
* | ||
* Delete a project -- StatusCode: 501 - Not yet implemented | ||
* Delete a project | ||
* | ||
* @param \string $id (required) | ||
* @param \int $responseCode The HTTP response code to return | ||
|
@@ -86,6 +87,21 @@ public function projectIdDelete(string $id, &$responseCode, array &$responseHead | |
*/ | ||
public function projectIdGet(string $id, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectIdPut. | ||
* | ||
* Update details of a project | ||
* | ||
* @param \string $id (required) | ||
* @param \OpenAPI\Server\Model\UpdateProjectRequest $update_project_request (required) | ||
* @param \string $accept_language (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \array | ||
*/ | ||
public function projectIdPut(string $id, UpdateProjectRequest $update_project_request, string $accept_language = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectIdRecommendationsGet. | ||
* | ||
|
@@ -97,13 +113,14 @@ public function projectIdGet(string $id, &$responseCode, array &$responseHeaders | |
* @param \string $max_version Only shows project with a smaller version number than max version. `Warning!` Current implementation is kinda broken. To ensure correct results use the following format '[0-9].[0-9]{3}' (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\ProjectResponse[] | ||
*/ | ||
public function projectIdRecommendationsGet(string $id, string $category, string $accept_language = null, string $max_version = null, int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function projectIdRecommendationsGet(string $id, string $category, string $accept_language = null, string $max_version = null, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectIdReportPost. | ||
|
@@ -154,13 +171,14 @@ public function projectsExtensionsGet(string $accept_language = null, &$response | |
* @param \string $max_version Only shows project with a smaller version number than max version. `Warning!` Current implementation is kinda broken. To ensure correct results use the following format '[0-9].[0-9]{3}' (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\FeaturedProjectResponse[] | ||
*/ | ||
public function projectsFeaturedGet(string $platform = null, string $max_version = null, int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function projectsFeaturedGet(string $platform = null, string $max_version = null, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectsGet. | ||
|
@@ -172,13 +190,14 @@ public function projectsFeaturedGet(string $platform = null, string $max_version | |
* @param \string $max_version Only shows project with a smaller version number than max version. `Warning!` Current implementation is kinda broken. To ensure correct results use the following format '[0-9].[0-9]{3}' (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\ProjectResponse[] | ||
*/ | ||
public function projectsGet(string $category, string $accept_language = null, string $max_version = null, int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function projectsGet(string $category, string $accept_language = null, string $max_version = null, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectsPost. | ||
|
@@ -206,13 +225,14 @@ public function projectsPost(string $checksum, UploadedFile $file, string $accep | |
* @param \string $max_version Only shows project with a smaller version number than max version. `Warning!` Current implementation is kinda broken. To ensure correct results use the following format '[0-9].[0-9]{3}' (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\ProjectResponse[] | ||
*/ | ||
public function projectsSearchGet(string $query, string $max_version = null, int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function projectsSearchGet(string $query, string $max_version = null, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectsTagsGet. | ||
|
@@ -235,13 +255,14 @@ public function projectsTagsGet(string $accept_language = null, &$responseCode, | |
* @param \string $max_version Only shows project with a smaller version number than max version. `Warning!` Current implementation is kinda broken. To ensure correct results use the following format '[0-9].[0-9]{3}' (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\ProjectResponse[] | ||
*/ | ||
public function projectsUserGet(string $max_version = null, int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function projectsUserGet(string $max_version = null, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation projectsUserIdGet. | ||
|
@@ -252,11 +273,12 @@ public function projectsUserGet(string $max_version = null, int $limit = 20, int | |
* @param \string $max_version Only shows project with a smaller version number than max version. `Warning!` Current implementation is kinda broken. To ensure correct results use the following format '[0-9].[0-9]{3}' (optional) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \string $flavor (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\ProjectResponse[] | ||
*/ | ||
public function projectsUserIdGet(string $id, string $max_version = null, int $limit = 20, int $offset = 0, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
public function projectsUserIdGet(string $id, string $max_version = null, int $limit = 20, int $offset = 0, string $attributes = null, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -42,7 +42,7 @@ interface SearchApiInterface | |
/** | ||
* Operation searchGet. | ||
* | ||
* Search for projects, users,.. -- StatusCode: 501 - Not yet implemented | ||
* Search for projects, users,.. | ||
* | ||
* @param \string $query (required) | ||
* @param \string $type (optional) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -135,10 +135,11 @@ public function userResetPasswordPost(ResetPasswordRequest $reset_password_reque | |
* @param \string $query (required) | ||
* @param \int $limit (optional, default to 20) | ||
* @param \int $offset (optional, default to 0) | ||
* @param \string $attributes (optional) | ||
* @param \int $responseCode The HTTP response code to return | ||
* @param \array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return \OpenAPI\Server\Model\BasicUserDataResponse[] | ||
*/ | ||
public function usersSearchGet(string $query, int $limit = 20, int $offset = 0, &$responseCode, array &$responseHeaders); | ||
public function usersSearchGet(string $query, int $limit = 20, int $offset = 0, string $attributes = null, &$responseCode, array &$responseHeaders); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.74 | ||
* The version of the OpenAPI document: v1.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
Oops, something went wrong.