Skip to content

Commit 95c3f1e

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-fedf0d71c08f1b559e2c2e12a07bcb84 from 1.1.4-25c84342b0a57e02594127b0dd21daae
Detected Schema changes: 2024-10-30 17:29:17 ERROR unable to open the rolodex file, check specification references and base path ├ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory └ file: /__w/github-root/github-root/server-statistics-actions.yaml 2024-10-30 17:29:17 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2024-10-30 17:29:17 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory 2024-10-30 17:29:20 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2024-10-30 17:29:20 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2024-10-30 17:29:20 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [208756:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [208758:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [208760:11] ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [208172:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [208174:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [208176:11]
1 parent d1935e5 commit 95c3f1e

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/GitHubEnterpriseCloud/README.md

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

19641964

1965+
### copilot/copilot-metrics-for-enterprise
1966+
1967+
Get Copilot metrics for an enterprise
1968+
1969+
Using the `call` method:
1970+
```php
1971+
$client->call('GET /enterprises/{enterprise}/copilot/metrics', [
1972+
'enterprise' => 'generated',
1973+
'since' => 'generated',
1974+
'until' => 'generated',
1975+
'page' => 1,
1976+
'per_page' => 8,
1977+
]);
1978+
```
1979+
1980+
Operations method:
1981+
```php
1982+
$client->operations()->copilot()->copilotMetricsForEnterprise( enterprise: 'generated',
1983+
since: 'generated',
1984+
until: 'generated',
1985+
page: 1,
1986+
per_page: 8,
1987+
);
1988+
```
1989+
1990+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).
1991+
1992+
1993+
### copilot/copilot-metrics-for-enterprise
1994+
1995+
Get Copilot metrics for an enterprise
1996+
1997+
Using the `call` method:
1998+
```php
1999+
$client->call('LIST /enterprises/{enterprise}/copilot/metrics', [
2000+
'enterprise' => 'generated',
2001+
'since' => 'generated',
2002+
'until' => 'generated',
2003+
'page' => 1,
2004+
'per_page' => 8,
2005+
]);
2006+
```
2007+
2008+
Operations method:
2009+
```php
2010+
$client->operations()->copilot()->copilotMetricsForEnterpriseListing( enterprise: 'generated',
2011+
since: 'generated',
2012+
until: 'generated',
2013+
page: 1,
2014+
per_page: 8,
2015+
);
2016+
```
2017+
2018+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).
2019+
2020+
19652021
### copilot/usage-metrics-for-enterprise
19662022

19672023
Get a summary of Copilot usage for enterprise members
@@ -2302,6 +2358,66 @@ $client->operations()->billing()->getGithubBillingUsageReportGhe( enterpr
23022358
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise).
23032359

23042360

2361+
### copilot/copilot-metrics-for-enterprise-team
2362+
2363+
Get Copilot metrics for an enterprise team
2364+
2365+
Using the `call` method:
2366+
```php
2367+
$client->call('GET /enterprises/{enterprise}/team/{team_slug}/copilot/metrics', [
2368+
'enterprise' => 'generated',
2369+
'team_slug' => 'generated',
2370+
'since' => 'generated',
2371+
'until' => 'generated',
2372+
'page' => 1,
2373+
'per_page' => 8,
2374+
]);
2375+
```
2376+
2377+
Operations method:
2378+
```php
2379+
$client->operations()->copilot()->copilotMetricsForEnterpriseTeam( enterprise: 'generated',
2380+
team_slug: 'generated',
2381+
since: 'generated',
2382+
until: 'generated',
2383+
page: 1,
2384+
per_page: 8,
2385+
);
2386+
```
2387+
2388+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).
2389+
2390+
2391+
### copilot/copilot-metrics-for-enterprise-team
2392+
2393+
Get Copilot metrics for an enterprise team
2394+
2395+
Using the `call` method:
2396+
```php
2397+
$client->call('LIST /enterprises/{enterprise}/team/{team_slug}/copilot/metrics', [
2398+
'enterprise' => 'generated',
2399+
'team_slug' => 'generated',
2400+
'since' => 'generated',
2401+
'until' => 'generated',
2402+
'page' => 1,
2403+
'per_page' => 8,
2404+
]);
2405+
```
2406+
2407+
Operations method:
2408+
```php
2409+
$client->operations()->copilot()->copilotMetricsForEnterpriseTeamListing( enterprise: 'generated',
2410+
team_slug: 'generated',
2411+
since: 'generated',
2412+
until: 'generated',
2413+
page: 1,
2414+
per_page: 8,
2415+
);
2416+
```
2417+
2418+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).
2419+
2420+
23052421
### copilot/usage-metrics-for-enterprise-team
23062422

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

