diff --git a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state index bb3c725c1dd..81285bb8254 100644 --- a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state +++ b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "3bee8f8a9cc37e411844e8fe2563c09d", + "specHash": "09a2c0e8c9ee8840c63e9f1e2f55d269", "generatedFiles": { "files": [ { @@ -5904,7 +5904,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Billing.php", - "hash": "ac559a2f8f3ce24368653b39056048e1" + "hash": "966f7db10e65ae9cd5ee44b95c168b21" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Activity.php", @@ -12064,11 +12064,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotSeatDetails.php", - "hash": "5093cebb707a039783c942dcb8af8832" + "hash": "62fe1debec57d1ae51883f6c133b93bf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeats\/Response\/ApplicationJson\/Ok.php", - "hash": "40158d79ea9b90313c07dc25cbe02610" + "hash": "d54f08d39e7240c8d57ed5dc7d8e6d0b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Copilot\/CancelCopilotSeatAssignmentForTeams\/Request\/ApplicationJson.php", @@ -12088,7 +12088,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Copilot.php", - "hash": "b0f6f3329758c7879df6ac278c094aed" + "hash": "2716c4d5aacb311dd68c363af1075741" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckAutomatedSecurityFixes.php", @@ -31764,7 +31764,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/EnterpriseTeam.php", - "hash": "c9c02687fc4e8c51e415d22567f18c3b" + "hash": "f703d7ca5bae5e6742dc096e1e8ca8ba" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/WebHook\/ExemptionRequestPushRuleset.php", @@ -31820,7 +31820,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeatsForEnterprise\/Response\/ApplicationJson\/Ok.php", - "hash": "55cb9e560c15c6b5cde4e9e85eb8a0b6" + "hash": "ccd74f78581d757b26e0fe3750b1296a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Enterprises\/Enterprise\/Copilot\/Billing\/Seats.php", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/CopilotSeatDetails.php b/clients/GitHubEnterpriseCloud/src/Schema/CopilotSeatDetails.php index 833f2683d2b..904ca35bc16 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/CopilotSeatDetails.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/CopilotSeatDetails.php @@ -545,11 +545,11 @@ }, "group_id": { "type": [ - "integer", + "string", "null" ], "examples": [ - 1 + "62ab9291-fae2-468e-974b-7e45096d5021" ] }, "html_url": { diff --git a/clients/GitHubEnterpriseCloud/src/Schema/EnterpriseTeam.php b/clients/GitHubEnterpriseCloud/src/Schema/EnterpriseTeam.php index 3ab12483a29..8e2b0ee1072 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/EnterpriseTeam.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/EnterpriseTeam.php @@ -45,11 +45,11 @@ }, "group_id": { "type": [ - "integer", + "string", "null" ], "examples": [ - 1 + "62ab9291-fae2-468e-974b-7e45096d5021" ] }, "html_url": { @@ -81,7 +81,7 @@ "slug": "generated", "url": "https:\\/\\/example.com\\/", "sync_to_organizations": "disabled | all", - "group_id": 1, + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", "html_url": "https:\\/\\/github.com\\/enterprises\\/dc\\/teams\\/justice-league", "members_url": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -90,7 +90,7 @@ public function __construct(public int $id, public string $name, public string $slug, public string $url, #[MapFrom('sync_to_organizations')] public string $syncToOrganizations, #[MapFrom('group_id')] - public int|null $groupId, #[MapFrom('html_url')] + public string|null $groupId, #[MapFrom('html_url')] public string $htmlUrl, #[MapFrom('members_url')] public string $membersUrl, #[MapFrom('created_at')] public string $createdAt, #[MapFrom('updated_at')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeats/Response/ApplicationJson/Ok.php b/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeats/Response/ApplicationJson/Ok.php index cb3892957b8..582378a2e7e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeats/Response/ApplicationJson/Ok.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeats/Response/ApplicationJson/Ok.php @@ -552,11 +552,11 @@ }, "group_id": { "type": [ - "integer", + "string", "null" ], "examples": [ - 1 + "62ab9291-fae2-468e-974b-7e45096d5021" ] }, "html_url": { diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeatsForEnterprise/Response/ApplicationJson/Ok.php b/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeatsForEnterprise/Response/ApplicationJson/Ok.php index 14ab7e2857d..5fdc627bf55 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeatsForEnterprise/Response/ApplicationJson/Ok.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeatsForEnterprise/Response/ApplicationJson/Ok.php @@ -552,11 +552,11 @@ }, "group_id": { "type": [ - "integer", + "string", "null" ], "examples": [ - 1 + "62ab9291-fae2-468e-974b-7e45096d5021" ] }, "html_url": { diff --git a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml index c9154500ed2..bed82cfa923 100644 --- a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml +++ b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml @@ -75903,10 +75903,10 @@ components: - disabled | all group_id: type: - - integer + - string - 'null' examples: - - 1 + - 62ab9291-fae2-468e-974b-7e45096d5021 html_url: type: string format: uri @@ -229182,7 +229182,7 @@ components: - schemas: - urn:ietf:params:scim:schemas:core:2.0:Group externalId: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - id: 927fa2c08dcb4a7fae9e + id: 24b28bbb-5fc4-4686-a153-a020debb1155 displayName: Engineering members: - value: 879db59-3bdf-4490-ad68-ab880a2694745 @@ -229195,7 +229195,7 @@ components: resourceType: Group created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' - location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e + location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 scim-enterprise-group: @@ -229216,7 +229216,7 @@ components: resourceType: Group created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' - location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e + location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 scim-enterprise-user-list: value: schemas: