Skip to content

Commit b4db372

Browse files
authored
[GitHubAE] Update to 1.1.4-4c5e05b63b9b55649d3117efa99d0e48 from 1.1.4-dabccf38624f2b1c7063062e59b13705
Detected Schema changes: ├─┬Paths │ ├─┬/users/{username}/repos │ │ └─┬GET │ │ └──[M] description (32311:20) │ ├─┬/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations │ │ └─┬GET │ │ └─┬Responses │ │ └─┬200 │ │ └─┬application/json │ │ └─┬default │ │ └──[M] value (196307:7) │ ├─┬/repos/{template_owner}/{template_repo}/generate │ │ └─┬POST │ │ └──[M] description (27809:20) │ ├─┬/orgs/{org}/repos │ │ └─┬POST │ │ └──[M] description (8166:20) │ └─┬/user/repos │ └─┬POST │ └──[M] description (31249:20) └─┬Components ├──[-] schemas (63581:7)❌ ├──[-] schemas (63566:7)❌ ├──[-] schemas (63552:7)❌ ├──[-] schemas (63596:7)❌ ├──[-] schemas (63498:7)❌ ├──[-] schemas (63538:7)❌ ├──[-] schemas (63524:7)❌ ├──[-] schemas (63511:7)❌ ├─┬minimal-repository │ └─┬size │ └──[M] description (50978:24) ├─┬repository-webhooks │ └─┬size │ └──[M] description (65534:24) ├─┬repository │ └─┬size │ └──[M] description (47860:24) ├─┬full-repository │ └─┬size │ └──[M] description (52731:24) ├─┬secret-scanning-location │ ├─┬type │ │ ├──[-] enum (63621:13)❌ │ │ ├──[-] enum (63622:13)❌ │ │ ├──[-] enum (63626:13)❌ │ │ ├──[-] enum (63627:13)❌ │ │ ├──[-] enum (63620:13)❌ │ │ ├──[-] enum (63623:13)❌ │ │ ├──[-] enum (63624:13)❌ │ │ ├──[-] enum (63625:13)❌ │ │ └──[M] description (63502:24) │ └─┬details │ ├──[-] oneOf (63581:7)❌ │ ├──[-] oneOf (63409:7)❌ │ ├──[-] oneOf (63485:7)❌ │ ├──[-] oneOf (63511:7)❌ │ ├──[-] oneOf (63459:7)❌ │ ├──[-] oneOf (63552:7)❌ │ ├──[-] oneOf (63566:7)❌ │ ├──[-] oneOf (63524:7)❌ │ ├─┬ONEOF │ │ └──[M] $ref (63467:20)❌ │ ├─┬ONEOF │ │ └──[M] $ref (63404:20)❌ │ ├─┬ONEOF │ │ └──[M] $ref (63480:20)❌ │ └─┬ONEOF │ └──[M] $ref (63454:20)❌ └─┬api-overview └─┬domains └──[-] properties (50700:13)❌ Date: 12/01/23 | Commit: New: etc/specs/GitHubAE/previous.spec.yaml, Original: etc/specs/GitHubAE/current.spec.yaml Document Element | Total Changes | Breaking Changes paths | 5 | 0 components | 34 | 29 ❌ 29 Breaking changes out of 39 INFO: Modifications: 14 INFO: Removals: 25 INFO: Breaking Removals: 25 INFO: Breaking Modifications: 4 ERROR: breaking changes discovered
1 parent fb00510 commit b4db372

File tree

280 files changed

+1368
-577
lines changed

Some content is hidden

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

280 files changed

+1368
-577
lines changed

etc/openapi-client-generator.state

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

