From 72eb57753a225c622bda1509c6f5f578b426135e Mon Sep 17 00:00:00 2001 From: WyriHaximus <147145+WyriHaximus@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:48:24 +0000 Subject: [PATCH] [GitHub] Update to 1.1.4-ba2ca3d90a48285fabb706f923b03b78 from 1.1.4-7fb0426f383ed9712cce3fdba9572d5a Detected Schema changes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` └─┬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_ --- clients/GitHub/etc/openapi-client-generator.state | 10 +++++----- clients/GitHub/src/Schema/CopilotDotcomChat.php | 4 ++-- clients/GitHub/src/Schema/CopilotUsageMetricsDay.php | 4 ++-- etc/specs/GitHub/current.spec.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/clients/GitHub/etc/openapi-client-generator.state b/clients/GitHub/etc/openapi-client-generator.state index 1af6a392446..c70986667df 100644 --- a/clients/GitHub/etc/openapi-client-generator.state +++ b/clients/GitHub/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "7fb0426f383ed9712cce3fdba9572d5a", + "specHash": "ba2ca3d90a48285fabb706f923b03b78", "generatedFiles": { "files": [ { @@ -5528,7 +5528,7 @@ }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Dependabot.php", - "hash": "a878768800cea0352b3fd41b7491b113" + "hash": "d6366f72dbfa63e902fa9fe1c3958e6d" }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/SecretScanning.php", @@ -30576,7 +30576,7 @@ }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotDotcomChat.php", - "hash": "376fb8e2768f8ca737564289a4daff10" + "hash": "47501da86697fe61877a3101cbf97dfe" }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotDotcomPullRequests.php", @@ -30584,7 +30584,7 @@ }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotUsageMetricsDay.php", - "hash": "699a25a7d01ac976f72289325d79b193" + "hash": "135ddc4798f98df143508bf262646ccf" }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/CopilotIdeCodeCompletions\/Languages.php", @@ -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", diff --git a/clients/GitHub/src/Schema/CopilotDotcomChat.php b/clients/GitHub/src/Schema/CopilotDotcomChat.php index e0aa1c610d7..f2151fcfcb7 100644 --- a/clients/GitHub/src/Schema/CopilotDotcomChat.php +++ b/clients/GitHub/src/Schema/CopilotDotcomChat.php @@ -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": [ diff --git a/clients/GitHub/src/Schema/CopilotUsageMetricsDay.php b/clients/GitHub/src/Schema/CopilotUsageMetricsDay.php index 2ea7781a1fc..d266093add7 100644 --- a/clients/GitHub/src/Schema/CopilotUsageMetricsDay.php +++ b/clients/GitHub/src/Schema/CopilotUsageMetricsDay.php @@ -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": { @@ -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')] diff --git a/etc/specs/GitHub/current.spec.yaml b/etc/specs/GitHub/current.spec.yaml index 98675b25350..007c9e1be52 100644 --- a/etc/specs/GitHub/current.spec.yaml +++ b/etc/specs/GitHub/current.spec.yaml @@ -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: