Skip to content

Commit

Permalink
Update OpenAPI Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jul 17, 2024
1 parent 0deef56 commit 0e436db
Show file tree
Hide file tree
Showing 60 changed files with 123 additions and 82 deletions.
2 changes: 1 addition & 1 deletion lib/Api/APIKeysApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/AuthenticationApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/PagesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/PermissionsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/ProjectsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/UsersApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/VersionsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down Expand Up @@ -494,11 +494,11 @@ public static function getHostString(array $hostSettings, $hostIndex, array $var
}

// check array index out of bound
if ($hostIndex < 0 || $hostIndex >= count($hostsSettings)) {
throw new \InvalidArgumentException("Invalid index $hostIndex when selecting the host. Must be less than ".count($hostsSettings));
if ($hostIndex < 0 || $hostIndex >= count($hostSettings)) {
throw new \InvalidArgumentException("Invalid index $hostIndex when selecting the host. Must be less than ".count($hostSettings));
}

$host = $hostsSettings[$hostIndex];
$host = $hostSettings[$hostIndex];
$url = $host["url"];

// go through variable and assign a value
Expand Down
2 changes: 1 addition & 1 deletion lib/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ApiKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ApiSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ChannelFlag.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CompactRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateAPIKeyForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/DayProjectStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/FileInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/LinkSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ModelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/MultipartFileOrUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/NamedPermission.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PageEditForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaginatedResultProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaginatedResultProjectCompact.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaginatedResultProjectMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaginatedResultUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaginatedResultVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PermissionCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PermissionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PinnedStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PlatformVersionDownload.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PluginDependency.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ProjectChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ProjectCompact.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ProjectDonationSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ProjectLicense.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* The version of the OpenAPI document: 1.0
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
* Generator version: 7.7.0
*/

/**
Expand Down
Loading

0 comments on commit 0e436db

Please sign in to comment.