Skip to content

Commit 7378d13

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-736baa369515112b9bfb0e87033d2fcb from 1.1.4-0060b499a5d39e935a73965cb74e1cd7
Detected Schema changes: ``` └─┬Components └─┬enterprise-team └─┬group_id ├──[🔀] examples (68838:13) └──[🔀] type (68835:11)❌ ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | components | 2 | 1 | Date: 11/07/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _1_ out of _2_ - **Modifications**: _2_ - **Breaking Modifications**: _1_ ERROR: breaking changes discovered
1 parent dc1e1bf commit 7378d13

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "0060b499a5d39e935a73965cb74e1cd7",
2+
"specHash": "736baa369515112b9bfb0e87033d2fcb",
33
"generatedFiles": {
44
"files": [
55
{
@@ -11592,11 +11592,11 @@
1159211592
},
1159311593
{
1159411594
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotSeatDetails.php",
11595-
"hash": "9ea6625955627e0ebe10cd24da7f80dc"
11595+
"hash": "616f4c840be095fb513494506420ddd7"
1159611596
},
1159711597
{
1159811598
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeats\/Response\/ApplicationJson\/Ok.php",
11599-
"hash": "a5fc9b21b784444f1965dd87d9776578"
11599+
"hash": "389f72ea8ff7ba164085e75524ce47f7"
1160011600
},
1160111601
{
1160211602
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Copilot\/CancelCopilotSeatAssignmentForTeams\/Request\/ApplicationJson.php",
@@ -11616,7 +11616,7 @@
1161611616
},
1161711617
{
1161811618
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Copilot.php",
11619-
"hash": "834bddbca068114bb35b70f3312b0dcd"
11619+
"hash": "563300a1451865b6fcf3e3dcf679b0e9"
1162011620
},
1162111621
{
1162211622
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CheckAutomatedSecurityFixes.php",
@@ -29428,7 +29428,7 @@
2942829428
},
2942929429
{
2943029430
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/EnterpriseTeam.php",
29431-
"hash": "7fc1fb4a6b32ed3dbc505149bcfddaa0"
29431+
"hash": "2ff06468420bec0b828b0d1d7b572714"
2943229432
},
2943329433
{
2943429434
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/TeamRoleAssignment.php",
@@ -29476,7 +29476,7 @@
2947629476
},
2947729477
{
2947829478
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeatsForEnterprise\/Response\/ApplicationJson\/Ok.php",
29479-
"hash": "90ba02f6e5934791cb59a1baf3786e02"
29479+
"hash": "5115dfe149295f326878c63da4118dda"
2948029480
},
2948129481
{
2948229482
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Enterprises\/Enterprise\/Copilot\/Billing\/Seats.php",

clients/GitHub/src/Schema/CopilotSeatDetails.php

Lines changed: 2 additions & 2 deletions
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/GitHub/src/Schema/EnterpriseTeam.php

Lines changed: 4 additions & 4 deletions
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/GitHub/src/Schema/Operations/Copilot/ListCopilotSeats/Response/ApplicationJson/Ok.php

Lines changed: 2 additions & 2 deletions
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/GitHub/src/Schema/Operations/Copilot/ListCopilotSeatsForEnterprise/Response/ApplicationJson/Ok.php

Lines changed: 2 additions & 2 deletions
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/GitHub/current.spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68832,10 +68832,10 @@ components:
6883268832
- disabled | all
6883368833
group_id:
6883468834
type:
68835-
- integer
68835+
- string
6883668836
- 'null'
6883768837
examples:
68838-
- 1
68838+
- 62ab9291-fae2-468e-974b-7e45096d5021
6883968839
html_url:
6884068840
type: string
6884168841
format: uri

0 commit comments

Comments
 (0)