Skip to content

Commit e070ba8

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4-2fd39c207427ccd0a65c44c5ce96e267 from 1.1.4-2b4a22122e4ba3692de6d0a999e3c9e6
Detected Schema changes: ERROR: error: Error thrown when comparing: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory ERROR: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [218782:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [218784:11] ERROR: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [218307:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [218309:11]
1 parent 534b9a2 commit e070ba8

File tree

3,120 files changed

+952255
-27442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,120 files changed

+952255
-27442
lines changed

README.md

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,7 @@ $client->call('GET /enterprises/{enterprise}/secret-scanning/alerts', [
20112011
'resolution' => 'generated',
20122012
'before' => 'generated',
20132013
'after' => 'generated',
2014+
'validity' => 'generated',
20142015
'sort' => 'generated',
20152016
'direction' => 'generated',
20162017
'per_page' => 8,
@@ -2025,6 +2026,7 @@ $client->operations()->secretScanning()->listAlertsForEnterprise( enterpr
20252026
resolution: 'generated',
20262027
before: 'generated',
20272028
after: 'generated',
2029+
validity: 'generated',
20282030
sort: 'generated',
20292031
direction: 'generated',
20302032
per_page: 8,
@@ -8191,7 +8193,7 @@ $client->operations()->orgs()->getAllCustomProperties( org: 'generated',
81918193
);
81928194
```
81938195

8194-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#get-all-custom-properties-for-an-organization).
8196+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization).
81958197

81968198

81978199
### orgs/create-or-update-custom-properties
@@ -8211,7 +8213,7 @@ $client->operations()->orgs()->createOrUpdateCustomProperties( org: 'gene
82118213
);
82128214
```
82138215

8214-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#create-or-update-custom-properties-for-an-organization).
8216+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization).
82158217

82168218

82178219
### orgs/get-custom-property
@@ -8233,7 +8235,7 @@ $client->operations()->orgs()->getCustomProperty( org: 'generated',
82338235
);
82348236
```
82358237

8236-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#get-a-custom-property-for-an-organization).
8238+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization).
82378239

82388240

82398241
### orgs/create-or-update-custom-property
@@ -8255,7 +8257,7 @@ $client->operations()->orgs()->createOrUpdateCustomProperty( org: 'genera
82558257
);
82568258
```
82578259

8258-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#create-or-update-a-custom-property-for-an-organization).
8260+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization).
82598261

82608262

82618263
### orgs/remove-custom-property
@@ -8277,7 +8279,7 @@ $client->operations()->orgs()->removeCustomProperty( org: 'generated',
82778279
);
82788280
```
82798281

8280-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#remove-a-custom-property-for-an-organization).
8282+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization).
82818283

82828284

82838285
### orgs/list-custom-properties-values-for-repos
@@ -8288,6 +8290,7 @@ Using the `call` method:
82888290
```php
82898291
$client->call('GET /orgs/{org}/properties/values', [
82908292
'org' => 'generated',
8293+
'repository_query' => 'generated',
82918294
'per_page' => 8,
82928295
'page' => 1,
82938296
]);
@@ -8296,12 +8299,13 @@ $client->call('GET /orgs/{org}/properties/values', [
82968299
Operations method:
82978300
```php
82988301
$client->operations()->orgs()->listCustomPropertiesValuesForRepos( org: 'generated',
8302+
repository_query: 'generated',
82998303
per_page: 8,
83008304
page: 1,
83018305
);
83028306
```
83038307

8304-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#list-custom-property-values-for-organization-repositories).
8308+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories).
83058309

83068310

83078311
### orgs/list-custom-properties-values-for-repos
@@ -8312,6 +8316,7 @@ Using the `call` method:
83128316
```php
83138317
$client->call('LIST /orgs/{org}/properties/values', [
83148318
'org' => 'generated',
8319+
'repository_query' => 'generated',
83158320
'per_page' => 8,
83168321
'page' => 1,
83178322
]);
@@ -8320,12 +8325,13 @@ $client->call('LIST /orgs/{org}/properties/values', [
83208325
Operations method:
83218326
```php
83228327
$client->operations()->orgs()->listCustomPropertiesValuesForReposListing( org: 'generated',
8328+
repository_query: 'generated',
83238329
per_page: 8,
83248330
page: 1,
83258331
);
83268332
```
83278333

8328-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#list-custom-property-values-for-organization-repositories).
8334+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories).
83298335

83308336

83318337
### orgs/create-or-update-custom-properties-values-for-repos
@@ -8345,7 +8351,7 @@ $client->operations()->orgs()->createOrUpdateCustomPropertiesValuesForRepos(
83458351
);
83468352
```
83478353

8348-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/properties#create-or-update-custom-property-values-for-organization-repositories).
8354+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories).
83498355

83508356

83518357
### orgs/list-public-members
@@ -8795,6 +8801,7 @@ $client->call('GET /orgs/{org}/secret-scanning/alerts', [
87958801
'resolution' => 'generated',
87968802
'before' => 'generated',
87978803
'after' => 'generated',
8804+
'validity' => 'generated',
87988805
'sort' => 'generated',
87998806
'direction' => 'generated',
88008807
'page' => 1,
@@ -8810,6 +8817,7 @@ $client->operations()->secretScanning()->listAlertsForOrg( org: 'generate
88108817
resolution: 'generated',
88118818
before: 'generated',
88128819
after: 'generated',
8820+
validity: 'generated',
88138821
sort: 'generated',
88148822
direction: 'generated',
88158823
page: 1,
@@ -8833,6 +8841,7 @@ $client->call('LIST /orgs/{org}/secret-scanning/alerts', [
88338841
'resolution' => 'generated',
88348842
'before' => 'generated',
88358843
'after' => 'generated',
8844+
'validity' => 'generated',
88368845
'sort' => 'generated',
88378846
'direction' => 'generated',
88388847
'page' => 1,
@@ -8848,6 +8857,7 @@ $client->operations()->secretScanning()->listAlertsForOrgListing( org: 'g
88488857
resolution: 'generated',
88498858
before: 'generated',
88508859
after: 'generated',
8860+
validity: 'generated',
88518861
sort: 'generated',
88528862
direction: 'generated',
88538863
page: 1,
@@ -17412,7 +17422,7 @@ $client->operations()->repos()->listWebhooks( owner: 'generated',
1741217422
);
1741317423
```
1741417424

17415-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#list-repository-webhooks).
17425+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks).
1741617426

1741717427

1741817428
### repos/list-webhooks
@@ -17438,7 +17448,7 @@ $client->operations()->repos()->listWebhooksListing( owner: 'generated',
1743817448
);
1743917449
```
1744017450

17441-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#list-repository-webhooks).
17451+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks).
1744217452

1744317453

1744417454
### repos/create-webhook
@@ -17460,7 +17470,7 @@ $client->operations()->repos()->createWebhook( owner: 'generated',
1746017470
);
1746117471
```
1746217472

17463-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#create-a-repository-webhook).
17473+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook).
1746417474

1746517475

1746617476
### repos/get-webhook
@@ -17484,7 +17494,7 @@ $client->operations()->repos()->getWebhook( owner: 'generated',
1748417494
);
1748517495
```
1748617496

17487-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#get-a-repository-webhook).
17497+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook).
1748817498

1748917499

1749017500
### repos/delete-webhook
@@ -17508,7 +17518,7 @@ $client->operations()->repos()->deleteWebhook( owner: 'generated',
1750817518
);
1750917519
```
1751017520

17511-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#delete-a-repository-webhook).
17521+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook).
1751217522

1751317523

1751417524
### repos/update-webhook
@@ -17532,7 +17542,7 @@ $client->operations()->repos()->updateWebhook( owner: 'generated',
1753217542
);
1753317543
```
1753417544

17535-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#update-a-repository-webhook).
17545+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook).
1753617546

1753717547

1753817548
### repos/get-webhook-config-for-repo
@@ -17556,7 +17566,7 @@ $client->operations()->repos()->getWebhookConfigForRepo( owner: 'generate
1755617566
);
1755717567
```
1755817568

17559-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository).
17569+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository).
1756017570

1756117571

1756217572
### repos/update-webhook-config-for-repo
@@ -17580,7 +17590,7 @@ $client->operations()->repos()->updateWebhookConfigForRepo( owner: 'gener
1758017590
);
1758117591
```
1758217592

17583-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository).
17593+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository).
1758417594

1758517595

1758617596
### repos/list-webhook-deliveries
@@ -17610,7 +17620,7 @@ $client->operations()->repos()->listWebhookDeliveries( owner: 'generated'
1761017620
);
1761117621
```
1761217622

17613-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook).
17623+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook).
1761417624

1761517625

1761617626
### repos/get-webhook-delivery
@@ -17636,7 +17646,7 @@ $client->operations()->repos()->getWebhookDelivery( owner: 'generated',
1763617646
);
1763717647
```
1763817648

17639-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook).
17649+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook).
1764017650

1764117651

1764217652
### repos/redeliver-webhook-delivery
@@ -17662,7 +17672,7 @@ $client->operations()->repos()->redeliverWebhookDelivery( owner: 'generat
1766217672
);
1766317673
```
1766417674

17665-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook).
17675+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook).
1766617676

1766717677

1766817678
### repos/ping-webhook
@@ -17686,7 +17696,7 @@ $client->operations()->repos()->pingWebhook( owner: 'generated',
1768617696
);
1768717697
```
1768817698

17689-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#ping-a-repository-webhook).
17699+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook).
1769017700

1769117701

1769217702
### repos/test-push-webhook
@@ -17710,7 +17720,7 @@ $client->operations()->repos()->testPushWebhook( owner: 'generated',
1771017720
);
1771117721
```
1771217722

17713-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#test-the-push-repository-webhook).
17723+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook).
1771417724

1771517725

1771617726
### migrations/get-import-status
@@ -20240,7 +20250,7 @@ $client->operations()->repos()->getCustomPropertiesValues( owner: 'genera
2024020250
);
2024120251
```
2024220252

20243-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/properties#get-all-custom-property-values-for-a-repository).
20253+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository).
2024420254

