From 6870fff01702a7ed6f9da196dbe8ec91e246780b Mon Sep 17 00:00:00 2001 From: WyriHaximus <147145+WyriHaximus@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:55:55 +0000 Subject: [PATCH] [GitHubEnterprise-3.15] Update to 1.1.4-55f74f3e5247a80d845e796bbe3a0f26 from 1.1.4-eebe824d504b8ef98e409bfc84091e66 Detected Schema changes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` └─┬Paths ├─┬/repos/{owner}/{repo}/issues │ └─┬POST │ └─┬Requestbody │ └─┬application/json │ └─┬Schema │ └─┬type │ └──[🔀] description (33261:32) └─┬/repos/{owner}/{repo}/issues/{issue_number} └─┬PATCH └─┬Requestbody └─┬application/json └─┬Schema └─┬type └──[🔀] description (33877:32) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 2 | 0 | Date: 03/21/25 | Commit: Original: etc/specs/GitHubEnterprise-3.15/current.spec.yaml, Modified: etc/specs/GitHubEnterprise-3.15/previous.spec.yaml, - **Total Changes**: _2_ - **Modifications**: _2_ --- .../etc/openapi-client-generator.state | 8 ++++---- .../src/Schema/Issues/Create/Request/ApplicationJson.php | 4 ++-- .../src/Schema/Issues/Update/Request/ApplicationJson.php | 4 ++-- etc/specs/GitHubEnterprise-3.15/current.spec.yaml | 8 ++++++-- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state b/clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state index 62c304bba14..9a69542cab1 100644 --- a/clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state +++ b/clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "eebe824d504b8ef98e409bfc84091e66", + "specHash": "55f74f3e5247a80d845e796bbe3a0f26", "generatedFiles": { "files": [ { @@ -26248,7 +26248,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/Issues\/Create\/Request\/ApplicationJson.php", - "hash": "335cc418a5e348ab8d9aef4140dbd513" + "hash": "3de07eb2a6b048784a27635795fa683f" }, { "name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietC87B405D\/Tiet9B9DED8B\/Tiet852071AE\/Tiet1AF85D12.php", @@ -26280,7 +26280,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/Issues\/Update\/Request\/ApplicationJson.php", - "hash": "1244e5dcd3e4cb57a5e95343282e8b0f" + "hash": "58462d123a3e94dec71dec93af21fee2" }, { "name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/Issues\/AddAssignees\/Request\/ApplicationJson.php", @@ -27484,7 +27484,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Operation\/Issues.php", - "hash": "2b1c01814ea22ab3511d57bfefb43f7f" + "hash": "943f6c18c2b153af47e046f85548c3d3" }, { "name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Operation\/Licenses.php", diff --git a/clients/GitHubEnterprise-3.15/src/Schema/Issues/Create/Request/ApplicationJson.php b/clients/GitHubEnterprise-3.15/src/Schema/Issues/Create/Request/ApplicationJson.php index efb5db78333..9028117b474 100644 --- a/clients/GitHubEnterprise-3.15/src/Schema/Issues/Create/Request/ApplicationJson.php +++ b/clients/GitHubEnterprise-3.15/src/Schema/Issues/Create/Request/ApplicationJson.php @@ -96,7 +96,7 @@ "string", "null" ], - "description": "The name of the issue type to associate with this issue.", + "description": "The name of the issue type to associate with this issue. _NOTE: Only users with push access can set the type for new issues. The type is silently dropped otherwise._", "examples": [ "Epic" ] @@ -127,7 +127,7 @@ * assignee: Login for the user that this issue should be assigned to. _NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. **This field is closing down.**_ * labels: Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._ * assignees: Logins for Users to assign to this issue. _NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise._ - * type: The name of the issue type to associate with this issue. + * type: The name of the issue type to associate with this issue. _NOTE: Only users with push access can set the type for new issues. The type is silently dropped otherwise._ */ public function __construct(public string|int $title, public string|null $body, public string|null $assignee, public string|int|null $milestone, public array|null $labels, public array|null $assignees, public string|null $type) { diff --git a/clients/GitHubEnterprise-3.15/src/Schema/Issues/Update/Request/ApplicationJson.php b/clients/GitHubEnterprise-3.15/src/Schema/Issues/Update/Request/ApplicationJson.php index 5706cdf1998..5acad2447dc 100644 --- a/clients/GitHubEnterprise-3.15/src/Schema/Issues/Update/Request/ApplicationJson.php +++ b/clients/GitHubEnterprise-3.15/src/Schema/Issues/Update/Request/ApplicationJson.php @@ -127,7 +127,7 @@ "string", "null" ], - "description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.", + "description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type. Only users with push access can set the type for issues. Without push access to the repository, type changes are silently dropped.", "examples": [ "Epic" ] @@ -162,7 +162,7 @@ * stateReason: The reason for the state change. Ignored unless `state` is changed. * labels: Labels to associate with this issue. Pass one or more labels to _replace_ the set of labels on this issue. Send an empty array (`[]`) to clear all labels from the issue. Only users with push access can set labels for issues. Without push access to the repository, label changes are silently dropped. * assignees: Usernames to assign to this issue. Pass one or more user logins to _replace_ the set of assignees on this issue. Send an empty array (`[]`) to clear all assignees from the issue. Only users with push access can set assignees for new issues. Without push access to the repository, assignee changes are silently dropped. - * type: The name of the issue type to associate with this issue or use `null` to remove the current issue type. + * type: The name of the issue type to associate with this issue or use `null` to remove the current issue type. Only users with push access can set the type for issues. Without push access to the repository, type changes are silently dropped. */ public function __construct(public string|int|null $title, public string|null $body, public string|null $assignee, public string|null $state, #[MapFrom('state_reason')] public string|null $stateReason, public string|int|null $milestone, public array|null $labels, public array|null $assignees, public string|null $type,) diff --git a/etc/specs/GitHubEnterprise-3.15/current.spec.yaml b/etc/specs/GitHubEnterprise-3.15/current.spec.yaml index 055c45db467..80e21abaeb5 100644 --- a/etc/specs/GitHubEnterprise-3.15/current.spec.yaml +++ b/etc/specs/GitHubEnterprise-3.15/current.spec.yaml @@ -33258,7 +33258,9 @@ paths: type: - string - 'null' - description: The name of the issue type to associate with this issue. + description: 'The name of the issue type to associate with this + issue. _NOTE: Only users with push access can set the type for + new issues. The type is silently dropped otherwise._' examples: - Epic required: @@ -33875,7 +33877,9 @@ paths: - string - 'null' description: The name of the issue type to associate with this issue - or use `null` to remove the current issue type. + or use `null` to remove the current issue type. Only users with + push access can set the type for issues. Without push access to + the repository, type changes are silently dropped. examples: - Epic examples: