Skip to content

Commit ac9ec95

Browse files
authored
[GitHubAE] Update to 1.1.4-b96e16843c46ef9ccd10471ca464ed57 from 1.1.4-51868c0a30cf979b021c18dc01550582
Detected Schema changes:
1 parent 59817a1 commit ac9ec95

File tree

150 files changed

+404
-404
lines changed

Some content is hidden

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

150 files changed

+404
-404
lines changed

etc/openapi-client-generator.state

Lines changed: 151 additions & 151 deletions
Large diffs are not rendered by default.

src/Client.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/Operator/Activity/ListEventsForAuthenticatedUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return iterable<Schema\Event> */
29+
/** @return Observable<Schema\Event> */
3030
public function call(string $username, int $perPage = 30, int $page = 1): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListEventsForAuthenticatedUserListing($this->responseSchemaValidator, $this->hydrator, $username, $perPage, $page);

src/Operator/Activity/ListNotificationsForAuthenticatedUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return (iterable<Schema\Thread> | array{code: int}) */
29+
/** @return (Observable<Schema\Thread> | array{code: int}) */
3030
public function call(string $since, string $before, bool $all = false, bool $participating = false, int $page = 1, int $perPage = 50): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListNotificationsForAuthenticatedUserListing($this->responseSchemaValidator, $this->hydrator, $since, $before, $all, $participating, $page, $perPage);

src/Operator/Activity/ListOrgEventsForAuthenticatedUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return iterable<Schema\Event> */
29+
/** @return Observable<Schema\Event> */
3030
public function call(string $username, string $org, int $perPage = 30, int $page = 1): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListOrgEventsForAuthenticatedUserListing($this->responseSchemaValidator, $this->hydrator, $username, $org, $perPage, $page);

src/Operator/Activity/ListRepoEventsListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return iterable<Schema\Event> */
29+
/** @return Observable<Schema\Event> */
3030
public function call(string $owner, string $repo, int $perPage = 30, int $page = 1): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListRepoEventsListing($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $perPage, $page);

src/Operator/Activity/ListRepoNotificationsForAuthenticatedUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return iterable<Schema\Thread> */
29+
/** @return Observable<Schema\Thread> */
3030
public function call(string $owner, string $repo, string $since, string $before, bool $all = false, bool $participating = false, int $perPage = 30, int $page = 1): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListRepoNotificationsForAuthenticatedUserListing($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $since, $before, $all, $participating, $perPage, $page);

src/Operator/Activity/ListReposStarredByAuthenticatedUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return (iterable<Schema\Repository> | array{code: int}) */
29+
/** @return (Observable<Schema\Repository> | array{code: int}) */
3030
public function call(string $sort = 'created', string $direction = 'desc', int $perPage = 30, int $page = 1): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListReposStarredByAuthenticatedUserListing($this->responseSchemaValidator, $this->hydrator, $sort, $direction, $perPage, $page);

src/Operator/Activity/ListReposWatchedByUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2626
{
2727
}
2828

29-
/** @return iterable<Schema\MinimalRepository> */
29+
/** @return Observable<Schema\MinimalRepository> */
3030
public function call(string $username, int $perPage = 30, int $page = 1): iterable
3131
{
3232
$operation = new \ApiClients\Client\GitHubAE\Operation\Activity\ListReposWatchedByUserListing($this->responseSchemaValidator, $this->hydrator, $username, $perPage, $page);

0 commit comments

Comments
 (0)