Skip to content

Commit 1ddad0a

Browse files
authored
Merge pull request #1255 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-086edf837d1788f656cccf1db324ddf9-from-1.1.4-086edf837d1788f656cccf1db324ddf9
2 parents 0ecad5a + bb9c947 commit 1ddad0a

File tree

682 files changed

+1368
-1362
lines changed

Some content is hidden

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

682 files changed

+1368
-1362
lines changed

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

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

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Advisories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
193193
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
194194
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
195195
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationErrorSimple' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ValidationErrorSimple($object),
196-
default => throw new LogicException('No serialization defined for $className'),
196+
default => throw new LogicException("No serialization defined for $className"),
197197
};
198198
} catch (Throwable $exception) {
199199
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Advisories/GhsaId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
446446
'ApiClients\Client\GitHubEnterpriseCloud\Schema\GlobalAdvisory' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️GlobalAdvisory($object),
447447
'ApiClients\Client\GitHubEnterpriseCloud\Schema\GlobalAdvisory\Cvss' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️GlobalAdvisory⚡️Cvss($object),
448448
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
449-
default => throw new LogicException('No serialization defined for $className'),
449+
default => throw new LogicException("No serialization defined for $className"),
450450
};
451451
} catch (Throwable $exception) {
452452
throw UnableToSerializeObject::dueToError($className, $exception);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
631631
'ApiClients\Client\GitHubEnterpriseCloud\Schema\Integration' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️Integration($object),
632632
'ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleUser($object),
633633
'ApiClients\Client\GitHubEnterpriseCloud\Schema\Integration\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Hook/Config.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\GitHubEnterpriseCloud\Schema\WebhookConfig' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Hook/Deliveries.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
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
282282
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ScimError($object),
283283
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Hook/Deliveries/DeliveryId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
668668
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
669669
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ScimError($object),
670670
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ValidationError($object),
671-
default => throw new LogicException('No serialization defined for $className'),
671+
default => throw new LogicException("No serialization defined for $className"),
672672
};
673673
} catch (Throwable $exception) {
674674
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Hook/Deliveries/DeliveryId/Attempts.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
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
282282
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ScimError($object),
283283
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/InstallationRequests.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\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
12171217
'ApiClients\Client\GitHubEnterpriseCloud\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️AppPermissions($object),
12181218
'ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleUser($object),
12191219
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
1220-
default => throw new LogicException('No serialization defined for $className'),
1220+
default => throw new LogicException("No serialization defined for $className"),
12211221
};
12221222
} catch (Throwable $exception) {
12231223
throw UnableToSerializeObject::dueToError($className, $exception);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
864864
'ApiClients\Client\GitHubEnterpriseCloud\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️AppPermissions($object),
865865
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
866866
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ValidationError($object),
867-
default => throw new LogicException('No serialization defined for $className'),
867+
default => throw new LogicException("No serialization defined for $className"),
868868
};
869869
} catch (Throwable $exception) {
870870
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Installations/InstallationId/Suspended.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\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/AppManifests/Code/Conversions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
752752
'ApiClients\Client\GitHubEnterpriseCloud\Schema\Integration\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️Integration⚡️Permissions($object),
753753
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
754754
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationErrorSimple' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Grant.php

Lines changed: 1 addition & 1 deletion
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\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
13841384
'ApiClients\Client\GitHubEnterpriseCloud\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️AppPermissions($object),
13851385
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ValidationError($object),
13861386
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
1387-
default => throw new LogicException('No serialization defined for $className'),
1387+
default => throw new LogicException("No serialization defined for $className"),
13881388
};
13891389
} catch (Throwable $exception) {
13901390
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token/Scoped.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
13841384
'ApiClients\Client\GitHubEnterpriseCloud\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️AppPermissions($object),
13851385
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
13861386
'ApiClients\Client\GitHubEnterpriseCloud\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️ValidationError($object),
1387-
default => throw new LogicException('No serialization defined for $className'),
1387+
default => throw new LogicException("No serialization defined for $className"),
13881388
};
13891389
} catch (Throwable $exception) {
13901390
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Apps/AppSlug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
697697
'ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleUser($object),
698698
'ApiClients\Client\GitHubEnterpriseCloud\Schema\Integration\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️Integration⚡️Permissions($object),
699699
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
700-
default => throw new LogicException('No serialization defined for $className'),
700+
default => throw new LogicException("No serialization defined for $className"),
701701
};
702702
} catch (Throwable $exception) {
703703
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Assignments/AssignmentId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
651651
'ApiClients\Client\GitHubEnterpriseCloud\Schema\Classroom' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️Classroom($object),
652652
'ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleClassroomOrganization' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleClassroomOrganization($object),
653653
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
654-
default => throw new LogicException('No serialization defined for $className'),
654+
default => throw new LogicException("No serialization defined for $className"),
655655
};
656656
} catch (Throwable $exception) {
657657
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Assignments/AssignmentId/Grades.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\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️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/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Classrooms/ClassroomId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
314314
'ApiClients\Client\GitHubEnterpriseCloud\Schema\Classroom' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️Classroom($object),
315315
'ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleClassroomOrganization' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleClassroomOrganization($object),
316316
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
317-
default => throw new LogicException('No serialization defined for $className'),
317+
default => throw new LogicException("No serialization defined for $className"),
318318
};
319319
} catch (Throwable $exception) {
320320
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/CodesOfConduct/Key.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
215215
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
216216
'ApiClients\Client\GitHubEnterpriseCloud\Schema\CodeOfConduct' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️CodeOfConduct($object),
217217
'ApiClients\Client\GitHubEnterpriseCloud\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️BasicError($object),
218-
default => throw new LogicException('No serialization defined for $className'),
218+
default => throw new LogicException("No serialization defined for $className"),
219219
};
220220
} catch (Throwable $exception) {
221221
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Emojis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
7070
'DateTime' => $this->serializeValueDateTime($object),
7171
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
7272
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
73-
default => throw new LogicException('No serialization defined for $className'),
73+
default => throw new LogicException("No serialization defined for $className"),
7474
};
7575
} catch (Throwable $exception) {
7676
throw UnableToSerializeObject::dueToError($className, $exception);

0 commit comments

Comments
 (0)