Skip to content

Commit 72eb577

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-ba2ca3d90a48285fabb706f923b03b78 from 1.1.4-7fb0426f383ed9712cce3fdba9572d5a
Detected Schema changes: ``` └─┬Components └─┬copilot-dotcom-chat └──[🔀] description (76164:20) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | components | 1 | 0 | Date: 01/27/25 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - **Total Changes**: _1_ - **Modifications**: _1_
1 parent 8345d0e commit 72eb577

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "7fb0426f383ed9712cce3fdba9572d5a",
2+
"specHash": "ba2ca3d90a48285fabb706f923b03b78",
33
"generatedFiles": {
44
"files": [
55
{
@@ -5528,7 +5528,7 @@
55285528
},
55295529
{
55305530
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Dependabot.php",
5531-
"hash": "a878768800cea0352b3fd41b7491b113"
5531+
"hash": "d6366f72dbfa63e902fa9fe1c3958e6d"
55325532
},
55335533
{
55345534
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/SecretScanning.php",
@@ -30576,15 +30576,15 @@
3057630576
},
3057730577
{
3057830578
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotDotcomChat.php",
30579-
"hash": "376fb8e2768f8ca737564289a4daff10"
30579+
"hash": "47501da86697fe61877a3101cbf97dfe"
3058030580
},
3058130581
{
3058230582
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotDotcomPullRequests.php",
3058330583
"hash": "fb7a994373d1230e6f4aec1f962c1698"
3058430584
},
3058530585
{
3058630586
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotUsageMetricsDay.php",
30587-
"hash": "699a25a7d01ac976f72289325d79b193"
30587+
"hash": "135ddc4798f98df143508bf262646ccf"
3058830588
},
3058930589
{
3059030590
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotIdeCodeCompletions\/Languages.php",
@@ -31824,7 +31824,7 @@
3182431824
},
3182531825
{
3182631826
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/HostedCompute.php",
31827-
"hash": "31de88ed4071f8d1de18948f96aa2d4c"
31827+
"hash": "074ada5da83b74934b735b985c372c74"
3182831828
},
3182931829
{
3183031830
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Settings\/NetworkConfigurations.php",

clients/GitHub/src/Schema/CopilotDotcomChat.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"description": "List of model metrics for a custom models and the default model."
5252
}
5353
},
54-
"description": "Usage metrics for Copilot Chat in github.com",
54+
"description": "Usage metrics for Copilot Chat in GitHub.com",
5555
"additionalProperties": true
5656
}';
5757
public const SCHEMA_TITLE = '';
58-
public const SCHEMA_DESCRIPTION = 'Usage metrics for Copilot Chat in github.com';
58+
public const SCHEMA_DESCRIPTION = 'Usage metrics for Copilot Chat in GitHub.com';
5959
public const SCHEMA_EXAMPLE_DATA = '{
6060
"total_engaged_users": 19,
6161
"models": [

clients/GitHub/src/Schema/CopilotUsageMetricsDay.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"description": "List of model metrics for a custom models and the default model."
256256
}
257257
},
258-
"description": "Usage metrics for Copilot Chat in github.com",
258+
"description": "Usage metrics for Copilot Chat in GitHub.com",
259259
"additionalProperties": true
260260
},
261261
"copilot_dotcom_pull_requests": {
@@ -579,7 +579,7 @@
579579
* 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.
580580
* copilotIdeCodeCompletions: Usage metrics for Copilot editor code completions in the IDE.
581581
* copilotIdeChat: Usage metrics for Copilot Chat in the IDE.
582-
* copilotDotcomChat: Usage metrics for Copilot Chat in github.com
582+
* copilotDotcomChat: Usage metrics for Copilot Chat in GitHub.com
583583
* copilotDotcomPullRequests: Usage metrics for Copilot for pull requests.
584584
*/
585585
public function __construct(public string $date, #[MapFrom('total_active_users')]

etc/specs/GitHub/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76161,7 +76161,7 @@ components:
7616176161
type:
7616276162
- object
7616376163
- 'null'
76164-
description: Usage metrics for Copilot Chat in github.com
76164+
description: Usage metrics for Copilot Chat in GitHub.com
7616576165
additionalProperties: true
7616676166
properties:
7616776167
total_engaged_users:

0 commit comments

Comments
 (0)