Skip to content

Commit 8364f79

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-4befd63c20b175c975d8d0d17534c658 from 1.1.4-df0040fe321f9d8e0f0fb0a6e8e300a9
Detected Schema changes: ``` ├─┬Paths │ ├──[➖] path (1768:3)❌ │ ├──[➖] path (1511:3)❌ │ ├──[➖] path (14066:3)❌ │ └──[➖] path (8784:3)❌ └─┬Components ├──[➖] responses (226164:7)❌ ├──[➖] parameters (225062:7)❌ ├──[➖] examples (200840:7)❌ ├──[➖] schemas (68597:7)❌ ├──[➖] schemas (68851:7)❌ ├──[➖] schemas (68762:7)❌ ├──[➖] schemas (68702:7)❌ └──[➖] schemas (68798:7)❌ ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 4 | 4 | | components | 8 | 8 | Date: 10/30/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _12_ out of _12_ - **Removals**: _12_ - **Breaking Removals**: _12_ ERROR: breaking changes discovered
1 parent d1935e5 commit 8364f79

File tree

56 files changed

+7604
-23
lines changed

Some content is hidden

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

56 files changed

+7604
-23
lines changed

clients/GitHub/README.md

Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,62 @@ $client->operations()->copilot()->listCopilotSeatsForEnterprise( enterpri
856856
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-enterprise).
857857

858858

859+
### copilot/copilot-metrics-for-enterprise
860+
861+
Get Copilot metrics for an enterprise
862+
863+
Using the `call` method:
864+
```php
865+
$client->call('GET /enterprises/{enterprise}/copilot/metrics', [
866+
'enterprise' => 'generated',
867+
'since' => 'generated',
868+
'until' => 'generated',
869+
'page' => 1,
870+
'per_page' => 8,
871+
]);
872+
```
873+
874+
Operations method:
875+
```php
876+
$client->operations()->copilot()->copilotMetricsForEnterprise( enterprise: 'generated',
877+
since: 'generated',
878+
until: 'generated',
879+
page: 1,
880+
per_page: 8,
881+
);
882+
```
883+
884+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).
885+
886+
887+
### copilot/copilot-metrics-for-enterprise
888+
889+
Get Copilot metrics for an enterprise
890+
891+
Using the `call` method:
892+
```php
893+
$client->call('LIST /enterprises/{enterprise}/copilot/metrics', [
894+
'enterprise' => 'generated',
895+
'since' => 'generated',
896+
'until' => 'generated',
897+
'page' => 1,
898+
'per_page' => 8,
899+
]);
900+
```
901+
902+
Operations method:
903+
```php
904+
$client->operations()->copilot()->copilotMetricsForEnterpriseListing( enterprise: 'generated',
905+
since: 'generated',
906+
until: 'generated',
907+
page: 1,
908+
per_page: 8,
909+
);
910+
```
911+
912+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).
913+
914+
859915
### copilot/usage-metrics-for-enterprise
860916

861917
Get a summary of Copilot usage for enterprise members
@@ -998,6 +1054,66 @@ $client->operations()->secretScanning()->listAlertsForEnterprise( enterpr
9981054
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise).
9991055

10001056

1057+
### copilot/copilot-metrics-for-enterprise-team
1058+
1059+
Get Copilot metrics for an enterprise team
1060+
1061+
Using the `call` method:
1062+
```php
1063+
$client->call('GET /enterprises/{enterprise}/team/{team_slug}/copilot/metrics', [
1064+
'enterprise' => 'generated',
1065+
'team_slug' => 'generated',
1066+
'since' => 'generated',
1067+
'until' => 'generated',
1068+
'page' => 1,
1069+
'per_page' => 8,
1070+
]);
1071+
```
1072+
1073+
Operations method:
1074+
```php
1075+
$client->operations()->copilot()->copilotMetricsForEnterpriseTeam( enterprise: 'generated',
1076+
team_slug: 'generated',
1077+
since: 'generated',
1078+
until: 'generated',
1079+
page: 1,
1080+
per_page: 8,
1081+
);
1082+
```
1083+
1084+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).
1085+
1086+
1087+
### copilot/copilot-metrics-for-enterprise-team
1088+
1089+
Get Copilot metrics for an enterprise team
1090+
1091+
Using the `call` method:
1092+
```php
1093+
$client->call('LIST /enterprises/{enterprise}/team/{team_slug}/copilot/metrics', [
1094+
'enterprise' => 'generated',
1095+
'team_slug' => 'generated',
1096+
'since' => 'generated',
1097+
'until' => 'generated',
1098+
'page' => 1,
1099+
'per_page' => 8,
1100+
]);
1101+
```
1102+
1103+
Operations method:
1104+
```php
1105+
$client->operations()->copilot()->copilotMetricsForEnterpriseTeamListing( enterprise: 'generated',
1106+
team_slug: 'generated',
1107+
since: 'generated',
1108+
until: 'generated',
1109+
page: 1,
1110+
per_page: 8,
1111+
);
1112+
```
1113+
1114+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).
1115+
1116+
10011117
### copilot/usage-metrics-for-enterprise-team
10021118

10031119
Get a summary of Copilot usage for an enterprise team
@@ -4676,6 +4792,62 @@ $client->operations()->copilot()->cancelCopilotSeatAssignmentForUsers( or
46764792
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization).
46774793

46784794

4795+
### copilot/copilot-metrics-for-organization
4796+
4797+
Get Copilot metrics for an organization
4798+
4799+
Using the `call` method:
4800+
```php
4801+
$client->call('GET /orgs/{org}/copilot/metrics', [
4802+
'org' => 'generated',
4803+
'since' => 'generated',
4804+
'until' => 'generated',
4805+
'page' => 1,
4806+
'per_page' => 8,
4807+
]);
4808+
```
4809+
4810+
Operations method:
4811+
```php
4812+
$client->operations()->copilot()->copilotMetricsForOrganization( org: 'generated',
4813+
since: 'generated',
4814+
until: 'generated',
4815+
page: 1,
4816+
per_page: 8,
4817+
);
4818+
```
4819+
4820+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization).
4821+
4822+
4823+
### copilot/copilot-metrics-for-organization
4824+
4825+
Get Copilot metrics for an organization
4826+
4827+
Using the `call` method:
4828+
```php
4829+
$client->call('LIST /orgs/{org}/copilot/metrics', [
4830+
'org' => 'generated',
4831+
'since' => 'generated',
4832+
'until' => 'generated',
4833+
'page' => 1,
4834+
'per_page' => 8,
4835+
]);
4836+
```
4837+
4838+
Operations method:
4839+
```php
4840+
$client->operations()->copilot()->copilotMetricsForOrganizationListing( org: 'generated',
4841+
since: 'generated',
4842+
until: 'generated',
4843+
page: 1,
4844+
per_page: 8,
4845+
);
4846+
```
4847+
4848+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization).
4849+
4850+
46794851
### copilot/usage-metrics-for-org
46804852

46814853
Get a summary of Copilot usage for organization members
@@ -8106,6 +8278,66 @@ $client->operations()->billing()->getSharedStorageBillingOrg( org: 'gener
81068278
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization).
81078279

81088280

8281+
### copilot/copilot-metrics-for-team
8282+
8283+
Get Copilot metrics for a team
8284+
8285+
Using the `call` method:
8286+
```php
8287+
$client->call('GET /orgs/{org}/team/{team_slug}/copilot/metrics', [
8288+
'org' => 'generated',
8289+
'team_slug' => 'generated',
8290+
'since' => 'generated',
8291+
'until' => 'generated',
8292+
'page' => 1,
8293+
'per_page' => 8,
8294+
]);
8295+
```
8296+
8297+
Operations method:
8298+
```php
8299+
$client->operations()->copilot()->copilotMetricsForTeam( org: 'generated',
8300+
team_slug: 'generated',
8301+
since: 'generated',
8302+
until: 'generated',
8303+
page: 1,
8304+
per_page: 8,
8305+
);
8306+
```
8307+
8308+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team).
8309+
8310+
8311+
### copilot/copilot-metrics-for-team
8312+
8313+
Get Copilot metrics for a team
8314+
8315+
Using the `call` method:
8316+
```php
8317+
$client->call('LIST /orgs/{org}/team/{team_slug}/copilot/metrics', [
8318+
'org' => 'generated',
8319+
'team_slug' => 'generated',
8320+
'since' => 'generated',
8321+
'until' => 'generated',
8322+
'page' => 1,
8323+
'per_page' => 8,
8324+
]);
8325+
```
8326+
8327+
Operations method:
8328+
```php
8329+
$client->operations()->copilot()->copilotMetricsForTeamListing( org: 'generated',
8330+
team_slug: 'generated',
8331+
since: 'generated',
8332+
until: 'generated',
8333+
page: 1,
8334+
per_page: 8,
8335+
);
8336+
```
8337+
8338+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team).
8339+
8340+
81098341
### copilot/usage-metrics-for-team
81108342

81118343
Get a summary of Copilot usage for a team

0 commit comments

Comments
 (0)