Skip to content

Commit 9e84507

Browse files
authored
Merge pull request #880 from php-api-clients/GitHubEnterprise-3.7/from-1.1.4-99f7c55def8cb42085ac682fc71ab2d7-from-1.1.4-99f7c55def8cb42085ac682fc71ab2d7
2 parents 831c8bc + 2e1cce3 commit 9e84507

File tree

99 files changed

+10445
-3788
lines changed

Some content is hidden

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

99 files changed

+10445
-3788
lines changed

clients/GitHubEnterprise-3.7/etc/openapi-client-generator.state

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

clients/GitHubEnterprise-3.7/src/Client.php

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

clients/GitHubEnterprise-3.7/src/ClientInterface.php

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

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/Admin/Users/Username/Authorizations.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
927927

928928
after_organizationAdministration:
929929

930+
$value = $payload['organization_copilot_seat_management'] ?? null;
931+
932+
if ($value === null) {
933+
$properties['organizationCopilotSeatManagement'] = null;
934+
goto after_organizationCopilotSeatManagement;
935+
}
936+
937+
$properties['organizationCopilotSeatManagement'] = $value;
938+
939+
after_organizationCopilotSeatManagement:
940+
930941
$value = $payload['organization_hooks'] ?? null;
931942

932943
if ($value === null) {
@@ -1599,6 +1610,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
15991610

16001611
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
16011612

1613+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1614+
1615+
if ($organizationCopilotSeatManagement === null) {
1616+
goto after_organizationCopilotSeatManagement;
1617+
}
1618+
1619+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1620+
16021621
$organizationHooks = $object->organizationHooks;
16031622

16041623
if ($organizationHooks === null) {

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
569569

570570
after_organizationAdministration:
571571

572+
$value = $payload['organization_copilot_seat_management'] ?? null;
573+
574+
if ($value === null) {
575+
$properties['organizationCopilotSeatManagement'] = null;
576+
goto after_organizationCopilotSeatManagement;
577+
}
578+
579+
$properties['organizationCopilotSeatManagement'] = $value;
580+
581+
after_organizationCopilotSeatManagement:
582+
572583
$value = $payload['organization_hooks'] ?? null;
573584

574585
if ($value === null) {
@@ -1402,6 +1413,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
14021413

14031414
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
14041415

1416+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1417+
1418+
if ($organizationCopilotSeatManagement === null) {
1419+
goto after_organizationCopilotSeatManagement;
1420+
}
1421+
1422+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1423+
14051424
$organizationHooks = $object->organizationHooks;
14061425

14071426
if ($organizationHooks === null) {

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/App/Installations/InstallationId/AccessTokens.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
414414

415415
after_organizationAdministration:
416416

417+
$value = $payload['organization_copilot_seat_management'] ?? null;
418+
419+
if ($value === null) {
420+
$properties['organizationCopilotSeatManagement'] = null;
421+
goto after_organizationCopilotSeatManagement;
422+
}
423+
424+
$properties['organizationCopilotSeatManagement'] = $value;
425+
426+
after_organizationCopilotSeatManagement:
427+
417428
$value = $payload['organization_hooks'] ?? null;
418429

419430
if ($value === null) {
@@ -1008,6 +1019,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
10081019

10091020
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
10101021

1022+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1023+
1024+
if ($organizationCopilotSeatManagement === null) {
1025+
goto after_organizationCopilotSeatManagement;
1026+
}
1027+
1028+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1029+
10111030
$organizationHooks = $object->organizationHooks;
10121031

10131032
if ($organizationHooks === null) {

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
931931

932932
after_organizationAdministration:
933933

934+
$value = $payload['organization_copilot_seat_management'] ?? null;
935+
936+
if ($value === null) {
937+
$properties['organizationCopilotSeatManagement'] = null;
938+
goto after_organizationCopilotSeatManagement;
939+
}
940+
941+
$properties['organizationCopilotSeatManagement'] = $value;
942+
943+
after_organizationCopilotSeatManagement:
944+
934945
$value = $payload['organization_hooks'] ?? null;
935946

936947
if ($value === null) {
@@ -1720,6 +1731,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
17201731

17211732
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
17221733

1734+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1735+
1736+
if ($organizationCopilotSeatManagement === null) {
1737+
goto after_organizationCopilotSeatManagement;
1738+
}
1739+
1740+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1741+
17231742
$organizationHooks = $object->organizationHooks;
17241743

17251744
if ($organizationHooks === null) {

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/Applications/ClientId/Token/Scoped.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
931931

932932
after_organizationAdministration:
933933

934+
$value = $payload['organization_copilot_seat_management'] ?? null;
935+
936+
if ($value === null) {
937+
$properties['organizationCopilotSeatManagement'] = null;
938+
goto after_organizationCopilotSeatManagement;
939+
}
940+
941+
$properties['organizationCopilotSeatManagement'] = $value;
942+
943+
after_organizationCopilotSeatManagement:
944+
934945
$value = $payload['organization_hooks'] ?? null;
935946

936947
if ($value === null) {
@@ -1720,6 +1731,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
17201731

17211732
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
17221733

1734+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1735+
1736+
if ($organizationCopilotSeatManagement === null) {
1737+
goto after_organizationCopilotSeatManagement;
1738+
}
1739+
1740+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1741+
17231742
$organizationHooks = $object->organizationHooks;
17241743

17251744
if ($organizationHooks === null) {

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/Authorizations.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
994994

995995
after_organizationAdministration:
996996

997+
$value = $payload['organization_copilot_seat_management'] ?? null;
998+
999+
if ($value === null) {
1000+
$properties['organizationCopilotSeatManagement'] = null;
1001+
goto after_organizationCopilotSeatManagement;
1002+
}
1003+
1004+
$properties['organizationCopilotSeatManagement'] = $value;
1005+
1006+
after_organizationCopilotSeatManagement:
1007+
9971008
$value = $payload['organization_hooks'] ?? null;
9981009

9991010
if ($value === null) {
@@ -1760,6 +1771,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
17601771

17611772
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
17621773

1774+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1775+
1776+
if ($organizationCopilotSeatManagement === null) {
1777+
goto after_organizationCopilotSeatManagement;
1778+
}
1779+
1780+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1781+
17631782
$organizationHooks = $object->organizationHooks;
17641783

17651784
if ($organizationHooks === null) {

clients/GitHubEnterprise-3.7/src/Internal/Hydrator/Operation/Authorizations/AuthorizationId.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema
931931

932932
after_organizationAdministration:
933933

934+
$value = $payload['organization_copilot_seat_management'] ?? null;
935+
936+
if ($value === null) {
937+
$properties['organizationCopilotSeatManagement'] = null;
938+
goto after_organizationCopilotSeatManagement;
939+
}
940+
941+
$properties['organizationCopilotSeatManagement'] = $value;
942+
943+
after_organizationCopilotSeatManagement:
944+
934945
$value = $payload['organization_hooks'] ?? null;
935946

936947
if ($value === null) {
@@ -1720,6 +1731,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡
17201731

17211732
after_organizationAdministration: $result['organization_administration'] = $organizationAdministration;
17221733

1734+
$organizationCopilotSeatManagement = $object->organizationCopilotSeatManagement;
1735+
1736+
if ($organizationCopilotSeatManagement === null) {
1737+
goto after_organizationCopilotSeatManagement;
1738+
}
1739+
1740+
after_organizationCopilotSeatManagement: $result['organization_copilot_seat_management'] = $organizationCopilotSeatManagement;
1741+
17231742
$organizationHooks = $object->organizationHooks;
17241743

17251744
if ($organizationHooks === null) {

0 commit comments

Comments
 (0)