Skip to content

Commit ce9f91a

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-846e79a967c97fff1f751d713e16fc13 from 1.1.4-a62519fb7f7e65d753064fbb86d95c90
Detected Schema changes: ``` ├─┬Paths │ ├─┬/repos/{owner}/{repo}/contents/{path} │ │ └─┬GET │ │ └─┬Responses │ │ └─┬200 │ │ └─┬application/json │ │ └─┬Schema │ │ └──[➖] discriminator (25962:19)❌ │ ├─┬/repos/{owner}/{repo}/check-runs │ │ └─┬POST │ │ └─┬Requestbody │ │ └─┬application/json │ │ └─┬Schema │ │ └──[➖] discriminator (22078:17)❌ │ ├─┬/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users │ │ ├─┬PUT │ │ │ └─┬Requestbody │ │ │ ├──[🔀] required (21701:19)❌ │ │ │ └─┬application/json │ │ │ └─┬Schema │ │ │ ├──[➖] required (21698:17)❌ │ │ │ ├──[➖] type (21690:21)❌ │ │ │ ├──[➖] example (21700:17) │ │ │ ├──[➖] properties (21692:17)❌ │ │ │ ├──[➕] oneOf (21718:17) │ │ │ └──[➕] oneOf (21706:17) │ │ ├─┬POST │ │ │ └─┬Requestbody │ │ │ ├──[🔀] required (21634:19)❌ │ │ │ └─┬application/json │ │ │ └─┬Schema │ │ │ ├──[➖] required (21635:17)❌ │ │ │ ├──[➖] type (21627:21)❌ │ │ │ ├──[➖] example (21637:17) │ │ │ ├──[➖] properties (21629:17)❌ │ │ │ ├──[➕] oneOf (21651:17) │ │ │ └──[➕] oneOf (21639:17) │ │ └─┬DELETE │ │ └─┬Requestbody │ │ ├──[➖] required (21749:19)❌ │ │ └─┬application/json │ │ └─┬Schema │ │ ├──[➖] required (21761:17)❌ │ │ ├──[➖] type (21753:21)❌ │ │ ├──[➖] example (21763:17) │ │ ├──[➖] properties (21755:17)❌ │ │ ├──[➕] oneOf (21784:17) │ │ └──[➕] oneOf (21772:17) │ └─┬/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps │ ├─┬PUT │ │ └─┬Requestbody │ │ ├──[🔀] required (21240:19)❌ │ │ └─┬application/json │ │ └─┬Schema │ │ ├──[➖] required (21250:17)❌ │ │ ├──[➖] type (21240:21)❌ │ │ ├──[➖] example (21252:17) │ │ ├──[➖] properties (21242:17)❌ │ │ ├──[➕] oneOf (21245:17) │ │ └──[➕] oneOf (21259:17) │ ├─┬POST │ │ └─┬Requestbody │ │ ├──[🔀] required (21176:19)❌ │ │ └─┬application/json │ │ └─┬Schema │ │ ├──[➖] required (21190:17)❌ │ │ ├──[➖] type (21180:21)❌ │ │ ├──[➖] example (21192:17) │ │ ├──[➖] properties (21182:17)❌ │ │ ├──[➕] oneOf (21181:17) │ │ └──[➕] oneOf (21195:17) │ └─┬DELETE │ └─┬Requestbody │ ├──[➖] required (21296:19)❌ │ └─┬application/json │ └─┬Schema │ ├──[➖] required (21310:17)❌ │ ├──[➖] type (21300:21)❌ │ ├──[➖] example (21312:17) │ ├──[➖] properties (21302:17)❌ │ ├──[➕] oneOf (21308:17) │ └──[➕] oneOf (21322:17) └─┬Components └─┬copilot-seat-details ├─┬organization │ ├──[➕] type (67542:11)❌ │ ├──[➕] description (67544:24) │ ├──[➖] anyOf (67525:13)❌ │ ├──[➖] anyOf (67243:7)❌ │ └──[➕] oneOf (67256:7) └─┬assignee └──[🔀] $ref (67535:11)❌ ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 44 | 26 | | components | 6 | 4 | Date: 10/01/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _30_ out of _50_ - **Modifications**: _5_ - **Removals**: _30_ - **Additions**: _15_ - **Breaking Removals**: _24_ - **Breaking Modifications**: _5_ - **Breaking Additions**: _1_ ERROR: breaking changes discovered
1 parent e441eec commit ce9f91a

File tree

36 files changed

+1158
-997
lines changed

36 files changed

+1158
-997
lines changed

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

Lines changed: 38 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "a62519fb7f7e65d753064fbb86d95c90",
2+
"specHash": "846e79a967c97fff1f751d713e16fc13",
33
"generatedFiles": {
44
"files": [
55
{
@@ -4856,7 +4856,7 @@
48564856
},
48574857
{
48584858
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/SetAppAccessRestrictions\/Request\/ApplicationJson.php",
4859-
"hash": "07c3d43816a2aaa1c922989c4e9b074c"
4859+
"hash": "f15d666f0697883fdb76342c58c86074"
48604860
},
48614861
{
48624862
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/SetTeamAccessRestrictions\/Request\/ApplicationJson.php",
@@ -4868,15 +4868,15 @@
48684868
},
48694869
{
48704870
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/SetUserAccessRestrictions\/Request\/ApplicationJson.php",
4871-
"hash": "959569f92c09306a5f517a7e94ff96e0"
4871+
"hash": "ad45ee7bca088a84d28ad6919f063397"
48724872
},
48734873
{
48744874
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/RenameBranch\/Request\/ApplicationJson.php",
48754875
"hash": "ef56f1cf1c34e6e2aa9b1c32463edffa"
48764876
},
48774877
{
48784878
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Checks\/Create\/Request\/ApplicationJson.php",
4879-
"hash": "8332bde9e2e508172dc2bd4fcadd9e2b"
4879+
"hash": "db93173fd1d853466a0ad40f230cfd8e"
48804880
},
48814881
{
48824882
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Checks\/Create\/Request\/ApplicationJson\/Output.php",
@@ -4980,7 +4980,7 @@
49804980
},
49814981
{
49824982
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Operations\/Repos\/GetContent\/Response\/ApplicationJson\/Ok.php",
4983-
"hash": "2a8c4d401f639b738c82930800a06181"
4983+
"hash": "66c0e86a0c6c180214e25df91164ad7a"
49844984
},
49854985
{
49864986
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/CreateOrUpdateFileContents\/Request\/ApplicationJson.php",
@@ -5588,7 +5588,7 @@
55885588
},
55895589
{
55905590
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/CodeScanning.php",
5591-
"hash": "f5fa854c8d633d552f10ee03ace12aec"
5591+
"hash": "895c90a8f6c68e8a7a75869125ef85ba"
55925592
},
55935593
{
55945594
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Codespaces.php",
@@ -11502,17 +11502,13 @@
1150211502
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/RemoveStatusCheckContexts\/Request\/ApplicationJson.php",
1150311503
"hash": "f219f7134f850a0940ef8df339a6ab23"
1150411504
},
11505-
{
11506-
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietBC8D00E4\/Tiet2092A7CE\/Tiet794EA03B\/TietA6AE3B1A.php",
11507-
"hash": "ca91063498fbf2a4365e1adf964eec93"
11508-
},
1150911505
{
1151011506
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/AddAppAccessRestrictions\/Request\/ApplicationJson.php",
11511-
"hash": "23ea70c2c0f28a7c432d6173946f7bd3"
11507+
"hash": "b2dd8c1964553fa03fc31d437ad2a5ad"
1151211508
},
1151311509
{
1151411510
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/RemoveAppAccessRestrictions\/Request\/ApplicationJson.php",
11515-
"hash": "ac9de5bb36562d34f5b04b4bf98fa1fd"
11511+
"hash": "87ac9a665e0533f0f1b5c2f13ec9025c"
1151611512
},
1151711513
{
1151811514
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet2627BD0F\/Tiet79C28288\/TietDDF35698\/TietF49935EA.php",
@@ -11522,17 +11518,13 @@
1152211518
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/RemoveTeamAccessRestrictions\/Request\/ApplicationJson.php",
1152311519
"hash": "8d93914edd195664accc08ab9c0e85ec"
1152411520
},
11525-
{
11526-
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet666EC903\/TietB174FC55\/TietB7801801\/Tiet2B6C6BE2.php",
11527-
"hash": "261dac804bad0f555689374cdf09f909"
11528-
},
1152911521
{
1153011522
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/AddUserAccessRestrictions\/Request\/ApplicationJson.php",
11531-
"hash": "f1b1e9a828b4e714e4e9336fe605b521"
11523+
"hash": "babd3784ef1a5ea6dfac3ce0be5a16fb"
1153211524
},
1153311525
{
1153411526
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/RemoveUserAccessRestrictions\/Request\/ApplicationJson.php",
11535-
"hash": "10b98d64f0f246ccb35688a8084248c6"
11527+
"hash": "75fb0e32c5f9f6709d6977403b2abb0f"
1153611528
},
1153711529
{
1153811530
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet6AF2B3AE\/Tiet1426BE24\/Tiet29564A00\/Tiet1F9716F8.php",
@@ -11680,11 +11672,11 @@
1168011672
},
1168111673
{
1168211674
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotSeatDetails.php",
11683-
"hash": "45ea17da364c6d93645ba99ff27df1d8"
11675+
"hash": "71f4354ce2e2195c0502b1c58685d270"
1168411676
},
1168511677
{
1168611678
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeats\/Response\/ApplicationJson\/Ok.php",
11687-
"hash": "e79f2f53fbd57620603ac59c891eb4b2"
11679+
"hash": "1c08d3802ed3f5f09d489c90519b80ed"
1168811680
},
1168911681
{
1169011682
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietF5944C0A\/TietAA99D7D8\/Tiet9AE1F544\/TietA28F869C.php",
@@ -17632,7 +17624,7 @@
1763217624
},
1763317625
{
1763417626
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Operator\/CodeScanning\/ListAlertsForRepo.php",
17635-
"hash": "06e3a790b953a5eb66c3d25e5c7c65dd"
17627+
"hash": "6398f78e91377952d326f9bbc98a5c80"
1763617628
},
1763717629
{
1763817630
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/CodeScanning\/ListAlertsForRepoTest.php",
@@ -17644,7 +17636,7 @@
1764417636
},
1764517637
{
1764617638
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Operator\/CodeScanning\/ListAlertsForRepoListing.php",
17647-
"hash": "763906299392b93dde8ef696df8bd789"
17639+
"hash": "8ac241f71a05cf3fbd36f1676a39b172"
1764817640
},
1764917641
{
1765017642
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/CodeScanning\/ListAlertsForRepoListingTest.php",
@@ -17680,7 +17672,7 @@
1768017672
},
1768117673
{
1768217674
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Operator\/CodeScanning\/ListAlertInstances.php",
17683-
"hash": "34947e1ae5ac78c65ba59771896d870c"
17675+
"hash": "03906dc7464364678827d07f4495d61b"
1768417676
},
1768517677
{
1768617678
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/CodeScanning\/ListAlertInstancesTest.php",
@@ -17692,7 +17684,7 @@
1769217684
},
1769317685
{
1769417686
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Operator\/CodeScanning\/ListAlertInstancesListing.php",
17695-
"hash": "5f6f50e0cc742ec747687919a25cedd2"
17687+
"hash": "94e017fe4d7171b5391471f94b7b8feb"
1769617688
},
1769717689
{
1769817690
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/CodeScanning\/ListAlertInstancesListingTest.php",
@@ -17704,7 +17696,7 @@
1770417696
},
1770517697
{
1770617698
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Operator\/CodeScanning\/ListRecentAnalyses.php",
17707-
"hash": "034f125ff066bc758d804d59354db8e9"
17699+
"hash": "d54cd150c808e4101b0e38357ba24eeb"
1770817700
},
1770917701
{
1771017702
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/CodeScanning\/ListRecentAnalysesTest.php",
@@ -17716,7 +17708,7 @@
1771617708
},
1771717709
{
1771817710
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Operator\/CodeScanning\/ListRecentAnalysesListing.php",
17719-
"hash": "3eed5c566124f2bc5cc7acaa87278921"
17711+
"hash": "15bfa987f2cc662a92dc5c806549c71c"
1772017712
},
1772117713
{
1772217714
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/CodeScanning\/ListRecentAnalysesListingTest.php",
@@ -24520,7 +24512,7 @@
2452024512
},
2452124513
{
2452224514
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/Get\/CodeScanning.php",
24523-
"hash": "01a923f7f133ef046ac9968bec025e01"
24515+
"hash": "397c1058e013c6c3b6d13471578fa3b9"
2452424516
},
2452524517
{
2452624518
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Copilot.php",
@@ -24764,7 +24756,7 @@
2476424756
},
2476524757
{
2476624758
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/List\/CodeScanning.php",
24767-
"hash": "64cd2aff0bbb80e74e240dd2296d8bab"
24759+
"hash": "cebc7adbf12eb4c44156edbfd0aaf81c"
2476824760
},
2476924761
{
2477024762
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/List\/SecretScanning.php",
@@ -24964,15 +24956,15 @@
2496424956
},
2496524957
{
2496624958
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Six.php",
24967-
"hash": "b77768e180a3157762ab6af6eee4d75a"
24959+
"hash": "b2a28a4c2a159a5554c4694f89317cfd"
2496824960
},
2496924961
{
2497024962
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Seven.php",
2497124963
"hash": "408ae3b08980cd95b38a206cf253c48b"
2497224964
},
2497324965
{
2497424966
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Eight.php",
24975-
"hash": "998b58d4e30daba5585f05e1f1b96e63"
24967+
"hash": "59c87acfb9e14c210b4c997bdde01a04"
2497624968
},
2497724969
{
2497824970
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Nine.php",
@@ -25068,15 +25060,15 @@
2506825060
},
2506925061
{
2507025062
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/List\/Six.php",
25071-
"hash": "eb06c4e1ebb6c95165b202892c84a4b7"
25063+
"hash": "308c392e37c1750ea31302f83f39951f"
2507225064
},
2507325065
{
2507425066
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/List\/Seven.php",
2507525067
"hash": "0f584cb34feab43604b13233fbb87a66"
2507625068
},
2507725069
{
2507825070
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/List\/Eight.php",
25079-
"hash": "05594522210f244e96713ea68309c113"
25071+
"hash": "23bdb9499299a0f47afc0c009e703d61"
2508025072
},
2508125073
{
2508225074
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Router\/List\/Ten.php",
@@ -25612,7 +25604,7 @@
2561225604
},
2561325605
{
2561425606
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Members\/Username\/Copilot.php",
25615-
"hash": "ce3c4cac03917d34b46571d9b9d81162"
25607+
"hash": "79a20fd637d2fecbf00f10bd42cb3147"
2561625608
},
2561725609
{
2561825610
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Memberships\/Username.php",
@@ -27160,7 +27152,7 @@
2716027152
},
2716127153
{
2716227154
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrators.php",
27163-
"hash": "a6a0840e8714d16dad2b0df13cc8bc9d"
27155+
"hash": "efacbae4d809e227253736215f55ce5c"
2716427156
},
2716527157
{
2716627158
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/OrganizationSimpleWebhooks.php",
@@ -27316,7 +27308,7 @@
2731627308
},
2731727309
{
2731827310
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Classroom.php",
27319-
"hash": "d3dd148e540193cb96695103a37e4096"
27311+
"hash": "6b75e1657d51a588bfa4e360407fab5e"
2732027312
},
2732127313
{
2732227314
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Assignments\/AssignmentId.php",
@@ -27350,10 +27342,6 @@
2735027342
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Actions\/Runs\/RunId\/ForceCancel.php",
2735127343
"hash": "0f46902e91fde4c11e8a41ec267da6a2"
2735227344
},
27353-
{
27354-
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/CopilotSeatDetails\/Assignee.php",
27355-
"hash": "97bb887016552fb64fd21ab77e81a916"
27356-
},
2735727345
{
2735827346
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/DeploymentBranchPolicyNamePatternWithType.php",
2735927347
"hash": "abd5611c375521c3e48027d0e1629808"
@@ -27748,11 +27736,11 @@
2774827736
},
2774927737
{
2775027738
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/PHPStan\/ClientCallReturnTypes.php",
27751-
"hash": "2c2fada3ff16e30970a362eaad8d7df8"
27739+
"hash": "b279bfe420072ca3881b316b41cde25a"
2775227740
},
2775327741
{
2775427742
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Types\/ClientCallReturnTypes.php",
27755-
"hash": "e0a910c6c699a2fa62eb539875dd88ff"
27743+
"hash": "a3cd037b10acacb7fbfa8165f0c08dac"
2775627744
},
2775727745
{
2775827746
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/..\/etc\/phpstan-extension.neon",
@@ -29542,10 +29530,6 @@
2954229530
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/EnterpriseTeam.php",
2954329531
"hash": "7fc1fb4a6b32ed3dbc505149bcfddaa0"
2954429532
},
29545-
{
29546-
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/CopilotSeatDetails\/Organization.php",
29547-
"hash": "49df666bb0c15c4980d06323fd5a13ee"
29548-
},
2954929533
{
2955029534
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/TeamRoleAssignment.php",
2955129535
"hash": "3894b060697253081cbcafe9e322e237"
@@ -29592,7 +29576,7 @@
2959229576
},
2959329577
{
2959429578
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeatsForEnterprise\/Response\/ApplicationJson\/Ok.php",
29595-
"hash": "6157f73720a2d7f0dd4f983cc6d487e5"
29579+
"hash": "9186b42a601359e27cb165753f1d9100"
2959629580
},
2959729581
{
2959829582
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Enterprises\/Enterprise\/Copilot\/Billing\/Seats.php",
@@ -30461,6 +30445,14 @@
3046130445
{
3046230446
"name": ".\/clients\/GitHub\/etc\/..\/\/tests\/\/Internal\/Operation\/Classroom\/ListAcceptedAssignmentsForAnAssignmentListingTest.php",
3046330447
"hash": "9f83275b3264e5721c75f5e519252f6d"
30448+
},
30449+
{
30450+
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet98658574\/TietA85321D0\/Tiet6D8839E8\/TietDC0C852E.php",
30451+
"hash": "61c7a9026fefc729d5a5d78d59cef7a1"
30452+
},
30453+
{
30454+
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet6B82E311\/TietAB37E426\/Tiet938DAB86\/TietABDC4BA5.php",
30455+
"hash": "82ffa7187f7f6bd092834767628b8a35"
3046430456
}
3046530457
]
3046630458
},

clients/GitHub/src/Internal/Attribute/CastUnionToType/Schema/CopilotSeatDetails/Assignee.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

clients/GitHub/src/Internal/Attribute/CastUnionToType/Schema/CopilotSeatDetails/Organization.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)