Skip to content

Commit 2b84638

Browse files
authored
[GitHubAE] Update to 1.1.4-a2da0f53e6e409f85678904ce5808926 from 1.1.4-ace9f7cb37c72ef370f972e57f690f88
Detected Schema changes: └─┬Paths ├─┬/repos/{owner}/{repo}/commits/{ref}/check-suites │ └─┬GET │ └──[M] description (17823:20) ├─┬/repos/{owner}/{repo}/check-runs/{check_run_id} │ └─┬PATCH │ └──[M] description (15540:20) ├─┬/repos/{owner}/{repo}/commits/{ref}/check-runs │ └─┬GET │ └──[M] description (17758:20) └─┬/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs └─┬GET └──[M] description (16044:20) Date: 09/26/23 | Commit: New: etc/specs/GitHubAE/previous.spec.yaml, Original: etc/specs/GitHubAE/current.spec.yaml Document Element | Total Changes | Breaking Changes paths | 4 | 0 INFO: Total Changes: 4 INFO: Modifications: 4
1 parent 45b6f6c commit 2b84638

Some content is hidden

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

44 files changed

+107
-128
lines changed

etc/openapi-client-generator.state

Lines changed: 44 additions & 44 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/Internal/Operator/Actions/ForceCancelWorkflowRun.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace ApiClients\Client\GitHubAE\Internal\Operator\Actions;
66

77
use ApiClients\Client\GitHubAE\Internal;
8-
use ApiClients\Client\GitHubAE\Schema;
98
use ApiClients\Client\GitHubAE\Schema\EmptyObject;
109
use ApiClients\Contracts\HTTP\Headers\AuthenticationInterface;
1110
use League\OpenAPIValidation\Schema\SchemaValidator;
@@ -25,7 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2524
{
2625
}
2726

28-
/** @return Schema\EmptyObject */
27+
/** @return */
2928
public function call(string $owner, string $repo, int $runId): EmptyObject|array
3029
{
3130
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Actions\ForceCancelWorkflowRun($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $runId);

src/Internal/Operator/EnterpriseAdmin/GetGlobalWebhook.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace ApiClients\Client\GitHubAE\Internal\Operator\EnterpriseAdmin;
66

77
use ApiClients\Client\GitHubAE\Internal;
8-
use ApiClients\Client\GitHubAE\Schema;
98
use ApiClients\Client\GitHubAE\Schema\GlobalHook;
109
use ApiClients\Contracts\HTTP\Headers\AuthenticationInterface;
1110
use League\OpenAPIValidation\Schema\SchemaValidator;
@@ -25,7 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2524
{
2625
}
2726

28-
/** @return Schema\GlobalHook */
27+
/** @return */
2928
public function call(int $hookId): GlobalHook|array
3029
{
3130
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\EnterpriseAdmin\GetGlobalWebhook($this->responseSchemaValidator, $this->hydrator, $hookId);

src/Internal/Operator/EnterpriseAdmin/UpdateGlobalWebhook.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace ApiClients\Client\GitHubAE\Internal\Operator\EnterpriseAdmin;
66

77
use ApiClients\Client\GitHubAE\Internal;
8-
use ApiClients\Client\GitHubAE\Schema;
98
use ApiClients\Client\GitHubAE\Schema\GlobalHook2;
109
use ApiClients\Contracts\HTTP\Headers\AuthenticationInterface;
1110
use League\OpenAPIValidation\Schema\SchemaValidator;
@@ -25,7 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2524
{
2625
}
2726

28-
/** @return Schema\GlobalHook2 */
27+
/** @return */
2928
public function call(int $hookId, array $params): GlobalHook2|array
3029
{
3130
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\EnterpriseAdmin\UpdateGlobalWebhook($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $hookId);

src/Internal/Operator/Orgs/GetWebhook.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace ApiClients\Client\GitHubAE\Internal\Operator\Orgs;
66

77
use ApiClients\Client\GitHubAE\Internal;
8-
use ApiClients\Client\GitHubAE\Schema;
98
use ApiClients\Client\GitHubAE\Schema\OrgHook;
109
use ApiClients\Contracts\HTTP\Headers\AuthenticationInterface;
1110
use League\OpenAPIValidation\Schema\SchemaValidator;
@@ -25,7 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2524
{
2625
}
2726

28-
/** @return Schema\OrgHook */
27+
/** @return */
2928
public function call(string $org, int $hookId): OrgHook|array
3029
{
3130
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Orgs\GetWebhook($this->responseSchemaValidator, $this->hydrator, $org, $hookId);

src/Internal/Operator/Orgs/GetWebhookConfigForOrg.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace ApiClients\Client\GitHubAE\Internal\Operator\Orgs;
66

77
use ApiClients\Client\GitHubAE\Internal;
8-
use ApiClients\Client\GitHubAE\Schema;
98
use ApiClients\Client\GitHubAE\Schema\WebhookConfig;
109
use ApiClients\Contracts\HTTP\Headers\AuthenticationInterface;
1110
use League\OpenAPIValidation\Schema\SchemaValidator;
@@ -25,7 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2524
{
2625
}
2726

28-
/** @return Schema\WebhookConfig */
27+
/** @return */
2928
public function call(string $org, int $hookId): WebhookConfig|array
3029
{
3130
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Orgs\GetWebhookConfigForOrg($this->responseSchemaValidator, $this->hydrator, $org, $hookId);

src/Internal/Operator/Orgs/GetWebhookDelivery.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace ApiClients\Client\GitHubAE\Internal\Operator\Orgs;
66

77
use ApiClients\Client\GitHubAE\Internal;
8-
use ApiClients\Client\GitHubAE\Schema;
98
use ApiClients\Client\GitHubAE\Schema\HookDelivery;
109
use ApiClients\Contracts\HTTP\Headers\AuthenticationInterface;
1110
use League\OpenAPIValidation\Schema\SchemaValidator;
@@ -25,7 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2524
{
2625
}
2726

28-
/** @return Schema\HookDelivery */
27+
/** @return */
2928
public function call(string $org, int $hookId, int $deliveryId): HookDelivery|array
3029
{
3130
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Orgs\GetWebhookDelivery($this->responseSchemaValidator, $this->hydrator, $org, $hookId, $deliveryId);

src/Internal/Operator/Orgs/ListWebhookDeliveries.php

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

27-
/** @return iterable<Schema\HookDeliveryItem> */
27+
/** @return Observable<Schema\HookDeliveryItem> */
2828
public function call(string $org, int $hookId, string $cursor, bool $redelivery, int $perPage = 30): iterable
2929
{
3030
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Orgs\ListWebhookDeliveries($this->responseSchemaValidator, $this->hydrator, $org, $hookId, $cursor, $redelivery, $perPage);

0 commit comments

Comments
 (0)