Skip to content

[GitHub] Update to 1.1.4-ba2ca3d90a48285fabb706f923b03b78 from 1.1.4-7fb0426f383ed9712cce3fdba9572d5a #1488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
10 changes: 5 additions & 5 deletions clients/GitHub/etc/openapi-client-generator.state
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "7fb0426f383ed9712cce3fdba9572d5a",
"specHash": "ba2ca3d90a48285fabb706f923b03b78",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -5528,7 +5528,7 @@
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Dependabot.php",
"hash": "a878768800cea0352b3fd41b7491b113"
"hash": "d6366f72dbfa63e902fa9fe1c3958e6d"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/SecretScanning.php",
Expand Down Expand Up @@ -30576,15 +30576,15 @@
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotDotcomChat.php",
"hash": "376fb8e2768f8ca737564289a4daff10"
"hash": "47501da86697fe61877a3101cbf97dfe"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotDotcomPullRequests.php",
"hash": "fb7a994373d1230e6f4aec1f962c1698"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotUsageMetricsDay.php",
"hash": "699a25a7d01ac976f72289325d79b193"
"hash": "135ddc4798f98df143508bf262646ccf"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotIdeCodeCompletions\/Languages.php",
Expand Down Expand Up @@ -31824,7 +31824,7 @@
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/HostedCompute.php",
"hash": "31de88ed4071f8d1de18948f96aa2d4c"
"hash": "074ada5da83b74934b735b985c372c74"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Settings\/NetworkConfigurations.php",
Expand Down
4 changes: 2 additions & 2 deletions clients/GitHub/src/Schema/CopilotDotcomChat.php
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
4 changes: 2 additions & 2 deletions clients/GitHub/src/Schema/CopilotUsageMetricsDay.php
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/GitHub/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76161,7 +76161,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