src/Internal/Attribute/CastUnionToType/Schema/SecretScanningLocation/Details.php

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,62 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed
5252
} catch (Throwable) {
5353
}
5454
}
55+
56+
if ($signature === 'discussion_title_url') {
57+
try {
58+
return $hydrator->hydrateObject(Schema\SecretScanningLocationDiscussionTitle::class, $value);
59+
} catch (Throwable) {
60+
}
61+
}
62+
63+
if ($signature === 'discussion_body_url') {
64+
try {
65+
return $hydrator->hydrateObject(Schema\SecretScanningLocationDiscussionBody::class, $value);
66+
} catch (Throwable) {
67+
}
68+
}
69+
70+
if ($signature === 'discussion_comment_url') {
71+
try {
72+
return $hydrator->hydrateObject(Schema\SecretScanningLocationDiscussionComment::class, $value);
73+
} catch (Throwable) {
74+
}
75+
}
76+
77+
if ($signature === 'pull_request_title_url') {
78+
try {
79+
return $hydrator->hydrateObject(Schema\SecretScanningLocationPullRequestTitle::class, $value);
80+
} catch (Throwable) {
81+
}
82+
}
83+
84+
if ($signature === 'pull_request_body_url') {
85+
try {
86+
return $hydrator->hydrateObject(Schema\SecretScanningLocationPullRequestBody::class, $value);
87+
} catch (Throwable) {
88+
}
89+
}
90+
91+
if ($signature === 'pull_request_comment_url') {
92+
try {
93+
return $hydrator->hydrateObject(Schema\SecretScanningLocationPullRequestComment::class, $value);
94+
} catch (Throwable) {
95+
}
96+
}
97+
98+
if ($signature === 'pull_request_review_url') {
99+
try {
100+
return $hydrator->hydrateObject(Schema\SecretScanningLocationPullRequestReview::class, $value);
101+
} catch (Throwable) {
102+
}
103+
}
104+
105+
if ($signature === 'pull_request_review_comment_url') {
106+
try {
107+
return $hydrator->hydrateObject(Schema\SecretScanningLocationPullRequestReviewComment::class, $value);
108+
} catch (Throwable) {
109+
}
110+
}
55111
}
56112

57113
return $value;

src/Internal/Hydrator/Operation/Meta.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Ap
340340
$properties['packages'] = $value;
341341

342342
after_packages:
343+
344+
$value = $payload['actions'] ?? null;
345+
346+
if ($value === null) {
347+
$properties['actions'] = null;
348+
goto after_actions;
349+
}
350+
351+
$properties['actions'] = $value;
352+
353+
after_actions:
343354
} catch (Throwable $exception) {
344355
throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubAE\Schema\ApiOverview\Domains', $exception, stack: $this->hydrationStack);
345356
}
@@ -735,6 +746,21 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema
735746
$packages = $packagesSerializer0->serialize($packages, $this);
736747
after_packages: $result['packages'] = $packages;
737748

749+
$actions = $object->actions;
750+
751+
if ($actions === null) {
752+
goto after_actions;
753+
}
754+
755+
static $actionsSerializer0;
756+
757+
if ($actionsSerializer0 === null) {
758+
$actionsSerializer0 = new SerializeArrayItems(...[]);
759+
}
760+
761+
$actions = $actionsSerializer0->serialize($actions, $this);
762+
after_actions: $result['actions'] = $actions;
763+
738764
return $result;
739765
}
740766

src/Internal/Hydrator/WebHook/SecretScanningAlertLocation.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4330,6 +4330,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema
43304330
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationIssueTitle' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationIssueTitle($details),
43314331
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationIssueBody' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationIssueBody($details),
43324332
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationIssueComment' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationIssueComment($details),
4333+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationDiscussionTitle' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationDiscussionTitle($details),
4334+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationDiscussionBody' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationDiscussionBody($details),
4335+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationDiscussionComment' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationDiscussionComment($details),
4336+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationPullRequestTitle' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationPullRequestTitle($details),
4337+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationPullRequestBody' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationPullRequestBody($details),
4338+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationPullRequestComment' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationPullRequestComment($details),
4339+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationPullRequestReview' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationPullRequestReview($details),
4340+
'ApiClients\Client\GitHubAE\Schema\SecretScanningLocationPullRequestReviewComment' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SecretScanningLocationPullRequestReviewComment($details),
43334341
};
43344342
after_details: $result['details'] = $details;
43354343

