-
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 #140 from Catrobat/create-pull-request/patch-17092…
…79433 Bump autogenerated OpenAPI code
- Loading branch information
Showing
102 changed files
with
744 additions
and
459 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
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.2.0 | ||
* The version of the OpenAPI document: v1.3.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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.2.0 | ||
* The version of the OpenAPI document: v1.3.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -82,7 +82,7 @@ public function authenticationGet(int &$responseCode, array &$responseHeaders): | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function authenticationOauthPost(OAuthLoginRequest $o_auth_login_request, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function authenticationOauthPost(OAuthLoginRequest $o_auth_login_request, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation authenticationPost. | ||
|
@@ -93,7 +93,7 @@ public function authenticationOauthPost(OAuthLoginRequest $o_auth_login_request, | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function authenticationPost(LoginRequest $login_request, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function authenticationPost(LoginRequest $login_request, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation authenticationRefreshPost. | ||
|
@@ -104,7 +104,7 @@ public function authenticationPost(LoginRequest $login_request, int &$responseCo | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function authenticationRefreshPost(RefreshRequest $refresh_request, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function authenticationRefreshPost(RefreshRequest $refresh_request, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation authenticationUpgradePost. | ||
|
@@ -115,5 +115,5 @@ public function authenticationRefreshPost(RefreshRequest $refresh_request, int & | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function authenticationUpgradePost(UpgradeTokenRequest $upgrade_token_request, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function authenticationUpgradePost(UpgradeTokenRequest $upgrade_token_request, int &$responseCode, array &$responseHeaders): array|object|null; | ||
} |
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.2.0 | ||
* The version of the OpenAPI document: v1.3.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -50,7 +50,7 @@ interface MediaLibraryApiInterface | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function mediaFileIdGet(int $id, string $attributes, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function mediaFileIdGet(int $id, string $attributes, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation mediaFilesGet. | ||
|
@@ -64,7 +64,7 @@ public function mediaFileIdGet(int $id, string $attributes, int &$responseCode, | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function mediaFilesGet(int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function mediaFilesGet(int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation mediaFilesSearchGet. | ||
|
@@ -80,7 +80,7 @@ public function mediaFilesGet(int $limit, int $offset, string $attributes, strin | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function mediaFilesSearchGet(string $query, int $limit, int $offset, string $attributes, string $flavor, string $package_name, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function mediaFilesSearchGet(string $query, int $limit, int $offset, string $attributes, string $flavor, string $package_name, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation mediaPackageNameGet. | ||
|
@@ -94,5 +94,5 @@ public function mediaFilesSearchGet(string $query, int $limit, int $offset, stri | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function mediaPackageNameGet(string $name, int $limit, int $offset, string $attributes, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function mediaPackageNameGet(string $name, int $limit, int $offset, string $attributes, int &$responseCode, array &$responseHeaders): array|object|null; | ||
} |
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.2.0 | ||
* The version of the OpenAPI document: v1.3.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -67,7 +67,7 @@ public function notificationIdReadPut(int $id, string $accept_language, int &$re | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function notificationsCountGet(int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function notificationsCountGet(int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation notificationsGet. | ||
|
@@ -82,7 +82,7 @@ public function notificationsCountGet(int &$responseCode, array &$responseHeader | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function notificationsGet(string $accept_language, int $limit, int $offset, string $attributes, string $type, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function notificationsGet(string $accept_language, int $limit, int $offset, string $attributes, string $type, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation notificationsReadPut. | ||
|
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.2.0 | ||
* The version of the OpenAPI document: v1.3.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -60,7 +60,7 @@ public function setPandaAuth(?string $value): void; | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectIdCatrobatGet(string $id, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectIdCatrobatGet(string $id, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectIdDelete. | ||
|
@@ -82,7 +82,7 @@ public function projectIdDelete(string $id, int &$responseCode, array &$response | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectIdGet(string $id, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectIdGet(string $id, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectIdPut. | ||
|
@@ -95,7 +95,7 @@ public function projectIdGet(string $id, int &$responseCode, array &$responseHea | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectIdPut(string $id, UpdateProjectRequest $update_project_request, string $accept_language, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectIdPut(string $id, UpdateProjectRequest $update_project_request, string $accept_language, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectIdRecommendationsGet. | ||
|
@@ -113,7 +113,7 @@ public function projectIdPut(string $id, UpdateProjectRequest $update_project_re | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectIdRecommendationsGet(string $id, string $category, string $accept_language, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectIdRecommendationsGet(string $id, string $category, string $accept_language, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectIdReportPost. | ||
|
@@ -138,7 +138,7 @@ public function projectIdReportPost(string $id, ProjectReportRequest $project_re | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsCategoriesGet(string $max_version, string $flavor, string $accept_language, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsCategoriesGet(string $max_version, string $flavor, string $accept_language, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsExtensionsGet. | ||
|
@@ -149,7 +149,7 @@ public function projectsCategoriesGet(string $max_version, string $flavor, strin | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsExtensionsGet(string $accept_language, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsExtensionsGet(string $accept_language, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsFeaturedGet. | ||
|
@@ -165,7 +165,7 @@ public function projectsExtensionsGet(string $accept_language, int &$responseCod | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsFeaturedGet(string $platform, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsFeaturedGet(string $platform, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsGet. | ||
|
@@ -182,7 +182,7 @@ public function projectsFeaturedGet(string $platform, string $max_version, int $ | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsGet(string $category, string $accept_language, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsGet(string $category, string $accept_language, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsPost. | ||
|
@@ -197,7 +197,7 @@ public function projectsGet(string $category, string $accept_language, string $m | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsPost(string $checksum, UploadedFile $file, string $accept_language, string $flavor, bool $private, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsPost(string $checksum, UploadedFile $file, string $accept_language, string $flavor, bool $private, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsSearchGet. | ||
|
@@ -213,7 +213,7 @@ public function projectsPost(string $checksum, UploadedFile $file, string $accep | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsSearchGet(string $query, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsSearchGet(string $query, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsTagsGet. | ||
|
@@ -224,7 +224,7 @@ public function projectsSearchGet(string $query, string $max_version, int $limit | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsTagsGet(string $accept_language, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsTagsGet(string $accept_language, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsUserGet. | ||
|
@@ -239,7 +239,7 @@ public function projectsTagsGet(string $accept_language, int &$responseCode, arr | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsUserGet(string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsUserGet(string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
|
||
/** | ||
* Operation projectsUserIdGet. | ||
|
@@ -255,5 +255,5 @@ public function projectsUserGet(string $max_version, int $limit, int $offset, st | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function projectsUserIdGet(string $id, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function projectsUserIdGet(string $id, string $max_version, int $limit, int $offset, string $attributes, string $flavor, int &$responseCode, array &$responseHeaders): array|object|null; | ||
} |
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.2.0 | ||
* The version of the OpenAPI document: v1.3.0 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -52,5 +52,5 @@ interface SearchApiInterface | |
* @param int &$responseCode The HTTP Response Code | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function searchGet(string $query, string $type, int $limit, int $offset, int &$responseCode, array &$responseHeaders): null|array|object; | ||
public function searchGet(string $query, string $type, int $limit, int $offset, int &$responseCode, array &$responseHeaders): array|object|null; | ||
} |
Oops, something went wrong.