Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "6e57e5a946cc639968a53e5f4602f4f7",
"specHash": "a6db3e8c17ce7749767e24fcd8e8540a",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -5900,7 +5900,7 @@
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Dependabot.php",
"hash": "14698f5b68d8204620d7f582526429c9"
"hash": "3225c6a7abd150f424b735a8d83e213a"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Billing.php",
Expand Down Expand Up @@ -32876,15 +32876,15 @@
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotDotcomChat.php",
"hash": "71e7966d40c3d0cd98ed1358e370b293"
"hash": "3062a79cd72653ae8cb779e40ea4d096"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotDotcomPullRequests.php",
"hash": "d4917afd7cc15a4c7623f5a8263c6791"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotUsageMetricsDay.php",
"hash": "646e2396057ca665c75688824ba29f82"
"hash": "ea93e1418829ab8689d90d578b83f83e"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotIdeCodeCompletions\/Languages.php",
Expand Down Expand Up @@ -34848,7 +34848,7 @@
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/HostedCompute.php",
"hash": "de4ca562cdab21963f9b47b887e1826d"
"hash": "9dae0c6c6ab2b80254e91118e31ca283"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Enterprises\/Enterprise\/NetworkConfigurations.php",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"description": "List of model metrics for a custom models and the default model."
}
},
"description": "Usage metrics for Copilot Chat in github.com",
"description": "Usage metrics for Copilot Chat in GitHub.com",
"additionalProperties": true
}';
public const SCHEMA_TITLE = '';
public const SCHEMA_DESCRIPTION = 'Usage metrics for Copilot Chat in github.com';
public const SCHEMA_DESCRIPTION = 'Usage metrics for Copilot Chat in GitHub.com';
public const SCHEMA_EXAMPLE_DATA = '{
"total_engaged_users": 19,
"models": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"description": "List of model metrics for a custom models and the default model."
}
},
"description": "Usage metrics for Copilot Chat in github.com",
"description": "Usage metrics for Copilot Chat in GitHub.com",
"additionalProperties": true
},
"copilot_dotcom_pull_requests": {
Expand Down Expand Up @@ -579,7 +579,7 @@
* totalEngagedUsers: The total number of Copilot users who engaged with any Copilot feature, for the given day. Examples include but are not limited to accepting a code suggestion, prompting Copilot chat, or triggering a PR Summary. Does not include authentication events. Is not limited to the individual features detailed on the endpoint.
* copilotIdeCodeCompletions: Usage metrics for Copilot editor code completions in the IDE.
* copilotIdeChat: Usage metrics for Copilot Chat in the IDE.
* copilotDotcomChat: Usage metrics for Copilot Chat in github.com
* copilotDotcomChat: Usage metrics for Copilot Chat in GitHub.com
* copilotDotcomPullRequests: Usage metrics for Copilot for pull requests.
*/
public function __construct(public string $date, #[MapFrom('total_active_users')]
Expand Down
2 changes: 1 addition & 1 deletion etc/specs/GitHubEnterpriseCloud/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80771,7 +80771,7 @@ components:
type:
- object
- 'null'
description: Usage metrics for Copilot Chat in github.com
description: Usage metrics for Copilot Chat in GitHub.com
additionalProperties: true
properties:
total_engaged_users:
Expand Down
Loading