2024520255

2024620256
### pulls/list
@@ -22143,6 +22153,7 @@ $client->call('GET /repos/{owner}/{repo}/secret-scanning/alerts', [
2214322153
'resolution' => 'generated',
2214422154
'before' => 'generated',
2214522155
'after' => 'generated',
22156+
'validity' => 'generated',
2214622157
'sort' => 'generated',
2214722158
'direction' => 'generated',
2214822159
'page' => 1,
@@ -22159,6 +22170,7 @@ $client->operations()->secretScanning()->listAlertsForRepo( owner: 'gener
2215922170
resolution: 'generated',
2216022171
before: 'generated',
2216122172
after: 'generated',
22173+
validity: 'generated',
2216222174
sort: 'generated',
2216322175
direction: 'generated',
2216422176
page: 1,
@@ -22183,6 +22195,7 @@ $client->call('LIST /repos/{owner}/{repo}/secret-scanning/alerts', [
2218322195
'resolution' => 'generated',
2218422196
'before' => 'generated',
2218522197
'after' => 'generated',
22198+
'validity' => 'generated',
2218622199
'sort' => 'generated',
2218722200
'direction' => 'generated',
2218822201
'page' => 1,
@@ -22199,6 +22212,7 @@ $client->operations()->secretScanning()->listAlertsForRepoListing( owner:
2219922212
resolution: 'generated',
2220022213
before: 'generated',
2220122214
after: 'generated',
22215+
validity: 'generated',
2220222216
sort: 'generated',
2220322217
direction: 'generated',
2220422218
page: 1,

0 commit comments

Comments
 (0)