Skip to content

Commit 96af982

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubAE] Update to 1.1.4-be889f4ae6e8593844d922a840dd93b1 from 1.1.4-be889f4ae6e8593844d922a840dd93b1
Detected Schema changes:
1 parent c4d5311 commit 96af982

File tree

422 files changed

+843
-843
lines changed

Some content is hidden

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

422 files changed

+843
-843
lines changed

clients/GitHubAE/etc/openapi-client-generator.state

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

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
281281
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
282282
'ApiClients\Client\GitHubAE\Schema\GlobalHook' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️GlobalHook($object),
283283
'ApiClients\Client\GitHubAE\Schema\GlobalHook\Config' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️GlobalHook⚡️Config($object),
284-
default => throw new LogicException('No serialization defined for $className'),
284+
default => throw new LogicException("No serialization defined for $className"),
285285
};
286286
} catch (Throwable $exception) {
287287
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/Hooks/HookId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
476476
'ApiClients\Client\GitHubAE\Schema\GlobalHook\Config' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️GlobalHook⚡️Config($object),
477477
'ApiClients\Client\GitHubAE\Schema\GlobalHook2' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️GlobalHook2($object),
478478
'ApiClients\Client\GitHubAE\Schema\GlobalHook2\Config' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️GlobalHook2⚡️Config($object),
479-
default => throw new LogicException('No serialization defined for $className'),
479+
default => throw new LogicException("No serialization defined for $className"),
480480
};
481481
} catch (Throwable $exception) {
482482
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/Organizations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
226226
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
227227
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
228228
'ApiClients\Client\GitHubAE\Schema\OrganizationSimple' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️OrganizationSimple($object),
229-
default => throw new LogicException('No serialization defined for $className'),
229+
default => throw new LogicException("No serialization defined for $className"),
230230
};
231231
} catch (Throwable $exception) {
232232
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/Organizations/Org.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
116116
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
117117
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
118118
'ApiClients\Client\GitHubAE\Schema\Operations\EnterpriseAdmin\UpdateOrgName\Response\ApplicationJson\Accepted' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️UpdateOrgName⚡️Response⚡️ApplicationJson⚡️Accepted($object),
119-
default => throw new LogicException('No serialization defined for $className'),
119+
default => throw new LogicException("No serialization defined for $className"),
120120
};
121121
} catch (Throwable $exception) {
122122
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/PreReceiveEnvironments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
270270
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
271271
'ApiClients\Client\GitHubAE\Schema\PreReceiveEnvironment' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️PreReceiveEnvironment($object),
272272
'ApiClients\Client\GitHubAE\Schema\PreReceiveEnvironment\Download' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️PreReceiveEnvironment⚡️Download($object),
273-
default => throw new LogicException('No serialization defined for $className'),
273+
default => throw new LogicException("No serialization defined for $className"),
274274
};
275275
} catch (Throwable $exception) {
276276
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/PreReceiveEnvironments/PreReceiveEnvironmentId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
358358
'ApiClients\Client\GitHubAE\Schema\PreReceiveEnvironment\Download' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️PreReceiveEnvironment⚡️Download($object),
359359
'ApiClients\Client\GitHubAE\Schema\Operations\EnterpriseAdmin\DeletePreReceiveEnvironment\Response\ApplicationJson\UnprocessableEntity' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️DeletePreReceiveEnvironment⚡️Response⚡️ApplicationJson⚡️UnprocessableEntity($object),
360360
'ApiClients\Client\GitHubAE\Schema\Operations\EnterpriseAdmin\UpdatePreReceiveEnvironment\Response\ApplicationJson\UnprocessableEntity\Application\Json' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️UpdatePreReceiveEnvironment⚡️Response⚡️ApplicationJson⚡️UnprocessableEntity⚡️Application⚡️Json($object),
361-
default => throw new LogicException('No serialization defined for $className'),
361+
default => throw new LogicException("No serialization defined for $className"),
362362
};
363363
} catch (Throwable $exception) {
364364
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/PreReceiveEnvironments/PreReceiveEnvironmentId/Downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
225225
'ApiClients\Client\GitHubAE\Schema\PreReceiveEnvironmentDownloadStatus' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️PreReceiveEnvironmentDownloadStatus($object),
226226
'ApiClients\Client\GitHubAE\Schema\Operations\EnterpriseAdmin\StartPreReceiveEnvironmentDownload\Response\ApplicationJson\UnprocessableEntity\Application\Json' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️StartPreReceiveEnvironmentDownload⚡️Response⚡️ApplicationJson⚡️UnprocessableEntity⚡️Application⚡️Json($object),
227227
'ApiClients\Client\GitHubAE\Schema\Operations\EnterpriseAdmin\StartPreReceiveEnvironmentDownloadStreaming\Response\ApplicationJson\UnprocessableEntity\Application\Json' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️StartPreReceiveEnvironmentDownloadStreaming⚡️Response⚡️ApplicationJson⚡️UnprocessableEntity⚡️Application⚡️Json($object),
228-
default => throw new LogicException('No serialization defined for $className'),
228+
default => throw new LogicException("No serialization defined for $className"),
229229
};
230230
} catch (Throwable $exception) {
231231
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/PreReceiveEnvironments/PreReceiveEnvironmentId/Downloads/Latest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
138138
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
139139
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
140140
'ApiClients\Client\GitHubAE\Schema\PreReceiveEnvironmentDownloadStatus' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️PreReceiveEnvironmentDownloadStatus($object),
141-
default => throw new LogicException('No serialization defined for $className'),
141+
default => throw new LogicException("No serialization defined for $className"),
142142
};
143143
} catch (Throwable $exception) {
144144
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Admin/Users/Username/Authorizations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
12081208
'ApiClients\Client\GitHubAE\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SimpleUser($object),
12091209
'ApiClients\Client\GitHubAE\Schema\ScopedInstallation' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ScopedInstallation($object),
12101210
'ApiClients\Client\GitHubAE\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️AppPermissions($object),
1211-
default => throw new LogicException('No serialization defined for $className'),
1211+
default => throw new LogicException("No serialization defined for $className"),
12121212
};
12131213
} catch (Throwable $exception) {
12141214
throw UnableToSerializeObject::dueToError($className, $exception);

0 commit comments

Comments
 (0)