From 7260911a17edc4e179a3fecfd86596ad414921c0 Mon Sep 17 00:00:00 2001 From: WyriHaximus <147145+WyriHaximus@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:49:32 +0000 Subject: [PATCH] [GitHub] Update to 1.1.4-8a2dc25e1302b824ed48fe860969ca91 from 1.1.4-d543c2cfa43a2dcdc9526a6061319dd0 Detected Schema changes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` └─┬Paths ├─┬/repos/{owner}/{repo}/topics │ └─┬PUT │ └─┬Requestbody │ └─┬application/json │ └─┬Schema │ └─┬names │ └──[🔀] description (41464:32) └─┬/orgs/{org}/private-registries/{secret_name} └─┬PATCH └─┬Requestbody └─┬application/json ├──[➕] examples (13471:17) ├──[➖] examples (13466:17)❌ └──[➕] examples (13466:17) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 4 | 1 | Date: 01/08/25 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _1_ out of _4_ - **Modifications**: _1_ - **Removals**: _1_ - **Additions**: _2_ - **Breaking Removals**: _1_ ERROR: breaking changes discovered --- clients/GitHub/etc/openapi-client-generator.state | 4 ++-- .../Repos/ReplaceAllTopics/Request/ApplicationJson.php | 4 ++-- etc/specs/GitHub/current.spec.yaml | 10 ++-------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/clients/GitHub/etc/openapi-client-generator.state b/clients/GitHub/etc/openapi-client-generator.state index 700d6d1c962..6cdc22ff6d3 100644 --- a/clients/GitHub/etc/openapi-client-generator.state +++ b/clients/GitHub/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "d543c2cfa43a2dcdc9526a6061319dd0", + "specHash": "8a2dc25e1302b824ed48fe860969ca91", "generatedFiles": { "files": [ { @@ -5352,7 +5352,7 @@ }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php", - "hash": "9eadf0940004495e8f679266d9f38522" + "hash": "d27ea283c7530921528adfd1e272e47f" }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php", diff --git a/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php b/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php index 67e222ff244..8fb16dbcace 100644 --- a/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php +++ b/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php @@ -17,7 +17,7 @@ "items": { "type": "string" }, - "description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters." + "description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase." } } }'; @@ -31,7 +31,7 @@ }'; /** - * names: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters. + * names: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase. */ public function __construct(public array $names) { diff --git a/etc/specs/GitHub/current.spec.yaml b/etc/specs/GitHub/current.spec.yaml index 33c80287a12..f26e45ea53f 100644 --- a/etc/specs/GitHub/current.spec.yaml +++ b/etc/specs/GitHub/current.spec.yaml @@ -13462,17 +13462,11 @@ paths: items: type: integer examples: - update-username-and-encrypted-value: + default: value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' - update-with-selected-visibility: - value: - visibility: selected - selected_repository_ids: - - 1296269 - - 1296280 responses: '204': description: Response @@ -41464,7 +41458,7 @@ paths: description: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** - Topic `names` cannot contain uppercase letters. + Topic `names` will be saved as lowercase. items: type: string required: