Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "3bee8f8a9cc37e411844e8fe2563c09d",
"specHash": "09a2c0e8c9ee8840c63e9f1e2f55d269",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -5904,7 +5904,7 @@
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Billing.php",
"hash": "ac559a2f8f3ce24368653b39056048e1"
"hash": "966f7db10e65ae9cd5ee44b95c168b21"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Activity.php",
Expand Down Expand Up @@ -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",
Expand All @@ -12088,7 +12088,7 @@
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Copilot.php",
"hash": "b0f6f3329758c7879df6ac278c094aed"
"hash": "2716c4d5aacb311dd68c363af1075741"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckAutomatedSecurityFixes.php",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,11 @@
},
"group_id": {
"type": [
"integer",
"string",
"null"
],
"examples": [
1
"62ab9291-fae2-468e-974b-7e45096d5021"
]
},
"html_url": {
Expand Down
8 changes: 4 additions & 4 deletions clients/GitHubEnterpriseCloud/src/Schema/EnterpriseTeam.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
},
"group_id": {
"type": [
"integer",
"string",
"null"
],
"examples": [
1
"62ab9291-fae2-468e-974b-7e45096d5021"
]
},
"html_url": {
Expand Down Expand Up @@ -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",
Expand All @@ -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')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,11 +552,11 @@
},
"group_id": {
"type": [
"integer",
"string",
"null"
],
"examples": [
1
"62ab9291-fae2-468e-974b-7e45096d5021"
]
},
"html_url": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,11 +552,11 @@
},
"group_id": {
"type": [
"integer",
"string",
"null"
],
"examples": [
1
"62ab9291-fae2-468e-974b-7e45096d5021"
]
},
"html_url": {
Expand Down
10 changes: 5 additions & 5 deletions etc/specs/GitHubEnterpriseCloud/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down
Loading