Skip to content

Commit 8659c09

Browse files
authored
[GitHubAE] Update to 1.1.4-b96e16843c46ef9ccd10471ca464ed57 from 1.1.4-b96e16843c46ef9ccd10471ca464ed57
Detected Schema changes:
1 parent 939e7e9 commit 8659c09

File tree

1,266 files changed

+16229
-19967
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,266 files changed

+16229
-19967
lines changed

etc/openapi-client-generator.state

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

src/Client.php

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

src/ClientInterface.php

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

src/Operation/Actions.php

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

src/Operation/Actions/ListRunnerApplicationsForOrg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function createResponse(ResponseInterface $response): Observable
5757
try {
5858
$this->responseSchemaValidator->validate($body, Reader::readFromJson(Schema\RunnerApplication::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema'));
5959

60-
return $this->hydrator->hydrateObject(Schema\RunnerApplication::class, $body);
60+
return $this->hydrators->hydrateObject(Schema\RunnerApplication::class, $body);
6161
} catch (Throwable $error) {
6262
goto items_application_json_two_hundred_aaaaa;
6363
}

src/Operation/Actions/ListRunnerApplicationsForRepo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function createResponse(ResponseInterface $response): Observable
6060
try {
6161
$this->responseSchemaValidator->validate($body, Reader::readFromJson(Schema\RunnerApplication::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema'));
6262

63-
return $this->hydrator->hydrateObject(Schema\RunnerApplication::class, $body);
63+
return $this->hydrators->hydrateObject(Schema\RunnerApplication::class, $body);
6464
} catch (Throwable $error) {
6565
goto items_application_json_two_hundred_aaaaa;
6666
}

src/Operation/Activity.php

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

src/Operation/Activity/ListEventsForAuthenticatedUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function createResponse(ResponseInterface $response): Observable
6363
try {
6464
$this->responseSchemaValidator->validate($body, Reader::readFromJson(Schema\Event::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema'));
6565

66-
return $this->hydrator->hydrateObject(Schema\Event::class, $body);
66+
return $this->hydrators->hydrateObject(Schema\Event::class, $body);
6767
} catch (Throwable $error) {
6868
goto items_application_json_two_hundred_aaaaa;
6969
}

src/Operation/Activity/ListEventsForAuthenticatedUserListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function createResponse(ResponseInterface $response): Observable
6363
try {
6464
$this->responseSchemaValidator->validate($body, Reader::readFromJson(Schema\Event::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema'));
6565

66-
return $this->hydrator->hydrateObject(Schema\Event::class, $body);
66+
return $this->hydrators->hydrateObject(Schema\Event::class, $body);
6767
} catch (Throwable $error) {
6868
goto items_application_json_two_hundred_aaaaa;
6969
}

src/Operation/Activity/ListNotificationsForAuthenticatedUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function createResponse(ResponseInterface $response): Observable|array
7373
try {
7474
$this->responseSchemaValidator->validate($body, Reader::readFromJson(Schema\Thread::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema'));
7575

76-
return $this->hydrator->hydrateObject(Schema\Thread::class, $body);
76+
return $this->hydrators->hydrateObject(Schema\Thread::class, $body);
7777
} catch (Throwable $error) {
7878
goto items_application_json_two_hundred_aaaaa;
7979
}

0 commit comments

Comments
 (0)