src/Internal/Operator/Repos/CreateDeploymentBranchPolicy.php

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

28+
/** @return */
2829
public function call(string $owner, string $repo, string $environmentName, array $params): DeploymentBranchPolicy|WithoutBody
2930
{
3031
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\CreateDeploymentBranchPolicy($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $owner, $repo, $environmentName);

src/Internal/Operator/Repos/CreateForAuthenticatedUser.php

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

28+
/** @return */
2829
public function call(array $params): FullRepository|WithoutBody
2930
{
3031
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\CreateForAuthenticatedUser($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator);

src/Internal/Operator/Repos/CreateInOrg.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, array $params): FullRepository
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\CreateInOrg($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $org);

src/Internal/Operator/Repos/CreateOrUpdateEnvironment.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, string $environmentName, array $params): Environment
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\CreateOrUpdateEnvironment($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $owner, $repo, $environmentName);

src/Internal/Operator/Repos/CreateUsingTemplate.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 $templateOwner, string $templateRepo, array $params): FullRepository
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\CreateUsingTemplate($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $templateOwner, $templateRepo);

src/Internal/Operator/Repos/DeleteAnEnvironment.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 $owner, string $repo, string $environmentName): WithoutBody
2627
{
2728
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\DeleteAnEnvironment($owner, $repo, $environmentName);

src/Internal/Operator/Repos/DeleteDeploymentBranchPolicy.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 $owner, string $repo, string $environmentName, int $branchPolicyId): WithoutBody
2627
{
2728
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\DeleteDeploymentBranchPolicy($owner, $repo, $environmentName, $branchPolicyId);

src/Internal/Operator/Repos/GetDeploymentBranchPolicy.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, string $environmentName, int $branchPolicyId): DeploymentBranchPolicy
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\GetDeploymentBranchPolicy($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $environmentName, $branchPolicyId);

src/Internal/Operator/Repos/GetEnvironment.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, string $environmentName): Environment
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\GetEnvironment($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $environmentName);

src/Internal/Operator/Repos/ListDeploymentBranchPolicies.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, string $environmentName, int $perPage = 30, int $page = 1): Ok
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\ListDeploymentBranchPolicies($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $environmentName, $perPage, $page);

