Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump autogenerated OpenAPI code #143

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Model/BaseUser.php
Model/BasicUserDataResponse.php
Model/DryRun.php
Model/ExtendedUserDataResponse.php
Model/ExtendedUserDataResponseAllOf.php
Model/ExtensionResponse.php
Model/FeaturedProjectResponse.php
Model/JWTResponse.php
Expand Down Expand Up @@ -51,7 +50,6 @@ Model/UpdateProjectFailureResponse.php
Model/UpdateProjectRequest.php
Model/UpdateUserErrorResponse.php
Model/UpdateUserRequest.php
Model/UpdateUserRequestAllOf.php
Model/UpgradeTokenRequest.php
Model/UploadErrorResponse.php
OpenAPIServerBundle.php
Expand All @@ -77,7 +75,6 @@ Tests/Controller/ControllerTest.php
Tests/Model/BaseUserTest.php
Tests/Model/BasicUserDataResponseTest.php
Tests/Model/DryRunTest.php
Tests/Model/ExtendedUserDataResponseAllOfTest.php
Tests/Model/ExtendedUserDataResponseTest.php
Tests/Model/ExtensionResponseTest.php
Tests/Model/FeaturedProjectResponseTest.php
Expand Down Expand Up @@ -105,7 +102,6 @@ Tests/Model/UpdateProjectErrorResponseTest.php
Tests/Model/UpdateProjectFailureResponseTest.php
Tests/Model/UpdateProjectRequestTest.php
Tests/Model/UpdateUserErrorResponseTest.php
Tests/Model/UpdateUserRequestAllOfTest.php
Tests/Model/UpdateUserRequestTest.php
Tests/Model/UpgradeTokenRequestTest.php
Tests/Model/UploadErrorResponseTest.php
Expand All @@ -122,7 +118,6 @@ docs/Model/BaseUser.md
docs/Model/BasicUserDataResponse.md
docs/Model/DryRun.md
docs/Model/ExtendedUserDataResponse.md
docs/Model/ExtendedUserDataResponseAllOf.md
docs/Model/ExtensionResponse.md
docs/Model/FeaturedProjectResponse.md
docs/Model/JWTResponse.md
Expand Down Expand Up @@ -150,7 +145,6 @@ docs/Model/UpdateProjectFailureResponse.md
docs/Model/UpdateProjectRequest.md
docs/Model/UpdateUserErrorResponse.md
docs/Model/UpdateUserRequest.md
docs/Model/UpdateUserRequestAllOf.md
docs/Model/UpgradeTokenRequest.md
docs/Model/UploadErrorResponse.md
git_push.sh
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.4.0
41 changes: 32 additions & 9 deletions Api/AuthenticationApiInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
interface AuthenticationApiInterface
{
/**
* Sets authentication method PandaAuth.
* Sets authentication method BearerAuth.
*
* @param string|null $value value of the PandaAuth authentication method
* @param string|null $value value of the BearerAuth authentication method
*/
public function setPandaAuth(?string $value): void;
public function setBearerAuth(?string $value): void;

/**
* Operation authenticationDelete.
Expand All @@ -61,7 +61,11 @@ 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 authenticationDelete(string $x_refresh, int &$responseCode, array &$responseHeaders): void;
public function authenticationDelete(
string $x_refresh,
int &$responseCode,
array &$responseHeaders
): void;

/**
* Operation authenticationGet.
Expand All @@ -71,7 +75,10 @@ public function authenticationDelete(string $x_refresh, int &$responseCode, arra
* @param int &$responseCode The HTTP Response Code
* @param array $responseHeaders Additional HTTP headers to return with the response ()
*/
public function authenticationGet(int &$responseCode, array &$responseHeaders): void;
public function authenticationGet(
int &$responseCode,
array &$responseHeaders
): void;

/**
* Operation authenticationOauthPost.
Expand All @@ -82,7 +89,11 @@ 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): array|object|null;
public function authenticationOauthPost(
OAuthLoginRequest $o_auth_login_request,
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation authenticationPost.
Expand All @@ -93,7 +104,11 @@ 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): array|object|null;
public function authenticationPost(
LoginRequest $login_request,
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation authenticationRefreshPost.
Expand All @@ -104,7 +119,11 @@ 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): array|object|null;
public function authenticationRefreshPost(
RefreshRequest $refresh_request,
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation authenticationUpgradePost.
Expand All @@ -115,5 +134,9 @@ 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): array|object|null;
public function authenticationUpgradePost(
UpgradeTokenRequest $upgrade_token_request,
int &$responseCode,
array &$responseHeaders
): array|object|null;
}
36 changes: 32 additions & 4 deletions Api/MediaLibraryApiInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ 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): array|object|null;
public function mediaFileIdGet(
int $id,
string $attributes,
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation mediaFilesGet.
Expand All @@ -64,7 +69,14 @@ 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): array|object|null;
public function mediaFilesGet(
int $limit,
int $offset,
string $attributes,
string $flavor,
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation mediaFilesSearchGet.
Expand All @@ -80,7 +92,16 @@ 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): array|object|null;
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.
Expand All @@ -94,5 +115,12 @@ 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): array|object|null;
public function mediaPackageNameGet(
string $name,
int $limit,
int $offset,
string $attributes,
int &$responseCode,
array &$responseHeaders
): array|object|null;
}
33 changes: 26 additions & 7 deletions Api/NotificationsApiInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
interface NotificationsApiInterface
{
/**
* Sets authentication method PandaAuth.
* Sets authentication method BearerAuth.
*
* @param string|null $value value of the PandaAuth authentication method
* @param string|null $value value of the BearerAuth authentication method
*/
public function setPandaAuth(?string $value): void;
public function setBearerAuth(?string $value): void;

/**
* Operation notificationIdReadPut.
Expand All @@ -57,7 +57,12 @@ 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 notificationIdReadPut(int $id, string $accept_language, int &$responseCode, array &$responseHeaders): void;
public function notificationIdReadPut(
int $id,
string $accept_language,
int &$responseCode,
array &$responseHeaders
): void;

/**
* Operation notificationsCountGet.
Expand All @@ -67,7 +72,10 @@ 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): array|object|null;
public function notificationsCountGet(
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation notificationsGet.
Expand All @@ -82,7 +90,15 @@ 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): array|object|null;
public function notificationsGet(
string $accept_language,
int $limit,
int $offset,
string $attributes,
string $type,
int &$responseCode,
array &$responseHeaders
): array|object|null;

/**
* Operation notificationsReadPut.
Expand All @@ -92,5 +108,8 @@ public function notificationsGet(string $accept_language, int $limit, int $offse
* @param int &$responseCode The HTTP Response Code
* @param array $responseHeaders Additional HTTP headers to return with the response ()
*/
public function notificationsReadPut(int &$responseCode, array &$responseHeaders): void;
public function notificationsReadPut(
int &$responseCode,
array &$responseHeaders
): void;
}
Loading