From bda13de8be596b2388d218d87b8a4448021bbbe6 Mon Sep 17 00:00:00 2001 From: WyriHaximus <147145+WyriHaximus@users.noreply.github.com> Date: Fri, 21 Mar 2025 09:00:31 +0000 Subject: [PATCH] [GitHubEnterprise-3.13] Update to 1.1.4-068189c2ddb887d39c830e1d08c2e36b from 1.1.4-846745eeb2646f15a6b0f4da036bfed8 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 (31664:32) └─┬/repos/{owner}/{repo}/issues/{issue_number} └─┬PATCH └─┬Requestbody └─┬application/json └─┬Schema └─┬type └──[🔀] description (32280:32) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 2 | 0 | Date: 03/21/25 | Commit: Original: etc/specs/GitHubEnterprise-3.13/current.spec.yaml, Modified: etc/specs/GitHubEnterprise-3.13/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.13/current.spec.yaml | 8 ++++++-- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state b/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state index ded8d0c07b3..67de453c976 100644 --- a/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state +++ b/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "846745eeb2646f15a6b0f4da036bfed8", + "specHash": "068189c2ddb887d39c830e1d08c2e36b", "generatedFiles": { "files": [ { @@ -25968,7 +25968,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Issues\/Create\/Request\/ApplicationJson.php", - "hash": "335cc418a5e348ab8d9aef4140dbd513" + "hash": "3de07eb2a6b048784a27635795fa683f" }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietC87B405D\/Tiet9B9DED8B\/Tiet852071AE\/Tiet1AF85D12.php", @@ -26000,7 +26000,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Issues\/Update\/Request\/ApplicationJson.php", - "hash": "1244e5dcd3e4cb57a5e95343282e8b0f" + "hash": "58462d123a3e94dec71dec93af21fee2" }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Issues\/AddAssignees\/Request\/ApplicationJson.php", @@ -27208,7 +27208,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Operation\/Issues.php", - "hash": "2b1c01814ea22ab3511d57bfefb43f7f" + "hash": "943f6c18c2b153af47e046f85548c3d3" }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Operation\/Licenses.php", diff --git a/clients/GitHubEnterprise-3.13/src/Schema/Issues/Create/Request/ApplicationJson.php b/clients/GitHubEnterprise-3.13/src/Schema/Issues/Create/Request/ApplicationJson.php index efb5db78333..9028117b474 100644 --- a/clients/GitHubEnterprise-3.13/src/Schema/Issues/Create/Request/ApplicationJson.php +++ b/clients/GitHubEnterprise-3.13/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.13/src/Schema/Issues/Update/Request/ApplicationJson.php b/clients/GitHubEnterprise-3.13/src/Schema/Issues/Update/Request/ApplicationJson.php index 5706cdf1998..5acad2447dc 100644 --- a/clients/GitHubEnterprise-3.13/src/Schema/Issues/Update/Request/ApplicationJson.php +++ b/clients/GitHubEnterprise-3.13/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.13/current.spec.yaml b/etc/specs/GitHubEnterprise-3.13/current.spec.yaml index 8c5240d9a2f..6cf7b692dfc 100644 --- a/etc/specs/GitHubEnterprise-3.13/current.spec.yaml +++ b/etc/specs/GitHubEnterprise-3.13/current.spec.yaml @@ -31661,7 +31661,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: @@ -32278,7 +32280,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: