Skip to content

Commit ff32ec4

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4-20ba606988ce67798cb740082b754dc0 from 1.1.4-ed2ad47934595d65c986860f76f5c5e1
Detected Schema changes: ERROR: error: Error thrown when comparing: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [217746:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [217748:11] ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [217668:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [217670:11]
1 parent df0c5f9 commit ff32ec4

27 files changed

+1101
-52
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14689,6 +14689,32 @@ $client->operations()->codespaces()->preFlightWithRepoForAuthenticatedUser(
1468914689
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace).
1469014690

1469114691

14692+
### codespaces/check-permissions-for-devcontainer
14693+
14694+
Check if permissions defined by a devcontainer have been accepted by the authenticated user
14695+
14696+
Using the `call` method:
14697+
```php
14698+
$client->call('GET /repos/{owner}/{repo}/codespaces/permissions_check', [
14699+
'owner' => 'generated',
14700+
'repo' => 'generated',
14701+
'ref' => 'generated',
14702+
'devcontainer_path' => 'generated',
14703+
]);
14704+
```
14705+
14706+
Operations method:
14707+
```php
14708+
$client->operations()->codespaces()->checkPermissionsForDevcontainer( owner: 'generated',
14709+
repo: 'generated',
14710+
ref: 'generated',
14711+
devcontainer_path: 'generated',
14712+
);
14713+
```
14714+
14715+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user).
14716+
14717+
1469214718
### codespaces/list-repo-secrets
1469314719

1469414720
List repository secrets

etc/openapi-client-generator.state

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "ed2ad47934595d65c986860f76f5c5e1",
2+
"specHash": "20ba606988ce67798cb740082b754dc0",
33
"generatedFiles": {
44
"files": [
55
{
@@ -6076,11 +6076,11 @@
60766076
},
60776077
{
60786078
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/ClientInterface.php",
6079-
"hash": "f4fc9e37e04dd7ffa931c01ee3672551"
6079+
"hash": "aed0d9a86f9d714f3660759dfad5fdf1"
60806080
},
60816081
{
60826082
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Client.php",
6083-
"hash": "5ae1f77b6b62f0bf637559f6de0e861d"
6083+
"hash": "79c57f125b7baf48fc1cad74b2df6fe6"
60846084
},
60856085
{
60866086
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/OperationsInterface.php",
@@ -6116,7 +6116,7 @@
61166116
},
61176117
{
61186118
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/CodeScanning.php",
6119-
"hash": "118fb86b996afedfc5bb572b72679427"
6119+
"hash": "305591156d5d3f3d88031dc87c7e9e99"
61206120
},
61216121
{
61226122
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/SecretScanning.php",
@@ -6164,7 +6164,7 @@
61646164
},
61656165
{
61666166
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Codespaces.php",
6167-
"hash": "d02382db26f8169fdc26c05d3d112a6b"
6167+
"hash": "440cf51d999671b103b4a25497c2e6cb"
61686168
},
61696169
{
61706170
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Packages.php",
@@ -6188,7 +6188,7 @@
61886188
},
61896189
{
61906190
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Repos.php",
6191-
"hash": "2f16176e774fd86e069a7c48a09d0afd"
6191+
"hash": "d869dfb5dba303692196aacbc9800ea3"
61926192
},
61936193
{
61946194
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Reactions.php",
@@ -28088,7 +28088,7 @@
2808828088
},
2808928089
{
2809028090
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Repos.php",
28091-
"hash": "91913533eb01f5e51bf48178c2143db0"
28091+
"hash": "f09aebc1bd705b0e536b15394d9ec8d4"
2809228092
},
2809328093
{
2809428094
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Users.php",
@@ -28112,7 +28112,7 @@
2811228112
},
2811328113
{
2811428114
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Codespaces.php",
28115-
"hash": "98956aceca4494bf194b339e8a49c3c0"
28115+
"hash": "fa3372b1eca18282196aaa904ccdfeff"
2811628116
},
2811728117
{
2811828118
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Interactions.php",
@@ -28400,7 +28400,7 @@
2840028400
},
2840128401
{
2840228402
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Repos.php",
28403-
"hash": "d54286100d59361068c4d4e013f02e22"
28403+
"hash": "263e1084749bd64fae07f2036f3e607b"
2840428404
},
2840528405
{
2840628406
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Activity.php",
@@ -28640,15 +28640,15 @@
2864028640
},
2864128641
{
2864228642
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Five.php",
28643-
"hash": "7ff7189c9fd65f514bb5dd9978818fe4"
28643+
"hash": "b46843cd7b8c697974301bf8ea6ea54a"
2864428644
},
2864528645
{
2864628646
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Six.php",
28647-
"hash": "892a082e9dbc79c33873f156824f354f"
28647+
"hash": "18a6a4306dc3a53e22b558f13215437b"
2864828648
},
2864928649
{
2865028650
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Seven.php",
28651-
"hash": "736f76d838cc9ad3411ce42038b522a2"
28651+
"hash": "4652224e0888da171ffb491126557d74"
2865228652
},
2865328653
{
2865428654
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Eight.php",
@@ -28740,15 +28740,15 @@
2874028740
},
2874128741
{
2874228742
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Five.php",
28743-
"hash": "877fb67d7b3ac8a06bde3d53628c33f0"
28743+
"hash": "86daca2e65b77728d89b36a9f1370560"
2874428744
},
2874528745
{
2874628746
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Two.php",
2874728747
"hash": "416e64d161ad3fac3b719aa7140648b5"
2874828748
},
2874928749
{
2875028750
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Six.php",
28751-
"hash": "3cd9d48ed9481fec3519314fc31399e9"
28751+
"hash": "93bad3d22a529d936f3adac9e5259e7a"
2875228752
},
2875328753
{
2875428754
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Seven.php",
@@ -28848,7 +28848,7 @@
2884828848
},
2884928849
{
2885028850
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operators.php",
28851-
"hash": "584b9a685f6dcad339aab31bafe9c1fe"
28851+
"hash": "3111b9b94dc014bef1b82569c55b0ae1"
2885228852
},
2885328853
{
2885428854
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Root.php",
@@ -31044,7 +31044,7 @@
3104431044
},
3104531045
{
3104631046
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrators.php",
31047-
"hash": "af9e1ed89fc1d3b63a2ca5363944517d"
31047+
"hash": "6ca224fe5fdca4103a2e853b0b07f20f"
3104831048
},
3104931049
{
3105031050
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/EnterpriseAdmin\/ListProvisionedGroupsEnterprise.php",
@@ -31536,7 +31536,7 @@
3153631536
},
3153731537
{
3153831538
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Repos\/GetOrgRuleSuites.php",
31539-
"hash": "de6479b78c2cb04733c600428b40e52e"
31539+
"hash": "e202601e509d3e246d048ba6ab42c6fc"
3154031540
},
3154131541
{
3154231542
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Repos\/GetOrgRuleSuitesTest.php",
@@ -31548,7 +31548,7 @@
3154831548
},
3154931549
{
3155031550
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Repos\/GetOrgRuleSuitesListing.php",
31551-
"hash": "c9cd82732eb00cac70ae88b65fc1ae6f"
31551+
"hash": "29e646f803df0a06d42bb7f96951b8ee"
3155231552
},
3155331553
{
3155431554
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Repos\/GetOrgRuleSuitesListingTest.php",
@@ -31560,7 +31560,7 @@
3156031560
},
3156131561
{
3156231562
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Repos\/GetOrgRuleSuite.php",
31563-
"hash": "4828e9f46350035a120c5dd881b9eeac"
31563+
"hash": "c3bbf19f49aaa6b7f68947b2a195cd2c"
3156431564
},
3156531565
{
3156631566
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Repos\/GetOrgRuleSuiteTest.php",
@@ -31572,7 +31572,7 @@
3157231572
},
3157331573
{
3157431574
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Repos\/GetRepoRuleSuites.php",
31575-
"hash": "fbfaa78eda9f40a2641d5bfc3682f9f1"
31575+
"hash": "1f46c640484385e92e3eeca9904bedb3"
3157631576
},
3157731577
{
3157831578
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Repos\/GetRepoRuleSuitesTest.php",
@@ -31584,7 +31584,7 @@
3158431584
},
3158531585
{
3158631586
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Repos\/GetRepoRuleSuitesListing.php",
31587-
"hash": "16f297c837984999a211f32a288a34ea"
31587+
"hash": "ad10fe9697297ae633c04d56527958d8"
3158831588
},
3158931589
{
3159031590
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Repos\/GetRepoRuleSuitesListingTest.php",
@@ -31596,7 +31596,7 @@
3159631596
},
3159731597
{
3159831598
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Repos\/GetRepoRuleSuite.php",
31599-
"hash": "c307c2e532cbc67ffa795f704389bc61"
31599+
"hash": "50baa386906cb0c1abdc58c7c8c1b61d"
3160031600
},
3160131601
{
3160231602
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Repos\/GetRepoRuleSuiteTest.php",
@@ -31633,6 +31633,26 @@
3163331633
{
3163431634
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Rulesets\/RuleSuites\/RuleSuiteId.php",
3163531635
"hash": "85ec4fbbd3a7c0556439b6bc40188b99"
31636+
},
31637+
{
31638+
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/Codespaces\/CheckPermissionsForDevcontainer.php",
31639+
"hash": "b5f0f1e3e0446b78d850f6d756a18a7b"
31640+
},
31641+
{
31642+
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Codespaces\/CheckPermissionsForDevcontainer.php",
31643+
"hash": "dbbe271bd7f3514653c268a84e7ab93d"
31644+
},
31645+
{
31646+
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Codespaces\/CheckPermissionsForDevcontainerTest.php",
31647+
"hash": "62c65c9c4f7165cbc43353d847f24b9a"
31648+
},
31649+
{
31650+
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodespacesPermissionsCheckForDevcontainer.php",
31651+
"hash": "98e8a40025bbab98c134ff7ca0a1c490"
31652+
},
31653+
{
31654+
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Codespaces\/PermissionsCheck.php",
31655+
"hash": "9a8e846e2aa3abf7b2134403fb4a9193"
3163631656
}
3163731657
]
3163831658
},

src/Client.php

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

src/ClientInterface.php

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)