61186234

6235+
### copilot/copilot-metrics-for-organization
6236+
6237+
Get Copilot metrics for an organization
6238+
6239+
Using the `call` method:
6240+
```php
6241+
$client->call('GET /orgs/{org}/copilot/metrics', [
6242+
'org' => 'generated',
6243+
'since' => 'generated',
6244+
'until' => 'generated',
6245+
'page' => 1,
6246+
'per_page' => 8,
6247+
]);
6248+
```
6249+
6250+
Operations method:
6251+
```php
6252+
$client->operations()->copilot()->copilotMetricsForOrganization( org: 'generated',
6253+
since: 'generated',
6254+
until: 'generated',
6255+
page: 1,
6256+
per_page: 8,
6257+
);
6258+
```
6259+
6260+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization).
6261+
6262+
6263+
### copilot/copilot-metrics-for-organization
6264+
6265+
Get Copilot metrics for an organization
6266+
6267+
Using the `call` method:
6268+
```php
6269+
$client->call('LIST /orgs/{org}/copilot/metrics', [
6270+
'org' => 'generated',
6271+
'since' => 'generated',
6272+
'until' => 'generated',
6273+
'page' => 1,
6274+
'per_page' => 8,
6275+
]);
6276+
```
6277+
6278+
Operations method:
6279+
```php
6280+
$client->operations()->copilot()->copilotMetricsForOrganizationListing( org: 'generated',
6281+
since: 'generated',
6282+
until: 'generated',
6283+
page: 1,
6284+
per_page: 8,
6285+
);
6286+
```
6287+
6288+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization).
6289+
6290+
61196291
### copilot/usage-metrics-for-org
61206292

61216293
Get a summary of Copilot usage for organization members
@@ -10038,6 +10210,66 @@ $client->operations()->teams()->listIdpGroupsForOrg( org: 'generated',
1003810210
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization).
1003910211

1004010212

10213+
### copilot/copilot-metrics-for-team
10214+
10215+
Get Copilot metrics for a team
10216+
10217+
Using the `call` method:
10218+
```php
10219+
$client->call('GET /orgs/{org}/team/{team_slug}/copilot/metrics', [
10220+
'org' => 'generated',
10221+
'team_slug' => 'generated',
10222+
'since' => 'generated',
10223+
'until' => 'generated',
10224+
'page' => 1,
10225+
'per_page' => 8,
10226+
]);
10227+
```
10228+
10229+
Operations method:
10230+
```php
10231+
$client->operations()->copilot()->copilotMetricsForTeam( org: 'generated',
10232+
team_slug: 'generated',
10233+
since: 'generated',
10234+
until: 'generated',
10235+
page: 1,
10236+
per_page: 8,
10237+
);
10238+
```
10239+
10240+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team).
10241+
10242+
10243+
### copilot/copilot-metrics-for-team
10244+
10245+
Get Copilot metrics for a team
10246+
10247+
Using the `call` method:
10248+
```php
10249+
$client->call('LIST /orgs/{org}/team/{team_slug}/copilot/metrics', [
10250+
'org' => 'generated',
10251+
'team_slug' => 'generated',
10252+
'since' => 'generated',
10253+
'until' => 'generated',
10254+
'page' => 1,
10255+
'per_page' => 8,
10256+
]);
10257+
```
10258+
10259+
Operations method:
10260+
```php
10261+
$client->operations()->copilot()->copilotMetricsForTeamListing( org: 'generated',
10262+
team_slug: 'generated',
10263+
since: 'generated',
10264+
until: 'generated',
10265+
page: 1,
10266+
per_page: 8,
10267+
);
10268+
```
10269+
10270+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team).
10271+
10272+
1004110273
### copilot/usage-metrics-for-team
1004210274

1004310275
Get a summary of Copilot usage for a team

0 commit comments

Comments
 (0)