src/Internal/Operator/Repos/UpdateDeploymentBranchPolicy.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, string $environmentName, int $branchPolicyId, array $params): DeploymentBranchPolicy
2829
{
2930
$operation = new \ApiClients\Client\GitHubAE\Internal\Operation\Repos\UpdateDeploymentBranchPolicy($this->requestSchemaValidator, $this->responseSchemaValidator, $this->hydrator, $owner, $repo, $environmentName, $branchPolicyId);

src/Internal/Router/Delete/Eight.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(private Routers $routers)
1616
{
1717
}
1818

19-
/** @return |\ApiClients\Tools\OpenApiClient\Utils\Response\WithoutBody|Observable<Schema\Label>|Schema\BasicError */
19+
/** @return |Observable<Schema\Label>|Schema\BasicError */
2020
public function call(string $call, array $params, array $pathChunks): WithoutBody|iterable|BasicError|PullRequestReview
2121
{
2222
if ($pathChunks[0] === '') {

src/Internal/Router/Delete/Repos.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public function deleteDeployment(array $params): WithoutBody
289289
return $operator->call($arguments['owner'], $arguments['repo'], $arguments['deployment_id']);
290290
}
291291

292+
/** @return */
292293
public function deleteAnEnvironment(array $params): WithoutBody
293294
{
294295
$arguments = [];
@@ -558,6 +559,7 @@ public function deleteAccessRestrictions(array $params): WithoutBody
558559
return $operator->call($arguments['owner'], $arguments['repo'], $arguments['branch']);
559560
}
560561

562+
/** @return */
561563
public function deleteDeploymentBranchPolicy(array $params): WithoutBody
562564
{
563565
$arguments = [];

src/Internal/Router/Delete/Six.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public function __construct(private Routers $routers)
1515
{
1616
}
1717

18-
/** @return |\ApiClients\Tools\OpenApiClient\Utils\Response\WithoutBody */
1918
public function call(string $call, array $params, array $pathChunks): WithoutBody|FileCommit
2019
{
2120
if ($pathChunks[0] === '') {

src/Internal/Router/Get/Eight.php

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

29-
/** @return Observable<Schema\TeamDiscussionComment>|Observable<Schema\Reaction>||Observable<Schema\CodeScanningAlertInstance>|Schema\DeploymentBranchPolicy|Observable<Schema\SecretScanningLocation>|WithoutBody */
29+
/** @return Observable<Schema\TeamDiscussionComment>|Observable<Schema\Reaction>||Observable<Schema\CodeScanningAlertInstance>|Observable<Schema\SecretScanningLocation>|WithoutBody */
3030
public function call(string $call, array $params, array $pathChunks): iterable|TeamRepository|WithoutBody|Json|\ApiClients\Client\GitHubAE\Schema\Operations\Actions\ListJobsForWorkflowRun\Response\ApplicationJson\Ok\Application\Json|WorkflowRunUsage|\ApiClients\Client\GitHubAE\Schema\Operations\Actions\ListWorkflowRuns\Response\ApplicationJson\Ok\Application\Json|WorkflowUsage|ProtectedBranchAdminEnforced|ProtectedBranchPullRequestReview|StatusCheckPolicy|BranchRestrictionPolicy|DeploymentStatus|DeploymentBranchPolicy|HookDelivery|PullRequestReview
3131
{
3232
if ($pathChunks[0] === '') {

src/Internal/Router/Get/Repos.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ public function getDeployment(array $params): Deployment
524524
return $operator->call($arguments['owner'], $arguments['repo'], $arguments['deployment_id']);
525525
}
526526

527+
/** @return */
527528
public function getEnvironment(array $params): Environment
528529
{
529530
$arguments = [];
@@ -1834,6 +1835,7 @@ public function listDeploymentStatuses(array $params): iterable
18341835
return $operator->call($arguments['owner'], $arguments['repo'], $arguments['deployment_id'], $arguments['per_page'], $arguments['page']);
18351836
}
18361837

1838+
/** @return */
18371839
public function listDeploymentBranchPolicies(array $params): \ApiClients\Client\GitHubAE\Schema\Operations\Repos\ListDeploymentBranchPolicies\Response\ApplicationJson\Ok
18381840
{
18391841
$arguments = [];
@@ -2253,6 +2255,7 @@ public function getDeploymentStatus(array $params): DeploymentStatus
22532255
return $operator->call($arguments['owner'], $arguments['repo'], $arguments['deployment_id'], $arguments['status_id']);
22542256
}
22552257

2258+
/** @return */
22562259
public function getDeploymentBranchPolicy(array $params): DeploymentBranchPolicy
22572260
{
22582261
$arguments = [];

src/Internal/Router/Get/Seven.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(private Routers $routers)
5050
{
5151
}
5252

53-
/** @return |Observable<Schema\RunnerApplication>|Observable<Schema\CheckAnnotation>|Observable<Schema\Reaction>|Observable<Schema\BranchShort>|Observable<Schema\CommitComment>|Observable<Schema\PullRequestSimple>|Observable<Schema\Status>|Schema\BasicError|Observable<Schema\DeploymentStatus>|Schema\Operations\Repos\ListDeploymentBranchPolicies\Response\ApplicationJson\Ok|Observable<Schema\GitRef>|Observable<Schema\HookDeliveryItem>|Observable<Schema\IssueComment>|Observable<Schema\LabeledIssueEvent|Schema\UnlabeledIssueEvent|Schema\AssignedIssueEvent|Schema\UnassignedIssueEvent|Schema\MilestonedIssueEvent|Schema\DemilestonedIssueEvent|Schema\RenamedIssueEvent|Schema\ReviewRequestedIssueEvent|Schema\ReviewRequestRemovedIssueEvent|Schema\ReviewDismissedIssueEvent|Schema\LockedIssueEvent|Schema\AddedToProjectIssueEvent|Schema\MovedColumnInProjectIssueEvent|Schema\RemovedFromProjectIssueEvent|Schema\ConvertedNoteToIssueIssueEvent>|Observable<Schema\Label>|Schema\ConvertedNoteToIssueIssueEvent|Schema\TimelineCommentEvent|Schema\TimelineCrossReferencedEvent|Schema\TimelineCommittedEvent|Schema\TimelineReviewedEvent|Schema\TimelineLineCommentedEvent|Schema\TimelineCommitCommentedEvent|Schema\TimelineAssignedIssueEvent|Schema\TimelineUnassignedIssueEvent|Schema\StateChangeIssueEvent>|Observable<Schema\PullRequestReviewComment>|Observable<Schema\Commit>|Observable<Schema\DiffEntry>|Observable<Schema\PullRequestReview>|Observable<Schema\ReleaseAsset> */
53+
/** @return |Observable<Schema\RunnerApplication>|Observable<Schema\CheckAnnotation>|Observable<Schema\Reaction>|Observable<Schema\BranchShort>|Observable<Schema\CommitComment>|Observable<Schema\PullRequestSimple>|Observable<Schema\Status>|Schema\BasicError|Observable<Schema\DeploymentStatus>|Observable<Schema\GitRef>|Observable<Schema\HookDeliveryItem>|Observable<Schema\IssueComment>|Observable<Schema\LabeledIssueEvent|Schema\UnlabeledIssueEvent|Schema\AssignedIssueEvent|Schema\UnassignedIssueEvent|Schema\MilestonedIssueEvent|Schema\DemilestonedIssueEvent|Schema\RenamedIssueEvent|Schema\ReviewRequestedIssueEvent|Schema\ReviewRequestRemovedIssueEvent|Schema\ReviewDismissedIssueEvent|Schema\LockedIssueEvent|Schema\AddedToProjectIssueEvent|Schema\MovedColumnInProjectIssueEvent|Schema\RemovedFromProjectIssueEvent|Schema\ConvertedNoteToIssueIssueEvent>|Observable<Schema\Label>|Schema\ConvertedNoteToIssueIssueEvent|Schema\TimelineCommentEvent|Schema\TimelineCrossReferencedEvent|Schema\TimelineCommittedEvent|Schema\TimelineReviewedEvent|Schema\TimelineLineCommentedEvent|Schema\TimelineCommitCommentedEvent|Schema\TimelineAssignedIssueEvent|Schema\TimelineUnassignedIssueEvent|Schema\StateChangeIssueEvent>|Observable<Schema\PullRequestReviewComment>|Observable<Schema\Commit>|Observable<Schema\DiffEntry>|Observable<Schema\PullRequestReview>|Observable<Schema\ReleaseAsset> */
5454
public function call(string $call, array $params, array $pathChunks): Ok|\ApiClients\Client\GitHubAE\Schema\Operations\Actions\ListSelectedReposForOrgSecret\Response\ApplicationJson\Ok|HookDelivery|TeamDiscussion|TeamMembership|WithoutBody|TeamProject|Artifact|Job|SelectedActions|iterable|Runner|WorkflowRun|ActionsPublicKey|ActionsSecret|Workflow|BranchProtection|\ApiClients\Client\GitHubAE\Schema\Operations\Checks\ListForSuite\Response\ApplicationJson\Ok|CodeScanningAlert|CodeScanningAnalysis|CodeScanningSarifsStatus|RepositoryCollaboratorPermission|Json|\ApiClients\Client\GitHubAE\Schema\Operations\Checks\ListSuitesForRef\Response\ApplicationJson\Ok|CombinedCommitStatus|BasicError|\ApiClients\Client\GitHubAE\Schema\Operations\Repos\ListDeploymentBranchPolicies\Response\ApplicationJson\Ok|Blob|GitCommit|GitRef|GitTag|GitTree|WebhookConfig|IssueComment|IssueEvent|PageBuild|PullRequestReviewComment|PullRequestReviewRequest|ReleaseAsset|Release|SecretScanningAlert|TeamDiscussionComment
5555
{
5656
if ($pathChunks[0] === '') {

0 commit comments

Comments
 (0)