Skip to content

Commit 6767c56

Browse files
paddatrapperlibretime-bot
authored andcommitted
chore(deps): update openapitools/openapi-generator-cli docker tag to v7.11.0 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 77b23f9
1 parent 77b23f9 commit 6767c56

File tree

137 files changed

+688
-665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+688
-665
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.11.0

javascript-client/configuration.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,13 @@ export class Configuration {
8989
this.accessToken = param.accessToken;
9090
this.basePath = param.basePath;
9191
this.serverIndex = param.serverIndex;
92-
this.baseOptions = param.baseOptions;
92+
this.baseOptions = {
93+
headers: {
94+
...param.baseOptions?.headers,
95+
'User-Agent': "OpenAPI-Generator/2.0.0/typescript-axios"
96+
},
97+
...param.baseOptions
98+
};
9399
this.formDataCtor = param.formDataCtor;
94100
}
95101

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.11.0

php-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,5 +413,5 @@ vendor/bin/phpunit
413413
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
414414

415415
- API version: `2.0.0`
416-
- Generator version: `7.10.0`
416+
- Generator version: `7.11.0`
417417
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

php-client/lib/Api/CeleryTasksApi.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 2.0.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.10.0
19+
* Generator version: 7.11.0
2020
*/
2121

2222
/**
@@ -104,10 +104,10 @@ class CeleryTasksApi
104104
* @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec
105105
*/
106106
public function __construct(
107-
ClientInterface $client = null,
108-
Configuration $config = null,
109-
HeaderSelector $selector = null,
110-
$hostIndex = 0
107+
?ClientInterface $client = null,
108+
?Configuration $config = null,
109+
?HeaderSelector $selector = null,
110+
int $hostIndex = 0
111111
) {
112112
$this->client = $client ?: new Client();
113113
$this->config = $config ?: Configuration::getDefaultConfiguration();
@@ -962,7 +962,7 @@ public function celeryTasksListRequest(string $contentType = self::contentTypes[
962962
* Operation celeryTasksPartialUpdate
963963
*
964964
* @param int $id A unique integer value identifying this celery task. (required)
965-
* @param \Libretime\Client\Model\PatchedCeleryTask $patched_celery_task patched_celery_task (optional)
965+
* @param \Libretime\Client\Model\PatchedCeleryTask|null $patched_celery_task patched_celery_task (optional)
966966
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['celeryTasksPartialUpdate'] to see the possible values for this operation
967967
*
968968
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -979,7 +979,7 @@ public function celeryTasksPartialUpdate($id, $patched_celery_task = null, strin
979979
* Operation celeryTasksPartialUpdateWithHttpInfo
980980
*
981981
* @param int $id A unique integer value identifying this celery task. (required)
982-
* @param \Libretime\Client\Model\PatchedCeleryTask $patched_celery_task (optional)
982+
* @param \Libretime\Client\Model\PatchedCeleryTask|null $patched_celery_task (optional)
983983
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['celeryTasksPartialUpdate'] to see the possible values for this operation
984984
*
985985
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1103,7 +1103,7 @@ public function celeryTasksPartialUpdateWithHttpInfo($id, $patched_celery_task =
11031103
* Operation celeryTasksPartialUpdateAsync
11041104
*
11051105
* @param int $id A unique integer value identifying this celery task. (required)
1106-
* @param \Libretime\Client\Model\PatchedCeleryTask $patched_celery_task (optional)
1106+
* @param \Libretime\Client\Model\PatchedCeleryTask|null $patched_celery_task (optional)
11071107
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['celeryTasksPartialUpdate'] to see the possible values for this operation
11081108
*
11091109
* @throws \InvalidArgumentException
@@ -1123,7 +1123,7 @@ function ($response) {
11231123
* Operation celeryTasksPartialUpdateAsyncWithHttpInfo
11241124
*
11251125
* @param int $id A unique integer value identifying this celery task. (required)
1126-
* @param \Libretime\Client\Model\PatchedCeleryTask $patched_celery_task (optional)
1126+
* @param \Libretime\Client\Model\PatchedCeleryTask|null $patched_celery_task (optional)
11271127
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['celeryTasksPartialUpdate'] to see the possible values for this operation
11281128
*
11291129
* @throws \InvalidArgumentException
@@ -1174,7 +1174,7 @@ function ($exception) {
11741174
* Create request for operation 'celeryTasksPartialUpdate'
11751175
*
11761176
* @param int $id A unique integer value identifying this celery task. (required)
1177-
* @param \Libretime\Client\Model\PatchedCeleryTask $patched_celery_task (optional)
1177+
* @param \Libretime\Client\Model\PatchedCeleryTask|null $patched_celery_task (optional)
11781178
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['celeryTasksPartialUpdate'] to see the possible values for this operation
11791179
*
11801180
* @throws \InvalidArgumentException

php-client/lib/Api/FilesApi.php

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 2.0.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.10.0
19+
* Generator version: 7.11.0
2020
*/
2121

2222
/**
@@ -107,10 +107,10 @@ class FilesApi
107107
* @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec
108108
*/
109109
public function __construct(
110-
ClientInterface $client = null,
111-
Configuration $config = null,
112-
HeaderSelector $selector = null,
113-
$hostIndex = 0
110+
?ClientInterface $client = null,
111+
?Configuration $config = null,
112+
?HeaderSelector $selector = null,
113+
int $hostIndex = 0
114114
) {
115115
$this->client = $client ?: new Client();
116116
$this->config = $config ?: Configuration::getDefaultConfiguration();
@@ -984,8 +984,8 @@ public function filesDownloadRetrieveRequest($id, string $contentType = self::co
984984
/**
985985
* Operation filesList
986986
*
987-
* @param string $genre genre (optional)
988-
* @param string $md5 md5 (optional)
987+
* @param string|null $genre genre (optional)
988+
* @param string|null $md5 md5 (optional)
989989
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesList'] to see the possible values for this operation
990990
*
991991
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1001,8 +1001,8 @@ public function filesList($genre = null, $md5 = null, string $contentType = self
10011001
/**
10021002
* Operation filesListWithHttpInfo
10031003
*
1004-
* @param string $genre (optional)
1005-
* @param string $md5 (optional)
1004+
* @param string|null $genre (optional)
1005+
* @param string|null $md5 (optional)
10061006
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesList'] to see the possible values for this operation
10071007
*
10081008
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1125,8 +1125,8 @@ public function filesListWithHttpInfo($genre = null, $md5 = null, string $conten
11251125
/**
11261126
* Operation filesListAsync
11271127
*
1128-
* @param string $genre (optional)
1129-
* @param string $md5 (optional)
1128+
* @param string|null $genre (optional)
1129+
* @param string|null $md5 (optional)
11301130
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesList'] to see the possible values for this operation
11311131
*
11321132
* @throws \InvalidArgumentException
@@ -1145,8 +1145,8 @@ function ($response) {
11451145
/**
11461146
* Operation filesListAsyncWithHttpInfo
11471147
*
1148-
* @param string $genre (optional)
1149-
* @param string $md5 (optional)
1148+
* @param string|null $genre (optional)
1149+
* @param string|null $md5 (optional)
11501150
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesList'] to see the possible values for this operation
11511151
*
11521152
* @throws \InvalidArgumentException
@@ -1196,8 +1196,8 @@ function ($exception) {
11961196
/**
11971197
* Create request for operation 'filesList'
11981198
*
1199-
* @param string $genre (optional)
1200-
* @param string $md5 (optional)
1199+
* @param string|null $genre (optional)
1200+
* @param string|null $md5 (optional)
12011201
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesList'] to see the possible values for this operation
12021202
*
12031203
* @throws \InvalidArgumentException
@@ -1304,7 +1304,7 @@ public function filesListRequest($genre = null, $md5 = null, string $contentType
13041304
* Operation filesPartialUpdate
13051305
*
13061306
* @param int $id A unique integer value identifying this file. (required)
1307-
* @param \Libretime\Client\Model\PatchedFile $patched_file patched_file (optional)
1307+
* @param \Libretime\Client\Model\PatchedFile|null $patched_file patched_file (optional)
13081308
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesPartialUpdate'] to see the possible values for this operation
13091309
*
13101310
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1321,7 +1321,7 @@ public function filesPartialUpdate($id, $patched_file = null, string $contentTyp
13211321
* Operation filesPartialUpdateWithHttpInfo
13221322
*
13231323
* @param int $id A unique integer value identifying this file. (required)
1324-
* @param \Libretime\Client\Model\PatchedFile $patched_file (optional)
1324+
* @param \Libretime\Client\Model\PatchedFile|null $patched_file (optional)
13251325
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesPartialUpdate'] to see the possible values for this operation
13261326
*
13271327
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1445,7 +1445,7 @@ public function filesPartialUpdateWithHttpInfo($id, $patched_file = null, string
14451445
* Operation filesPartialUpdateAsync
14461446
*
14471447
* @param int $id A unique integer value identifying this file. (required)
1448-
* @param \Libretime\Client\Model\PatchedFile $patched_file (optional)
1448+
* @param \Libretime\Client\Model\PatchedFile|null $patched_file (optional)
14491449
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesPartialUpdate'] to see the possible values for this operation
14501450
*
14511451
* @throws \InvalidArgumentException
@@ -1465,7 +1465,7 @@ function ($response) {
14651465
* Operation filesPartialUpdateAsyncWithHttpInfo
14661466
*
14671467
* @param int $id A unique integer value identifying this file. (required)
1468-
* @param \Libretime\Client\Model\PatchedFile $patched_file (optional)
1468+
* @param \Libretime\Client\Model\PatchedFile|null $patched_file (optional)
14691469
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesPartialUpdate'] to see the possible values for this operation
14701470
*
14711471
* @throws \InvalidArgumentException
@@ -1516,7 +1516,7 @@ function ($exception) {
15161516
* Create request for operation 'filesPartialUpdate'
15171517
*
15181518
* @param int $id A unique integer value identifying this file. (required)
1519-
* @param \Libretime\Client\Model\PatchedFile $patched_file (optional)
1519+
* @param \Libretime\Client\Model\PatchedFile|null $patched_file (optional)
15201520
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['filesPartialUpdate'] to see the possible values for this operation
15211521
*
15221522
* @throws \InvalidArgumentException

php-client/lib/Api/ImportedPodcastsApi.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 2.0.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.10.0
19+
* Generator version: 7.11.0
2020
*/
2121

2222
/**
@@ -104,10 +104,10 @@ class ImportedPodcastsApi
104104
* @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec
105105
*/
106106
public function __construct(
107-
ClientInterface $client = null,
108-
Configuration $config = null,
109-
HeaderSelector $selector = null,
110-
$hostIndex = 0
107+
?ClientInterface $client = null,
108+
?Configuration $config = null,
109+
?HeaderSelector $selector = null,
110+
int $hostIndex = 0
111111
) {
112112
$this->client = $client ?: new Client();
113113
$this->config = $config ?: Configuration::getDefaultConfiguration();
@@ -962,7 +962,7 @@ public function importedPodcastsListRequest(string $contentType = self::contentT
962962
* Operation importedPodcastsPartialUpdate
963963
*
964964
* @param int $id A unique integer value identifying this imported podcast. (required)
965-
* @param \Libretime\Client\Model\PatchedImportedPodcast $patched_imported_podcast patched_imported_podcast (optional)
965+
* @param \Libretime\Client\Model\PatchedImportedPodcast|null $patched_imported_podcast patched_imported_podcast (optional)
966966
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['importedPodcastsPartialUpdate'] to see the possible values for this operation
967967
*
968968
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -979,7 +979,7 @@ public function importedPodcastsPartialUpdate($id, $patched_imported_podcast = n
979979
* Operation importedPodcastsPartialUpdateWithHttpInfo
980980
*
981981
* @param int $id A unique integer value identifying this imported podcast. (required)
982-
* @param \Libretime\Client\Model\PatchedImportedPodcast $patched_imported_podcast (optional)
982+
* @param \Libretime\Client\Model\PatchedImportedPodcast|null $patched_imported_podcast (optional)
983983
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['importedPodcastsPartialUpdate'] to see the possible values for this operation
984984
*
985985
* @throws \Libretime\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1103,7 +1103,7 @@ public function importedPodcastsPartialUpdateWithHttpInfo($id, $patched_imported
11031103
* Operation importedPodcastsPartialUpdateAsync
11041104
*
11051105
* @param int $id A unique integer value identifying this imported podcast. (required)
1106-
* @param \Libretime\Client\Model\PatchedImportedPodcast $patched_imported_podcast (optional)
1106+
* @param \Libretime\Client\Model\PatchedImportedPodcast|null $patched_imported_podcast (optional)
11071107
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['importedPodcastsPartialUpdate'] to see the possible values for this operation
11081108
*
11091109
* @throws \InvalidArgumentException
@@ -1123,7 +1123,7 @@ function ($response) {
11231123
* Operation importedPodcastsPartialUpdateAsyncWithHttpInfo
11241124
*
11251125
* @param int $id A unique integer value identifying this imported podcast. (required)
1126-
* @param \Libretime\Client\Model\PatchedImportedPodcast $patched_imported_podcast (optional)
1126+
* @param \Libretime\Client\Model\PatchedImportedPodcast|null $patched_imported_podcast (optional)
11271127
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['importedPodcastsPartialUpdate'] to see the possible values for this operation
11281128
*
11291129
* @throws \InvalidArgumentException
@@ -1174,7 +1174,7 @@ function ($exception) {
11741174
* Create request for operation 'importedPodcastsPartialUpdate'
11751175
*
11761176
* @param int $id A unique integer value identifying this imported podcast. (required)
1177-
* @param \Libretime\Client\Model\PatchedImportedPodcast $patched_imported_podcast (optional)
1177+
* @param \Libretime\Client\Model\PatchedImportedPodcast|null $patched_imported_podcast (optional)
11781178
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['importedPodcastsPartialUpdate'] to see the possible values for this operation
11791179
*
11801180
* @throws \InvalidArgumentException

php-client/lib/Api/InfoApi.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* The version of the OpenAPI document: 2.0.0
1818
* Generated by: https://openapi-generator.tech
19-
* Generator version: 7.10.0
19+
* Generator version: 7.11.0
2020
*/
2121

2222
/**
@@ -83,10 +83,10 @@ class InfoApi
8383
* @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec
8484
*/
8585
public function __construct(
86-
ClientInterface $client = null,
87-
Configuration $config = null,
88-
HeaderSelector $selector = null,
89-
$hostIndex = 0
86+
?ClientInterface $client = null,
87+
?Configuration $config = null,
88+
?HeaderSelector $selector = null,
89+
int $hostIndex = 0
9090
) {
9191
$this->client = $client ?: new Client();
9292
$this->config = $config ?: Configuration::getDefaultConfiguration();

0 commit comments

Comments
 (0)