Skip to content

Commit b7420fb

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4-32ecd4ff0840c9d3fd241165f6aaa6ab from 1.1.4-2fd39c207427ccd0a65c44c5ce96e267
Detected Schema changes: {"time":"2023-11-10T15:23:40.080981438Z","level":"ERROR","msg":"unable to open rolodex file","file":"/__w/github-root/github-root/server-statistics-actions.yaml","error":"open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory"} {"time":"2023-11-10T15:23:40.081212139Z","level":"ERROR","msg":"unable to open rolodex file","file":"/__w/github-root/github-root/server-statistics-packages.yaml","error":"open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory"} {"time":"2023-11-10T15:23:42.054283838Z","level":"ERROR","msg":"unable to open rolodex file","file":"/__w/github-root/github-root/server-statistics-actions.yaml","error":"open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory"} {"time":"2023-11-10T15:23:42.054406139Z","level":"ERROR","msg":"unable to open rolodex file","file":"/__w/github-root/github-root/server-statistics-packages.yaml","error":"open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory"} ERROR: error: Error thrown when comparing: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [218769:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [218771:11] ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [218782:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [218784:11]
1 parent e070ba8 commit b7420fb

File tree

1,417 files changed

+7462
-5116
lines changed

Some content is hidden

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

1,417 files changed

+7462
-5116
lines changed

etc/openapi-client-generator.state

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

src/Internal/Operator/Actions/AddCustomLabelsToSelfHostedRunnerForOrg.php

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

27+
/** @return */
2728
public function call(string $org, int $runnerId, array $params): Ok
2829
{
2930
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\AddCustomLabelsToSelfHostedRunnerForOrg($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $org, $runnerId);

src/Internal/Operator/Actions/AddCustomLabelsToSelfHostedRunnerForRepo.php

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

27+
/** @return */
2728
public function call(string $owner, string $repo, int $runnerId, array $params): Ok
2829
{
2930
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\AddCustomLabelsToSelfHostedRunnerForRepo($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $owner, $repo, $runnerId);

src/Internal/Operator/Actions/AddRepoAccessToSelfHostedRunnerGroupInOrg.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2222
{
2323
}
2424

25+
/** @return */
2526
public function call(string $org, int $runnerGroupId, int $repositoryId): WithoutBody
2627
{
2728
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\AddRepoAccessToSelfHostedRunnerGroupInOrg($org, $runnerGroupId, $repositoryId);

src/Internal/Operator/Actions/AddSelectedRepoToOrgSecret.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2222
{
2323
}
2424

25+
/** @return */
2526
public function call(string $org, string $secretName, int $repositoryId): WithoutBody
2627
{
2728
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\AddSelectedRepoToOrgSecret($org, $secretName, $repositoryId);

src/Internal/Operator/Actions/AddSelectedRepoToOrgVariable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2222
{
2323
}
2424

25+
/** @return */
2526
public function call(string $org, string $name, int $repositoryId): WithoutBody
2627
{
2728
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\AddSelectedRepoToOrgVariable($org, $name, $repositoryId);

src/Internal/Operator/Actions/AddSelfHostedRunnerToGroupForOrg.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
2222
{
2323
}
2424

25+
/** @return */
2526
public function call(string $org, int $runnerGroupId, int $runnerId): WithoutBody
2627
{
2728
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\AddSelfHostedRunnerToGroupForOrg($org, $runnerGroupId, $runnerId);

src/Internal/Operator/Actions/ApproveWorkflowRun.php

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

27+
/** @return */
2728
public function call(string $owner, string $repo, int $runId): EmptyObject
2829
{
2930
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\ApproveWorkflowRun($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $runId);

src/Internal/Operator/Actions/CancelWorkflowRun.php

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

27+
/** @return */
2728
public function call(string $owner, string $repo, int $runId): EmptyObject
2829
{
2930
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\CancelWorkflowRun($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $runId);

src/Internal/Operator/Actions/CreateEnvironmentVariable.php

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

27+
/** @return */
2728
public function call(int $repositoryId, string $environmentName, array $params): EmptyObject
2829
{
2930
$operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Actions\CreateEnvironmentVariable($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $repositoryId, $environmentName);

0 commit comments

Comments
 (0)