You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4040,9 +4040,9 @@ public function latestVersionRequest($slug_or_id, $channel, string $contentType
4040
4040
*
4041
4041
* @param string $slug_or_id The slug or id of the project to return versions for (required)
4042
4042
* @param \Aternos\HangarApi\Model\RequestPagination $pagination Pagination information (required)
4043
-
* @param bool $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4044
-
* @param string $channel A name of a version channel to filter for (optional)
4045
-
* @param string $platform A platform name to filter for (optional)
4043
+
* @param bool|null $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4044
+
* @param string|null $channel A name of a version channel to filter for (optional)
4045
+
* @param string|null $platform A platform name to filter for (optional)
4046
4046
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listVersions'] to see the possible values for this operation
4047
4047
*
4048
4048
* @throws \Aternos\HangarApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -4062,9 +4062,9 @@ public function listVersions($slug_or_id, $pagination, $include_hidden_channels
4062
4062
*
4063
4063
* @param string $slug_or_id The slug or id of the project to return versions for (required)
4064
4064
* @param \Aternos\HangarApi\Model\RequestPagination $pagination Pagination information (required)
4065
-
* @param bool $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4066
-
* @param string $channel A name of a version channel to filter for (optional)
4067
-
* @param string $platform A platform name to filter for (optional)
4065
+
* @param bool|null $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4066
+
* @param string|null $channel A name of a version channel to filter for (optional)
4067
+
* @param string|null $platform A platform name to filter for (optional)
4068
4068
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listVersions'] to see the possible values for this operation
4069
4069
*
4070
4070
* @throws \Aternos\HangarApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -4261,9 +4261,9 @@ public function listVersionsWithHttpInfo($slug_or_id, $pagination, $include_hidd
4261
4261
*
4262
4262
* @param string $slug_or_id The slug or id of the project to return versions for (required)
4263
4263
* @param \Aternos\HangarApi\Model\RequestPagination $pagination Pagination information (required)
4264
-
* @param bool $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4265
-
* @param string $channel A name of a version channel to filter for (optional)
4266
-
* @param string $platform A platform name to filter for (optional)
4264
+
* @param bool|null $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4265
+
* @param string|null $channel A name of a version channel to filter for (optional)
4266
+
* @param string|null $platform A platform name to filter for (optional)
4267
4267
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listVersions'] to see the possible values for this operation
4268
4268
*
4269
4269
* @throws \InvalidArgumentException
@@ -4286,9 +4286,9 @@ function ($response) {
4286
4286
*
4287
4287
* @param string $slug_or_id The slug or id of the project to return versions for (required)
4288
4288
* @param \Aternos\HangarApi\Model\RequestPagination $pagination Pagination information (required)
4289
-
* @param bool $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4290
-
* @param string $channel A name of a version channel to filter for (optional)
4291
-
* @param string $platform A platform name to filter for (optional)
4289
+
* @param bool|null $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4290
+
* @param string|null $channel A name of a version channel to filter for (optional)
4291
+
* @param string|null $platform A platform name to filter for (optional)
4292
4292
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listVersions'] to see the possible values for this operation
4293
4293
*
4294
4294
* @throws \InvalidArgumentException
@@ -4340,9 +4340,9 @@ function ($exception) {
4340
4340
*
4341
4341
* @param string $slug_or_id The slug or id of the project to return versions for (required)
4342
4342
* @param \Aternos\HangarApi\Model\RequestPagination $pagination Pagination information (required)
4343
-
* @param bool $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4344
-
* @param string $channel A name of a version channel to filter for (optional)
4345
-
* @param string $platform A platform name to filter for (optional)
4343
+
* @param bool|null $include_hidden_channels Whether to include hidden-by-default channels in the result, defaults to try (optional, default to true)
4344
+
* @param string|null $channel A name of a version channel to filter for (optional)
4345
+
* @param string|null $platform A platform name to filter for (optional)
4346
4346
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listVersions'] to see the possible values for this operation
4347
4347
*
4348
4348
* @throws \InvalidArgumentException
@@ -6140,7 +6140,7 @@ public function showVersionStatsByIdRequest($id, $from_date, $to_date, string $c
6140
6140
*
6141
6141
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6143
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6144
6144
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion'] to see the possible values for this operation
6145
6145
*
6146
6146
* @throws \Aternos\HangarApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -6160,7 +6160,7 @@ public function uploadVersion($slug_or_id, $version_upload, $files = null, strin
6160
6160
*
6161
6161
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6163
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6164
6164
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion'] to see the possible values for this operation
6165
6165
*
6166
6166
* @throws \Aternos\HangarApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -6357,7 +6357,7 @@ public function uploadVersionWithHttpInfo($slug_or_id, $version_upload, $files =
6357
6357
*
6358
6358
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6360
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6361
6361
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion'] to see the possible values for this operation
6362
6362
*
6363
6363
* @throws \InvalidArgumentException
@@ -6380,7 +6380,7 @@ function ($response) {
6380
6380
*
6381
6381
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6383
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6384
6384
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion'] to see the possible values for this operation
6385
6385
*
6386
6386
* @throws \InvalidArgumentException
@@ -6432,7 +6432,7 @@ function ($exception) {
6432
6432
*
6433
6433
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6435
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6436
6436
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion'] to see the possible values for this operation
6437
6437
*
6438
6438
* @throws \InvalidArgumentException
@@ -6492,6 +6492,7 @@ public function uploadVersionRequest($slug_or_id, $version_upload, $files = null
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6559
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6559
6560
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion1'] to see the possible values for this operation
6560
6561
*
6561
6562
* @throws \Aternos\HangarApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -6575,7 +6576,7 @@ public function uploadVersion1($author, $slug_or_id, $version_upload, $files = n
6575
6576
* @param string $author The author of the project to return versions for (required)
6576
6577
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6579
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6579
6580
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion1'] to see the possible values for this operation
6580
6581
*
6581
6582
* @throws \Aternos\HangarApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -6702,7 +6703,7 @@ public function uploadVersion1WithHttpInfo($author, $slug_or_id, $version_upload
6702
6703
* @param string $author The author of the project to return versions for (required)
6703
6704
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6706
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6706
6707
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion1'] to see the possible values for this operation
6707
6708
*
6708
6709
* @throws \InvalidArgumentException
@@ -6725,7 +6726,7 @@ function ($response) {
6725
6726
* @param string $author The author of the project to return versions for (required)
6726
6727
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6729
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6729
6730
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion1'] to see the possible values for this operation
6730
6731
*
6731
6732
* @throws \InvalidArgumentException
@@ -6779,7 +6780,7 @@ function ($exception) {
6779
6780
* @param string $author The author of the project to return versions for (required)
6780
6781
* @param string $slug_or_id The slug or id of the project to return versions for (required)
* @param \SplFileObject[] $files The version files in order of selected platforms, if any (optional)
6783
+
* @param \SplFileObject[]|null $files The version files in order of selected platforms, if any (optional)
6783
6784
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['uploadVersion1'] to see the possible values for this operation
6784
6785
*
6785
6786
* @throws \InvalidArgumentException
@@ -6855,6 +6856,7 @@ public function uploadVersion1Request($author, $slug_or_id, $version_upload, $fi
0 commit comments