Skip to content

Commit d84c763

Browse files
authored
Merge pull request #1256 from php-api-clients/GitHubAE/from-1.1.4-be889f4ae6e8593844d922a840dd93b1-from-1.1.4-be889f4ae6e8593844d922a840dd93b1
2 parents 1ddad0a + 96af982 commit d84c763

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

+422-422
Large diffs are not rendered by default.

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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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);

clients/GitHubAE/src/Internal/Hydrator/Operation/App.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
631631
'ApiClients\Client\GitHubAE\Schema\Integration' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Integration($object),
632632
'ApiClients\Client\GitHubAE\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SimpleUser($object),
633633
'ApiClients\Client\GitHubAE\Schema\Integration\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Integration⚡️Permissions($object),
634-
default => throw new LogicException('No serialization defined for $className'),
634+
default => throw new LogicException("No serialization defined for $className"),
635635
};
636636
} catch (Throwable $exception) {
637637
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/App/Hook/Config.php

+1-1
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\WebhookConfig' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️WebhookConfig($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/App/Hook/Deliveries.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
281281
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
282282
'ApiClients\Client\GitHubAE\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ScimError($object),
283283
'ApiClients\Client\GitHubAE\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationError($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/App/Hook/Deliveries/DeliveryId.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
657657
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
658658
'ApiClients\Client\GitHubAE\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ScimError($object),
659659
'ApiClients\Client\GitHubAE\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationError($object),
660-
default => throw new LogicException('No serialization defined for $className'),
660+
default => throw new LogicException("No serialization defined for $className"),
661661
};
662662
} catch (Throwable $exception) {
663663
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/App/Hook/Deliveries/DeliveryId/Attempts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
281281
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
282282
'ApiClients\Client\GitHubAE\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ScimError($object),
283283
'ApiClients\Client\GitHubAE\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationError($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/App/InstallationRequests.php

+1-1
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\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($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/App/Installations/InstallationId.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
11621162
'ApiClients\Client\GitHubAE\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️AppPermissions($object),
11631163
'ApiClients\Client\GitHubAE\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️SimpleUser($object),
11641164
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
1165-
default => throw new LogicException('No serialization defined for $className'),
1165+
default => throw new LogicException("No serialization defined for $className"),
11661166
};
11671167
} catch (Throwable $exception) {
11681168
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/App/Installations/InstallationId/AccessTokens.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
809809
'ApiClients\Client\GitHubAE\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️AppPermissions($object),
810810
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
811811
'ApiClients\Client\GitHubAE\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationError($object),
812-
default => throw new LogicException('No serialization defined for $className'),
812+
default => throw new LogicException("No serialization defined for $className"),
813813
};
814814
} catch (Throwable $exception) {
815815
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/App/Installations/InstallationId/Suspended.php

+1-1
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\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($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/AppManifests/Code/Conversions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
752752
'ApiClients\Client\GitHubAE\Schema\Integration\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️Integration⚡️Permissions($object),
753753
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
754754
'ApiClients\Client\GitHubAE\Schema\ValidationErrorSimple' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationErrorSimple($object),
755-
default => throw new LogicException('No serialization defined for $className'),
755+
default => throw new LogicException("No serialization defined for $className"),
756756
};
757757
} catch (Throwable $exception) {
758758
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Applications/ClientId/Grant.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
127127
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
128128
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
129129
'ApiClients\Client\GitHubAE\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationError($object),
130-
default => throw new LogicException('No serialization defined for $className'),
130+
default => throw new LogicException("No serialization defined for $className"),
131131
};
132132
} catch (Throwable $exception) {
133133
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubAE/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
13291329
'ApiClients\Client\GitHubAE\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️AppPermissions($object),
13301330
'ApiClients\Client\GitHubAE\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️ValidationError($object),
13311331
'ApiClients\Client\GitHubAE\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubAE⚡️Schema⚡️BasicError($object),
1332-
default => throw new LogicException('No serialization defined for $className'),
1332+
default => throw new LogicException("No serialization defined for $className"),
13331333
};
13341334
} catch (Throwable $exception) {
13351335
throw UnableToSerializeObject::dueToError($className, $exception);

0 commit comments

Comments
 (0)