Skip to content

Commit b62b30e

Browse files
Commit via running ake Sources/copilot
1 parent 9c92253 commit b62b30e

File tree

2 files changed

+55
-49
lines changed

2 files changed

+55
-49
lines changed

Sources/copilot/Client.swift

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public struct Client: APIProtocol {
4141
/// List all Copilot seat assignments for an enterprise
4242
///
4343
/// > [!NOTE]
44-
/// > This endpoint is in beta and is subject to change.
44+
/// > This endpoint is in public preview and is subject to change.
4545
///
4646
/// Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
4747
///
@@ -226,7 +226,7 @@ public struct Client: APIProtocol {
226226
/// Get a summary of Copilot usage for enterprise members
227227
///
228228
/// > [!NOTE]
229-
/// > This endpoint is in beta and is subject to change.
229+
/// > This endpoint is in public preview and is subject to change.
230230
///
231231
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
232232
/// for all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,
@@ -419,7 +419,7 @@ public struct Client: APIProtocol {
419419
/// Get a summary of Copilot usage for an enterprise team
420420
///
421421
/// > [!NOTE]
422-
/// > This endpoint is in beta and is subject to change.
422+
/// > This endpoint is in public preview and is subject to change.
423423
///
424424
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
425425
/// for users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
@@ -616,7 +616,7 @@ public struct Client: APIProtocol {
616616
/// Get Copilot seat information and settings for an organization
617617
///
618618
/// > [!NOTE]
619-
/// > This endpoint is in beta and is subject to change.
619+
/// > This endpoint is in public preview and is subject to change.
620620
///
621621
/// Gets information about an organization's Copilot subscription, including seat breakdown
622622
/// and feature policies. To configure these settings, go to your organization's settings on GitHub.com.
@@ -779,7 +779,7 @@ public struct Client: APIProtocol {
779779
/// List all Copilot seat assignments for an organization
780780
///
781781
/// > [!NOTE]
782-
/// > This endpoint is in beta and is subject to change.
782+
/// > This endpoint is in public preview and is subject to change.
783783
///
784784
/// Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.
785785
/// Only organization owners can view assigned seats.
@@ -959,7 +959,7 @@ public struct Client: APIProtocol {
959959
/// Add teams to the Copilot subscription for an organization
960960
///
961961
/// > [!NOTE]
962-
/// > This endpoint is in beta and is subject to change.
962+
/// > This endpoint is in public preview and is subject to change.
963963
///
964964
/// Purchases a GitHub Copilot seat for all users within each specified team.
965965
/// The organization will be billed accordingly. For more information about Copilot pricing, see "[Pricing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#about-billing-for-github-copilot)".
@@ -1136,7 +1136,7 @@ public struct Client: APIProtocol {
11361136
/// Remove teams from the Copilot subscription for an organization
11371137
///
11381138
/// > [!NOTE]
1139-
/// > This endpoint is in beta and is subject to change.
1139+
/// > This endpoint is in public preview and is subject to change.
11401140
///
11411141
/// Cancels the Copilot seat assignment for all members of each team specified.
11421142
/// This will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
@@ -1311,7 +1311,7 @@ public struct Client: APIProtocol {
13111311
/// Add users to the Copilot subscription for an organization
13121312
///
13131313
/// > [!NOTE]
1314-
/// > This endpoint is in beta and is subject to change.
1314+
/// > This endpoint is in public preview and is subject to change.
13151315
///
13161316
/// Purchases a GitHub Copilot seat for each user specified.
13171317
/// The organization will be billed accordingly. For more information about Copilot pricing, see "[Pricing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#about-billing-for-github-copilot)".
@@ -1488,7 +1488,7 @@ public struct Client: APIProtocol {
14881488
/// Remove users from the Copilot subscription for an organization
14891489
///
14901490
/// > [!NOTE]
1491-
/// > This endpoint is in beta and is subject to change.
1491+
/// > This endpoint is in public preview and is subject to change.
14921492
///
14931493
/// Cancels the Copilot seat assignment for each user specified.
14941494
/// This will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
@@ -1663,7 +1663,7 @@ public struct Client: APIProtocol {
16631663
/// Get a summary of Copilot usage for organization members
16641664
///
16651665
/// > [!NOTE]
1666-
/// > This endpoint is in beta and is subject to change.
1666+
/// > This endpoint is in public preview and is subject to change.
16671667
///
16681668
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
16691669
/// across an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
@@ -1856,7 +1856,7 @@ public struct Client: APIProtocol {
18561856
/// Get Copilot seat assignment details for a user
18571857
///
18581858
/// > [!NOTE]
1859-
/// > This endpoint is in beta and is subject to change.
1859+
/// > This endpoint is in public preview and is subject to change.
18601860
///
18611861
/// Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
18621862
///
@@ -2018,7 +2018,7 @@ public struct Client: APIProtocol {
20182018
/// Get a summary of Copilot usage for a team
20192019
///
20202020
/// > [!NOTE]
2021-
/// > This endpoint is in beta and is subject to change.
2021+
/// > This endpoint is in public preview and is subject to change.
20222022
///
20232023
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
20242024
/// for users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.

0 commit comments

Comments
 (0)