1616 *
1717 * API for the Catrobat Share Platform
1818 *
19- * The version of the OpenAPI document: v1.2 .0
19+ * The version of the OpenAPI document: v1.3 .0
2020 * Contact: webmaster@catrobat.org
2121 * Generated by: https://github.com/openapitools/openapi-generator.git
2222 */
@@ -60,7 +60,7 @@ public function setPandaAuth(?string $value): void;
6060 * @param int &$responseCode The HTTP Response Code
6161 * @param array $responseHeaders Additional HTTP headers to return with the response ()
6262 */
63- public function projectIdCatrobatGet (string $ id , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
63+ public function projectIdCatrobatGet (string $ id , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
6464
6565 /**
6666 * Operation projectIdDelete.
@@ -82,7 +82,7 @@ public function projectIdDelete(string $id, int &$responseCode, array &$response
8282 * @param int &$responseCode The HTTP Response Code
8383 * @param array $responseHeaders Additional HTTP headers to return with the response ()
8484 */
85- public function projectIdGet (string $ id , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
85+ public function projectIdGet (string $ id , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
8686
8787 /**
8888 * Operation projectIdPut.
@@ -95,7 +95,7 @@ public function projectIdGet(string $id, int &$responseCode, array &$responseHea
9595 * @param int &$responseCode The HTTP Response Code
9696 * @param array $responseHeaders Additional HTTP headers to return with the response ()
9797 */
98- public function projectIdPut (string $ id , UpdateProjectRequest $ update_project_request , string $ accept_language , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
98+ public function projectIdPut (string $ id , UpdateProjectRequest $ update_project_request , string $ accept_language , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
9999
100100 /**
101101 * Operation projectIdRecommendationsGet.
@@ -113,7 +113,7 @@ public function projectIdPut(string $id, UpdateProjectRequest $update_project_re
113113 * @param int &$responseCode The HTTP Response Code
114114 * @param array $responseHeaders Additional HTTP headers to return with the response ()
115115 */
116- 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 ;
116+ 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 ;
117117
118118 /**
119119 * Operation projectIdReportPost.
@@ -138,7 +138,7 @@ public function projectIdReportPost(string $id, ProjectReportRequest $project_re
138138 * @param int &$responseCode The HTTP Response Code
139139 * @param array $responseHeaders Additional HTTP headers to return with the response ()
140140 */
141- public function projectsCategoriesGet (string $ max_version , string $ flavor , string $ accept_language , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
141+ public function projectsCategoriesGet (string $ max_version , string $ flavor , string $ accept_language , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
142142
143143 /**
144144 * Operation projectsExtensionsGet.
@@ -149,7 +149,7 @@ public function projectsCategoriesGet(string $max_version, string $flavor, strin
149149 * @param int &$responseCode The HTTP Response Code
150150 * @param array $responseHeaders Additional HTTP headers to return with the response ()
151151 */
152- public function projectsExtensionsGet (string $ accept_language , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
152+ public function projectsExtensionsGet (string $ accept_language , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
153153
154154 /**
155155 * Operation projectsFeaturedGet.
@@ -165,7 +165,7 @@ public function projectsExtensionsGet(string $accept_language, int &$responseCod
165165 * @param int &$responseCode The HTTP Response Code
166166 * @param array $responseHeaders Additional HTTP headers to return with the response ()
167167 */
168- public function projectsFeaturedGet (string $ platform , string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
168+ public function projectsFeaturedGet (string $ platform , string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
169169
170170 /**
171171 * Operation projectsGet.
@@ -182,7 +182,7 @@ public function projectsFeaturedGet(string $platform, string $max_version, int $
182182 * @param int &$responseCode The HTTP Response Code
183183 * @param array $responseHeaders Additional HTTP headers to return with the response ()
184184 */
185- 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 ;
185+ 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 ;
186186
187187 /**
188188 * Operation projectsPost.
@@ -197,7 +197,7 @@ public function projectsGet(string $category, string $accept_language, string $m
197197 * @param int &$responseCode The HTTP Response Code
198198 * @param array $responseHeaders Additional HTTP headers to return with the response ()
199199 */
200- public function projectsPost (string $ checksum , UploadedFile $ file , string $ accept_language , string $ flavor , bool $ private , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
200+ public function projectsPost (string $ checksum , UploadedFile $ file , string $ accept_language , string $ flavor , bool $ private , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
201201
202202 /**
203203 * Operation projectsSearchGet.
@@ -213,7 +213,7 @@ public function projectsPost(string $checksum, UploadedFile $file, string $accep
213213 * @param int &$responseCode The HTTP Response Code
214214 * @param array $responseHeaders Additional HTTP headers to return with the response ()
215215 */
216- public function projectsSearchGet (string $ query , string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
216+ public function projectsSearchGet (string $ query , string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
217217
218218 /**
219219 * Operation projectsTagsGet.
@@ -224,7 +224,7 @@ public function projectsSearchGet(string $query, string $max_version, int $limit
224224 * @param int &$responseCode The HTTP Response Code
225225 * @param array $responseHeaders Additional HTTP headers to return with the response ()
226226 */
227- public function projectsTagsGet (string $ accept_language , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
227+ public function projectsTagsGet (string $ accept_language , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
228228
229229 /**
230230 * Operation projectsUserGet.
@@ -239,7 +239,7 @@ public function projectsTagsGet(string $accept_language, int &$responseCode, arr
239239 * @param int &$responseCode The HTTP Response Code
240240 * @param array $responseHeaders Additional HTTP headers to return with the response ()
241241 */
242- public function projectsUserGet (string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
242+ public function projectsUserGet (string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
243243
244244 /**
245245 * Operation projectsUserIdGet.
@@ -255,5 +255,5 @@ public function projectsUserGet(string $max_version, int $limit, int $offset, st
255255 * @param int &$responseCode The HTTP Response Code
256256 * @param array $responseHeaders Additional HTTP headers to return with the response ()
257257 */
258- public function projectsUserIdGet (string $ id , string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): null | array |object ;
258+ public function projectsUserIdGet (string $ id , string $ max_version , int $ limit , int $ offset , string $ attributes , string $ flavor , int &$ responseCode , array &$ responseHeaders ): array |object | null ;
259259}
0 commit comments