From a5f92e02ae041d46bea7d434a0d4851f2ec955f7 Mon Sep 17 00:00:00 2001 From: WyriHaximus <147145+WyriHaximus@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:51:42 +0000 Subject: [PATCH] [GitHub] Update to 1.1.4-ce11a30340deb9560fca3f8049e3f57b from 1.1.4-db98add04ce623b04585203c6ced5d4b Detected Schema changes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` └─┬Paths └─┬/repos/{owner}/{repo}/issues/{issue_number}/sub_issues └─┬POST └─┬Requestbody └─┬application/json └─┬Schema └─┬sub_issue_id └──[🔀] description (35628:32) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 1 | 0 | Date: 02/14/25 | Commit: Original: etc/specs/GitHub/current.spec.yaml, Modified: etc/specs/GitHub/previous.spec.yaml, - **Total Changes**: _1_ - **Modifications**: _1_ --- clients/GitHub/etc/openapi-client-generator.state | 4 ++-- .../src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php | 4 ++-- etc/specs/GitHub/current.spec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/GitHub/etc/openapi-client-generator.state b/clients/GitHub/etc/openapi-client-generator.state index ed232cbdfcd..2d13d3b96d2 100644 --- a/clients/GitHub/etc/openapi-client-generator.state +++ b/clients/GitHub/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "db98add04ce623b04585203c6ced5d4b", + "specHash": "ce11a30340deb9560fca3f8049e3f57b", "generatedFiles": { "files": [ { @@ -31032,7 +31032,7 @@ }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Issues\/AddSubIssue\/Request\/ApplicationJson.php", - "hash": "5544462daa352f25470f3bd85eb81674" + "hash": "e85802fff24da90c532fa15831d154cd" }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Issues\/ReprioritizeSubIssue\/Request\/ApplicationJson.php", diff --git a/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php b/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php index a82188c6e72..086074aec82 100644 --- a/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php +++ b/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php @@ -16,7 +16,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue" }, "replace_parent": { "type": "boolean", @@ -32,7 +32,7 @@ }'; /** - * subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue + * subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue * replaceParent: Option that, when true, instructs the operation to replace the sub-issues current parent issue */ public function __construct(#[MapFrom('sub_issue_id')] diff --git a/etc/specs/GitHub/current.spec.yaml b/etc/specs/GitHub/current.spec.yaml index 4375646d728..a12ddcc4ae9 100644 --- a/etc/specs/GitHub/current.spec.yaml +++ b/etc/specs/GitHub/current.spec.yaml @@ -35626,7 +35626,7 @@ paths: sub_issue_id: type: integer description: The id of the sub-issue to add. The sub-issue must - belong to the same repository as the parent issue + belong to the same repository owner as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to