@@ -40,6 +40,15 @@ public function listNotificationsForAuthenticatedUser(string $since, string $bef
40
40
return $ this ->operator [Operator \Activity \ListNotificationsForAuthenticatedUser::class]->call ($ since , $ before , $ all , $ participating , $ page , $ perPage );
41
41
}
42
42
43
+ public function listNotificationsForAuthenticatedUserListing (string $ since , string $ before , bool $ all , bool $ participating , int $ page , int $ perPage ): Schema \Thread
44
+ {
45
+ if (array_key_exists (Operator \Activity \ListNotificationsForAuthenticatedUserListing::class, $ this ->operator ) === false ) {
46
+ $ this ->operator [Operator \Activity \ListNotificationsForAuthenticatedUserListing::class] = new Operator \Activity \ListNotificationsForAuthenticatedUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Notifications ());
47
+ }
48
+
49
+ return $ this ->operator [Operator \Activity \ListNotificationsForAuthenticatedUserListing::class]->call ($ since , $ before , $ all , $ participating , $ page , $ perPage );
50
+ }
51
+
43
52
public function markNotificationsAsRead (array $ params ): Schema \Operations \Activity \MarkNotificationsAsRead \Response \ApplicationJson \Accepted
44
53
{
45
54
if (array_key_exists (Operator \Activity \MarkNotificationsAsRead::class, $ this ->operator ) === false ) {
@@ -103,6 +112,15 @@ public function listRepoEvents(string $owner, string $repo, int $perPage, int $p
103
112
return $ this ->operator [Operator \Activity \ListRepoEvents::class]->call ($ owner , $ repo , $ perPage , $ page );
104
113
}
105
114
115
+ public function listRepoEventsListing (string $ owner , string $ repo , int $ perPage , int $ page ): Schema \Event
116
+ {
117
+ if (array_key_exists (Operator \Activity \ListRepoEventsListing::class, $ this ->operator ) === false ) {
118
+ $ this ->operator [Operator \Activity \ListRepoEventsListing::class] = new Operator \Activity \ListRepoEventsListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Repos🌀Owner🌀Repo🌀Events ());
119
+ }
120
+
121
+ return $ this ->operator [Operator \Activity \ListRepoEventsListing::class]->call ($ owner , $ repo , $ perPage , $ page );
122
+ }
123
+
106
124
public function listRepoNotificationsForAuthenticatedUser (string $ owner , string $ repo , string $ since , string $ before , bool $ all , bool $ participating , int $ perPage , int $ page ): Schema \Thread
107
125
{
108
126
if (array_key_exists (Operator \Activity \ListRepoNotificationsForAuthenticatedUser::class, $ this ->operator ) === false ) {
@@ -112,6 +130,15 @@ public function listRepoNotificationsForAuthenticatedUser(string $owner, string
112
130
return $ this ->operator [Operator \Activity \ListRepoNotificationsForAuthenticatedUser::class]->call ($ owner , $ repo , $ since , $ before , $ all , $ participating , $ perPage , $ page );
113
131
}
114
132
133
+ public function listRepoNotificationsForAuthenticatedUserListing (string $ owner , string $ repo , string $ since , string $ before , bool $ all , bool $ participating , int $ perPage , int $ page ): Schema \Thread
134
+ {
135
+ if (array_key_exists (Operator \Activity \ListRepoNotificationsForAuthenticatedUserListing::class, $ this ->operator ) === false ) {
136
+ $ this ->operator [Operator \Activity \ListRepoNotificationsForAuthenticatedUserListing::class] = new Operator \Activity \ListRepoNotificationsForAuthenticatedUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Repos🌀Owner🌀Repo🌀Notifications ());
137
+ }
138
+
139
+ return $ this ->operator [Operator \Activity \ListRepoNotificationsForAuthenticatedUserListing::class]->call ($ owner , $ repo , $ since , $ before , $ all , $ participating , $ perPage , $ page );
140
+ }
141
+
115
142
public function markRepoNotificationsAsRead (string $ owner , string $ repo , array $ params ): Schema \Operations \Activity \MarkRepoNotificationsAsRead \Response \ApplicationJson \Accepted
116
143
{
117
144
if (array_key_exists (Operator \Activity \MarkRepoNotificationsAsRead::class, $ this ->operator ) === false ) {
@@ -139,6 +166,15 @@ public function listWatchersForRepo(string $owner, string $repo, int $perPage, i
139
166
return $ this ->operator [Operator \Activity \ListWatchersForRepo::class]->call ($ owner , $ repo , $ perPage , $ page );
140
167
}
141
168
169
+ public function listWatchersForRepoListing (string $ owner , string $ repo , int $ perPage , int $ page ): Schema \SimpleUser
170
+ {
171
+ if (array_key_exists (Operator \Activity \ListWatchersForRepoListing::class, $ this ->operator ) === false ) {
172
+ $ this ->operator [Operator \Activity \ListWatchersForRepoListing::class] = new Operator \Activity \ListWatchersForRepoListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Repos🌀Owner🌀Repo🌀Subscribers ());
173
+ }
174
+
175
+ return $ this ->operator [Operator \Activity \ListWatchersForRepoListing::class]->call ($ owner , $ repo , $ perPage , $ page );
176
+ }
177
+
142
178
public function getRepoSubscription (string $ owner , string $ repo ): Schema \RepositorySubscription
143
179
{
144
180
if (array_key_exists (Operator \Activity \GetRepoSubscription::class, $ this ->operator ) === false ) {
@@ -175,6 +211,15 @@ public function listReposStarredByAuthenticatedUser(string $sort, string $direct
175
211
return $ this ->operator [Operator \Activity \ListReposStarredByAuthenticatedUser::class]->call ($ sort , $ direction , $ perPage , $ page );
176
212
}
177
213
214
+ public function listReposStarredByAuthenticatedUserListing (string $ sort , string $ direction , int $ perPage , int $ page ): Schema \Repository |Schema \StarredRepository
215
+ {
216
+ if (array_key_exists (Operator \Activity \ListReposStarredByAuthenticatedUserListing::class, $ this ->operator ) === false ) {
217
+ $ this ->operator [Operator \Activity \ListReposStarredByAuthenticatedUserListing::class] = new Operator \Activity \ListReposStarredByAuthenticatedUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀User🌀Starred ());
218
+ }
219
+
220
+ return $ this ->operator [Operator \Activity \ListReposStarredByAuthenticatedUserListing::class]->call ($ sort , $ direction , $ perPage , $ page );
221
+ }
222
+
178
223
public function checkRepoIsStarredByAuthenticatedUser (string $ owner , string $ repo ): ResponseInterface
179
224
{
180
225
if (array_key_exists (Operator \Activity \CheckRepoIsStarredByAuthenticatedUser::class, $ this ->operator ) === false ) {
@@ -211,6 +256,15 @@ public function listWatchedReposForAuthenticatedUser(int $perPage, int $page): S
211
256
return $ this ->operator [Operator \Activity \ListWatchedReposForAuthenticatedUser::class]->call ($ perPage , $ page );
212
257
}
213
258
259
+ public function listWatchedReposForAuthenticatedUserListing (int $ perPage , int $ page ): Schema \MinimalRepository
260
+ {
261
+ if (array_key_exists (Operator \Activity \ListWatchedReposForAuthenticatedUserListing::class, $ this ->operator ) === false ) {
262
+ $ this ->operator [Operator \Activity \ListWatchedReposForAuthenticatedUserListing::class] = new Operator \Activity \ListWatchedReposForAuthenticatedUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀User🌀Subscriptions ());
263
+ }
264
+
265
+ return $ this ->operator [Operator \Activity \ListWatchedReposForAuthenticatedUserListing::class]->call ($ perPage , $ page );
266
+ }
267
+
214
268
public function listEventsForAuthenticatedUser (string $ username , int $ perPage , int $ page ): Schema \Event
215
269
{
216
270
if (array_key_exists (Operator \Activity \ListEventsForAuthenticatedUser::class, $ this ->operator ) === false ) {
@@ -220,6 +274,15 @@ public function listEventsForAuthenticatedUser(string $username, int $perPage, i
220
274
return $ this ->operator [Operator \Activity \ListEventsForAuthenticatedUser::class]->call ($ username , $ perPage , $ page );
221
275
}
222
276
277
+ public function listEventsForAuthenticatedUserListing (string $ username , int $ perPage , int $ page ): Schema \Event
278
+ {
279
+ if (array_key_exists (Operator \Activity \ListEventsForAuthenticatedUserListing::class, $ this ->operator ) === false ) {
280
+ $ this ->operator [Operator \Activity \ListEventsForAuthenticatedUserListing::class] = new Operator \Activity \ListEventsForAuthenticatedUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Users🌀Username🌀Events ());
281
+ }
282
+
283
+ return $ this ->operator [Operator \Activity \ListEventsForAuthenticatedUserListing::class]->call ($ username , $ perPage , $ page );
284
+ }
285
+
223
286
public function listOrgEventsForAuthenticatedUser (string $ username , string $ org , int $ perPage , int $ page ): Schema \Event
224
287
{
225
288
if (array_key_exists (Operator \Activity \ListOrgEventsForAuthenticatedUser::class, $ this ->operator ) === false ) {
@@ -229,6 +292,15 @@ public function listOrgEventsForAuthenticatedUser(string $username, string $org,
229
292
return $ this ->operator [Operator \Activity \ListOrgEventsForAuthenticatedUser::class]->call ($ username , $ org , $ perPage , $ page );
230
293
}
231
294
295
+ public function listOrgEventsForAuthenticatedUserListing (string $ username , string $ org , int $ perPage , int $ page ): Schema \Event
296
+ {
297
+ if (array_key_exists (Operator \Activity \ListOrgEventsForAuthenticatedUserListing::class, $ this ->operator ) === false ) {
298
+ $ this ->operator [Operator \Activity \ListOrgEventsForAuthenticatedUserListing::class] = new Operator \Activity \ListOrgEventsForAuthenticatedUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Users🌀Username🌀Events🌀Orgs🌀Org ());
299
+ }
300
+
301
+ return $ this ->operator [Operator \Activity \ListOrgEventsForAuthenticatedUserListing::class]->call ($ username , $ org , $ perPage , $ page );
302
+ }
303
+
232
304
public function listReposStarredByUser (string $ username , string $ sort , string $ direction , int $ perPage , int $ page ): Schema \Operations \Activity \ListReposStarredByUser \Response \ApplicationJson \Ok
233
305
{
234
306
if (array_key_exists (Operator \Activity \ListReposStarredByUser::class, $ this ->operator ) === false ) {
@@ -246,4 +318,13 @@ public function listReposWatchedByUser(string $username, int $perPage, int $page
246
318
247
319
return $ this ->operator [Operator \Activity \ListReposWatchedByUser::class]->call ($ username , $ perPage , $ page );
248
320
}
321
+
322
+ public function listReposWatchedByUserListing (string $ username , int $ perPage , int $ page ): Schema \MinimalRepository
323
+ {
324
+ if (array_key_exists (Operator \Activity \ListReposWatchedByUserListing::class, $ this ->operator ) === false ) {
325
+ $ this ->operator [Operator \Activity \ListReposWatchedByUserListing::class] = new Operator \Activity \ListReposWatchedByUserListing ($ this ->browser , $ this ->authentication , $ this ->responseSchemaValidator , $ this ->hydrators ->getObjectMapperOperation🌀Users🌀Username🌀Subscriptions ());
326
+ }
327
+
328
+ return $ this ->operator [Operator \Activity \ListReposWatchedByUserListing::class]->call ($ username , $ perPage , $ page );
329
+ }
249
330
}
0 commit comments