Skip to content

Commit f8592fa

Browse files
authored
Merge pull request #1353 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-09a2c0e8c9ee8840c63e9f1e2f55d269-from-1.1.4-09a2c0e8c9ee8840c63e9f1e2f55d269
2 parents de63e3e + e24a2a6 commit f8592fa

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "3bee8f8a9cc37e411844e8fe2563c09d",
2+
"specHash": "09a2c0e8c9ee8840c63e9f1e2f55d269",
33
"generatedFiles": {
44
"files": [
55
{
@@ -5904,7 +5904,7 @@
59045904
},
59055905
{
59065906
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Billing.php",
5907-
"hash": "ac559a2f8f3ce24368653b39056048e1"
5907+
"hash": "966f7db10e65ae9cd5ee44b95c168b21"
59085908
},
59095909
{
59105910
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Activity.php",
@@ -12064,11 +12064,11 @@
1206412064
},
1206512065
{
1206612066
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotSeatDetails.php",
12067-
"hash": "5093cebb707a039783c942dcb8af8832"
12067+
"hash": "62fe1debec57d1ae51883f6c133b93bf"
1206812068
},
1206912069
{
1207012070
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeats\/Response\/ApplicationJson\/Ok.php",
12071-
"hash": "40158d79ea9b90313c07dc25cbe02610"
12071+
"hash": "d54f08d39e7240c8d57ed5dc7d8e6d0b"
1207212072
},
1207312073
{
1207412074
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Copilot\/CancelCopilotSeatAssignmentForTeams\/Request\/ApplicationJson.php",
@@ -12088,7 +12088,7 @@
1208812088
},
1208912089
{
1209012090
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Copilot.php",
12091-
"hash": "b0f6f3329758c7879df6ac278c094aed"
12091+
"hash": "2716c4d5aacb311dd68c363af1075741"
1209212092
},
1209312093
{
1209412094
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckAutomatedSecurityFixes.php",
@@ -31764,7 +31764,7 @@
3176431764
},
3176531765
{
3176631766
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/EnterpriseTeam.php",
31767-
"hash": "c9c02687fc4e8c51e415d22567f18c3b"
31767+
"hash": "f703d7ca5bae5e6742dc096e1e8ca8ba"
3176831768
},
3176931769
{
3177031770
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/WebHook\/ExemptionRequestPushRuleset.php",
@@ -31820,7 +31820,7 @@
3182031820
},
3182131821
{
3182231822
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeatsForEnterprise\/Response\/ApplicationJson\/Ok.php",
31823-
"hash": "55cb9e560c15c6b5cde4e9e85eb8a0b6"
31823+
"hash": "ccd74f78581d757b26e0fe3750b1296a"
3182431824
},
3182531825
{
3182631826
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Enterprises\/Enterprise\/Copilot\/Billing\/Seats.php",

clients/GitHubEnterpriseCloud/src/Schema/CopilotSeatDetails.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,11 @@
545545
},
546546
"group_id": {
547547
"type": [
548-
"integer",
548+
"string",
549549
"null"
550550
],
551551
"examples": [
552-
1
552+
"62ab9291-fae2-468e-974b-7e45096d5021"
553553
]
554554
},
555555
"html_url": {

clients/GitHubEnterpriseCloud/src/Schema/EnterpriseTeam.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
},
4646
"group_id": {
4747
"type": [
48-
"integer",
48+
"string",
4949
"null"
5050
],
5151
"examples": [
52-
1
52+
"62ab9291-fae2-468e-974b-7e45096d5021"
5353
]
5454
},
5555
"html_url": {
@@ -81,7 +81,7 @@
8181
"slug": "generated",
8282
"url": "https:\\/\\/example.com\\/",
8383
"sync_to_organizations": "disabled | all",
84-
"group_id": 1,
84+
"group_id": "62ab9291-fae2-468e-974b-7e45096d5021",
8585
"html_url": "https:\\/\\/github.com\\/enterprises\\/dc\\/teams\\/justice-league",
8686
"members_url": "generated",
8787
"created_at": "1970-01-01T00:00:00+00:00",
@@ -90,7 +90,7 @@
9090

9191
public function __construct(public int $id, public string $name, public string $slug, public string $url, #[MapFrom('sync_to_organizations')]
9292
public string $syncToOrganizations, #[MapFrom('group_id')]
93-
public int|null $groupId, #[MapFrom('html_url')]
93+
public string|null $groupId, #[MapFrom('html_url')]
9494
public string $htmlUrl, #[MapFrom('members_url')]
9595
public string $membersUrl, #[MapFrom('created_at')]
9696
public string $createdAt, #[MapFrom('updated_at')]

clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeats/Response/ApplicationJson/Ok.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,11 +552,11 @@
552552
},
553553
"group_id": {
554554
"type": [
555-
"integer",
555+
"string",
556556
"null"
557557
],
558558
"examples": [
559-
1
559+
"62ab9291-fae2-468e-974b-7e45096d5021"
560560
]
561561
},
562562
"html_url": {

clients/GitHubEnterpriseCloud/src/Schema/Operations/Copilot/ListCopilotSeatsForEnterprise/Response/ApplicationJson/Ok.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,11 +552,11 @@
552552
},
553553
"group_id": {
554554
"type": [
555-
"integer",
555+
"string",
556556
"null"
557557
],
558558
"examples": [
559-
1
559+
"62ab9291-fae2-468e-974b-7e45096d5021"
560560
]
561561
},
562562
"html_url": {

etc/specs/GitHubEnterpriseCloud/current.spec.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -75903,10 +75903,10 @@ components:
7590375903
- disabled | all
7590475904
group_id:
7590575905
type:
75906-
- integer
75906+
- string
7590775907
- 'null'
7590875908
examples:
75909-
- 1
75909+
- 62ab9291-fae2-468e-974b-7e45096d5021
7591075910
html_url:
7591175911
type: string
7591275912
format: uri
@@ -229182,7 +229182,7 @@ components:
229182229182
- schemas:
229183229183
- urn:ietf:params:scim:schemas:core:2.0:Group
229184229184
externalId: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159
229185-
id: 927fa2c08dcb4a7fae9e
229185+
id: 24b28bbb-5fc4-4686-a153-a020debb1155
229186229186
displayName: Engineering
229187229187
members:
229188229188
- value: 879db59-3bdf-4490-ad68-ab880a2694745
@@ -229195,7 +229195,7 @@ components:
229195229195
resourceType: Group
229196229196
created: '2012-03-27T19:59:26.000Z'
229197229197
lastModified: '2018-03-27T19:59:26.000Z'
229198-
location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e
229198+
location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155
229199229199
startIndex: 1
229200229200
itemsPerPage: 20
229201229201
scim-enterprise-group:
@@ -229216,7 +229216,7 @@ components:
229216229216
resourceType: Group
229217229217
created: '2012-03-27T19:59:26.000Z'
229218229218
lastModified: '2018-03-27T19:59:26.000Z'
229219-
location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e
229219+
location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155
229220229220
scim-enterprise-user-list:
229221229221
value:
229222229222
schemas:

0 commit comments

Comments
 (0)